Lukas Tönne LukasTonne
Lukas Tönne closed pull request blender/blender#112379 2023-09-14 14:07:02 +02:00
Fix #112333: Always check links when making groups to remove hidden
Lukas Tönne commented on pull request blender/blender#112379 2023-09-14 14:07:01 +02:00
Fix #112333: Always check links when making groups to remove hidden

Already fixed by 346b83ca01b9c60ca446b7ef30f102b566bca721

Lukas Tönne created pull request blender/blender#112379 2023-09-14 14:03:11 +02:00
Fix #112333: Always check links when making groups to remove hidden
Lukas Tönne pushed to fix-hidden-link-group-crash at LukasTonne/blender 2023-09-14 14:02:37 +02:00
c52ae3768d 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
Lukas Tönne pushed to socket_subpanels at LukasTonne/blender 2023-09-14 12:55:29 +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
Compare 30 commits »
Lukas Tönne pushed to node-buttons-on-top at LukasTonne/blender 2023-09-14 12:07:46 +02:00
252de6c557 Test: Always draw node options at the top of the node.
Lukas Tönne created branch node-buttons-on-top in LukasTonne/blender 2023-09-14 12:07:46 +02:00
Lukas Tönne commented on pull request blender/blender#112326 2023-09-14 10:55:40 +02:00
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

Lukas Tönne pushed to tree-interface-update-tags at LukasTonne/blender 2023-09-14 10:41:43 +02:00
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
Compare 25 commits »
Lukas Tönne pushed to tree-interface-update-tags at LukasTonne/blender 2023-09-14 10:40:10 +02:00
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.
Compare 4 commits »
Lukas Tönne commented on pull request blender/blender#111741 2023-09-13 19:42:58 +02:00
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 ...

Lukas Tönne commented on pull request blender/blender#111741 2023-09-13 18:06:33 +02:00
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…

Lukas Tönne pushed to tree-interface-update-tags at LukasTonne/blender 2023-09-13 18:04:16 +02:00
d64fc20606 Moved most methods from bNodeTreeInterfaceRuntime into the interface.
Lukas Tönne pushed to tree-interface-update-tags at LukasTonne/blender 2023-09-13 17:33:08 +02:00
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
Compare 455 commits »
Lukas Tönne deleted branch fix-missing-update-group-extend from LukasTonne/blender 2023-09-13 17:20:26 +02:00
Lukas Tönne closed pull request blender/blender#112339 2023-09-13 17:17:19 +02:00
Fix #112331: Add missing node tree updates after exposing sockets
Lukas Tönne commented on pull request blender/blender#112339 2023-09-13 17:17:17 +02:00
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.