Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blender exporter can't handle Cycles Node Setup #12344

Closed
3 of 13 tasks
developer-lindner opened this issue Oct 6, 2017 · 9 comments
Closed
3 of 13 tasks

Blender exporter can't handle Cycles Node Setup #12344

developer-lindner opened this issue Oct 6, 2017 · 9 comments

Comments

@developer-lindner
Copy link

developer-lindner commented Oct 6, 2017

Description of the problem

When exporting a model which was build with the Cycles Engine the "images" property
is empty in the json file.

When using a simple cube and add a material / texture image with the Blender Engine,
the "images" property is set and ThreeJS can handle it correctly.

So the exporter would need some love to handle Cycles Node System as well i guess?!

Three.js version
  • Dev
  • r87
  • ...
Browser
  • All of them
  • Chrome
  • Firefox
  • Internet Explorer
OS
  • All of them
  • Windows
  • macOS
  • Linux
  • Android
  • iOS
Hardware Requirements (graphics card, VR Device, ...)
@Mugen87
Copy link
Collaborator

Mugen87 commented Oct 6, 2017

So the exporter would need some love to handle Cycles Node System as well i guess?!

That's correct. The exporter is not ready to work with Cycles Render Engine. Also see #8887

@donmccurdy
Copy link
Collaborator

donmccurdy commented Oct 6, 2017

If it helps any, the Blender glTF exporter does work with Cycles, although you need to use the PBR cycles nodes that ship with the exporter. (and then import with THREE.GLTFLoader)

@developer-lindner
Copy link
Author

bildschirmfoto 2017-10-09 um 00 37 06

Switched to Blender Renderer now... but still no luck. Using cast shadow is not allowed or is it a bug too?

@donmccurdy
Copy link
Collaborator

@developer-lindner sorry for the very late reply, but yes an error thrown when cast shadows are enabled is certainly a bug.

@mrdoob
Copy link
Owner

mrdoob commented May 21, 2018

@donmccurdy yeah... I think we should proceed with the deprecation of the blender exporter... 😅

@donmccurdy
Copy link
Collaborator

@mrdoob Do you mean continue with #12903 and remove the Blender JSON exporter soon, or something more gradual like warnings in the documentation? From #12903 (comment) I guess we were thinking of discussing options again in Summer 2018, and that is almost here.

@Mugen87
Copy link
Collaborator

Mugen87 commented May 22, 2018

I vote to remove it all at once and refer to other exporters instead.

@mrdoob
Copy link
Owner

mrdoob commented May 22, 2018

Yeah, I vote for removing it too 💪

@Mugen87
Copy link
Collaborator

Mugen87 commented May 31, 2018

The JSON Blender exporter has been removed with R93 (#14117).

Also see: https://threejs.org/docs/#manual/introduction/Loading-3D-models

@Mugen87 Mugen87 closed this as completed May 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants