]> git.tdb.fi Git - libs/gl.git/history - blender/io_mspgl/mesh.py
Include only tangent in mesh data and calculate binormal on the fly
[libs/gl.git] / blender / io_mspgl / mesh.py
2021-04-13 Mikko RasaInclude only tangent in mesh data and calculate binorma...
2021-04-13 Mikko RasaUse unit 0 UVs for exporting TBNs if no UV layer is...
2021-03-28 Mikko RasaRename material map to material atlas in the exporter
2021-03-28 Mikko RasaFix and improve vertex group support
2021-03-21 Mikko RasaAdd support for exporting vertex colors
2021-03-21 Mikko RasaRefactor the mesh exporter to use UVs directly from...
2021-03-21 Mikko RasaFix suspicious code in the mesh exporter
2020-06-23 Mikko RasaRaise an exception if the TBN UV layer is not found...
2020-05-03 Mikko RasaRemove attribute proxying from Mesh in the Blender...
2020-05-03 Mikko RasaUpdate the Blender exporter for version 2.80
2019-06-11 Mikko RasaFix a data corruption issue in mesh exporter
2019-05-19 Mikko RasaImplement material maps for exporting objects with...
2019-05-19 Mikko RasaImprove texture unit assignment when exporting meshes
2019-05-16 Mikko RasaMake resource handling in the Blender exporter more...
2019-05-15 Mikko RasaTemporarily remove the material texture feature from...
2019-05-12 Mikko RasaSome cleanups to exporter code
2019-05-06 Mikko RasaFix some errors in the triangulation algorithm
2019-05-06 Mikko RasaRewrite triangle strip generation in the Blender exporter
2019-05-04 Mikko RasaExplicitly triangulate faces in the Blender exporter
2019-05-04 Mikko RasaAdd a bunch of comments to the Mesh class in the Blende...
2019-05-04 Mikko RasaRename some variable to be a bit clearer
2019-05-04 Mikko RasaSimplify the vertex splitting algorithm
2019-05-04 Mikko RasaMake the edge map transient
2019-05-04 Mikko RasaMore post-refactoring bugfixes
2019-05-04 Mikko RasaImprove progress reporting in the Blender exporter
2019-05-04 Mikko RasaFix some errors introduced in the refactoring
2019-05-03 Mikko RasaMajor rework of mesh handling in Blender exporter
2016-10-29 Mikko RasaAdd properties to export materials as texture array...
2015-07-14 Mikko RasaProperly handle compound children with non-identity...
2015-04-17 Mikko RasaRaise an exception if attempting to export a mesh with...
2014-09-15 Mikko RasaMinor adjustments
2014-08-16 Mikko RasaFix line exporting
2013-09-11 Mikko RasaDeal with some irregularities in the Blender exporter
2013-05-03 Mikko RasaAuto smooth angle is stored in radians, not degrees
2012-08-13 Mikko RasaSupport for exporting armatures and vertex groups
2012-08-12 Mikko RasaRestructure the exporter to make room for new stuff