Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
appwiki:afterfx [2018/02/22 02:33] ying [rig and patch removal] |
appwiki:afterfx [2018/05/09 01:57] (current) ying [Scripting and Plugin Dev in After Effects] |
||
---|---|---|---|
Line 201: | Line 201: | ||
* If you can't put script file in Script folder or ScriptUI folder due to admin rights in C drive (like in a some office computer), then you can copy the whole AfterEffect application folder to D drive. and launch the AfterFX.exe from there, and put script there. It will runs fine, since the support files and library still there in some folder at C drive. (as the main AE components are distributed in Common User Folder and Application Folder); like how those portable versions of the application are made in same concepts | * If you can't put script file in Script folder or ScriptUI folder due to admin rights in C drive (like in a some office computer), then you can copy the whole AfterEffect application folder to D drive. and launch the AfterFX.exe from there, and put script there. It will runs fine, since the support files and library still there in some folder at C drive. (as the main AE components are distributed in Common User Folder and Application Folder); like how those portable versions of the application are made in same concepts | ||
+ | |||
+ | ====== Useful AE script and expression ====== | ||
+ | |||
+ | ===== 3D position to screen space 2D position ===== | ||
+ | |||
+ | * 2D_null layer's position set to 3D_null <code javascript>thisComp.layer("3D_null").toComp([0,0,0]); </code> | ||
+ | |||
+ | |||
====== Hardware Guide for AE render====== | ====== Hardware Guide for AE render====== | ||