hello, I am using the melange sdk to export to c4d files.
it looks like DOCUMENT_CLIPPING_PRESET parameter could not be set :
test:
c4dDoc = cineware::BaseDocument::Alloc();
{
cineware::GeData udata;
cineware::Bool ret = c4dDoc->SetParameter(cineware::DOCUMENT_CLIPPING_PRESET, cineware::DOCUMENT_CLIPPING_PRESET_HUGE);
ret = c4dDoc->GetParameter(cineware::DescLevel(cineware::DOCUMENT_CLIPPING_PRESET), udata);
}
udata correspond to a value of 1 ( MEDIUM, the default value)
I tried with other preset, same issue.
thanks in advance