Block a user
d92de45da2
Merge branch 'main' into rename-ui-items
42bba405f0
Fix #104893: Node wrangler: Shader node preview error with panels
Lukas Tönne
deleted branch rename-node-interface-ui-items from LukasTonne/blender
2023-09-18 18:07:36 +02:00
Node Groups: rename
NodeTreeInterface.ui_items
to tree_items
or similar
Nodes: Rename `ui_items` property to `items_tree`
Lukas Tönne
pushed to rename-node-interface-ui-items at LukasTonne/blender
2023-09-18 17:31:39 +02:00
3c859b9dc7
Merge branch 'main' into rename-node-interface-ui-items
1cb7e29123
Fix: EEVEE: implicit cast from
float
to bool
in Multiscatter GGX
1cfed92c84
Fix: Exception creating geometry node group or node group socket
e894e6a411
Fix: Cycles: wrong refractive index in path guiding
c951464b8a
Fix #112521: Socket in_out type specified as a simple enum
Node Wrangler:
ui_items
collection renamed to items_tree
da54eb2e05
Node Wrangler:
ui_items
collection renamed to items_tree
.
21c4924974
Rigify: add an api to use runtime-evaluated expressions in panel scripts.
bcfed198d0
Rigify: alert the user if they forgot to assign any layer UI buttons.
0c77065441
Rigify: add a utility class for managing helper objects.
8f16645901
Rigify: adopt new leg features from the experimental feature set.
Nodes: Rename
ui_items
property to items_tree
Oh what ... VSCode seems to exclude the addons folder from searches, perhaps because it's "smart" and knows it's a different git repo ... sigh. And thanks for checking again :)
Lukas Tönne
pushed to rename-node-interface-ui-items at LukasTonne/blender
2023-09-18 16:24:07 +02:00
9aeabfbe95
Replace uses of
ui_items
in scripts.
Nodes: Rename
ui_items
property to items_tree
Looks like renames are missing in geometry_nodes.py and node.py.
Thanks for checking, good catch. I didn't notice i had a search file pattern set.
Whichever addons have already been…
Fix #112490: Always draw socket icons in "hidden" nodes
Looks like a recent qtcreator update changed the formatting settings, should be ok again now, will keep an eye on it.
Nodes Groups: Socket
in_out
should not be an enum flag
Lukas Tönne
deleted branch fix-group-new-socket-enum from LukasTonne/blender
2023-09-18 15:53:41 +02:00
Fix #112521: Socket in_out type specified as a simple enum