THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 15/05/2009 at 16:34, xxxxxxxx wrote:
User Information:
Cinema 4D Version: r11
Platform: Windows ;
Language(s) : C++ ;
---------
hello,
i am using op->AddDependence(hh, child); and op->TouchDependenceList(); to hide the child objects of my object plugin. works fine as long as i dont use my object plugin as a child of another of my object plugins
e.g.
-plugin
--cube
works, the cube is invisible
plugin
-plugin
--cube
the cube is visible
i guess that it is a common mistake of mine which is causing this, any ideas?
thanks and cheers,
ello