problem inserting pluginobject
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/07/2004 at 06:51, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.500
Platform: Windows ;
Language(s) : C++ ;---------
Hi,
I have built up a PluginObject ( a : public ObjectData) and now want to insert it in a Document via c++ .
Unfortunately NodeData etc. are not derived from BaseObject and Cinema drops out to Windows when I want to add a casted Object. How Can I add it to the Scene? Obviously it works when the user does it via Menu so there must be a possibility
thx, lawn -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/07/2004 at 08:01, xxxxxxxx wrote:
Hello? Does noone have an idea?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/07/2004 at 21:21, xxxxxxxx wrote:
Use PluginObject::Alloc(pluginid) or AutoAlloc_<_pluginobject_>_ obj(pluginid).