Brushstroke Tools: Initial Version #328
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user