Skip to content

Commit

Permalink
branch off rmg/define_prop - commented out update_sockets_collection …
Browse files Browse the repository at this point in the history
…in operators.py
  • Loading branch information
ruaridhg committed Sep 27, 2023
1 parent af0ec01 commit de48ea2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions randomiser/define_prop/operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ def invoke(self, context, event):
for UD_str in self.list_subpanel_UD_props_names:
# get collection of socket properties for this GNG
# ATT socket properties do not include the actual socket object
if cs.socket_props_per_UD.collection[
UD_str
].update_sockets_collection:
print("Collection of UD props sockets updated")
# if cs.socket_props_per_UD.collection[
# UD_str
# ].update_sockets_collection:
# print("Collection of UD props sockets updated")

cs.socket_props_per_UD.collection[UD_str].collection

Expand Down

0 comments on commit de48ea2

Please sign in to comment.