Giter Site home page Giter Site logo

io_model_semodel's People

Contributors

dest1yo avatar dtzxporter avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

io_model_semodel's Issues

SEmodel not showing up in export

Am using blender version 3.1 and even tho i've sended the SEmodel file multiple times in the add-ons tab it doesn't show up in my export-import file?

SEModel 2.9 support

image

Blender 2.9 says that this requires an update to 2.8. Can a version with 2.9 support please be added?

Flipped Normals

When I extract models from Resident Evil 7 as semodel and import the .semodel in Blender or Maya, the normals are flipped. What is causing this?
unknown

installing does nothing

when i press install in blender, nothing happens. doesn't show up in the addon list. no errors in the console. ive tried both the master version and the 2.8 and they both don't work. how do i fix this?

SEModel Not Working

The SeModel not working
i looked for it in my Imports still didnt see it
PLEASE FIX THIS
i put the check mark on it i can search for it just cant import it
im Using the Blender 3.1.2

Not showing import.

I have re-installed this plugin so many times but no matter what I do I never get the option to import an se file or anything I dont get to normally with blender.

SEmodel not showing up.

So I've downloaded the extension and imported the zip file yet when I go to import the character model the SEmodel selection doesn't show up.
Screenshot 2022-12-08 005600
Screenshot 2022-12-08 005658
Screenshot 2022-12-08 005732
Screenshot 2022-12-08 005845

Blender can't find it

Hello,
after installing the addon i can't find it in addons.
Console says Modules installed.
I'm looking for Testing addons aswell.
The addon folder even exists in Blender\2.80\scripts\addons

I updated Blender today, could it be that it's not working with the very latest version?

Capture

Blender 2.8 importer does not work

Hi, the blender 2.8 importer does not work. However, I have fixed it here

There were 3 problems:

  1. the fact that your branch is called blender-2.8 and contains '.' stops the plugin from being able to be loaded

  2. I had to remove "support": "COMMUNITY" from bl_info. not sure why...

  3. I had to replace bpy.context.scene.update() at line 231 as this function no longer exists in blender 2.8, I replaced it with

    layer = bpy.context.view_layer
    layer.update()

I would've made a pull request but since some of the issues involve renaming branched I couldn't really do that, or at least I don't know how to.

Disable the SEModel "vis bone"

Is it possible to import a semodel without having the custom vis bone meshes in the armature instead of just regular blender bones?

[Blender 2.93] Buffer size issue.

Python: Traceback (most recent call last): File "C:\Users\black\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_model_semodel-blender-28\__init__.py", line 35, in execute result = import_semodel.load( File "C:\Users\black\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_model_semodel-blender-28\import_semodel.py", line 21, in load model = SEModel.Model(filepath) File "C:\Users\black\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_model_semodel-blender-28\semodel.py", line 602, in __init__ self.load(path) File "C:\Users\black\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_model_semodel-blender-28\semodel.py", line 729, in load self.meshes[i] = Mesh( File "C:\Users\black\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_model_semodel-blender-28\semodel.py", line 499, in __init__ self.load(file, bone_t, useUVs, useNormals, useColors, useWeights) File "C:\Users\black\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_model_semodel-blender-28\semodel.py", line 526, in load self.vertices = Vertex.loadData(file, self.vertexCount, bone_t, File "C:\Users\black\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_model_semodel-blender-28\semodel.py", line 368, in loadData data_norms = struct.unpack("=%df" % (3 * vertexCount), bytes) struct.error: unpack requires a buffer of 104712 bytes

Please if anyone has a fix for this let me know.

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.