Skip to content

v11.0.1

Compare
Choose a tag to compare
@Nusiq Nusiq released this 24 Aug 14:00
· 1 commit to master since this release

Change log

  • Fixed the playback speed exporting incorrectly from animations that use non integer frame rate (for example 29.97 FPS which is one of the defaults)
  • Fixed the crashes from exporting animations that scale bones with children down to 0.

    It's still recommended to avoid scaling bones with children to 0. The reason for this is the way Mcblend works internally. It has to calculate the transformations of the child bones inside the parent bones. If the parent is scaled to 0, all transformations will have no effect and may lead to numerical errors. The errors won't be visible at the moment of the keyframe (because everything is scaled to 0 anyway), but they may give unexpected results when interpolated into the next frame. A workaround for this problem is to use very small values for scaling instead of 0 (e.g. 0.0001) or to place additional keyframes close to the frame that scales to 0.

Full Changelog: v11.0.0...v11.0.1