THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 15/01/2003 at 12:58, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.012
Platform:
Language(s) : C.O.F.F.E.E ;
---------
im building a spline generator plugin
ive set flags as follows
OBJECT_GENERATOR|OBJECT_SPLINE
im using the function GetContour to build and return a SplineObject
this is fine.
however , if i use GetVirtualObject its possible to force rebuild using the CheckDirty function .This is called on every pass to allow me decide when to rebuild.
However , maybe this is a bug !!!
when i use GetContour , the CheckDirty function is never called , so i have no way to force rebuild when i build a splineobject:(
is there a way out of this?
cheers
Paul Everett