]> git.tdb.fi Git - libs/gl.git/history - blender/io_mspgl/export_scene.py
Ensure that objects have unique names while exporting a scene
[libs/gl.git] / blender / io_mspgl / export_scene.py
2021-04-13 Mikko RasaEnsure that objects have unique names while exporting...
2021-04-13 Mikko RasaCompare materials when looking for object clones while...
2021-04-12 Mikko RasaFix incorrect plurals in exporter scripts
2021-04-12 Mikko RasaFix refactoring errors in scene exporter
2021-03-28 Mikko RasaRename material map to material atlas in the exporter
2020-06-27 Mikko RasaRefactor writing files in the Blender exporter
2020-05-03 Mikko RasaUpdate the Blender exporter for version 2.80
2019-07-03 Mikko RasaSort things by name when exporting
2019-07-03 Mikko RasaAdd an option to skip existing resources when exporting...
2019-06-23 Mikko RasaExport the entire scene by default
2019-06-16 Mikko RasaImport fixes for exporter
2019-06-11 Mikko RasaRemove an incorrect and unnecessary check in scene...
2019-06-08 Mikko RasaMerge branch 'animation-rework'
2019-06-04 Mikko RasaExport world transforms for scene objects
2019-06-04 Mikko RasaUse transform blocks to specify object transforms in...
2019-06-01 Mikko RasaBetter naming algorithm for objects in scene export
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-19 Mikko RasaImplement material maps for exporting objects with...
2019-05-18 Mikko RasaSome bugfixes to texture exporting
2019-05-18 Mikko RasaSimplify the resource separation options
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-04 Mikko RasaImprove progress reporting in the Blender exporter
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
2017-09-10 Mikko RasaUse the same mesh for multiple instances of an object...
2016-11-30 Mikko RasaSome fixes for the scene exporter
2014-09-15 Mikko RasaMinor adjustments
2014-09-15 Mikko RasaDisplay overall progress when exporting scenes
2014-08-17 Mikko RasaAdd a Loader for Scene, and a matching Blender exporter