Tuomo Keskitalo

Results 126 comments of Tuomo Keskitalo

Hello @mhdhassan , This node image is too small to see node names and their settings, can you please provide larger snapshot of only nodes? For tutorial please see [Node...

Hi, thanks for the node setup image. Here below is my nodesetup, which seems to work also for animation rendering. When you change frame on Blender Timeline editor, it should...

Hi, you don't need python to add Custom Code to a node. See [Edit and Save Custom Code in the documentation](https://bvtknodes.readthedocs.io/en/latest/BVTKNodes.html#properties). Those operators are located in Properties tab. Click on...

That's correct otherwise but supported vtk version is 8.1.2.

Maybe your add-on is not up to date. Can you please try Blender Preferences -> Add-ons -> BVTKnodes -> Remove. Close Blender. Open Blender and make sure BVTKNodes is not...

Hi, in *vtkGlyph3D* there is option **ScaleMode**, if you change it to *ScaleByVector* it should work. Is your diameter scalar or vector? Scalars can be converted to vectors by [array...

Hi, I was able to scale vectors using this setup where there is two *vtkAssignAttribute* nodes, one to set active scalar (used for scaling) and another to set active vectors...

Hi, I was able to add Custom Code to `vtkBoxClipDataSet` like: ``` SetOrientation(1) SetBoxClip([1, 0.1, 0], [0.5, 0, 0], [0.1, 1, 0], [0, 0.5, 0], [0, 0.1, 1], [0, 0,...

Hi, sounds like you get no data for the new case. Maybe try - replace Custom Filter with Time Selector node followed by Multi Block Leaf node - run Update...

Hi, AFAIK the numerical part is assumed to be time step, and by default only one time step is loaded. I think there are some filters in VTK which process...