Is there a way to have an animated vray proxy as Birth Object and keep the animation. It seems that tyflow does not see the animation or I'm missing something.
see the attached screen capture of how I have it now.
(02-13-2023, 03:54 AM)tyFlow Wrote: What kind of animation? Animation on the input object's transforms? If so, enable the inherit animation objects.
If you're talking about deformations, only the Shape operator (or Actor operator) can import those types of animations.
It's a tree made in growfx (wind animation)
I add it now as a shape, checked animation. it now plays the animation as it should. but it does not loop.
The tree animation is 250 frames, but the tyflow is 600. I thought the loop checkbox in the animation parameters would loop but it just stops after frame 250. am I doing something wrong ?
The shape animation loops fine in the file you sent...
If you want it to loop *seamlessly* (not jitter when the end frame loops back to the start frame), that's something you have to build into the source animation. The Shape operator just loops the keys you give it, it doesn't do any blending.
Normally I would recommend just putting a tyLooper modifier on your proxy geometry, but your proxy geometry topology changes every frame so that won't work. Not sure why it's changing, but it does (put an Edit Mesh modifier on your VRayProxy, select some faces and drag the time slider...you'll see the selection go crazy because the vertex/face ordering is changing every single frame). Perhaps wherever you exported the tree from has a setting to maintain topological consistency over time...
(02-14-2023, 05:23 AM)tyFlow Wrote: The shape animation loops fine in the file you sent...
If you want it to loop *seamlessly* (not jitter when the end frame loops back to the start frame), that's something you have to build into the source animation. The Shape operator just loops the keys you give it, it doesn't do any blending.
Normally I would recommend just putting a tyLooper modifier on your proxy geometry, but your proxy geometry topology changes every frame so that won't work. Not sure why it's changing, but it does (put an Edit Mesh modifier on your VRayProxy, select some faces and drag the time slider...you'll see the selection go crazy because the vertex/face ordering is changing every single frame). Perhaps wherever you exported the tree from has a setting to maintain topological consistency over time...
Hi,
Really ?, it doesn’t in my end, did you move the timeline past 251?
The tree does not change topology, its just the vray proxy preview mode, if you select the vrayproxy and change the display to whole mesh you can see.
02-14-2023, 03:57 PM (This post was last modified: 02-14-2023, 03:59 PM by tyFlow.)
Oh I see the issue, I had disabled your Surface Test in Event_001 order to isolate the Shape operator issue, without realizing your Surface Test is moving your particle to the next event.
Shape animation does not survive between events (meaning a Shape operator must be present in every event where you want shape animation)...so your animation stops because your particle leaves the event with the Shape operator. The fix for that issue is simple: just instance your Shape operator into your other events, so they update the animation as well (Shift + ALT + drag).
As for the changing topology...no, it also changes when preview mode is disabled. See attached video.