Lukas Tönne LukasTonne
Lukas Tönne commented on pull request blender/blender#124347 2024-07-08 14:15:45 +02:00
Fix #124310: Add override flag to prevent infinite recursion

@JacquesLucke Added you as reviewer since you changed this property. It's commented as "for backward compatibility", not sure if the property is still needed?

Lukas Tönne created pull request blender/blender#124347 2024-07-08 14:14:37 +02:00
Fix #124310: Add override flag to prevent infinite recursion
Lukas Tönne pushed to fix-menu-node-override at LukasTonne/blender 2024-07-08 14:09:11 +02:00
edcab462be Fix #124310: Add override flag to prevent infinite recursion.
9a0b5ac0c6 I18n: Translate sequencer channel and metastrip names
e9de6b5e7a I18n: More translation fixes for Rigify
Compare 3 commits »
Lukas Tönne pushed to fix-menu-node-override at LukasTonne/blender 2024-07-08 14:06:16 +02:00
6029f18261 Fix #124310: Add override flag to prevent infinite recursion.
180a257eef Cleanup: Vulkan: Use stamp in stead of version
18b5f510d4 Fix #122536: GPv3: Render cyclic stroke with 2 point break next fills.
08d365b810 Vulkan: Cleanup barrier state
4195e9e1a7 MEM_guarded: Improve error reporting usefulness.
Compare 10 commits »
Lukas Tönne created branch fix-menu-node-override in LukasTonne/blender 2024-07-08 14:06:15 +02:00
Lukas Tönne pushed to gpv3-automerge-strokes at LukasTonne/blender 2024-07-08 13:43:17 +02:00
cbcae12cc2 New API functions for merging stroke endpoints.
Lukas Tönne created branch gpv3-automerge-strokes in LukasTonne/blender 2024-07-08 13:43:17 +02:00
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-08 11:36:16 +02:00
27653dee88 Temp: Moving attribute definitions to physics impl.
Lukas Tönne pushed to main at LukasTonne/.profile 2024-07-08 09:46:03 +02:00
0d708ca212 update
Lukas Tönne commented on pull request blender/blender#117322 2024-07-08 09:38:05 +02:00
Principal Components node for 3D vectors

Any chances to add a group input and output fields rather than static data ?

Certainly possible. The semantics become a bit awkward though: If you output a field it would be in the same…

Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-08 08:55:14 +02:00
c617f0da1c Temp: modifications to copy functions.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-07 00:33:02 +02:00
4c1986053a New function for realizing customdata attributes to physics data.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-06 13:50:55 +02:00
8fd59b5e3b Removed unused class.
385136a4d5 Merge branch 'main' into geometry-nodes-rb-component
08bf742302 Merge branch 'blender-v4.2-release'
04b7e8fe1d Merge branch 'blender-v4.2-release'
c3c69c8956 Merge branch 'blender-v4.2-release'
Compare 45 commits »
Lukas Tönne pushed to geometry-nodes-physics-data-source at LukasTonne/blender 2024-07-06 11:37:15 +02:00
dcad74e277 Merge branch 'main' into geometry-nodes-physics-data-source
08bf742302 Merge branch 'blender-v4.2-release'
04b7e8fe1d Merge branch 'blender-v4.2-release'
c3c69c8956 Merge branch 'blender-v4.2-release'
60be3d1aeb Merge branch 'blender-v4.2-release'
Compare 44 commits »
Lukas Tönne pushed to fix-modifier-point-cache-reset at LukasTonne/blender 2024-07-06 11:29:11 +02:00
2f12964676 Restrict updates to user edits and avoid skipping modifiers.
7ea291967a Use flag to ensure only user edits trigger point cache reset.
Compare 2 commits »
Lukas Tönne commented on pull request blender/blender#124247 2024-07-06 11:10:06 +02:00
Fix #124181: Add depsgraph relation to clear cache from modifiers

I also have the change the early-exit optimization: it stops once both possible outgoing relations are added, but this might miss later modifiers.

Lukas Tönne commented on pull request LukasTonne/blender#2 2024-07-06 11:01:44 +02:00
Allow "Instance on Points" node to instance on physics component

If you're adding a new implicit field input it should probably also be supported in node groups.