Block a user
Nodes: Slightly improve editor drawing performance with large node trees
The node name thing seems unrelated. I could imagine this causing problems if there are other uiBlock
that happen to have the same name as a node. Better don't include this change here.
Refactor: Curves: Various changes to extrude operator
Think this could be called extend_back
(similar to drop_back
and take_back
).
Changes to switching node editor contexts break some addons
I indeed would highly recommend not just setting an area type and hoping for the best. This seems better indeed. One should still make sure that there actually is a valid node tree of course.
Cleanup: BLI: Delete r-value iterator from Map
Fix: Nodes: group edit button unintentionally drawn on NodeCustomGroup
c6e7cdbc57
Merge branch 'blender-v4.3-release'
8f200d96b2
Fix: Nodes: group edit button unintentionally drawn on NodeCustomGroup
Fix: Nodes: group edit button unintentionally drawn on NodeCustomGroup
Now it's a bit late for such cosmetic changes unfortunately (was decided in chat). So we can merge this in main
and potentially backport later on if necessary.
Jacques Lucke
deleted branch remove-cxx-alloc-option from JacquesLucke/blender
2024-11-13 13:40:12 +01:00
Core: remove WITH_CXX_GUARDEDALLOC option