You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does Growth respect and understand Image Sequence? Will it update frame by frame, like if I use a clip or movie or image sequences of procedural texture generated using Sverchok and then applying it to the mesh?
The text was updated successfully, but these errors were encountered:
I got a Sverchok setup that changes Vertex Weight overtime based on frame as above. I thought it would work with UMOG but apparently while umog is baking, the varying vertex weight is not updating.
If you can update this with 2.8, I will have a look at it. I think the problem comes from the fact that unlike Sverchok, GN has a locking mechanism, meaning that it doesn't really iterate over the frames, but it will only use the frame range to calculate how many simulation steps are necessary. Once this is done, the python code will start and lock the thread, executing N iterations for each frame in range. However it is not actually using blender's playback functionality.
Does Growth respect and understand Image Sequence? Will it update frame by frame, like if I use a clip or movie or image sequences of procedural texture generated using Sverchok and then applying it to the mesh?
The text was updated successfully, but these errors were encountered: