mrdoob / three.js

JavaScript 3D Library.
https://threejs.org/
MIT License
100.73k stars 35.22k forks source link

Blender export contains orphaned images #6913

Closed flow-c closed 8 years ago

flow-c commented 8 years ago

FILES:

This folder contains two blender projects, their respective THREE.js JSON exports, two JPEG images, and this document:

1) Start up Blender 2) Open rubix.blend 3) Export it with the Three.js exporter --> rubix.json 4) Open rubix1.blend 5) Export it with the Three.js exporter --> rubix1_nok.json 6) Quit and reopen Blender 7) Open rubix1.blend 8) Export it with the Three.js exporter --> rubix1_ok.json

ENABLED EXPORT SETTINGS:

repsac commented 8 years ago

Files are downloaded

repsac commented 8 years ago

Try out this branch and see if it works for you. The extra texture and Geometry type seem to be gone now. https://github.com/repsac/three.js/tree/6913

flow-c commented 8 years ago

Awesome! That fixed it. Thanks very much!