|
| Converting a Null's 3D position to effect's 2D point control |
 |
Tue, 18 Mar 2008 14:58:06 -070 |
I've got some 3D nulls created in Cinema 4D that I want to use for positions for
2D effects (like Light Factory).
|
| Post Reply
|
| Re: Converting a Null's 3D position to effect's 2D point control |
 |
Tue, 18 Mar 2008 20:07:31 -070 |
Should just be a straight-forward layer space transform:
L = thisComp.layer("Null 1");
L.toComp(L.anchorPoint);
|
| Post Reply
|
| Re: Converting a Null's 3D position to effect's 2D point control |
 |
Sat, 22 Mar 2008 18:18:00 -070 |
|
| Post Reply
|
|
|
|
|
|
|
|
|
|