Tuomo Keskitalo

Results 17 issues of Tuomo Keskitalo

Missing Python Console operator buttons in Blender 2.93. Works OK in Blender 2.83, so something changed in Blender? No errors in registrations, no clues. ![image](https://user-images.githubusercontent.com/38000348/173238098-c02a3c22-0a35-4280-88ea-557b3e721139.png)

Modify Time Selector so that data points are looped after the last point (frame number exceeds number of time points) similarly to time unaware readers (`update_timestep_in_filename()`) to allow looping animations.

Importing (without updating) of e.g. clip example tree triggers multiple outdates like `outdate_vtk_status: DEBUG: vtkSphereSource: Triggered outdate_vtk_status`

**Background** Since pyopenvdb is not part of Blender libs, currently it's not possible to use the new [VTK To Blender Volume node](https://bvtknodes.readthedocs.io/en/latest/BVTKNodes.html#vtk-to-blender-volume-openvdb) without [building custom Blender](https://devtalk.blender.org/t/build-pyopenvdb-as-part-of-make-deps/14148). It is currently unknown...

VTK 9.0.1 seems to be available via `pip install vtk`. Is there someone who would like BVTKNodes to be upgraded to VTK 9? What is the reason? I usually hesitate...

FYI: Currently it is not possible to use Blender 2.80 animation system to animate BVTKNodes properties. This is due to bug in Blender, and it has been previously reported at...

Currently there seems to be a bug in `frame_change_pre()` in Blender which makes VTK To Blender Volume node fail when rendering an animation which uses that node. It seems to...

When rendering large number of particle instances produced with the new VTK To Blender Particles node, there can occur an error which is shown as debug message like `AttributeError: Writing...

I developed a fairly simple **shell extrusion / boundary layer extrusion method** to create thin flat cell layers. I'll use this issue for notes. General description: - Extrude from an...

Importing a polyMesh with baffles (patches with overlapping boundary faces) fail. Buest guess for failure is overlapping faces with shared vertices, which Blender does not allow. The error seen in...