Skip to content

Commit 93ea77c

Browse files
author
Nik Ska
committed
upd
1 parent fee1e5e commit 93ea77c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nullsToOne.jsx

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

0 commit comments

Comments
 (0)