Skip to content

2.4.0

Compare
Choose a tag to compare
@kraifpatrik kraifpatrik released this 13 Sep 08:11

Changelog:

  • Fixed major issues with loading animated models. This required a new model format - please reconvert all your models and check the latest documentation for changes in API!
  • Added new properties TransitionIn and TransitionOut to BBMOD_Animation using which you can control duration of transition in and out of an animation.
  • Added new property AlphaTest to BBMOD_Material using which you can discard transparent pixels of materials.
  • Added new property Mipmapping to BBMOD_Material using which you can disable mipmapping for given material.
  • BBMOD CLI now automatically removes strings "_Armature" and "_mixamo" from *.bbanim files.
  • BBMOD CLI now shows a warning when a model has more than 64 bones, since that is the default upper limit defined in shader BBMOD_ShDefaultAnimated.
  • Removed scripting API that was marked as obsolete in the previous release.