]> git.tdb.fi Git - libs/gl.git/history - blender/io_mspgl/export_scene.py
Redesign depth and stencil test and blend state management
[libs/gl.git] / blender / io_mspgl / export_scene.py
2021-08-18 Mikko RasaRedesign depth and stencil test and blend state management
2021-05-13 Mikko RasaSupport exporting ambient occlusion postprocessor from...
2021-05-05 Mikko RasaExport the scene's background color as ambient light...
2021-04-24 Mikko RasaExport exposure value from Blender's render settings
2021-04-17 Mikko RasaAdd a HDR option in Blender
2021-04-17 Mikko RasaAdd a Blender operator to export the entire project...
2021-04-17 Mikko RasaRemove the show_progress flag
2021-04-17 Mikko RasaSome minor refactoring of the exporter
2021-04-17 Mikko RasaDrop the progress parameter from export_scene
2021-04-17 Mikko RasaDon't rename scene objects while exporting
2021-04-17 Mikko RasaRefactor scene data preparation to its own class
2021-04-15 Mikko RasaAdjust scene export code
2021-04-15 Mikko RasaRename visible_collections to visible_only
2021-04-15 Mikko RasaRedesign object exporting
2021-04-15 Mikko RasaRevise export function parameter orders
2021-04-13 Mikko RasaAdd a scene type property to the Blender exporter
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