GithubHelp home page GithubHelp logo

blendm3's People

Contributors

devopsec avatar stante avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

blendm3's Issues

Addon being added to the Export menu options instead of Import options

Lines 1055 and 1059 are placing and removing the menu option in/from the wrong menu area. It should be managed in IMPORT not EXPORT.

1055 bpy.types.TOPBAR_MT_file_export.append(menu_func)
1059 bpy.types.TOPBAR_MT_file_export.remove(menu_func)

change TOPBAR_MT_file_export to TOPBAR_MT_file_import

Search option for material should be enhanced

If the search option is turned on, try to find the material relativ the the .m3 file in any subdirectory that matches the prefix. If it fails, skip the first segment and try to find the remaining one. This step should be repeated, until only the file name is searched in any subdirectory.

'Mesh' object has no attribute 'uv_textures'

This error occurred when attempting to import this model

Blender version 2.81a

Traceback (most recent call last):
  File "C:\Users\phil\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\import_shape_m3.py", line 1040, in execute
    self.search_textures)
  File "C:\Users\phil\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\import_shape_m3.py", line 988, in load
    mesh.uv_textures.new()
AttributeError: 'Mesh' object has no attribute 'uv_textures'

location: <unknown location>:-1

Looks like an api incompatibility as the new python api doesn't support uv_textures

Removed
...
uv_textures

I'm a developer and familiar with python but have never used blender before so I don't feel comfortable taking on a PR atm. I'll use a compatible version of blender in the meantime.

Thanks so much for this plugin

m3 model from (Nova covert ops) not import

m3 model from (Nova covert ops) 3d mesh is not imported. Bones inporting good. m3 from starcraft 2 3d mesh work fine. m3 from Nova campagn do not imported from all blender vertions, I have tried a lot of them.
Fix please!!! ^__^

When trying to import a SC2 .m3 file...

Read prefs: C:\Users\Derek\AppData\Roaming\Blender Foundation\Blender\2.79\confi
g\userpref.blend
found bundled python: C:\Program Files\Blender Foundation\Blender\2.79\python
Traceback (most recent call last):
File "C:\Users\Derek\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\a
ddons\import_shape_m3.py", line 1040, in execute
self.search_textures)
File "C:\Users\Derek\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\a
ddons\import_shape_m3.py", line 974, in load
m3Header = M3Header(file)
File "C:\Users\Derek\AppData\Roaming\Blender Foundation\Blender\2.79\scripts\a
ddons\import_shape_m3.py", line 688, in init
raise Exception('import_m3: !ERROR! Unsupported model format: %s' % hex(mode
lReference.Type))
Exception: import_m3: !ERROR! Unsupported model format: 0x1a

When trying to import a model using the dependency "Warcraft III (Art Mod)"

Installation failing in 2.81 and 2.82 (Win 10 64bit)

Installation failing in blender 2.81 and 2.82 (Win 10 64bit), both when installing from the Addon tab in edit>preferences>add-ons, or when extracting to "my_scripts/addons" and setting script folder to "my_scripts"

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.