restore ND dim
This commit is contained in:
parent
46cfd27b3e
commit
9d07867d75
3 changed files with 31 additions and 1 deletions
|
@ -26,5 +26,17 @@
|
||||||
</binding>
|
</binding>
|
||||||
</action>
|
</action>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
<!-- ND left dimmer -->
|
||||||
|
<animation>
|
||||||
|
<type>material</type>
|
||||||
|
<object-name>ND.screen</object-name>
|
||||||
|
<emission>
|
||||||
|
<red>1.0</red>
|
||||||
|
<green>1.0</green>
|
||||||
|
<blue>1.0</blue>
|
||||||
|
<factor-prop>/controls/lighting/ndl-norm</factor-prop>
|
||||||
|
</emission>
|
||||||
|
</animation>
|
||||||
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
|
@ -25,6 +25,19 @@
|
||||||
<script>canvas_nd.showNd('right');</script>
|
<script>canvas_nd.showNd('right');</script>
|
||||||
</binding>
|
</binding>
|
||||||
</action>
|
</action>
|
||||||
</animation>
|
</animation>
|
||||||
|
|
||||||
|
<!-- ND right dimmer -->
|
||||||
|
<animation>
|
||||||
|
<type>material</type>
|
||||||
|
<object-name>ND_R.screen</object-name>
|
||||||
|
<emission>
|
||||||
|
<red>1.0</red>
|
||||||
|
<green>1.0</green>
|
||||||
|
<blue>1.0</blue>
|
||||||
|
<factor-prop>/controls/lighting/ndr-norm</factor-prop>
|
||||||
|
</emission>
|
||||||
|
</animation>
|
||||||
|
|
||||||
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
|
@ -17,6 +17,11 @@ print("If you are reading this, you are awesome!");
|
||||||
print("-----------------------------------------------------------------------");
|
print("-----------------------------------------------------------------------");
|
||||||
print(" ");
|
print(" ");
|
||||||
|
|
||||||
|
# Dimmers
|
||||||
|
setprop("/controls/lighting/ndl-norm", 0);
|
||||||
|
setprop("/controls/lighting/ndr-norm", 0);
|
||||||
|
setprop("/controls/lighting/upper-norm", 0);
|
||||||
|
|
||||||
##########
|
##########
|
||||||
# Lights #
|
# Lights #
|
||||||
##########
|
##########
|
||||||
|
|
Reference in a new issue