Explorar o código

Merge pull request #2488 from slapin/remove-unimplemented-exporter-option

Remove of use_exclude_ctrl_bones option
Juan Linietsky %!s(int64=10) %!d(string=hai) anos
pai
achega
5a14b89c32
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      tools/export/blender25/io_scene_dae/__init__.py

+ 0 - 5
tools/export/blender25/io_scene_dae/__init__.py

@@ -104,11 +104,6 @@ class ExportDAE(bpy.types.Operator, ExportHelper):
             description="Export only objects on the active layers.",
             default=True,
             )
-    use_exclude_ctrl_bones = BoolProperty(
-            name="Exclude Control Bones",
-            description="Exclude skeleton bones with names that begin with 'ctrl'.",
-            default=True,
-            )
     use_anim = BoolProperty(
             name="Export Animation",
             description="Export keyframe animation",