Zero Figure Action SAFE?
![RiverSoft Art](https://hpclscruffy.daz3d.com/forums/uploads/userpics/777/nYOIYODGNJ5N8.png)
I needed a way to quickly zero out the bones and pose controls. Through spelunking around, I found out about:
Since DzZeroFigurePoseAction looks like a normal class, I tried:
var action = new DzZeroFigurePoseAction();
action.executeAction();
This works. My question is, is this doing anything unsafe? (Like creating orphaned controls or something).
Comments
See the Action Trigger sample for the safer way to trigger an action.
-Rob
Thank you very much!