Skip to content

Commit 6c43b75

Browse files
authored
Merge pull request #505 from HENDRIX-ZT2/develop
Import animation by default
2 parents 1b57dd2 + 0aa5ba3 commit 6c43b75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

io_scene_niftools/operators/nif_import_op.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class NifImportOperator(Operator, ImportHelper, CommonScale, CommonDevOperator,
6565
animation: bpy.props.BoolProperty(
6666
name="Animation",
6767
description="Import animation",
68-
default=False)
68+
default=True)
6969

7070
# Merge skeleton roots.
7171
merge_skeleton_roots: bpy.props.BoolProperty(

0 commit comments

Comments
 (0)