Fixed wrong label and hint text in Collada exporter

This commit is contained in:
Gaia Clary 2015-03-03 23:42:17 +01:00
parent 7f25da6509
commit 85c38e7389
Notes: blender-bot 2023-02-14 09:24:58 +01:00
Referenced by issue #43989, Sequencer - Ctrl snapping a sequencer strip does not work if you specify the x axis
Referenced by issue #43981, Particles - Hair - Even distribution is not even
Referenced by issue #43896, Knife Project Resolution is View Dependent
Referenced by issue #43894, Wrong alpha with bilateral blur node
1 changed files with 3 additions and 3 deletions

View File

@ -327,11 +327,11 @@ void WM_OT_collada_export(wmOperatorType *ot)
"Only export deforming bones with armatures");
RNA_def_boolean(ot->srna, "active_uv_only", 0, "Only Active UV layer",
"Export textures assigned to the object UV maps");
RNA_def_boolean(ot->srna, "active_uv_only", 0, "Only Selected UV Map",
"Export only the selected UV Map");
RNA_def_boolean(ot->srna, "include_uv_textures", 0, "Include UV Textures",
"Export textures assigned to the object UV maps");
"Export textures assigned to the object UV Maps");
RNA_def_boolean(ot->srna, "include_material_textures", 0, "Include Material Textures",
"Export textures assigned to the object Materials");