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

New Blender exporter #5514

Merged
merged 9 commits into from
Oct 29, 2014
Merged

New Blender exporter #5514

merged 9 commits into from
Oct 29, 2014

Conversation

repsac
Copy link
Contributor

@repsac repsac commented Oct 26, 2014

This replaces the current exporter with one that supports the scene format 4.0 (ObjectLoader).

It currently supports more features than what ObjectLoader supports, such as:

  • textures
  • non-embedded geometry files

The option to export as Buffer Geometry does not yet have index support.

merged exporter.constants with package constants
replaced threeio name with three/io_three naming conventions
fixed a bug were exporter.geometry was logging errors with incorrect formatting
fixed a bug were exporter.geometry was reporting, via logger, on data results incorrectly
migrated over main addon code
still needs testing, not ready for merging
setting .gitignore
began implementing the testing scripts
scene with buffer geometry fixed
most scenes test
broken: scene tests with non-embedded geometry
can't test: scenes with textures
fixed buffer geometry formatting
renamed custom Blender properties to THREE_ prefix
renamed the "round" attributes to "precision"
fixed a bug in review where it was trying load morph targets when there wasn't any
Preparing for PR
mrdoob added a commit that referenced this pull request Oct 29, 2014
@mrdoob mrdoob merged commit 4345597 into mrdoob:dev Oct 29, 2014
@mrdoob
Copy link
Owner

mrdoob commented Oct 29, 2014

There we go! ^^

@repsac repsac deleted the io_three branch October 30, 2014 21:13
@AndrewRayCode
Copy link
Contributor

It looks like this was the PR that removed the "Flip Y/Z" option from the Blender exporter, making all future exports have flipped geometry. @repsac are you still active in this project? The new Blender exporter has many issues, your input would be appreciated.

@mrdoob mrdoob mentioned this pull request Jun 27, 2017
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

Successfully merging this pull request may close these issues.

None yet

3 participants