Blender2MSFS2 icon indicating copy to clipboard operation
Blender2MSFS2 copied to clipboard

Blender2MSFS2 bones animation exportation issue

Open d5turbi opened this issue 3 years ago • 0 comments

Hi,

When I export an object containing an animation with bones, the compilation fails and the error log indicates: How can I correct this problem?

A proposed solution was to add the following lines below the while frame <= end_frame line:

if type (frame) is float frame = int(frame)

Unfortunately, this solution does not work.

thank you in advance for your help

image

d5turbi avatar Jul 04 '22 15:07 d5turbi