THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 14/04/2003 at 16:21, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;
---------
Hi,
I have a deformer plugin that is created and inserted into the document by another plugin. I don't want the deformer object to appear in the object manager hierarchy view.
I thought I could do this by passing the PLUGINFLAG_HIDE flag in the info field of RegisterObjectPlugin, but this isn't doing it.
In fact, with the PLUGINFLAG_HIDE flag, the plugin isn't listed in the menu - so it seems to be doing the same thing as the PLUGINFLAG_HIDEPLUGINMENU.
Am I misunderstanding the PLUGINFLAG_HIDE flag?
How do I make objects invisible in the hierarchy view?
Cheers - Steve