8000 GitHub - Runeii/ff8_mch: Final Fantasy VIII MCH Import/Export plugin for Blender
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Runeii/ff8_mch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FF8 MCH: Blender plugin for Field models

FF8 MCH is a Blender plugin that allows to import/export .MCH field model files for Final Fantasy VIII

Installation

  1. Install Blender 4.2 LTS
  2. Download this repository as a ZIP
  3. Edit -> Preferences -> Add-ons -> Install from Disk...
  4. Pick the ZIP you downloaded
  5. Enable FF8 MCH Field Models
  6. Import/Export using the relative File -> Import/Export -> FF8 Field Model menu

Development setup

Visual Studio Code

  1. Install Python
  2. Install the Python extension
  3. Install https://github.com/hextantstudios/hextant_python_debugger
  4. Install https://github.com/nutti/fake-bpy-module ( pip install fake-bpy-module )
  5. Start the debugger: Blender icon -> System -> Start Debug Server
  6. Clone this project in the Blender addon path
    • Windows: %appdata%\Blender Foundation\Blender\4.2\scripts\addons\
    • Mac: /Users/$USER/Library/Application Support/Blender/4.2/scripts/addons/
    • Linux: $HOME/.config/blender/4.2/scripts/addons/
  7. Open the ff8_mch folder in Visual Studio Code
  8. Press F5 on Visual Studio Code
  9. Run the extension in Blender

Credits

Original Blender plugin was authored by Shunsq.

License

FF8 MCH is released under GPLv3 license. You can get a copy of the license here: COPYING.txt

If you paid for FF8 MCH, remember to ask for a refund from the person who sold you a copy. Also make sure you get a copy of the source code (if it was provided as binary only).

If the person who gave you this copy refuses to give you the source code, report it here: https://www.gnu.org/licenses/gpl-violation.html

All rights belong to their respective owners.

About

Final Fantasy VIII MCH Import/Export plugin for Blender

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0