Search found 2 matches
- September 12th, 2018, 2:19 pm
- Forum: Scripts Discussion
- Topic: ExtendScript_Scale selected keyframe
- Replies: 0
- Views: 21636
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...
- September 12th, 2018, 12:51 pm
- Forum: Expression Discussion
- Topic: ExtendScript_Scale selected keyframe
- Replies: 0
- Views: 50916
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...