From b20c3f97a49e57625fbc917236dd726c4e0a8b8d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 5 Oct 2013 14:19:39 +0000 Subject: rename presets not to use '+' character, also some typo fixes. --- .../operator/wm.collada_export/sl+open_sim_rigged.py | 18 ------------------ .../operator/wm.collada_export/sl+open_sim_static.py | 18 ------------------ .../wm.collada_export/sl_plus_open_sim_rigged.py | 18 ++++++++++++++++++ .../wm.collada_export/sl_plus_open_sim_static.py | 18 ++++++++++++++++++ 4 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 release/scripts/presets/operator/wm.collada_export/sl+open_sim_rigged.py delete mode 100644 release/scripts/presets/operator/wm.collada_export/sl+open_sim_static.py create mode 100644 release/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_rigged.py create mode 100644 release/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_static.py (limited to 'release/scripts/presets/operator/wm.collada_export') diff --git a/release/scripts/presets/operator/wm.collada_export/sl+open_sim_rigged.py b/release/scripts/presets/operator/wm.collada_export/sl+open_sim_rigged.py deleted file mode 100644 index 7825a4d0f32..00000000000 --- a/release/scripts/presets/operator/wm.collada_export/sl+open_sim_rigged.py +++ /dev/null @@ -1,18 +0,0 @@ -import bpy -op = bpy.context.active_operator - -op.apply_modifiers = True -op.export_mesh_type = 0 -op.export_mesh_type_selection = 'view' -op.selected = True -op.include_children = False -op.include_armatures = True -op.include_shapekeys = False -op.deform_bones_only = True -op.active_uv_only = True -op.include_uv_textures = True -op.use_texture_copies = True -op.triangulate = True -op.use_object_instantiation = False -op.sort_by_name = True -op.open_sim = True diff --git a/release/scripts/presets/operator/wm.collada_export/sl+open_sim_static.py b/release/scripts/presets/operator/wm.collada_export/sl+open_sim_static.py deleted file mode 100644 index 9e2efcaa727..00000000000 --- a/release/scripts/presets/operator/wm.collada_export/sl+open_sim_static.py +++ /dev/null @@ -1,18 +0,0 @@ -import bpy -op = bpy.context.active_operator - -op.apply_modifiers = True -op.export_mesh_type = 0 -op.export_mesh_type_selection = 'view' -op.selected = True -op.include_children = False -op.include_armatures = False -op.include_shapekeys = False -op.deform_bones_only = False -op.active_uv_only = True -op.include_uv_textures = True -op.use_texture_copies = True -op.triangulate = True -op.use_object_instantiation = False -op.sort_by_name = True -op.open_sim = False diff --git a/release/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_rigged.py b/release/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_rigged.py new file mode 100644 index 00000000000..7825a4d0f32 --- /dev/null +++ b/release/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_rigged.py @@ -0,0 +1,18 @@ +import bpy +op = bpy.context.active_operator + +op.apply_modifiers = True +op.export_mesh_type = 0 +op.export_mesh_type_selection = 'view' +op.selected = True +op.include_children = False +op.include_armatures = True +op.include_shapekeys = False +op.deform_bones_only = True +op.active_uv_only = True +op.include_uv_textures = True +op.use_texture_copies = True +op.triangulate = True +op.use_object_instantiation = False +op.sort_by_name = True +op.open_sim = True diff --git a/release/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_static.py b/release/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_static.py new file mode 100644 index 00000000000..9e2efcaa727 --- /dev/null +++ b/release/scripts/presets/operator/wm.collada_export/sl_plus_open_sim_static.py @@ -0,0 +1,18 @@ +import bpy +op = bpy.context.active_operator + +op.apply_modifiers = True +op.export_mesh_type = 0 +op.export_mesh_type_selection = 'view' +op.selected = True +op.include_children = False +op.include_armatures = False +op.include_shapekeys = False +op.deform_bones_only = False +op.active_uv_only = True +op.include_uv_textures = True +op.use_texture_copies = True +op.triangulate = True +op.use_object_instantiation = False +op.sort_by_name = True +op.open_sim = False -- cgit v1.2.3