Git Product home page Git Product logo

mubinimporter's Introduction

Obsolete Notice

Some guy made a much better version of this tool, check it out at https://github.com/augmero/bmubin


Mubin Importer - Blender Addon

A blender addon to import map unit binary files (mubin) into blender.

If you wish to use the Botw Shader option, you must contact Moonling and ask permission to use it.
Once you are granted that, contact me to get the required files.

If you do indeed have contact with Moonling, please ask if I can distribute the shader to everyone : )

Setup

  1. Download the latest release and install it with blender.

  2. Once installed, go to the Tools panel and click the 'Install Dependencies' button.
    A console will appear and log the changes; it will take quite a while to complete.

  3. Restart Blender


Thanks to:

leoetlino for creating oead, without none of this would be possible for me.
Torph for the main idea and sugestions.
GingerAvalanche for help with oead and python in general.


(c) Arch Leaders, 2022

mubinimporter's People

Contributors

archleaders avatar

Stargazers

 avatar

Watchers

 avatar

mubinimporter's Issues

won't run on linux (arch)

I use Linux for blender and tried running this plugin on my PC which runs Linux, but every time I try to enable it gives me this error

Traceback (most recent call last):
  File "/usr/user/blender/3.0/scripts/modules/addon_utils.py", line 351, in enable
    mod = __import__(module_name)
  File "/home/user/.config/blender/3.0/scripts/addons/mubin_importer/__init__.py", line 15, in <module>
    from .interface import IMPORT_MUBIN_DEPS_OT_install, IMPORT_MUBIN_SCENE_OT_smubin, TOOL_PT_MubinImporter
  File "/home/user/.config/blender/3.0/scripts/addons/mubin_importer/interface.py", line 12, in <module>
    from .importer import import_mubin
  File "/home/user/.config/blender/3.0/scripts/addons/mubin_importer/importer.py", line 8, in <module>
    Data.init()
  File "/home/user/.config/blender/3.0/scripts/addons/mubin_importer/io/system.py", line 21, in init
    Data.data_dir = json.loads(Path(f'{os.environ["LOCALAPPDATA"]}\\mubin_importer\\config.json').read_text())['data_dir']
  File "/usr/lib/python3.10/os.py", line 679, in __getitem__
    raise KeyError(key) from None
KeyError: 'LOCALAPPDATA'

I don't know what LOCALAPPDATA is. but I'm guessing it's something to do with windows
any suggestions?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.