]> git.tdb.fi Git - libs/gl.git/history - blender
Add support for integer vertex attributes
[libs/gl.git] / blender /
2021-09-15 Mikko RasaUse more compact data types when exporting meshes
2021-08-28 Mikko RasaMiscellaneous cleanup
2021-08-18 Mikko RasaRedesign depth and stencil test and blend state management
2021-08-12 Mikko RasaRemove default sampler from Texture
2021-05-13 Mikko RasaSupport exporting ambient occlusion postprocessor from...
2021-05-13 Mikko RasaMove the HDR flag in Blender to render settings
2021-05-06 Mikko RasaAdd a property in Blender for a custom shadow shader
2021-05-06 Mikko RasaImplement image-based lighting in PbrMaterial
2021-05-05 Mikko RasaExport the scene's background color as ambient light...
2021-05-05 Mikko RasaMinor refactoring of the Blender exporter
2021-04-24 Mikko RasaCosmetic fixes
2021-04-24 Mikko RasaExport exposure value from Blender's render settings
2021-04-19 Mikko RasaExport shadow settings from Blender
2021-04-17 Mikko RasaAdd a HDR option in Blender
2021-04-17 Mikko RasaImprove error reporting in the Blender exporter
2021-04-17 Mikko RasaMove operators to their own file in the Blender exporter
2021-04-17 Mikko RasaAdd a Blender operator to export the entire project...
2021-04-17 Mikko RasaRefactor ExportMspGLBase into a simpler ExportHelper...
2021-04-17 Mikko RasaRemove the show_progress flag
2021-04-17 Mikko RasaIgnore already existing resources in DataExporter
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 RasaOnly show the mesh properties panel for meshes
2021-04-15 Mikko RasaAdjust scene export code
2021-04-15 Mikko RasaRename visible_collections to visible_only
2021-04-15 Mikko RasaFix multiplication operators in camera exporter
2021-04-15 Mikko RasaRedesign object exporting
2021-04-15 Mikko RasaRevise export function parameter orders
2021-04-15 Mikko RasaRemove some rarely-used export settings
2021-04-13 Mikko RasaAdd a scene type property to the Blender exporter
2021-04-13 Mikko RasaImprove logic for exporting material sampler references
2021-04-13 Mikko RasaAdd an option to automatically detect if tangents need...
2021-04-13 Mikko RasaInclude only tangent in mesh data and calculate binorma...
2021-04-13 Mikko RasaUse unit 0 UVs for exporting TBNs if no UV layer is...
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-13 Mikko RasaRecognize a certain configuration of nodes as inverting...
2021-04-12 Mikko RasaForce the usage of normalmap as RGB data
2021-04-12 Mikko RasaUse more efficient methods to manipulate and store...
2021-04-12 Mikko RasaRearrange type specification in material datafiles
2021-04-12 Mikko RasaFix normal map property name in material exporter
2021-04-12 Mikko RasaFix incorrect plurals in exporter scripts
2021-04-12 Mikko RasaFix refactoring errors in scene exporter
2021-04-11 Mikko RasaRecognize textures through an RGB to BW node in Blender
2021-03-28 Mikko RasaExport texture extension modes from Blender
2021-03-28 Mikko RasaSupport defining uniform values for materials in Blender
2021-03-28 Mikko RasaRename material map to material atlas in the exporter
2021-03-28 Mikko RasaFix handling of techniques in object exporter
2021-03-28 Mikko RasaFix exporting of materials without any textures
2021-03-28 Mikko RasaFix and improve vertex group support
2021-03-21 Mikko RasaAdd support for exporting vertex colors
2021-03-21 Mikko RasaRefactor the mesh exporter to use UVs directly from...
2021-03-21 Mikko RasaFix suspicious code in the mesh exporter
2021-03-21 Mikko RasaRearrange vertex attributes
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
next