Giter Site home page Giter Site logo

gfbmdl_plugin's Introduction

GFBMDL_Plugin

License: GPL v2

Blender plugin for Switch pokemon model format

Installation:

Put flatbuffer folder found HERE in <Blender install dir>/Blender/<version>/python/lib/site-packages.

Put contents of this repo in %appdata%/Blender Foundation/Blender/<version>/scripts/addons on Windows

Contributing:

Docs for python blender API is HERE

Also, in blender, theres a python console that is very helpful in testing stuff.

FAQ:

Will this work on blender version < 2.8?

Most likely not.

gfbmdl_plugin's People

Contributors

reisyukaku avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

blendercn-org

gfbmdl_plugin's Issues

[Export] Fix polygon data

Seems theres an issue with the order of polygon data and vertex buffer. They dont match up so mesh becomes a spikey ball.

Can't export

I'm trying to export a model and I'm getting the error below. What can I do to fix this?

Traceback (most recent call last):
File "C:\Users\pkmnf\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\io_gfbmdl_init_.py", line 75, in execute
return ExportModel.save( self, context )
File "C:\Users\pkmnf\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\io_gfbmdl\export_model.py", line 902, in save
bin, off = get_model_string( context )
File "C:\Users\pkmnf\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\io_gfbmdl\export_model.py", line 869, in get_model_string
group = CreateGroups(builder)
File "C:\Users\pkmnf\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\io_gfbmdl\export_model.py", line 824, in CreateGroups
groups.append(CreateGroup(builder, 0, g, meshBounds[g]))
IndexError: list index out of range

location: :-1

exporting error

Python: Traceback (most recent call last):
File "\Text", line 74, in execute
ImportError: attempted relative import with no known parent package

location: :-1

when I try exporting a model, blender give me this error

Calculate binormals slow

This needs to be optimized and maybe even re-implemented. Currently it uses Blender's API to calculate them but it contributes to most of the compile time of the model.

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.