THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 03/01/2009 at 23:35, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11
Platform: Windows ;
Language(s) : C++ ;
---------
I'm trying to set up a tag link field to accept only bezier splines.
I can limit it to point splines by either specifying Ospline in the res file or using DescriptionCheckDragAndDrop with
> dcu->result = dcu->element->GetNodeID() == 0;
.
Does anyone know how to refine this down to bezier splines specifically?