Skip to content
Snippets Groups Projects
  • Bastien Montagne's avatar
    b54d3069
    FBX io: better handling for orientation and scale. · b54d3069
    Bastien Montagne authored
    Export: generate a valid scale value from Blender scene's Scale setting (if valid, else 1.0),
    assuming 1BU = 1m and 1FBX unit = 1cm.
    
    Import:
    * Use by default axes and scale data in FBX file instead of manually specified ones (using same
    conventions as in exporter).
    * Also import FPS data from FBX file (crucial for future animations import!).
    
    And a few fixes for issues found in those areas as well...
    b54d3069
    History
    FBX io: better handling for orientation and scale.
    Bastien Montagne authored
    Export: generate a valid scale value from Blender scene's Scale setting (if valid, else 1.0),
    assuming 1BU = 1m and 1FBX unit = 1cm.
    
    Import:
    * Use by default axes and scale data in FBX file instead of manually specified ones (using same
    conventions as in exporter).
    * Also import FPS data from FBX file (crucial for future animations import!).
    
    And a few fixes for issues found in those areas as well...
import_fbx.py 52.61 KiB