tornavis/source/blender/nodes/function
Hans Goudey c744d5453f Nodes: Make more node and socket declaration fields public
When these declarations are built without the help of the special
builder class, it's much more convenient to set them directly rather
than with a constructor, etc. In most other situations the declarations
should be const anyway, so theoretically this doesn't affect safety too
much. Most construction of declarations should still use the builder.
2022-12-29 14:56:04 -05:00
..
nodes Nodes: Make more node and socket declaration fields public 2022-12-29 14:56:04 -05:00
CMakeLists.txt Nodes: move node registration to nodes module 2022-11-26 13:20:18 +01:00
node_function_register.cc Nodes: move node registration to nodes module 2022-11-26 13:20:18 +01:00
node_function_register.hh Nodes: move node registration to nodes module 2022-11-26 13:20:18 +01:00
node_function_util.cc Cleanup: Use const parameters for node poll functions 2022-12-28 20:15:41 -05:00
node_function_util.hh Nodes: move node registration to nodes module 2022-11-26 13:20:18 +01:00