Search found 3 matches
- April 27th, 2015, 10:31 am
- Forum: Scripts Discussion
- Topic: How can I launch After Effects in German (Windows or Mac)?
- Replies: 1
- Views: 9834
Re: How can I launch After Effects in German (Windows or Mac
In the Ae installation folder: Adobe\Adobe After Effects\Support Files\ you have two sub folder: "AMT" and "AMTLanguages". The txt-file in the "AMTLanguages"-folder points to the Language-libary files in the "AMT" folder. You have to change the name of the txt...
- April 27th, 2015, 9:58 am
- Forum: Scripts Discussion
- Topic: Script does not work on mac os, only on windows? SOLVED!
- Replies: 2
- Views: 18551
Re: Script does not work on mac os, only on windows, WHY?
The Problem is solved! The reason for this problem is not the OS (Win/Mac), but the language. Unbelievable! The problem disappears by switching the language from german to english (code was written and tested in the english version). Why adobe raise language barriers in a programming environment? Th...
- March 3rd, 2015, 6:47 am
- Forum: Scripts Discussion
- Topic: Script does not work on mac os, only on windows? SOLVED!
- Replies: 2
- Views: 18551
Script does not work on mac os, only on windows? SOLVED!
This script should create null Layers with specific layer names for a better overview (separation) in big compositions. Everything works on Wondows 7 in CC and CS6. In MAC OS, nothing works. Does anyone have any idea why? { function myScript(thisObj){ function myScript_buildUI(thisObj){ var myPanel ...