io_scene_mk8muunt

From MK8
Jump to navigation Jump to search
io_scene_mk8muunt
Author: Ray Koopa
Operating systems: Windows
Programming language: Python 3
File formats: BYAML
Version: v0.5.6
Date of latest version: 2017-02-11
Download: GitLab

io_scene_mk8muunt is a Blender add-on that imports and exports BYAML files from Mario Kart 8. It mainly adds panels to edit course information and visualizes object instances on the track as they appear in-game, loading the corresponding models with io_scene_bfres and transforming them as specified in the BYAML file. The add-on also tries to visualize advanced properties of the track, like paths.

Development of the add-on has ceased, thus it is not compatible with Blender 2.80 or newer versions, and not everything can be exported.

Features

  • Import and export main course information.
  • Import and export areas.
  • Import clip areas.
  • Import effect areas.
  • Import lap routes (unfinished).
  • Import and export objects.
  • Import routes (unfinished).
  • Import sound objects.

Version History

Version Date of release Information
v0.1.0 2016-07-02 First release
v0.1.1 2016-07-07 Fixed stale object display.
v0.1.2 2016-07-09 Added visualization of ClipArea and EffectArea.
v0.1.3 2016-07-10 Switched to byaml Python library.
v0.2.0 2016-07-11 Added export functionality.
v0.2.1 2016-07-12 Various fixes to export functionality.
v0.2.2 2016-07-12 Various fixes to path properties.
v0.2.3 2016-07-13 Added preservation of node orders in export to fix reference indices.
v0.2.4 2016-07-13 Switched references to Blender's version to adjust track object references.
v0.3.0 2016-07-16 Added visualization of objects by loading their actual models.
v0.3.1 2016-07-16
  • Added lap route visualization.
  • Fixed N64RTrain issues.
v0.3.2 2016-07-17 Added known display names for object parameters.
v0.3.3 2016-07-17 Various fixes to transformation of newly added objects.
v0.4.0 2016-07-30
  • Reduced performance hit due to Blender update loop optimizations.
  • Added export of Area and EffectArea.
v0.4.1 2016-07-30 Added operators for quickly adding new Area and EffectArea objects.
v0.5.0 2016-07-31 Added support for sound objects.
v0.5.1 2016-08-01
  • Sort objects as in BYAMLs.
  • Added object search functionality.
v0.5.2 2016-08-04 Added support to visualize paths (unfinished).
v0.5.3 2016-08-18 Removed some debug code remainders.
v0.5.4 2016-10-26 Fixed missing indirect export of CmnToad if CmnGroupToad is exported.
v0.5.5 2016-11-09 Adjusts some parameter tooltip info.
v0.5.6 2017-02-11 Clarifies missing directory setup in add-on settings.