Lukas Tönne LukasTonne
Lukas Tönne commented on issue blender/blender#113860 2023-10-19 10:14:44 +02:00
Crash if you assign an empty name to the node group interface.

Thanks @HooglyBoogly, i will apply that fix. Neither the socket nor interface socket name have to be unique and they can be empty, so i don't think there's any point in higher level checks. The UI…

Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-19 09:27:27 +02:00
320d46cbea 3 new nodes for particle interaction with fluid flow fields.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-18 22:44:51 +02:00
012f0a840a Configurable collider grid name.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-18 21:40:17 +02:00
466da5342a Use the combine operation to avoid threading issues when clearing velocity inside the collider.
Lukas Tönne created branch enum-idproperty in LukasTonne/blender 2023-10-18 17:46:26 +02:00
Lukas Tönne pushed to enum-idproperty at LukasTonne/blender 2023-10-18 17:46:26 +02:00
0275b066b7 initial bits for an enum id prop
d96b137188 Merge branch 'blender-v4.0-release'
686487ca17 Fix: USD: Use color3f for color nodes
5b108ae522 Cleanup: Resolve clang compile warnings
9752ef5187 Merge branch 'blender-v4.0-release'
Compare 10 commits »
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-18 16:06:15 +02:00
025b43b0d5 Grid size input for the simple velocity node.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-18 15:55:47 +02:00
9e6ec406ef Better initialization of the velocity grid.
494de618d4 Clear normal velocity on collider boundaries.
66121550ca Only set velocity value inside colliders but not active state.
Compare 3 commits »
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-18 11:45:22 +02:00
da175f563e Merge branch 'main' into point-cloud-grid
95201c6cbf Merge branch 'blender-v4.0-release'
b2fe1bf624 Fix #113824: Setting curves select mode changes active attribute
bc0e5cf8bd Cleanup: GPv3: Use helper to duplicate drawings
74facf9841 GPv3: Add wrapper class for DrawingReference
Compare 54 commits »
Lukas Tönne closed issue blender/blender#113861 2023-10-18 11:30:25 +02:00
Regression: Deleting node group sockets using python doesn't work as expected in Blender 4.0 Beta
Lukas Tönne commented on issue blender/blender#113861 2023-10-18 11:29:43 +02:00
Regression: Deleting node group sockets using python doesn't work as expected in Blender 4.0 Beta

Modifying collections while iterating over them is generally not supported in Blender. It works in some cases if you only modify the current item, but that's in no way guaranteed and should be…

Lukas Tönne commented on issue blender/blender#113861 2023-10-18 10:58:11 +02:00
Regression: Deleting node group sockets using python doesn't work as expected in Blender 4.0 Beta

It's an RNA problem: the items_tree collection of the interface is an array of pointers and uses standard array callbacks for the collection iterator (rna_iterator_array_next etc.). The…

Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-18 08:54:07 +02:00
0f48a516c9 Use the velocity background value instead of a hardcoded value.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-17 21:02:33 +02:00
cc9d0d209c Added gradient debug output.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-17 20:04:07 +02:00
d5b7967008 Collider boundary fix: have to evaluate velocity outside the collider.
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2023-10-17 19:18:23 +02:00
bf2402c1ca Merge branch 'main' into nodes-menu-switch
c5ed37a5c0 GPv3: Replace Material node
78cb2776bb Fix #113740: Crash adding layer into empty group
f54d5df2fc GPv3: Fillet Curve node
e1fd7a8a7b Cleanup: Simplify grease pencil line overlay size counting
Compare 81 commits »
Lukas Tönne commented on issue blender/blender#113794 2023-10-17 16:52:28 +02:00
Driver Values change after move order of Node Group Input

I don't see the same node group interface as the screenshot, mine is a lot smaller, with no panels: Screenshot_20231017_164947

Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-10-17 16:27:47 +02:00
2c3b67b0a3 Merge remote-tracking branch 'fork/point-cloud-grid' into point-cloud-grid
57e2b30b77 Zero velocity inside the colldier.
817ac3b82a Merge branch 'main' into point-cloud-grid
dcca6c2b8c Refactor: Remove nla_cache parameter from insert_keyframe
f401970b42 Cleanup: use function calls to set flags for PropertyRNA
Compare 65 commits »
Lukas Tönne commented on issue blender/blender#113823 2023-10-17 13:08:28 +02:00
Nodes Modifier: Use runtime RNA definitions for input properties

Regarding animation paths: I'm not sure if we can avoid socket identifiers. The reason these are used is because

  1. They are unique, unlike socket names.
  2. They are persistent and allow…
Lukas Tönne opened issue blender/blender#113823 2023-10-17 12:38:02 +02:00
Nodes Modifier: Use runtime RNA definitions for input properties