On 23/07/2015 at 08:17, xxxxxxxx wrote:
Is there any way to get the suffix of a SceneSaver plugin?
I know it's supplied in RegisterSceneSaver but I don't see any method to query it. It seems that SaveDocument automatically force-appends the suffix for FBX, but not for any other format.
In my plugin I'm using FilterPluginList to get all available SceneSavers and offering those as options to the user, then using SaveDocument to save in the appropriate format.
It appears that the suffix is placed in the Name of the plugin within parentheses - is string-parsing the name a reliable option to get the suffix?