DzActionMgr.setCustomActionFile?
kabexef
Posts: 75
With DzActionMgr.getCustomActionFile I can get the file of a custom action.
Is there also an elegant way to set the file, or do I have to use DzActionMgr.addCustomAction to create a new custom action and delete the old one?
Comments
http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/actionmgr_dz#a_1ac7a8b2a5ecfadfa864dba51f2045de2d can be used to create an action with a string containing code or a file path.
Thanks for the info. It seems that I was blind, that I overlooked the parameter “Boolean isFile=true”. Sorry for any inconvenience.