Browse Source

Nuke accidental debug print.

pull/246/head v0.11a
Adam Johnson 3 years ago
parent
commit
30ee43b2b7
Signed by: Hoikas
GPG Key ID: 0B6515D6FF6F271E
  1. 1
      korman/exporter/animation.py

1
korman/exporter/animation.py

@ -614,7 +614,6 @@ class AnimationConverter:
def _process_fcurve(self, fcurve, convert=None) -> Tuple[Sequence, AbstractSet]:
"""Like _process_keyframes, but for one fcurve"""
self._exporter().report.msg("_process_fcurve")
# Adapt from incoming single item sequence to a single argument.
if convert is not None:
single_convert = lambda x: convert(x[0])

Loading…
Cancel
Save