mirror of
https://github.com/godotengine/collada-exporter.git
synced 2026-01-01 01:48:22 +03:00
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user