tkeskita / BVtkNodes

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

Add custom nodes to example trees #94

Closed tkeskita closed 1 year ago

tkeskita commented 1 year ago

Some of the custom nodes are not currently applied in any example tree. If they were, it would give users an example how to use custom nodes, as well as developers an easy way to test for regression bugs. I'm going to increase the coverage. Here is a list of current status of custom nodes and example trees (UPDATED):

customfilter.py:

info.py:

colormap.py:

converters.py:

custom_nodes/VTKFilters.py:

custom_nodes/VTKOthers.py:

tkeskita commented 1 year ago

Now all nodes should be used in some example node tree.