commented out the non-working subtype option

pull/46/head
Roberto Saccon 2023-12-04 00:20:27 +01:00
rodzic 6ddd546a1d
commit abaf93f3e9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -125,7 +125,7 @@ def tree(name):
input_options.process(node_input.type)
node_input.min_value = input_options.min_value
node_input.max_value = input_options.max_value
node_input.bl_subtype_label = input_options.bl_subtype_label # DOES NOT WORK. Do e nee to change a UI property like this: ui_property(object, "property-name", expand=False, text="New Label")
# node_input.bl_subtype_label = input_options.bl_subtype_label # DOES NOT WORK. Do e nee to change a UI property like this: ui_property(object, "property-name", expand=False, text="New Label")
node_input.description = input_options.description
node_input.hide_in_modifier = input_options.hide_in_modifier
else: