forked from LeenkxTeam/LNXSDK
Patch_2
This commit is contained in:
@ -197,7 +197,10 @@ class CreateStyleNode(LnxLogicTreeNode):
|
||||
properties += self.inputs[ind].name + ':'
|
||||
ind += 1
|
||||
|
||||
self['property1'] = properties
|
||||
try:
|
||||
self['property1'] = properties
|
||||
except AttributeError:
|
||||
pass # Skip write if context doesn't allow it
|
||||
|
||||
return self.get('property0', 60)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user