|
|
@@ -276,6 +276,7 @@ def default_update(ui_socket, context, do_execute=True):
|
|
|
from .utilities import tree_from_nc
|
|
|
for mantis_node in node_tree.parsed_tree.values():
|
|
|
# check to see if the mantis node is in the same ui-tree as this ui_socket
|
|
|
+ if mantis_node.ui_signature is None: continue # autogenerated nodes
|
|
|
if mantis_node.ui_signature[-1] == ui_socket.node.name and \
|
|
|
tree_from_nc(mantis_node.ui_signature, node_tree) == ui_socket.node.id_data:
|
|
|
node_updated = True
|