Base class for filters that save DSON-based scene settings.
Inherits :
Inherited By : DzAssetFileOutFilter
| DAZ Script | |
|---|---|
| DzError | doSave ( String filename, String startingDir ) |
| DzError | doSave ( DzFileIOSettings options, String filename, String startingDir ) |
| DzUri | getAssetDefinitionUri ( DzBase base ) |
| DzUri | getAssetInstanceUri ( DzBase base ) |
| String | getCompatiblityBase () |
| String | getContentType () |
| String | getDescription () |
| String | getDoSavePath () |
| String | getLoadSavePath () |
| String | getSettingsPath () |
| String | getStandardSaveRelativePath () |
| Boolean | isSupportAssetFilter () |
| void | setLoadSavePath ( String path ) |
Save filter classes save out a subset of scene settings such as poses, light sets, camera sets, etc. in the DSON format.
See Also:
DzError : doSave( String filename, String startingDir )
Saves to a file.
Parameter(s):
Return Value:
DzError : doSave( DzFileIOSettings options, String filename, String startingDir )
Saves to a file.
Parameter(s):
Return Value:
See Also:
DzUri : getAssetDefinitionUri( DzBase base )
Return Value:
DzUri : getAssetInstanceUri( DzBase base )
Return Value:
String : getCompatiblityBase()
Return Value:
String : getContentType()
Return Value:
String : getDescription()
Return Value:
String : getDoSavePath()
Return Value:
Return Value:
Return Value:
Since:
String : getStandardSaveRelativePath()
Return Value:
Boolean : isSupportAssetFilter()
Return Value:
true if this filter saves support files, otherwise false.void : setLoadSavePath( String path )
Sets the path to use for loading/saving files with this filter.
Parameter(s):