update 2023-05-30 from gitmlz
Change-Id: I0b1eb2941692fde5c9d98f107fc38315625dcfdb
This commit is contained in:
parent
c9ccaa484a
commit
532e4a7ab5
@ -169,7 +169,11 @@ class Parameter(Accessible):
|
|||||||
OrType(FloatRange(0), EnumType(always=0, never=999999999, default=-1)),
|
OrType(FloatRange(0), EnumType(always=0, never=999999999, default=-1)),
|
||||||
export=False, default=-1)
|
export=False, default=-1)
|
||||||
influences = Property(
|
influences = Property(
|
||||||
|
<<<<<<< HEAD
|
||||||
'optional hint about affected parameters', ArrayOf(StringType()),
|
'optional hint about affected parameters', ArrayOf(StringType()),
|
||||||
|
=======
|
||||||
|
'optional hint about effected parameters', ArrayOf(StringType()),
|
||||||
|
>>>>>>> update 2023-05-30 from gitmlz
|
||||||
extname='influences', export=True, mandatory=False, default=[])
|
extname='influences', export=True, mandatory=False, default=[])
|
||||||
|
|
||||||
# used on the instance copy only
|
# used on the instance copy only
|
||||||
|
Loading…
x
Reference in New Issue
Block a user