Cloner is not working with Volume Builder with Link method
-
Hi,
I have a cloner (object mode, the source is the skin controlled by the mocap skeleton). It is added to a Volume Builder with the Link method (meaning it's dragged into the volume source window rather than as a child). But the generated volume is not synced with the cloner. Why does it happen?
![Screenshot 20230314230958.png](Image dimensions are too big)
A minimal file is attached for your reference:
https://www.dropbox.com/s/50smim3e3pf5zcf/BODY_BUG_001.c4d?dl=0Thanks very much!
-
Hi nixliuxin,
Thanks for the file! Images need to have a height below 500 pixels. But project files are much more preferred. Images often tell just a fraction of the needed information.
Generators, as well as other functions in Cinema 4D, have certain Priorities. Those lead to specific processing of information. If objects have the same priority, the position in the Object manager is crucial.
https://help.maxon.net/c4d/2023/en-us/Default.htm#html/TTARGETEXPRESSION-OBASELIST.html#prioThe best option is to either bake the information or cache it. If information is cached, it is available at the beginning of the frame. If information is not processed when needed, the available information is used, which means from the previous frame. This can add up in a change reaction.
On the other hand, caching and baking means that most of the work is done, and data is provided much faster.
Then there is in some cases that the machine is too slow, but the setting All Frames is chosen, so it can't play in "real-time". All frames are the little Icons in the middle of the timeline, with the A in it.
The easiest way is to cache first what other parts need, then the next, and so on. Sometimes the cache stores the information, but it requires shutting off the initial influence, for example, the Skin Object, to avoid double influence.
Here is my suggestion
https://stcineversityprod02.blob.core.windows.net/$web/Cineversity_Forum_Support/2023_PROJECTS_DRS/20230314_CV4_2023_drs_23_RSfg_01.zipI hope that works for you.
All the best