DzAction.ShowTextAndIcon
kabexef
Posts: 75
To set/reset 'Show Text And Icon' for custom actions I found the method DzActionMgr.setCustomActionShowTextWithIcon().
Now I'm looking for
- a getter method or property for the current value for DzCustomAction and DzAction
- a setter method or property for DzAction
Is there a way to get this?
Comments
Watch the change log, we are told.
http://docs.daz3d.com/doku.php/public/software/dazstudio/4/change_log#4_22_1_182
It takes an index, a number for the action, and returns true (0) or false (1) for the current setting of the action or out of range (-1) if the index is not a valid custom action.