... again about GetDDescription( )
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 01/02/2006 at 10:15, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.5
Platform: Windows ; Mac ; Mac OSX ;
Language(s) : C++ ;---------
Hi gentlemen,
why the famigerate follow function, running ONLY when the myPlugin startin with myFirst object ??
... or better...
How is it possible to command this function when myPlugin creates more than one object (SplineObject) ??
Bool XXX_Tool::GetDDescription(BaseDocument *doc, BaseContainer &data, Description *description, LONG &flags)
{
if (! description->LoadDescription("Ospline") ) return FALSE;
BaseContainer *param = description->GetParameterI(DescLevel(SPLINEOBJECT_INTERPOLATION), NULL);
if (param) param->SetLong(DESC_HIDE, TRUE);
flags |= DESCFLAGS_DESC_LOADED;
return ToolData::GetDDescription(doc, data, description, flags);
}
PS. I reading all Posts that explain GetDDescription( ), but nowhere this is in ToolData features.
Greetings, kuro ^_^