Method ExportObjectsList
ExportObjectsList(string, bool, bool)
Exports the contents of the scene as a "flat" text file.
Declaration
public void ExportObjectsList(string filename, bool selectionOnly, bool skipHidden)
Parameters
Type | Name | Description |
---|---|---|
string | filename | Filename of the file to create. |
bool | selectionOnly | Indicates whether to export only selected objects. |
bool | skipHidden | Indicates whether to skip hidden objects. |
Remarks
Each line of the exported file corresponds to one object in the scene. The fields exported to the file are those defined in the [Scene Data Export] section of the SPACE.INI configuration file. The separator is the tab character.