create a loop with hgeo sequence
3583
2
0
-
- anodin
- Member
- 37 posts
- Joined: 4月 2013
- Offline
Hi,
I want create a loop with geo sequence 15 frames.
So i wrote in : Geometry File :
$HIP/geo/YAKURU_01.hipnc.filecache1.$F%15+1.bgeo
But it can't read, don't calculate…
$F%15+1
what did i write wrong ?
-
- tamte
- Member
- 8832 posts
- Joined: 7月 2007
- Offline
for string parms you need to use `` for expressions unless you are using just a $ variable alone
so it'll be like this
$HIP/geo/YAKURU_01.hipnc.filecache1.`$F%15+1`.bgeo
Tomas Slancik
FX Supervisor
Method Studios, NY
-
- anodin
- Member
- 37 posts
- Joined: 4月 2013
- Offline
Thank you Tamte !
At the first look i didn't make the difference between ‘ ’ and ``
Now i will never forget !