export_scene_elements
Exports the named elements from the database.
arguments
-
"element_names" : String[] (default: null)
A list of element names as entry points to export.
-
"filename" : String
The filename to which to export to. This file must be within the content root directory. A relative path will automatically be resolved within the content root. An absolute path must terminate within the content root or else export will fail. A file URI (file://) may be used instead of a filename in which case the path will always be interpreted as relative to content root.
-
"recurse" : Boolean (default: true)
Indicates whether referenced elements should be exported, too. Default: true.
-
"strip_prefix" : String (default: null)
An optional prefix to strip from all scene element names.
-
"time_stamp" : String (default: null)
An optional time_stamp, if it is set only elements changed or added after it will be exported.
return value
IO_message[]An array of IO_messages containing error numbers, error messages and error severities associated with the export operation. On successful export will contain 1 element with code 0. On failure an error is returned and the extra error information will contain the array of IO_messages containing more specific information.