]> git.tdb.fi Git - libs/gl.git/history - blender
Add a system for creating Pipelines from loadable templates
[libs/gl.git] / blender /
2017-09-10 Mikko RasaUse the same mesh for multiple instances of an object...
2017-09-10 Mikko RasaEliminate a useless temporary variable
2017-09-10 Mikko RasaSmall optimization for mesh exporter performance
2017-09-10 Mikko RasaFix an incorrect variable in the mesh exporter
2016-11-30 Mikko RasaSome fixes for the scene exporter
2016-10-29 Mikko RasaAdd properties to export materials as texture array...
2015-11-28 Mikko RasaAdd an option to use shared meshes when exporting
2015-11-23 Mikko RasaAllow flagging meshes for winding test in Blender
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-12-10 Mikko RasaAllow bounding sphere hints for objects and export...
2014-12-07 Mikko RasaSupport defining and exporting object LoDs in Blender
2014-12-06 Mikko RasaAllow materials to be overridden when inheriting a...
2014-09-15 Mikko RasaMinor adjustments
2014-09-15 Mikko RasaAdd a hidden option to disable progress meter
2014-09-15 Mikko RasaAdd an object property for inheriting the specified...
2014-09-15 Mikko RasaUse image path as texture identifier if available
2014-09-15 Mikko RasaTake material diffuse intensity into account
2014-09-15 Mikko RasaDisplay overall progress when exporting scenes
2014-08-17 Mikko RasaAdd a Loader for Scene, and a matching Blender exporter
2014-08-16 Mikko RasaSet MeshExporter default values to match those in the...
2014-08-16 Mikko RasaFix line exporting
2014-05-06 Mikko RasaMinor tweaks to the Blender exporter
2014-05-06 Mikko RasaFix exporting meshes without UV coordinates
2014-05-06 Mikko RasaMore options for exporting techniques
2014-05-06 Mikko RasaAdd an object property to control compound exporting
2014-05-05 Mikko RasaAdd an option to export a separate mesh file when expor...
2014-05-05 Mikko RasaRestore the progress bar in the exporter
2014-05-05 Mikko RasaSome fixes to UV coordinate exporting
2014-05-05 Mikko RasaRefactor object exporter to a separate class
2013-09-11 Mikko RasaAdd an option to export colors as sRGB
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-09-02 Mikko RasaStandard vertex components for tangent and binormal...
2012-09-02 Mikko RasaRearrange exporter controls and add the omitted export_...
2012-09-02 Mikko RasaLoad VertexFormat for Mesh as an array of VertexComponents
2012-08-13 Mikko RasaSupport for exporting armatures and vertex groups
2012-08-12 Mikko RasaRestructure the exporter to make room for new stuff
2012-08-12 Mikko RasaFix bugs that crept in with refactoring
2012-08-09 Mikko RasaAn extra sanity check for TBN export
2012-08-09 Mikko RasaRefactor strip generation code and add comments
2012-07-31 Mikko RasaUse a custom drawing function to group the properties...
2012-07-31 Mikko RasaSupport exporting textures with objects
2012-07-31 Mikko RasaImprove texture unit handling
2012-07-31 Mikko RasaDon't try to export a material texture if the mesh...
2012-07-31 Mikko RasaSplit mesh and object export into separate operators
2012-07-31 Mikko RasaFix exporting compound objects with no materials
2012-07-26 Mikko RasaAdapt exporter to Blender 2.63
2012-02-19 Mikko RasaAdjust material export and material-based texcoord...
2012-02-07 Mikko RasaCompatibility with Blender 2.6
2011-09-06 Mikko RasaDrop Id tags and copyright notices from files
2011-04-07 Mikko RasaAdapt to changes in bpy API
2011-03-06 Mikko RasaFix texunit processing order to avoid artifacts in...
2011-02-03 Mikko RasaImprove smoothing in blender exporter
2011-01-30 Mikko RasaAdd a Blender 2.5 port of the exporter