Brushstroke Tools: Initial Version #328

Merged
Simon Thommes merged 229 commits from SimonThommes/blender-studio-tools:brushstroke_tools-initial-version into main 2024-11-06 15:03:47 +01:00
Showing only changes of commit eee1654f1b - Show all commits

View File

@ -111,7 +111,7 @@ def draw_panel_ui_recursive(panel, panel_name, mod, items, display_mode, hide_pa
else:
input_row.prop(mod, f'["{v.identifier}"]', text=k, icon=icon)
if type(v) in utils.linkable_sockets:
col.enabled = not s.link_context
col.active = not s.link_context
icon = settings_py.icon_from_link_type(s.link_context_type)
row.alignment = 'EXPAND'
if s.link_context: