Search found 158 matches

by Atomic
July 31st, 2007, 11:18 am
Forum: Scripts Discussion
Topic: Creating text in paragraphmode
Replies: 1
Views: 6473

Creating text in paragraphmode

Hi All,

I have been playing around with the script that creates text layers from a file.

The script creates text layers, but not paragraph text layers.
I am using this code:

Code: Select all

thisTextLayer = myComp.layers.addText(text);
Is there a way to create text layers in paragraph mode?

Thanks
by Atomic
July 18th, 2007, 10:07 am
Forum: General Scripts Library
Topic: Random 3d Text field with depth fade
Replies: 13
Views: 35586

I have been playing around with the script as it stands and I was able to get text to appear. The problem lies in the default values. They produce a black screen. To see my text I had to set the Start Fade to -500, the End Fade to 500, the Spread to 250 and then move the camera around until somethin...
by Atomic
July 17th, 2007, 1:27 pm
Forum: Script requests
Topic: Import Image or A Folder Of Images Becomes A Comp
Replies: 1
Views: 8037

Hi All, I guess I have found an answer to my own question in this topic here: http://aenhancers.com/viewtopic.php?t=102 I also updated this script to do a little more. I call it "Folder Of Titled Images." Not only does it import a folder of images into your existing comp, it also adds a co...
by Atomic
July 17th, 2007, 11:04 am
Forum: Script requests
Topic: Import Image or A Folder Of Images Becomes A Comp
Replies: 1
Views: 8037

Import Image or A Folder Of Images Becomes A Comp

Hi All,

I have searched and searched this site, but I can not find the answer to my simple question.

I need a script that will import a folder of images and make a comp out of it with each image in the folder becoming a layer in the newly created comp.

Thanks :wink:
by Atomic
July 17th, 2007, 11:00 am
Forum: Script requests
Topic: scripting for a specific Effect
Replies: 4
Views: 10943

I created a slot machine spindle using CCCylnder and a little blur.
by Atomic
July 17th, 2007, 10:05 am
Forum: General Scripts Library
Topic: script to create 3d cube
Replies: 13
Views: 84840

I re-wrote some of the script to fix the minor bugs that bothered me. The origin can now be defined at the top, bottom, or center of the cube. The sides are named and color coded. You can also specify a height for the cube. This has some advantage over simply scaling the cube's height. This way if y...
by Atomic
July 17th, 2007, 9:58 am
Forum: General Scripts Library
Topic: Random 3d Text field with depth fade
Replies: 13
Views: 35586

I just tried it and it does create a composition with text, but I see nothing. :(

How do you make the text actually appear?
by Atomic
May 12th, 2007, 5:31 am
Forum: Expression Discussion
Topic: How To Run a Script
Replies: 1
Views: 6840

How To Run a Script

Hi All,

I have a noobie question, plain and simple.

How do you run a script?

I have looked all through the AE Manual and it does not mention anywhere how to execute a script other than expressions.

Are these scripts expressions?
So how do I execute them?

Thanks