File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 11//Snippet for converting a pack of nulls into one
22//each null represents a frame
3+ //Just select nulls in the right order and run the script
34
45//CC-BY Nik Ska, 2014
56
@@ -22,6 +23,8 @@ if(activeComp && activeComp instanceof CompItem){
2223
2324 newTrackNull . property ( "ADBE Transform Group" ) . property ( "ADBE Rotate Z" ) . setValueAtTime ( t , currentNull . property ( "ADBE Transform Group" ) . property ( "ADBE Rotate Z" ) . value ) ;
2425
26+ newTrackNull . property ( "ADBE Transform Group" ) . property ( "ADBE Scale" ) . setValueAtTime ( t , currentNull . property ( "ADBE Transform Group" ) . property ( "ADBE Scale" ) . value ) ;
27+
2528 if ( sel [ s ] . threeDLayer ) {
2629 newTrackNull . property ( "ADBE Transform Group" ) . property ( "ADBE Rotate X" ) . setValueAtTime ( t , currentNull . property ( "ADBE Transform Group" ) . property ( "ADBE Rotate X" ) . value ) ;
2730
You can’t perform that action at this time.
0 commit comments