]> git.tdb.fi Git - libs/gl.git/history - blender
Refactor vertex builders
[libs/gl.git] / blender /
2021-03-20 Mikko RasaSupport exporting unlit materials
2021-03-20 Mikko RasaRefactor material property handling in the Blender...
2021-02-21 Mikko RasaRedesign the way shader programs are loaded
2021-02-13 Mikko RasaFix filename handling in the Blender exporter on Windows
2021-02-13 Mikko RasaSupport exporting "empty" materials with only a techniq...
2021-02-13 Mikko RasaRefactor material property handling in the Blender...
2021-02-13 Mikko RasaDon't export plain values for texture-only material...
2021-02-13 Mikko RasaAdd description fields to the export operators
2021-02-13 Mikko RasaAdd an exporter setting to export all selected objects...
2021-02-13 Mikko RasaFix typos in custom property UI layout
2021-02-13 Mikko RasaUse the right property when collecting materials for...
2021-02-13 Mikko RasaExport texture sampling settings as sampler objects
2021-02-13 Mikko RasaAdjust texture datafile statements in Blender exporter
2020-06-27 Mikko RasaConvert exporter operator properties to annotations
2020-06-27 Mikko RasaReplace single file mode in object exporter with collection
2020-06-27 Mikko RasaRefactor export extension change into the exporter...
2020-06-27 Mikko RasaRefactor writing files in the Blender exporter
2020-06-23 Mikko RasaUpdate export progress more frequently
2020-06-23 Mikko RasaRaise an exception if the TBN UV layer is not found...
2020-06-23 Mikko RasaRework Blender material and texture export
2020-05-03 Mikko RasaRemove attribute proxying from Mesh in the Blender...
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 RasaRemove a stray debug print
2019-07-03 Mikko RasaAdd an option to skip existing resources when exporting...
2019-07-03 Mikko RasaCorrectly process meshes with empty material slots
2019-06-23 Mikko RasaExport the entire scene by default
2019-06-16 Mikko RasaBetter checking of the existence of image filepath
2019-06-16 Mikko RasaAdd looping detection to animation exporter
2019-06-16 Mikko RasaSet both min and mag filters when exporting textures
2019-06-16 Mikko RasaImport fixes for exporter
2019-06-11 Mikko RasaFix a data corruption issue in mesh exporter
2019-06-11 Mikko RasaRemove an incorrect and unnecessary check in scene...
2019-06-11 Mikko RasaAdd an option to export all animations for all selected...
2019-06-11 Mikko RasaAdjust exported animation keyframes to start from zero...
2019-06-11 Mikko RasaAdd exporter for animations
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-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...
next