Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2022-08-03Cleanup: Use generic utility to retrieve attributes to transferHans Goudey
2022-08-03Cleanup: Fix doxygen section for custom data typeHans Goudey
2022-08-03Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-08-03Cleanup: fix various typosBrecht Van Lommel
2022-08-03Fix T96247: Principled BSDF roughness different in startup blend and new nodeLiu Deyuan
2022-08-03Fix T100106: image movie/sequence auto refresh affects still image performanceBrecht Van Lommel
2022-08-03Cleanup: Use const arguments in definition, add helper variableHans Goudey
2022-08-03Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-08-03Fix T100173: fix missing removal of old name in BLO_update_defaults_startup_b...Aras Pranckevicius
2022-08-03Attribute Math: Improve performance of mixer in some casesIliay Katueshenock
2022-08-03Fix sequencer viewport render not respecting the "use_stamp" optionSebastian Parborg
2022-08-03Fix: Warning from incorrect use of macroHans Goudey
2022-08-03Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-03Fix T100168: Sculpt positions undo not working after recent commitHans Goudey
2022-08-03Fix T100171: GPencil toggle caps operator does not support multiframeAntonio Vazquez
2022-08-03Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-03Cleanup: Improve doc of the `BKE_id_copy` functions.Bastien Montagne
2022-08-03Fix assert failures in the dependency graphSergey Sharybin
2022-08-03Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-08-03Fix T97769: new OBJ exporter does not replace spaces in object namesAras Pranckevicius
2022-08-03Fix compile issue in recent commit.Jeroen Bakker
2022-08-03Image: Display GPU layout in `uiTemplateImageInfo`Angus Stanton
2022-08-03Fix: Timeline marker names are not correctly clipped in some casesColin Basnett
2022-08-03Fix unreported: Add tie-break conditions for udim search with integersChris Blackbourn
2022-08-03Geometry Nodes: Speed up reading attribute with different typeHans Goudey
2022-08-03Cleanup: Remove unused function `uv_poly_copy_aspect`Chris Blackbourn
2022-08-02EEVEE-Next: Depth Of Field: Port implementation to compute shaderClément Foucault
2022-08-02EEVEE-Next: Cleanup: Remove static references for swapchainsClément Foucault
2022-08-02EEVEE-Next: Fix GL errors when rendering with transparent materialsClément Foucault
2022-08-02EEVEE: Depth of field: Fix incorrect variance occlusionClément Foucault
2022-08-02GL: Remove lingering image bindsClément Foucault
2022-08-02GL: Compute: Fix indirect compute barrier and unbindClément Foucault
2022-08-02DRW: common_math_lib.glsl: Fix weighted_sum macroClément Foucault
2022-08-02DRW: Add image unbind in debug modeClément Foucault
2022-08-02DRW: Add `DRW_shgroup_call_procedural_indirect()`Clément Foucault
2022-08-02DRW: Add DRW_shgroup_call_procedural_triangles_indirectClément Foucault
2022-08-02DRW: GPU Wrapper: Fix invalid cached texture view when ensure() reallocsClément Foucault
2022-08-02DRW: GPU wrapper: Make SwapChain renference workClément Foucault
2022-08-02DRW: GPU wrappers: Expose more ease of use functions and cleanup styleClément Foucault
2022-08-02GPUBatch: Add GPU_batch_draw_indirectClément Foucault
2022-08-02Cleanup: Simplify functions for adding and removing color attributesHans Goudey
2022-08-02Cleanup: Remove unused sculpt and vertex color operatorsHans Goudey
2022-08-02Cleanup: Simplify const cast in virtual array constructionHans Goudey
2022-08-02Cleanup: Simplify arguments to sculpt draw functionsHans Goudey
2022-08-02Merge branch 'blender-v3.3-release'Aras Pranckevicius
2022-08-02Object: move collection resync after empty duplicate early-outAras Pranckevicius
2022-08-02Fix T99255: Strips inserting incorrectlySebastian Parborg
2022-08-02Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-02Fix T96810: Invalid sculpt normals after some operationsHans Goudey
2022-08-02Merge branch 'blender-v3.3-release'Richard Antalik