Search found 5 matches

by mihak
March 29th, 2008, 4:08 pm
Forum: Expression Discussion
Topic: adaptive rotation based on a point
Replies: 2
Views: 9514

adaptive rotation based on a point

Hello! I'm just working on a little project. I have an object that has animated position, and i wanted it to aim at the certain point. So here is a short amateurish expression i wrote: x1 = content("Shape 1").transform.position[0]; y1 = content("Shape 1").transform.position[1]; x...
by mihak
March 27th, 2008, 6:50 pm
Forum: Script requests
Topic: Controling individual vertices in a path
Replies: 8
Views: 20938

Re: Controling individual vertices in a path

Thanks Paul. Works like a charm. The processing time is a bit long, but i guess its simply the nature of the script. Haven't tried the expression value read yet, but it sounds great.

Great work!
by mihak
March 27th, 2008, 6:25 am
Forum: Script requests
Topic: Controling individual vertices in a path
Replies: 8
Views: 20938

Re: Controling individual vertices in a path

Paul: Any idea how to avoid memory problems? I have a 32 point mask, animated over 1 minute. The problem is that when i try to apply the mask i always get the memory shortage error (it only uses RAM, not disc cache?), when i try to make a segment long more than about 1 second. Any solutions? This is...
by mihak
March 24th, 2008, 9:54 am
Forum: Script requests
Topic: Controling individual vertices in a path
Replies: 8
Views: 20938

Re: Controling individual vertices in a path

Atomic: Thanks for the link.

Paul Tuersley: Thanks, that works great. :)
by mihak
March 23rd, 2008, 7:50 pm
Forum: Script requests
Topic: Controling individual vertices in a path
Replies: 8
Views: 20938

Controling individual vertices in a path

Hello. I am looking for a way to animate a path, by adjusting the X and Y properties of a separate node. I've been told that it's only possible with a script. Since I have no experience writing (or even working with) scripts, I'm asking if there is one out there already, or if someone would be kind ...