tkeskita / BVtkNodes

Create and execute VTK pipelines in Blender Node Editor
GNU General Public License v3.0
117 stars 20 forks source link

vtkContourFilter is not better than before #87

Closed brioglade closed 2 years ago

brioglade commented 2 years ago

vtkContourFilter can not add Contour values arbitrarily now.

tkeskita commented 2 years ago

Hi, what do you mean? Please have a look at cubeflow_contours example tree.

brioglade commented 2 years ago

image This is the node before that I can press the + to add what I want. The latest update version can't do that as following. image Or what I was missing? Also I don't know why the error occur that seems not affect normal use. Screenshot 2022-05-14 213049

tkeskita commented 2 years ago

Hi, yes the way you specify several contour values has changed. In new version you put "-0.9" to Single Value, and "0.0, 0.1" to Additional Values.