Block a user
76e265eba1
Update the socket shapes after solving constraints.
a703e66d97
Use the symmetric constraint declaration for zone relationships.
f52223d789
Reverted the VariableRef struct in favor of a simpler VariableIndex alias.
74b92bae90
Added new BLI test for constraint satisfaction.
Lukas Tönne
pushed to node_inferencing_visualizer at LukasTonne/blender-addons
2024-04-01 09:39:50 +02:00
6c862a9e31
Merge branch 'main' into node_inferencing_visualizer
1de247676d
FBX IO: Fix performance regression setting keyframe_point interpolation
68c49290e3
glTF exporter: fix hierarchy of object inside full hierarchy of collections
c794324c8a
glTF exporter: fix crash on filtering collections
f5f6c460ed
glTF exporter: Fix typo in error log
c2552b0dcd
Moved constraint satisfaction to a new BLI file.
f662508fe1
Merge branch 'main' into socket-type-inference
fbcfd48d2a
Replace int variable indexes with formalized (Mutable)VariableKey.
8d12c58f2c
Docs: Use reference links when possible when linking to other API
7b4fa19fca
Docs: Python: Add copy button to code blocks