Skip to content

Commit

Permalink
Core: adding valueType to color paramdef
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed Jun 7, 2021
1 parent 9dbdcc0 commit f0e1bbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/scripts/mgear/core/attribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,6 +792,7 @@ def __init__(self, scriptName, value=False):

self.scriptName = scriptName
self.value = value
self.valueType = None
self.param_dict = {}

def create(self, node):
Expand Down

0 comments on commit f0e1bbb

Please sign in to comment.