Hi everyone,
Inside a vellum solver, I want to adjust the amplitude of a pop force using a pop wrangle, but it's not working.
Pop Wrangle Script:
vector posInput1 = point(1, “P”, 0);
if(posInput1.y > 0)
{
printf(“enter”);
@amp = 10;
}
I know that my script work because of the “printf” but I dont understand how to transfer the @amp to the pop force amplitude attribute.
Inside Vellum Solver: Pop Wrangle to affect Pop Force
2544 3 0- morneauju66
- Member
- 28 posts
- Joined: 4月 2017
- Offline
- tamte
- Member
- 8832 posts
- Joined: 7月 2007
- Offline
- morneauju66
- Member
- 28 posts
- Joined: 4月 2017
- Offline
- tamte
- Member
- 8832 posts
- Joined: 7月 2007
- Offline
morneauju66you can use op: syntax to directly point to any geometry without defining the input binding
I don't think its possible with the pop force.
but regardless if nothing else, you can easily do
amp = f@amp;
Tomas Slancik
FX Supervisor
Method Studios, NY
FX Supervisor
Method Studios, NY
-
- Quick Links