Browse Source

Correct keyboard shortcut for Clear Parent Inverse.

pull/290/head
Jrius 3 years ago
parent
commit
25cb65781a
  1. 2
      korman/exporter/animation.py

2
korman/exporter/animation.py

@ -342,7 +342,7 @@ class AnimationConverter:
start: Optional[int] = None, end: Optional[int] = None) -> Optional[plMatrixChannelApplicator]:
if adjust_xform != mathutils.Matrix.Identity(4):
self._exporter().report.warn(("{}: Transform animation is not local and may export incorrectly. " +
"Please use Ctrl-P -> Clear Parent Inverse before animating objects to avoid issues.").format(bo.name), indent=1)
"Please use Alt-P -> Clear Parent Inverse before animating objects to avoid issues.").format(bo.name), indent=1)
else:
# Adjustment matrix is identity, just pass None instead...
adjust_xform = None

Loading…
Cancel
Save