Block a user
WIP: Tree view for node group interfaces
Simplified base color for socket types
Simplified base color for socket types
We have the draw_color_simple
callback now, so this is redundant.
WIP: Nodes: New node group interface declaration to support panels
WIP: Nodes: New node group interface declaration to support panels
I consider this done, any remaining issues can be handled separately.
a980759904
Two separate callbacks for getting a full OpenVDB grid or individual leaf buffers.
5b9c7fe1d4
Added simple
Grid
/GGrid
aliases for passing around openvdb::Grid.
843c7b7897
Disabled the materialize_to_grid function, unused atm.
c772d6a4fb
Merge branch 'main' into volume-component-attributes
b38a61fa07
Cleanup: rename DNA_genfile.h functions
3cd8b531a0
Fix intern/dualcon error in
2721b937fb
2721b937fb
Cleanup: use braces in headers
Lukas Tönne
deleted branch nodes-revert-inline-sockets from LukasTonne/blender
2023-09-22 16:57:07 +02:00
Nodes: revert the inline (pass-through) socket feature
54c566b847
Merge branch 'main' into nodes-revert-inline-sockets
3735a4d104
deps_builder: Fix missing Webp support in OIIO build on windows
af9523d7c2
deps_builder: OIIO validate deps at configure time
2419acf756
Nodes: Move float values to "Value" node with link-drag-search
8954b70d49
Cleanup: Small changes in node interface item addition
Nodes: revert the inline (pass-through) socket feature
I've added an explanation as to why node links may get discarded and why we don't want to version that.
Nodes: revert the inline (pass-through) socket feature
I added copying code for sockets without blenkernel calls here now. The fact that we don't need ID user count managing makes this a whole lot simpler than in blenkernel, all socket default_value
…