On 17/06/2014 at 13:43, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 14
Platform: Mac ;
Language(s) : C++ ;
---------
Hi,
I have a spline parameter declared in GetDDescription() like this:
cid = DescLevel(idSpline, CUSTOMDATATYPE_SPLINE, 0);
if (!singleid || cid.IsPartOf(*singleid,NULL))
{
BaseContainer bc;
bc = GetCustomDataTypeDefault(CUSTOMDATATYPE_SPLINE);
bc.SetString(DESC_NAME,"Time");
if(!description->SetParameter(cid, bc, DescBaseGroup)) return TRUE;
}
This seems to work perfectly, except when I right click on it in the Attribute Manager and click Show in separate window, it opens an empty dialog.
Is there a setting or something I'm missing?
As always, thanks!
Dan