Skip to content

Commit

Permalink
allow output only mode (#4625)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeffii authored Aug 27, 2022
1 parent 39eb615 commit f676481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion json_examples/Architecture/Power_transmission_tower.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
],
"params": {
"divisions": 2,
"rad_": 3.5799999237060547,
"rad_": 3.94,
"sides_": 4
},
"use_custom_color": true,
Expand Down
4 changes: 2 additions & 2 deletions nodes/script/script1_lite.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ def flush_excess_sockets(self, k, v):

def update_sockets(self):
socket_info = parse_sockets(self)
if not socket_info['inputs']:
return
#if not socket_info['inputs']:
# return

for k, v in socket_info.items():
if not (k in {'inputs', 'outputs'}):
Expand Down

0 comments on commit f676481

Please sign in to comment.