Skip to content

Commit

Permalink
mask list node to be in old layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitron committed Jun 13, 2014
1 parent 09dfec8 commit 8b12ab3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@
'SvSolidifyNode':
[['thickness','thickness']],
'SvRemoveDoublesNode':
[['Distance','distance']],

[['Distance','distance']],
}

# new sockets
Expand All @@ -92,7 +91,10 @@
'SvSolidifyNode':
[['inputs','StringsSocket','thickness',0]],
'SvRemoveDoublesNode':
[['inputs','StringsSocket','Distance',0]]
[['inputs','StringsSocket','Distance',0]],
'MaskListNode':
[['outputs','StringsSocket','ind_true',1],
['outputs','StringsSocket','ind_false',2]],
}

def upgrade_nodes(ng):
Expand Down

0 comments on commit 8b12ab3

Please sign in to comment.