Tuomo Keskitalo

Results 126 comments of Tuomo Keskitalo

Hi @D-werner-bham , yes we're now at VTK 9.0.1. The `vtkPolyDataReader` in VTK 9 seems to be now time aware, but for some reason it is not detecting different time...

I couldn't coerce `vtkPolyDataReader` into reading time steps, maybe it is still not time aware after all? I committed a workaround to code, please remove old version of addon, download...

Hi, that is intended behavior when you use "No Automatic Updates" for the Update Mode (setting located in the Inspect Panel).

Thanks Nick! I'll start to test and go through the code, but few initial questions: 1. `vtkAssignAttribute` can be used to set the active attribute also. I presume `bvtkSetActiveAttribute` does...

Got following error with the examples_data/cubeflow OpenFOAM reader case when running update on Info node: ``` Traceback (most recent call last): File "/home/tkeskita/.config/blender/2.83/scripts/addons/BVtkNodes/update.py", line 164, in modal queue.next_function() File "/home/tkeskita/.config/blender/2.83/scripts/addons/BVtkNodes/update.py",...

About `Data Attribute`: I wonder what would be best for usability here. Now it requires two steps from user: first to make a type selection, after which selecting field is...

> > * Do you know is this `VTKPythonAlgorithmBase` a stable feature in VTK, or something brand new? > Stable I believe, I found it in this VTK blog from...

Hi, the node update system has been rewritten. Update behavior is now controlled via Update Mode property located in the Inspect Panel. There are also other [changes you may want...

Hi, Inspect Panel showing as empty suggests you are not maybe using latest version of BVTKNodes? Can you try to update according to instructions in docs? Next, try to load...

I'm on Linux with Ubuntu 20.04, BVTKNodes latest commit acfbb7dcea916330eded035d7a40713525f36e47 (=0.8) and Blender 2.93.6, and tested previously also with Blender 3.0.0. I can make a test on Windows in a...