Block a user
Fix #112333: Always check links when making groups to remove hidden
Fix #112333: Always check links when making groups to remove hidden
Already fixed by 346b83ca01b9c60ca446b7ef30f102b566bca721
Fix #112333: Always check links when making groups to remove hidden
Lukas Tönne
created branch fix-hidden-link-group-crash in LukasTonne/blender
2023-09-14 14:02:36 +02:00
37a4219153
Merge branch 'main' into socket_subpanels
726bd3887f
Fix #112335: particle instance modifier outputs wrong attributes
d2fac8ba84
Cleanup: remove redundant text access (missed in review)
96339fc313
Text Editor: Auto Close Pairs on Selected Text
b3f9663011
Cleanup: use a mask combining all pie menu directions
Fix #112233: Panel collapsed state should not hide socket links
If we want to rename it, these are the options that make sense to me:
is_icon_visible
-> {is_drawn
db908e9fae
Merge branch 'main' into tree-interface-update-tags
726bd3887f
Fix #112335: particle instance modifier outputs wrong attributes
d2fac8ba84
Cleanup: remove redundant text access (missed in review)
96339fc313
Text Editor: Auto Close Pairs on Selected Text
b3f9663011
Cleanup: use a mask combining all pie menu directions
627f50a47d
Make bNodeTree a friend of the interface runtime to avoid all methods.
6deb91c48c
Fixed comment.
17640d54b4
Cleanup: private instead of protected.
9ef3f9a18c
Cleanup: "this->" prefix for member function calls.
Fix #112331: Add update tags directly in bNodeTreeInterface API methods
They are accessed from bNodeTree::interface_inputs
etc. Of course i can also make bNodeTree a friend too ...
Fix #112331: Add update tags directly in bNodeTreeInterface API methods
My one large comment is that it probably makes more sense for bNodeTreeInterfaceRuntime to just be a storage of runtime data.
I moved almost all methods out of the runtime into the `bNodeTreeI…
642fb95086
Merge branch 'main' into tree-interface-update-tags
150f226797
Fix #112330: Group sockets not initialized when created by link-drag
6e24ecac03
Fix #112289: Workbench: Always clear depth_in_front
6c98cb73ac
Cycles: Use new MetalRT curve primitives for 3D curves and ribbons
36f31f1eff
Asset shelf: Remove unnecessary separator between buttons in header
Lukas Tönne
deleted branch fix-missing-update-group-extend from LukasTonne/blender
2023-09-13 17:20:26 +02:00
Fix #112331: Add missing node tree updates after exposing sockets
Fix #112331: Add missing node tree updates after exposing sockets
Never mind, i'll finish the proper fix for this rather than adding more stuff in operators.