Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/io/io_collada.c')
-rw-r--r--source/blender/editors/io/io_collada.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/editors/io/io_collada.c b/source/blender/editors/io/io_collada.c
index af505043e6a..bf22c86ad45 100644
--- a/source/blender/editors/io/io_collada.c
+++ b/source/blender/editors/io/io_collada.c
@@ -481,11 +481,11 @@ void WM_OT_collada_export(wmOperatorType *ot)
{0, NULL, 0, NULL, NULL}};
static const EnumPropertyItem prop_bc_export_ui_section[] = {
- {BC_UI_SECTION_MAIN, "main", 0, "Main", "Data Export Section"},
- {BC_UI_SECTION_GEOMETRY, "geometry", 0, "Geom", "Geometry Export Section"},
- {BC_UI_SECTION_ARMATURE, "armature", 0, "Arm", "Armature Export Section"},
- {BC_UI_SECTION_ANIMATION, "animation", 0, "Anim", "Animation Export Section"},
- {BC_UI_SECTION_COLLADA, "collada", 0, "Extra", "Collada Export Section"},
+ {BC_UI_SECTION_MAIN, "main", 0, "Main", "Data export section"},
+ {BC_UI_SECTION_GEOMETRY, "geometry", 0, "Geom", "Geometry export section"},
+ {BC_UI_SECTION_ARMATURE, "armature", 0, "Arm", "Armature export section"},
+ {BC_UI_SECTION_ANIMATION, "animation", 0, "Anim", "Animation export section"},
+ {BC_UI_SECTION_COLLADA, "collada", 0, "Extra", "Collada export section"},
{0, NULL, 0, NULL, NULL}};
ot->name = "Export COLLADA";