neumond

Results 38 comments of neumond

That should be easy to implement yourself due to good code design of confuse. You can combine layers of data gathered from different sources. ```python from confuse import RootView, ConfigSource...

Hi, I think I understand what is your problem. MD3 requires vertices to have hard-binded values of normal and UV, if you need same position, but with different normal or...

I'm not sure whether I fixed it, but try this: https://github.com/neumond/blender-md3/tree/uvfix

Oh my blender is little bit outdated, but let me guess https://www.blender.org/manual/modeling/modifiers/modify/data_transfer.html > First key thing to keep in mind when using this modifier is that it will not create...

I'm sure `len` cannot produce values below 0, so this becomes always-false condition, and effectively only suppresses warning. What's the purpose of this change?

Thank you! I'll try to find time to review, merge it and decide how to deal with different python/blender versions.

Looks like they deleted old wiki. Currently you can open the latest release https://github.com/neumond/blender-md3/releases/latest and download .zip file. Later I'll find how I can submit md3 addon the way they...

I've received the PR with export visible option yesterday, I guess it deserves separate option. By the way, animated tags were implemented.

Alternatively, I think it's possible to add plugin settings with all these options, so the user can choose desired behaviour. Anyway, it still needs some default value.

Hmm.. I'll test it myself in a day or two, it should be working.