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
2020-10-09Revert "CleanUp: Introduce `eMeshBatchDirtyMode` enum"Jeroen Bakker
2020-10-07CleanUp: Introduce `eMeshBatchDirtyMode` enumJeroen Bakker
2020-09-16Cleanup: use uint8_t for various flags in curvesJacques Lucke
2020-08-20Fix incorrect mask use with curvesCampbell Barton
2020-06-19EEEVEE: Object Motion Blur: Initial ImplementationClément Foucault
2020-06-15Fix curve handle color ID displayCampbell Barton
2020-05-26Curves: Implement Handles for selected points onlyAntonio Vazquez
2020-05-19Fix T76564 Curve: Missing orco cause mesh to not renderClément Foucault
2020-05-14Fix T76126 Overlay: Glitch when hiding Nurb verticesClément Foucault
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-15Cleanup: refactor GPU material attribute and texture requestsBrecht Van Lommel
2020-02-05Fix T70121 EEVEE/GPencil: Curves cause crash when using background renderingClément Foucault
2020-02-04Fix T61685 Curve extrusion looses flat shading in certain viewport shadingClément Foucault
2020-01-30DRW: Add support for tangent on objects using display lists.Clément Foucault
2020-01-28Fix T72593 Blender crashes when modifier change the material countClément Foucault
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-02Fix T65468 Nurbs: Broken display when hiding control pointsClément Foucault
2019-05-30GPU: Remove GPU_INDEX_U8Clément Foucault
2019-05-28Cleanup: clang-formatCampbell Barton
2019-05-28Fix T64829: Active point of Curve objects is not displayed correctlyPhilipp Oeser
2019-05-08DRW: Make batch validation run first during iterationClément Foucault
2019-05-08DRW: Move all batch request functions to own headerClément Foucault
2019-04-30DRW: Add debug utility for batch cache requestsClément Foucault
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-28DrawManager: Add Edge Detection To DisplayListsJeroen Bakker
2019-03-01Fix crash with wireframe on highpoly curves on some AMD gpus.mano-wii
2019-02-25Fix T61801: Wireframes on curves not workingClément Foucault
2019-02-19Fix T61690: Hidden curve vertices are drawn in edit-modeSebastian Parborg
2019-02-19Fix edit-curve display for hidden handlesCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Edit Mesh: Refactor Edit cage drawing to use old style drawingClément Foucault
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-29Cleanup: replace attrib w/ attrCampbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-03Cleanup: variable nameCampbell Barton
2018-12-17Curve Batch Cache: Fix issue with cd_usedClément Foucault
2018-12-17Fix T59490: wrong curve handle linesJacques Lucke
2018-12-16Cleanup: styleCampbell Barton
2018-12-14Curve Batch Cache: Add support for loose edges and curve/surf modifierClément Foucault
2018-12-14Displist: Reuse tesselated pos and nor for wireframesClément Foucault
2018-12-14Curve Batch Cache: Add back support for shaded geometryClément Foucault
2018-12-14Curve Batch Cache: Rework Implementation to use new batch requestClément Foucault
2018-12-10DRW: Batch Cache: Mesh: Port edit mesh batches to batch request methodClément Foucault
2018-12-07DRW: Rework wireframe overlay implementationClément Foucault