|
@@ -89,6 +89,10 @@ function trigger()
|
|
|
var time = sequence.currentTime.get() ;
|
|
|
|
|
|
myFloatParam.set(layer.automation.getValueAtPosition(time+10.));
|
|
|
+
|
|
|
+ root.customVariables.camAutomation.variables.valueAfter.valueAfter.set(layer.automation.getValueAtPosition(time+1));
|
|
|
+
|
|
|
+
|
|
|
var currentKey = layer.automation.getKeyAtPosition(time);
|
|
|
var nextKey = layer.automation.getItemAfter(currentKey);
|
|
|
if(nextKey!=undefined){
|