THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 07/01/2004 at 11:29, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.503
Platform: Windows ; Mac ;
Language(s) : C++ ;
---------
Hello,
my generator object has another generator object (of the same type) as a child in his hierarchy.
But I cannot "Touch" the child generator for it prevents the child generator from operating correctly when I do so.
Touching the generator after checking the cache does not work either, it prevents it from working too and will only cause memory leaks (and the refreshing in the editor is not working either).
Anybody knows a solution to this problem? I need this to make my generator work correctly.
My generator works roughly like this:
Generator A
---- within generator A -----
Get the child generator B
Clone it and return it
---- within generator A end -----
the child generator B will most likely also have another child generator C and so on.
Any idea or help is highly appreciated. Thank you in advance