julienduroure / gltf2-blender-importer

Blender importer addon for glTF 2.0 files
68 stars 13 forks source link

Use pbr_node to set material & fix scale bug #16

Closed 06wj closed 5 years ago

06wj commented 6 years ago
  1. Use the Offical pbr_node to set material.
    • Use the Offical pbr_node can simplified the material code and can export glTF model with correct material.
    • Add doubleSided, alphaMode support.
  2. Fix scale bug. According to this article, the scale y, z values need to be exchanged.
  3. Add texture sampler support
julienduroure commented 6 years ago

Hello, Thanks for your PR. I will have a look on it ( probably not really soon because of summer break holidays)

julienduroure commented 6 years ago
  1. I fixed the scale issue directly in master
  2. Because this addon will be merged with official Blender IO glTF addon, I will probably not merge this PR directly in this repo, because addon architecture will change in the newly created IO addon. But your work will probably be a base for discussion about how to perform stuff on the new addon