Skip to content

Releases: iimachines/Maya2glTF

v1.5.2 - Windows x64 - Maya 2024&2025

21 May 09:46
159fbd3
Compare
Choose a tag to compare

This is just version v1.5 compiled for Maya 2024 & 2025. No functionality has changed. Happy exporting!

NOTE: It seems that the .ogsfx shader from previous version is not compatible anymore. You might have to reassign our glTF shader to your models

v1.5.1 - Windows x64 - Maya 2023

10 Sep 13:00
Compare
Choose a tag to compare

This is just version v1.5 compiled for Maya 2023. No functionality has changed. Happy exporting!

v1.5.0 - Windows x64 - Maya 2017-2022

04 Mar 14:48
3da15de
Compare
Choose a tag to compare

Passing the -nbu flag will make nice buffer URIs. Among others, this will drop the 0 suffix when only a single .bin file exists, per buffer.

Passing the -hbu flag will generate a 256-bit hash for each buffer, and append it to the filename. Mostly for web CDN caching purposes.

v1.4.0 - Windows x64 - Maya 2017-2022

20 Apr 18:48
Compare
Choose a tag to compare
Pre-release

No changes, just includes a build for Maya2022, to be tested.

v1.3.1 - Windows x64 - Maya 2017-2020

16 Mar 13:57
Compare
Choose a tag to compare
  • Fixed a bug where exporting just the camera(s) from a scene resulted in a corrupt GLB.

  • Added new feature to automatically export sampled animation curves with STEP interpolation.

A typical example is binding the shape.visibility to the node.scale (see example scene)

To enable this feature, enter -dsa 2 or (-detectStepAnimations 2) to the extra flags text box when exporting.

The number 2 means the framerate will internally be increased by a factor of 2. The exporter will analyse the sampled values, and switch to STEP interpolation when possible, and remove the extra frames.

maya2gltf_v1.3.1_efac516101b7.zip

v1.2.1 - Windows x64 - Maya 2017-2020

18 Nov 20:06
Compare
Choose a tag to compare
  • Quaternions are now negated if needed to give smooth curves

  • Added arguments to zero animation curves below a certain threshold

-constantTranslationThreshold (-ctt) <threshold>
-constantRotationThreshold (-crt")  <threshold>
-constantScalingThreshold (-cst)  <threshold>
-constantWeightsThreshold (-cwt)  <threshold>
  • Object namespaces are now removed from the glTF names, unless explicitly enabled using the -keepObjectNamespace (-kon) flags

v1.1.1 - Windows x64 - Maya 2017-2020

12 Aug 19:56
Compare
Choose a tag to compare
  • The zip file contains the Maya2glTF plugins and scripts for Windows x64, Maya 2017-2020

  • Fixed logical parent shelf buttons script errors.

  • When Maya can't provide tangents, print a warning and a hint of the reason

maya2gltf_v1.1.0_c13125a0af77.zip

v1.1.0 - Windows x64 - Maya 2017-2020

04 Aug 13:55
Compare
Choose a tag to compare
  • The zip file contains the Maya2glTF plugins and scripts for Windows x64, Maya 2017-2020

  • Added new feature to set logical parents, overriding Maya's hierarchy. Handy when you drive joints in world space with Maya constraints, but want a different hierarchy in glTF, and don't want to maintain two different rigs in Maya. Added two icons in the glTF shelf for settings and removing these logical parents.

maya2gltf_v1.1.0_c13125a0af77.zip

v1.0.4-rc5: FIX: Fixed crash when exporting just cameras + feature to keep textur…

29 Jul 21:18
Compare
Choose a tag to compare

The zip file contains the Maya2glTF plugins for Windows Maya 2017-2020

  • Fixed exporting just cameras without meshes

  • Added -ext flag (-externalTextures) to not embed textures in the glb file

maya2gltf_v1.0.4-rc5_d6eb424e0193.zip

Release candidate 4

28 Jul 13:14
Compare
Choose a tag to compare
Release candidate 4 Pre-release
Pre-release

The zip file contains the Maya2glTF plugins for Windows Maya 2017-2020

  • Selected cameras are now exported.
  • Cameras can also be specified with the -cam name flag
  • First support for orthographic cameras (but xmag and ymag are set to 1 because the spec isn't clear about these)
  • Camera are given names now.