Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycrow101 committed Dec 8, 2023
1 parent 9bb2049 commit ea77ca1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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)
2 changes: 1 addition & 1 deletion io_scene_bfbb_anm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit ea77ca1

Please sign in to comment.