Block a user
Fix versioning old 2.6 node groups, causing dangling link pointers
I've started adding a simple compatibility test, loading files from 2.5, 2.6, 3.6, etc (trying to cover major transitions in node code). Loading a simple 2.5 file already fails an assert in…
Lukas Tönne
deleted branch fix-root-panel-rna-crash2 from LukasTonne/blender
2023-09-01 12:40:02 +02:00
Fix #111713: Nodes crash when library overriding
Fix #111713: Nodes crash when library overriding
Lukas Tönne
created branch fix-root-panel-rna-crash2 in LukasTonne/blender
2023-09-01 10:57:41 +02:00
cc5dd9e3d3
Cleanup: use libdecor_ prefix for libdecor_frame_interface callbacks
e711af8987
GHOST/Wayland: correction to xdg_toplevel_listener::configure use
5c9e5d9dc8
Cleanup: line-length, use percentage formatting
523700030f
Fix enabling experimental gpencil-v3 failing to refresh the keymap
618f39fca2
Keymap: improve tweak tool consistency & behavior
Crash when library overriding specific object (related to
bNodeTreeInterfacePanel
)
Lukas Tönne
deleted branch fix-root-panel-rna-crash from LukasTonne/blender
2023-08-31 18:53:06 +02:00
Fix #111713: Nodes crash when overriding due to item.parent nullptr
Fix 111713: Nodes crash when overriding due to item.parent nullptr
ea3d11769f
Return nullptr instead of the root panel for RNA "parent" property.
2bf9ccda9a
Exclude 'parent' property of items from override comparison.
Lukas Tönne
created branch fix-root-panel-rna-crash in LukasTonne/blender
2023-08-31 17:41:52 +02:00
0cc278785f
Merge branch 'main' into tree-interface-update-tags
c75d6ae0ed
Fix: Bone collection renaming when empty string
726ef2c873
Fix: remove UI code relating to bone layers
7ab67dafb3
UI: Theme Editor: Align relevant columns and simplify labels
e46b87f4b1
Node Editor: show auto-attach status while moving
3093d46b6b
Replace ensure_topology_cache calls in RNA to update interface cache.
fbf57a95fa
Fix cache invalidation when removing items.