Skip to content

Releases: noname0310/UE-MMD-Camera-Importer

v1.0.5

21 May 12:04
Compare
Choose a tag to compare
  • fix compilation error on UE5.3 or higher

v1.0.4

29 Jan 15:50
Compare
Choose a tag to compare
  • fix wrong VMD magic validation @helirang
  • support old VMD files

v1.0.3

06 Apr 03:02
Compare
Choose a tag to compare
  • fix wrong import of mmd camera center tangent indices

v1.0.2

06 Apr 02:12
Compare
Choose a tag to compare
  • add key import type OneFrameIntervalWithConstantKey
  • fix ReduceKey drop last frame bug
  • fix missing sign check when importing containing zero component tangent e.g. (0, 123)

OneFrameIntervalWithConstantKey is a suitable method for dynamic frame rates such as games.
It has the result of applying the OneFrameInterval and ConstantKey options at the same time.

v1.0.1

20 Mar 03:38
Compare
Choose a tag to compare
  • fix issues that crash when you load animation consisting of only keyframes of the same value
  • modify the tangent value of the animation to zero tangent at the end of the camera cut when using multiple camera
  • add missing constructor of FFilmbackImportSettings to resolve build warning

v1.0.0

11 Feb 10:49
Compare
Choose a tag to compare

the first release.