Block a user
Lukas Tönne
deleted branch geometry-nodes-constraint-solver from LukasTonne/blender
2023-03-08 14:41:52 +01:00
Lukas Tönne
created branch curve-constraints-solver in LukasTonne/blender
2023-03-08 14:41:35 +01:00
Lukas Tönne
pushed to curve-constraints-potential-contact at LukasTonne/blender
2023-03-08 14:40:31 +01:00
Lukas Tönne
created branch curve-constraints-potential-contact in LukasTonne/blender
2023-03-08 14:40:31 +01:00
Lukas Tönne
pushed to geometry-nodes-constraint-solver at LukasTonne/blender
2023-03-08 14:14:59 +01:00
3473d982cd
Solver method body.
9f9fbb5306
Merge branch 'main' into geometry-nodes-constraint-solver
53bb713eda
Refactor: Rename
OB_GPENCIL
and ID_GD
a736f1d638
BLI: Math: Support more vector swizzling and add alignment static assert
63a05f1e18
Vulkan: Fix Shader Compilation Issues.
Fix and regression test for crash during node group updates
Here's a for just the fix, into the release branch: #105564
Fixed crash when executing geometry nodes on an Undefined node tree type.
Lukas Tönne
pushed to fix-nodes-undefined-group-tree-update-crash at LukasTonne/blender
2023-03-08 12:07:58 +01:00
846f0500ad
Node tree updates can crash if the tree contains a node group that points at an
Lukas Tönne
created branch fix-nodes-undefined-group-tree-update-crash in LukasTonne/blender
2023-03-08 12:02:26 +01:00
Lukas Tönne
pushed to fix-nodes-undefined-group-tree-update-crash at LukasTonne/blender
2023-03-08 12:02:26 +01:00
d76a7720fa
Removed regression test.
Lukas Tönne
pushed to nodes-undefined-group-tree-update-crash at LukasTonne/blender
2023-03-08 11:58:22 +01:00
6677d69fbc
No const_cast needed any more for ntreeIsRegistered.
ea9c061fee
Added dots to comments.
f6993f72be
Fix for crash during node tree updates when a group tree is undefined.
03d142fb5b
Added a regression test for crash during node tree update.
a736f1d638
BLI: Math: Support more vector swizzling and add alignment static assert
Fix and regression test for crash during node group updates
Yes, i copied most of this from other tests, e.g. blend_file_loading_base_test.cc
, lib_id_test.cc
.
I only used the necessary parts for making node trees ID blocks and updating them. All the…
Lukas Tönne
pushed to geometry-nodes-simulation-with-fixes at LukasTonne/blender
2023-03-07 11:51:36 +01:00
0f799f6d21
Merge branch 'main' into geometry-nodes-simulation-with-fixes
5ed8d3537b
Merge branch 'blender-v3.5-release'
e7606139ba
Fix #105467: NaN values resulting from curve editing with collision
64faa31bb7
Revert "Fix for NaN values resulting from curve editing with collision"
067fc67bdd
Merge branch 'blender-v3.5-release'
5ed8d3537b
Merge branch 'blender-v3.5-release'
e7606139ba
Fix #105467: NaN values resulting from curve editing with collision
Lukas Tönne
pushed to geometry-nodes-simulation-with-fixes at LukasTonne/blender
2023-03-07 11:07:42 +01:00
07dff5d73b
Merge branch 'main' into geometry-nodes-simulation-with-fixes
ba0d2a85dd
Merge remote-tracking branch 'fork/nodes-undefined-group-tree-update-crash' into geometry-nodes-simulation-with-fixes
2253be28ff
Reenable fix to handle multiple execution of lazy nodes from different outputs.
5a004ccc6a
Cleanup: use function style casts, nullptr
5b152a4880
Docs: correct doc-string for wmEvent::customdata