Block a user
1bc311d0ca
Runtime shared pointers to enum items instead of weak bNodeTree ref.
8eaf05709a
Merge branch 'main' into nodes-menu-switch
62e1059960
Cleanup: variable naming, reduce variable scope
8275232614
Cleanup: remove redundant path join for recursive operations on Haiku
27fdda2f85
Fix use after free error on abort()
Geometry Nodes: Menu Switch Node
It feels like it could just have some std::shared_ptr at run-time, that contains the values directly.
This kinda got lost, i haven't really thought about it while doing the…
Geometry Nodes: Menu Switch Node
When we delete a menu Item which is the default, we can end up with the Default being blank
We basically want some kind of automatic versioning here to ensure users can remove an item and…
6e214d3795
Merge branch 'volume-grid-sockets' into volume-grid-nodes
a93a7ac874
Merge branch 'main' into volume-grid-sockets
5519a48702
Cleanup: remove unnecessary alias
b59075471e
Merge branch 'main' into volume-grid-sockets
3370228ae8
Geometry Nodes: rename ValueOrField to SocketValueVariant
90f833c404
Merge branch 'main' into nodes-menu-switch
92cf9dd2f2
ID properties: Support enum values with items
7346727cfc
Fix #116215: Sequencer crashes unlinking packed text
bc51f541c2
GHOST/Wayland: correct internal error in size initialization
c8aecac001
Cleanup: Remove unused sculpt code
ID properties: Support enum values with items
bcb1c44f9f
Add Py_DECREF to the items sequence after parsing in all branches.
3f9ea96cb3
Cleanup: Trailing comma in int property kwlist for nicer formatting.
e77cfd48f3
Removed leftover size table entry for enum properties.
Geometry Nodes: Menu Switch Node
When we delete a menu Item which is the default, we can end up with the Default being blank
@dfelinto I think this is acceptable?
Selecting a different item for group input defaults and…
d1312e1edc
Merge branch 'enum-idproperty' into nodes-menu-switch
25deae63de
Fix RNA enum items count returned for ID properties.
24bdada1ce
Fix RNA enum items count returned for ID properties.