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
AgeCommit message (Expand)Author
2022-08-05Cleanup: DRW: Remove void function argumentClément Foucault
2022-08-05Cleanup: Remove outdated commentHans Goudey
2022-08-05Cleanup: Reduce indentationHans Goudey
2022-08-04Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-08-04Cleanup: spelling, code-blocksCampbell Barton
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-02Merge branch 'blender-v3.3-release'Jeroen Bakker
2022-08-02Fix T99715: Only force optimal display during on cage editing.Jeroen Bakker
2022-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-28Merge branch 'blender-v3.3-release'Brecht Van Lommel
2022-07-28Revert "Fix T98773: GPU Subdivision breaks auto selection in UV edit mode"Brecht Van Lommel
2022-07-28EEVEE-Next: Motion Blur new implementationClément Foucault
2022-07-28DRW: TextureFromPool: Change API to use acquire / releaseClément Foucault
2022-07-26Refactor: Extract color attributes as generic attributesHans Goudey
2022-07-26Cleanup: spelling in commentsCampbell Barton
2022-07-21DRW: Volume: Fix crash in command line render caused by null texturesClément Foucault
2022-07-21Cleanup: DRW: common_math_geom_lib.glsl: Fix variable name styleClément Foucault
2022-07-21DRW: common_math_geom_lib.glsl: Add line_aabb_clipping_distClément Foucault
2022-07-21Cleanup: formatCampbell Barton
2022-07-20Cleanup: Remove unused functionHans Goudey
2022-07-20Point Cloud: Remove redundant custom data pointersHans Goudey
2022-07-18Subdiv: remove unused GPU device choice, fix crash with libepoxy on initBrecht Van Lommel
2022-07-14Fix curve drawing crash after changing geometry nodes output.Lukas Tönne
2022-07-09Weight & Vertex Paint: always respect edit mode hiding on faces.Alexander Gavrilov
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-07-08Cleanup: make formatDalai Felinto
2022-07-08Draw: Curve outline drawing in object mode.Jeroen Bakker
2022-07-08Cleanup: Move mesh legacy conversion to a separate fileHans Goudey
2022-07-07Curves: Add sculpt selection overlayHans Goudey
2022-07-04Fix T98884: Fix edge case crashes in gpu subdiv cache codeJoseph Eagar
2022-07-04Cleanup: Rename curve segment count functionHans Goudey
2022-06-28DRW: Curve: Fix wrong UBO alignmentClément Foucault
2022-06-28Cleanup: DRW: Fix misnamed argument and add more info in a function docClément Foucault
2022-06-27Fix color attribute interpolation with GPU subdivisionKévin Dietrich
2022-06-24Fix T99129: Eevee Hair Info Length not working (old particle hair).Jeroen Bakker
2022-06-23Cleanup: Use const argumentsHans Goudey
2022-06-22Fix T98773: GPU Subdivision breaks auto selection in UV edit modeKévin Dietrich
2022-06-21GPU subdiv: fix hidden faces in paint mode when hidden in edit modeKévin Dietrich
2022-06-21Fix T99016: GPU subdiv artifacts in weight paint with smooth shadingKévin Dietrich
2022-06-20Fix artefacts with GPU subdiv and weight paint face selectionKévin Dietrich
2022-06-20Fix T98913: GPU Subdivision: "Show Wire" overlay glitchKévin Dietrich
2022-06-18Cleanup: Remove unused argument, unnecessary struct keywordHans Goudey
2022-06-18Cleanup: Always store attribute name in attribute requestHans Goudey
2022-06-18Cleanup: Remove unnecessary switch statementHans Goudey