Lukas Tönne LukasTonne
Lukas Tönne pushed to geometry-nodes-closures at LukasTonne/blender 2023-05-11 17:55:58 +02:00
ff155163f5 Create correct lazy function inputs/outputs for the node and graph.
Lukas Tönne created pull request blender/blender#107842 2023-05-11 15:00:17 +02:00
WIP: Closures and deferred evaluation for geometry nodes
Lukas Tönne pushed to geometry-nodes-closures at LukasTonne/blender 2023-05-11 13:42:16 +02:00
eec81de7b4 Remove duplicate graph_output entries in the node group lazy function.
c3bc79b3ce Merge branch 'main' into geometry-nodes-closures
8e70ab9905 Fix #107603: queried the area of an empty bounding box
d9293ca478 Fix missing include, unused argument warning
575c3f3b25 BLI_string: replace UTF8 skip table & macros with functions
Compare 310 commits »
Lukas Tönne commented on issue blender/blender#103248 2023-05-11 11:06:38 +02:00
Geometry Nodes Volume Features Implementation

We should have a way to share the [TreePtr] (https://www.openvdb.org/documentation/doxygen/classopenvdb_1_1v10__0_1_1Grid.html#adc47070164ba764f5afe561998f88f17) between grids. Grids themselves…

Lukas Tönne pushed to geometry-nodes-flip at LukasTonne/blender 2023-05-11 09:05:18 +02:00
10e877fc3c Use the grid class to decide if staggered samplers should be used.
Lukas Tönne pushed to geometry-nodes-flip at LukasTonne/blender 2023-05-11 07:30:54 +02:00
bcb7481c13 Cleanup: move layout reset calls.
Lukas Tönne created branch geometry-nodes-flip in LukasTonne/blender 2023-05-10 22:56:12 +02:00
Lukas Tönne pushed to geometry-nodes-flip at LukasTonne/blender 2023-05-10 22:56:12 +02:00
6219a4d7b0 Support staggered grid sampling.
b28d0fd6c3 Merge remote-tracking branch 'origin/main' into volume-sample
da6ac38680 Improvements
de21a0c901 Fix (unreported) remapping code wrongly skipping UI data when it should not.
ade83b21d1 Fix (unreported) crash in readfile code when deleting an invalid shapekey.
Compare 10 commits »
Lukas Tönne deleted branch group_op_simzone_remap from LukasTonne/blender 2023-05-10 17:56:41 +02:00
Lukas Tönne pushed to main at blender/blender 2023-05-10 17:56:39 +02:00
3913d22757 Fix #107779: Support simulation zone remapping in node group operators
Lukas Tönne closed issue blender/blender#107779 2023-05-10 17:56:32 +02:00
Make Node group damages Simulation Zone
Lukas Tönne merged pull request blender/blender#107807 2023-05-10 17:56:30 +02:00
Fix #107779: Support simulation zone remapping in node group operators
Lukas Tönne commented on issue blender/blender#106852 2023-05-10 17:29:08 +02:00
Unify the various copy procedures used in node editor

Removed comment about NODE_OT_group_separate using unchecked node identifiers for recreating links, since that particular issue is fixed in #107807.

Lukas Tönne pushed to group_op_simzone_remap at LukasTonne/blender 2023-05-10 17:25:58 +02:00
07ac423aae Use Span<bNode *> instead of generic NodeIterator template parameter.
Lukas Tönne commented on pull request blender/blender#107807 2023-05-10 17:24:31 +02:00
Fix #107779: Support simulation zone remapping in node group operators

Not sure why. Both the CLI clang-format and the qtcreator Beautifier plugin produce this output. My clang-format version is 15.0.7

Lukas Tönne commented on pull request blender/blender#107807 2023-05-10 17:09:51 +02:00
Fix #107779: Support simulation zone remapping in node group operators

This also addresses the flaw in the Group Separate operator mentioned in #106852: That operator now uses a node_map for recreating links instead of relying on unmodified node identifiers.

Lukas Tönne created pull request blender/blender#107807 2023-05-10 12:41:38 +02:00
Support simulation zone remapping in node group operators
Lukas Tönne pushed to group_op_simzone_remap at LukasTonne/blender 2023-05-10 12:36:00 +02:00
c92f18eecf Generalized the simulation pairing remap function, support ungroup op.
Lukas Tönne pushed to group_op_simzone_remap at LukasTonne/blender 2023-05-10 11:32:51 +02:00
5da5daaf93 Fix crashes and simulation zone remapping in the group separate operator.
Lukas Tönne opened issue blender/blender#107791 2023-05-09 17:43:14 +02:00
Error in "Move to Nodes" operator when the tree has no Geometry inputs