Nicholas Geneva

Results 40 comments of Nicholas Geneva

Wanted to confirm that I also had a similar problem on Ubuntu and its fixed by updating the protobuf compiler, protoc, to match the Python version installed by Conda which...

Hi @JonnyBurger I'm exploring the use of remotion with Next.js and was curious about some details regarding this example. I've been able to get the player working client side in...

Hi @JonnyBurger Really appreciate the super fast response and info. Quick follow up, I'm planning on deploying this next JS on my own machine with sufficient specs / hardware. >...

Hmmmm seems a bit more tricky to get this to work with [next JS API routes](https://nextjs.org/docs/app/building-your-application/routing/route-handlers), Next.js complains about the bundler using components that need to be client side: ```...

Hi @JonnyBurger Thanks! I switched to page router and now I can get a video rendered server-side using a API call. A simple modified version of the example in the...

I think the keyframing would be a great addition, but as @thomgrand said this would be a huge feature that I could see requiring a some significant additions to the...

I will wait to work on any sort of support for a meta-info json file until keyframing if figured out in thomgrands PR.

> * `vtkAssignAttribute` can be used to set the active attribute also. I presume `bvtkSetActiveAttribute` does the same but with nice user interface, right? You know, I was worried there...

> That's a cool solution. This enum definition issue is everywhere, and it has another level: Predefinition is impossible ahead of time (before data exists). Going to continue to try...

Migrating to making a custom implementation of the `vtkAssignAttribute` instead of a completely new node. Also switched to the drop downs. Originally I was hoping to have the option to...