Lukas Tönne LukasTonne
Lukas Tönne closed pull request blender/blender#109158 2023-09-25 11:18:17 +02:00
WIP: Tree view for node group interfaces
Lukas Tönne commented on pull request blender/blender#109158 2023-09-25 11:18:16 +02:00
WIP: Tree view for node group interfaces

Deprecated

Lukas Tönne closed pull request blender/blender#109288 2023-09-25 11:16:44 +02:00
Simplified base color for socket types
Lukas Tönne commented on pull request blender/blender#109288 2023-09-25 11:16:42 +02:00
Simplified base color for socket types

We have the draw_color_simple callback now, so this is redundant.

Lukas Tönne closed pull request blender/blender#110272 2023-09-25 11:15:18 +02:00
WIP: Nodes: New node group interface declaration to support panels
Lukas Tönne commented on pull request blender/blender#110272 2023-09-25 11:15:16 +02:00
WIP: Nodes: New node group interface declaration to support panels

I consider this done, any remaining issues can be handled separately.

Lukas Tönne pushed to volume-component-attributes at LukasTonne/blender 2023-09-25 08:57:14 +02:00
83699d62f1 Converted some of the VolumeFieldEvaluator code.
Lukas Tönne pushed to volume-component-attributes at LukasTonne/blender 2023-09-24 17:46:47 +02:00
6116d88a59 Fixed context method name.
Lukas Tönne pushed to volume-component-attributes at LukasTonne/blender 2023-09-24 15:59:43 +02:00
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.
Compare 2 commits »
Lukas Tönne pushed to volume-component-attributes at LukasTonne/blender 2023-09-24 09:48:25 +02:00
df979aff73 Replaced GVGrid accessors in remaining field input classes.
Lukas Tönne pushed to volume-component-attributes at LukasTonne/blender 2023-09-24 09:06:20 +02:00
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
Compare 101 commits »
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-24 08:56:40 +02:00
e4f54a8228 Inverse divergence for the pressure solution.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-23 11:57:14 +02:00
6d612f8cf8 Avoid direct manipulation of PointCloud DNA in node group operators.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-23 01:38:04 +02:00
5daf1376ad Move advection back to the end of the timestep.
Lukas Tönne pushed to main at blender/blender 2023-09-22 16:57:07 +02:00
354915cf3c Nodes: revert the inline (pass-through) socket feature
Lukas Tönne deleted branch nodes-revert-inline-sockets from LukasTonne/blender 2023-09-22 16:57:07 +02:00
Lukas Tönne merged pull request blender/blender#112560 2023-09-22 16:57:06 +02:00
Nodes: revert the inline (pass-through) socket feature
Lukas Tönne pushed to nodes-revert-inline-sockets at LukasTonne/blender 2023-09-22 16:56:22 +02:00
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
Compare 9 commits »
Lukas Tönne commented on pull request blender/blender#112560 2023-09-22 16:40:44 +02:00
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.

Lukas Tönne commented on pull request blender/blender#112560 2023-09-22 16:31:51 +02:00
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