... | ... |
@@ -1508,4 +1508,12 @@ |
1508 | 1508 |
</action> |
1509 | 1509 |
</animation> |
1510 | 1510 |
|
1511 |
+ <animation> |
|
1512 |
+ <type>scale</type> |
|
1513 |
+ <property>/instrumentation/zkv1000/size-factor</property> |
|
1514 |
+ <x-factor>1</x-factor> |
|
1515 |
+ <y-factor>1</y-factor> |
|
1516 |
+ <z-factor>1</z-factor> |
|
1517 |
+ </animation> |
|
1518 |
+ |
|
1511 | 1519 |
</PropertyList> |
... | ... |
@@ -1539,4 +1539,12 @@ |
1539 | 1539 |
</action> |
1540 | 1540 |
</animation> |
1541 | 1541 |
|
1542 |
+ <animation> |
|
1543 |
+ <type>scale</type> |
|
1544 |
+ <property>/instrumentation/zkv1000/size-factor</property> |
|
1545 |
+ <x-factor>1</x-factor> |
|
1546 |
+ <y-factor>1</y-factor> |
|
1547 |
+ <z-factor>1</z-factor> |
|
1548 |
+ </animation> |
|
1549 |
+ |
|
1542 | 1550 |
</PropertyList> |
... | ... |
@@ -1539,4 +1539,12 @@ |
1539 | 1539 |
</action> |
1540 | 1540 |
</animation> |
1541 | 1541 |
|
1542 |
+ <animation> |
|
1543 |
+ <type>scale</type> |
|
1544 |
+ <property>/instrumentation/zkv1000/size-factor</property> |
|
1545 |
+ <x-factor>1</x-factor> |
|
1546 |
+ <y-factor>1</y-factor> |
|
1547 |
+ <z-factor>1</z-factor> |
|
1548 |
+ </animation> |
|
1549 |
+ |
|
1542 | 1550 |
</PropertyList> |
... | ... |
@@ -1539,4 +1539,12 @@ |
1539 | 1539 |
</action> |
1540 | 1540 |
</animation> |
1541 | 1541 |
|
1542 |
+ <animation> |
|
1543 |
+ <type>scale</type> |
|
1544 |
+ <property>/instrumentation/zkv1000/size-factor</property> |
|
1545 |
+ <x-factor>1</x-factor> |
|
1546 |
+ <y-factor>1</y-factor> |
|
1547 |
+ <z-factor>1</z-factor> |
|
1548 |
+ </animation> |
|
1549 |
+ |
|
1542 | 1550 |
</PropertyList> |
... | ... |
@@ -75,6 +75,8 @@ var init_props = func { |
75 | 75 |
zkv.getNode('body-texture',1).setValue(''); |
76 | 76 |
zkv.getNode('display-brightness-norm',1).setDoubleValue(0.5); |
77 | 77 |
zkv.getNode('lightmap',1).setIntValue(0); |
78 |
+ if (zkv.getNode('size-factor').getValue() == nil) |
|
79 |
+ zkv.getNode('size-factor',1).setDoubleValue(1.0); |
|
78 | 80 |
|
79 | 81 |
radios = zkv.getNode('radios', 1); |
80 | 82 |
radios.getNode('nav1-selected',1).setIntValue(0); |