Search found 2 matches

by thisweidesign
September 12th, 2018, 2:19 pm
Forum: Scripts Discussion
Topic: ExtendScript_Scale selected keyframe
Replies: 0
Views: 17887

ExtendScript_Scale selected keyframe

Hi Guys, I'm new to ExtendScript, I want to create a script that can apply the scale value to a selected Keyframe, I found this code via a tutorial: scaleButton.onClick = function(){ app.beginUndoGroup("Scale all layers"); for(var i = 1; i <= comp.numLayers; i++){ var curScale = comp.layer...
by thisweidesign
September 12th, 2018, 12:51 pm
Forum: Expression Discussion
Topic: ExtendScript_Scale selected keyframe
Replies: 0
Views: 22286

ExtendScript_Scale selected keyframe

Hi Guys, I'm new to ExtendScript, I want to create a script that can apply the scale value to a selected Keyframe, I found this code via a tutorial: scaleButton.onClick = function(){ app.beginUndoGroup("Scale all layers"); for(var i = 1; i <= comp.numLayers; i++){ var curScale = comp.layer...