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