Hello,
I want to create pfx strokes based on curves automatically and then animate their visibility.For this I need to query the name of the stroke created by the very minimalistic AttachBrushToCurves command. Is this possible?
Thanks
The AttachBrushToCurves command is a runTimeCommand that calls the MEL proc convertCurvesToStrokes, which has no return value. You could rewrite theĀ convertCurvesToStrokes proc to return something.
Thanks! rewriting convertCurvesToStrokes worked...