]> git.tdb.fi Git - libs/gl.git/history - blender/io_mspgl/export_object.py
Correctly process meshes with empty material slots
[libs/gl.git] / blender / io_mspgl / export_object.py
2019-07-03 Mikko RasaCorrectly process meshes with empty material slots
2019-05-23 Mikko RasaFixes and improvements to exporting materials
2019-05-19 Mikko RasaImplement material maps for exporting objects with...
2019-05-18 Mikko RasaSimplify the resource separation options
2019-05-17 Mikko RasaMove material and texture export to their own classes
2019-05-16 Mikko RasaMake resource handling in the Blender exporter more...
2019-05-16 Mikko RasaRedesign file writing in the Blender exporter
2019-05-15 Mikko RasaCombine shared_mesh and shared_tech into a single option
2019-05-15 Mikko RasaTemporarily remove the material texture feature from...
2019-05-12 Mikko RasaOnly use texunit zero in exporter-generated techniques
2019-05-04 Mikko RasaRemove extraneous semicolons from Python code
2019-05-02 Mikko RasaRemove the external tech exporter property
2019-05-01 Mikko RasaRemove the compound property from exporter
2019-04-30 Mikko RasaMove most properties from exporters to the relevant...
2018-04-25 Mikko RasaUse an explicit material slot name in RenderPass
2017-09-10 Mikko RasaEliminate a useless temporary variable
2015-11-28 Mikko RasaAdd an option to use shared meshes when exporting
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 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-05-06 Mikko RasaMinor tweaks to the Blender exporter
2014-05-06 Mikko RasaMore options for exporting techniques
2014-05-05 Mikko RasaAdd an option to export a separate mesh file when expor...
2014-05-05 Mikko RasaRefactor object exporter to a separate class