THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 07/02/2006 at 08:49, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.5
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;
---------
Dear developpers,
when I build an object with:
BaseObject *op = SplineObject::Alloc(2, Tlinear);
if (!op) return FALSE;
doc->InsertObject(op, NULL, NULL, TRUE);
a new doc (from Ospline.res) will create instead MyInitialDoc ... now:
is it possible to avoid this ? If no, how is it possible to hide or add any parameter in "this" new Ospline doc ?
PS. The plugin workin in ToolData class.