]> git.tdb.fi Git - libs/gl.git/history - blender/io_mspgl
Better naming algorithm for objects in scene export
[libs/gl.git] / blender / io_mspgl /
2019-06-01 Mikko RasaBetter naming algorithm for objects in scene export
2019-05-29 Mikko RasaRecognize displacement map textures when exporting
2019-05-29 Mikko RasaAlways export texture data inline if there's no image...
2019-05-26 Mikko RasaAdd an exporter for Blender cameras
2019-05-26 Mikko RasaMark datafile tokens as such
2019-05-24 Mikko RasaAllow tagging objects in a scene file for retrieval...
2019-05-24 Mikko RasaTry to simplify object names when exporting a scene
2019-05-23 Mikko RasaFixes and improvements to exporting materials
2019-05-23 Mikko RasaAdd a missing file
2019-05-19 Mikko RasaSet texture format according to sRGB colorspace setting
2019-05-19 Mikko RasaImplement material maps for exporting objects with...
2019-05-19 Mikko RasaImprove texture unit assignment when exporting meshes
2019-05-18 Mikko RasaSome bugfixes to texture exporting
2019-05-18 Mikko RasaSimplify the resource separation options
2019-05-17 Mikko RasaUse filtering options from Blender texture
2019-05-17 Mikko RasaRefactor texture handling in the material exporter
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-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 RasaRemove extraneous semicolons from Python code
2019-05-04 Mikko RasaFix some errors introduced in the refactoring
2019-05-03 Mikko RasaMajor rework of mesh handling in Blender exporter
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 RasaCosmetic changes and TODOs
2018-04-25 Mikko RasaUse an explicit material slot name in RenderPass
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