Script to remove expressions from pose files
Many pose sets (for g3f, etc) reset the figure's expression while applying the pose. Maybe the creator does this on purpose, but this is annoying to me. I know how to shift click and uncheck morphforms, but I would rather edit the files and remove this permanently. Does anyone have a script to edit the files to fix this? I think it would be very useful!

Comments
Rob has some sample scripts that may help you:
http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/file_io/savefilter_template_batch/start and http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/file_io/savefilter_template_apply/start show how to use a template to cotrnol what is saved by a save filter (such as Pose Preset)
http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/samples/file_io/savefilter_template_save/start shows how to create a tempalet file.
So, you might create a template that excluded the expressions, then go through the pose presets applying them then saving them back out using that template.
Thanks for the speedy reply! I will take a look...