We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b57dd2 + 0aa5ba3 commit 6c43b75Copy full SHA for 6c43b75
1 file changed
io_scene_niftools/operators/nif_import_op.py
@@ -65,7 +65,7 @@ class NifImportOperator(Operator, ImportHelper, CommonScale, CommonDevOperator,
65
animation: bpy.props.BoolProperty(
66
name="Animation",
67
description="Import animation",
68
- default=False)
+ default=True)
69
70
# Merge skeleton roots.
71
merge_skeleton_roots: bpy.props.BoolProperty(
0 commit comments