EskelCz / Cinema4D-Threejs-Exporter

Exporter for Cinema 4D to JSON format usable in Three.js
MIT License
218 stars 22 forks source link

nothing happens when i click export #7

Closed flowen closed 7 years ago

flowen commented 7 years ago

hi! I followed your instructions, I see the plugin, but when choosing a location (also when not choosing a location) I see the rainbow of death and then it returns to a normal cursor - nothing has happened. No file, no message. The window of the plugin is still open.

I'm using R14 with this STL model: http://threedscans.com/shell/chiragra-spider-conch/

EskelCz commented 7 years ago

Is there something in the developer console? Also what's that rainbow of death? Can you record or screenshot it? Sounds like some graphics glitch/other hardware problem.

flowen commented 7 years ago

The rainbow spinner of death = https://www.google.co.th/search?q=rainbow+of+death+macos&source=lnms&tbm=isch&sa=X&ved=0ahUKEwiosYW17sLVAhUJv48KHc-EBJcQ_AUICigB&biw=1680&bih=927 ;)

this is the output from console while trying to export with threejs export plugin: screen shot 2017-08-07 at 00 48 20

EskelCz commented 7 years ago

Are you trying to export bones and weights of an object that doesn't have them? Most of the exporting relies on tags, you can also see that UV tag is not found, that might be a problem as well. Please try to add one to the mesh, even if it's empty.

The crash occurred while trying to export vertex normals. Check the topology (ideally it should be all triangles and closed) and if it does the same thing, try the other vertex method.