THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 14/05/2009 at 09:43, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11.027
Platform: Windows ;
Language(s) : C.O.F.F.E.E ; C++ ; XPRESSO ;
---------
I'm having a priority issue that I believe is related to a spline generator. I'm using xpresso to get the location of polygons on a deformed mesh. To enable this I have to have the xpresso tag at the generator priority level, and this works fine. The problem is when I try to move the points of a spline to that new position. The points are always lagging a frame behind.
I believe this problem is caused because the spline is generated before the points are moved. Is there a way to force the spline to regenerate at a later priority level.
I tried writing a tag plugin that on Execute just said
> op->SetDirty(DIRTY_DATA);
but that didn't help any. I'd welcome any suggestions.
- Carter