Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

After stroke cmd issue on Sculpt Geometry Tool brushes?

After stroke cmd issue on Sculpt Geometry Tool brushes?

Anonymous
Not applicable
448 Views
3 Replies
Message 1 of 4

After stroke cmd issue on Sculpt Geometry Tool brushes?

Anonymous
Not applicable
Hi,

I'm trying to add an after stroke command to the Sculpt Geometry Tool brushes but it seem that the command doesn't get executed (before stroke cmd works fine). I tested different commands but they all seem to get ignored.
Anybody experienced the same problem? Any idea on how to fix this issue?
Thanks,

~B
0 Likes
449 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
I am having the same problem. I have submitted it as a bug. I'll let you know if anything comes of it.

In the mean time you may be able to use the duringStrokeCmd(dsk)

WARNING!! this will run many time for each stroke.
artPuttyCtx -e -dsk "" `currentCtx`;


Just run this line of script. Put the cmd you want between the "" and it will apply to the sculpt tools.
Remember to delete it when you're done. Just run the same line above with the "" as is.
0 Likes
Message 3 of 4

Anonymous
Not applicable
Thank you, Scott! I'll give it a try!

Bernardo
0 Likes
Message 4 of 4

Anonymous
Not applicable
Confirmed bug
"afterStrokeCmd was implemented in base artisan but only seems to be called by a few tools"
0 Likes