Skip to content

Commit

Permalink
mountAllAnimationsOnPrefab default value true
Browse files Browse the repository at this point in the history
  • Loading branch information
arsen2010 committed Jul 13, 2023
1 parent aa413dd commit 01943aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/inspector/assets/fbx/animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ const Elements = {
panel.$.importAllAnimatorWrap.style.display = 'block';
}

panel.$.importAllAnimationsCheckbox.value = getPropValue.call(panel, panel.meta.userData.mountAllAnimationsOnPrefab, false);
panel.$.importAllAnimationsCheckbox.value = getPropValue.call(panel, panel.meta.userData.mountAllAnimationsOnPrefab, true);

updateElementInvalid.call(panel, panel.$.importAllAnimationsCheckbox, 'mountAllAnimationsOnPrefab');
updateElementReadonly.call(panel, panel.$.importAllAnimationsCheckbox);
Expand Down

0 comments on commit 01943aa

Please sign in to comment.