PEP8 compliance fix

This commit is contained in:
Nobody Really
2016-08-19 18:16:54 +02:00
parent bb71192d54
commit a5145e2976

View File

@@ -100,10 +100,10 @@ class ExportDAE(bpy.types.Operator, ExportHelper):
default=True,
)
use_exclude_ctrl_bones = BoolProperty(
name="Exclude Control Bones",
description="Exclude skeleton bones with names that begin with 'ctrl'.",
default=True,
)
name="Exclude Control Bones",
description="Exclude skeleton bones with names beginning with 'ctrl'.",
default=True,
)
use_anim = BoolProperty(
name="Export Animation",
description="Export keyframe animation",