Block a user
4473f88f07
Renamed leftover instances of
interface
to tree_interface
.
5fbc517bfb
Merge branch 'main' into node-group-interface-ui
b655571f70
Render: Make GPU compositor a BaseRender method
5d0c355b5f
Cleanup: Unsafe mix of type warning
c3685fe068
Cleanup: Sculpt: Use consistent operator function names
1c2c6fb37d
Fix memory leak: is_empty is not a good test for wether a pointer has data and needs freeing.
7c77f17419
Fix forward compa function: avoid freeing memory until after writing.
3a0dd2c6ea
Merge branch 'main' into node-group-interface-ui
c319d0977f
RNA: use const array arguments, order array length afterwards
c0f87d04c7
Cleanup: use const array arguments
0ee424ce33
Cleanup: add missing DNA_simulation_defaults.h to CMake's listing
dddf07c2ce
Tools: update 'check_cmake' check to skip PUBLIC/PRIVATE prefixes
WIP: Closest neighbors node to find pairs of points for convolution operations
e5592fb328
Removed old code from nodes.
e60e63cea9
Removed old code from RNA.
7ec01a605f
Removed comments from DNA.
f284d020c7
Removed old code from editors.
e3377cccc6
Removed outdated comment.
e0a3030622
Disabled DNA for previous bNodePanel.
173abb8231
Removed old code from python scripts.
8c129f68d4
Optional callback in Custom socket declarations executing the node interface initialization.