diff --git a/README.md b/README.md index 91cdca4..8bd287a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # io_scene_bfbb_anm -This plugin for Blender 3D allows you to import and export animations (`.anm`) from SpongeBob SquarePants: Battle for Bikini Bottom game. Based on [BFBBAnimTools](https://github.com/seilweiss/BFBBAnimTools). +This plugin for Blender 3D allows you to import and export animations (`.anm`) from SpongeBob SquarePants: Battle for Bikini Bottom game (and some other Heavy Iron Studios games). Based on [BFBBAnimTools](https://github.com/seilweiss/BFBBAnimTools). ## How to import animation @@ -11,7 +11,7 @@ This plugin for Blender 3D allows you to import and export animations (`.anm`) f ## Requirements * Blender 3D (2.81 and higher) -* [DragonFF](https://github.com/Parik27/DragonFF) +* [DragonFF](https://github.com/Parik27/DragonFF) or [DragonFF multi-mesh support](https://github.com/Psycrow101/DragonFF/tree/multi-mesh) ## See also [Import and export RenderWare animations (.anm) into Blender 3D](https://github.com/Psycrow101/Blender-3D-RW-Anm-plugin) diff --git a/io_scene_bfbb_anm/__init__.py b/io_scene_bfbb_anm/__init__.py index b0e02bf..42da93a 100644 --- a/io_scene_bfbb_anm/__init__.py +++ b/io_scene_bfbb_anm/__init__.py @@ -15,7 +15,7 @@ bl_info = { "name": "Battle for Bikini Bottom Animation", "author": "Psycrow", - "version": (0, 0, 2), + "version": (0, 1, 0), "blender": (2, 81, 0), "location": "File > Import-Export", "description": "Import / Export BFBB Animation (.anm)",