Block a user
Fix #124310: Add override flag to prevent infinite recursion
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
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.
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…
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'
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'
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.
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.
Allow "Instance on Points" node to instance on physics component
Some additions for the new implicit input needed, otherwise looks fine.
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.
Fix #124181: Add depsgraph relation to clear cache from modifiers
Yeah, the existing Geometry Init -> Point Cache
relation is supposed to do the same thing and is redundant when a relation to a specific modifier is added. Since there is only one node for all…