Jump to content

Blender Exporter Version 5.6


JCPalmer
 Share

Recommended Posts

Blender exporter was updated.  Here is commit message:

Quote

Essentially, this is an obsolete feature dump.  This in preparation for Blender 2.80 which could cause many changes.  Things removed:
-  Remove the checking for, and splitting up of meshes with more than 64k vertices.
-  Flat shading both for the mesh and the entire scene.  This can be replaced with a Split Edges modifier.
-  Generate ES6 instead of ES3 (Tower of Babel variant).

There were a few additions:
-  Separate scene level controls for the # of decimals of (Default):
       positions / shape keys (4)
       normals (3)
       UVS (3)
      vertex colors (3)
      matrix weights (2)
-  Pickable property for meshes
-  Redesign of checking for un-applied transforms on meshes with armatures

Due to arguments changes to some functions, you will need to restart Blender if you had a prior version.

 

Link to comment
Share on other sites

  • 1 month later...

This is a closed issue.  To be clear the exporter NEVER had a problem with armature animation of a mesh with un-applied transforms.  Babylon.JS does.  This "Error" is actually the exporter itself generating the exception to avoid the programmer having to try to figure out what is wrong with the mess that results.

With this, the check occasionally detected a false positive, and aborted when it did not need to, e,g, the scale might be 0.999999994 instead of 1.000000000.  5.6 did " Redesign of checking for un-applied transforms on meshes with armatures" as shown above to make it more of a fuzzy logic feel.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...