Git Product home page Git Product logo

daeblend's People

Contributors

gregdavisd 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

daeblend's Issues

Export clips as strips, first frame corrupt on end-to-end actions

When exporting clips as strips if the first action ends on the same frame as the start of the next action then the beginning frame of the second strip will be corrupt. This is due to Blender muting the shared frames of both actions even though only one action is muted. The solution is to leave a gap between actions or put them on a different track.

Metric units always

The section always specifies 1m=1unit even if the scene has been setup with different unit system.

Troubles with Three.js importing (r90)

When I'm trying to import .dae scene to Three.js with ColladaLoader I have this Error
2018-04-04 05 39 40

There is a parameters:
image
Blender 2.75
Is there a way to solve this problem?

Active Layers option not working

The 'Active Layers' option sometimes refuses to export certain layers. Not sure what this feature should do as in Blender it's possible to have multiple 3d views with different layers activated so if a layer is visible in one view but not another then how to decide?

Exported DAE with a very basic skeletal animation is completely broken, but works fine in 'Better Collada' exporter

This low poly Blender3D model with a skeletal walking animation is completely broken when exporting to DAE with DAEBlend. However, it works perfectly fine in 'Better Collada' exporter:

You can see a MKV video of the resultant broken animation in the DAE file generated by your exporter here in my attached ZIP file, along with everything you need to repro this issue -- original example problematic .blend model used, PNG texture for said model, DAE output file:

broken_dae.zip

We are experiencing this issue with Blender version 2.78c (but we expect it to be a problem with other versions as well).

What draws me to your exporter over Better Collada is that yours ostensibly supports multiple animations per file, whereas Better Collada does not.

Hope that helps, thanks!

Hard Normals

Hi

I really appreciate your exporter for the Collada 1.5 features. However, it doesn't seem to support hard normals (simple unit cube for example), whereas Better Collada Exporter does.

Could you help me fix that?

At li 455
normals = [v.normal.copy().freeze() for v in mesh.vertices.values()]

I'm guessing that its here that we should look at loops/edges/faces to identify hard/soft normals. I believe that if I just blindly change the way the normal array is built I'll break the relation with positions/vertices, I'm not really sure what the best approach would be.

cube15.dae

Any ideas?

Thanks!

Question

Does it include the Operator Presets panel?

Multiple objects with the same name in Blender

Having any two objects with the same name in blender causes issues with the export. For example If an armature bone has the same name as a mesh object the exporter will produce an invalid animation for both objects and the duplicate id will appear in every animation track even if it is not animated by that clip. Solution for now is to give everything in a .blend file a unique name.

Doesn't work since Blender 2.80

API changes mean the exporter doesn't work. Needs a bit of rewriting. Not sure if this is 'better' than the built in exporter. Only advantage is that the script can be customized by editing the python text. Whereas the builtin exporter requires coding in C++ and building a custom blender.exe.

bones are renamed

Hi. We were trying to use this plugin to export dae but it seems it renamed all bones to "id-bone-". Is it intentional? is it possible to keep original bones names?

Remove error messages if there are no corresponding bones

In Blender, every bone has a corresponding vGroups(VertexGroups). In editing, there may be more or less bones. If in VertexGroups list there is a bone name but there is no corresponding bone, an error would be generated by the plugin. But this is not really an error. It would be better if the plugin can determine whether there is a corresponding bone and skip the ones without the corresponding bones without generating an error message. Please see test file. Thank you.

Test_DAE.zip

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.