Parameters: |
- filepath (string, (optional)) – File Path, Filepath used for exporting the file
- check_existing (boolean, (optional)) – Check Existing, Check and warn on overwriting existing files
- use_selection (boolean, (optional)) – Selected Objects, Export selected objects on visible layers
- global_scale (float in [0.01, 1000], (optional)) – Scale, Scale all data, (Note! some imports dont support scaled armatures)
- axis_forward (enum in [‘X’, ‘Y’, ‘Z’, ‘-X’, ‘-Y’, ‘-Z’], (optional)) – Forward
- axis_up (enum in [‘X’, ‘Y’, ‘Z’, ‘-X’, ‘-Y’, ‘-Z’], (optional)) – Up
- object_types (enum set in {‘EMPTY’, ‘CAMERA’, ‘LAMP’, ‘ARMATURE’, ‘MESH’}, (optional)) – Object Types
- mesh_apply_modifiers (boolean, (optional)) – Apply Modifiers, Apply modifiers to mesh objects
- mesh_smooth_type (enum in [‘OFF’, ‘FACE’, ‘EDGE’], (optional)) – Smoothing
- ANIM_ENABLE (boolean, (optional)) – Enable Animation, Export keyframe animation
- ANIM_OPTIMIZE (boolean, (optional)) – Optimize Keyframes, Remove double keyframes
- ANIM_OPTIMIZE_PRECISSION (float in [1, 16], (optional)) – Precision, Tolerence for comparing double keyframes (higher for greater accuracy)
- ANIM_ACTION_ALL (boolean, (optional)) – All Actions, Use all actions for armatures, if false, use current action
- batch_mode (enum in [‘OFF’, ‘SCENE’, ‘GROUP’], (optional)) – Batch Mode
- BATCH_OWN_DIR (boolean, (optional)) – Own Dir, Create a dir for each exported file
- use_metadata (boolean, (optional)) – Use Metadata
- path_mode (enum in [‘AUTO’, ‘ABSOLUTE’, ‘RELATIVE’, ‘MATCH’, ‘STRIP’, ‘COPY’], (optional)) – Path Mode, Method used to reference paths
|