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-11-07 Fix T101533: Wrong DoF when a non-camera object is the active cameraMiguel Pozo
2022-10-24GPencil: Fix missing fillsClément Foucault
2022-10-24GPencil: Fix regression (part3) with edit mode introduced in rB0ee9282b5c51Clément Foucault
2022-10-24Pencil: Fix regression (part2) with stroke buffer introduced in rB0ee9282b5c51Clément Foucault
2022-10-24GPencil: Fix regression with stroke buffer introduced in rB0ee9282b5c51Clément Foucault
2022-10-24GPencil: Fix regressions introduced in rB0ee9282b5c51Clément Foucault
2022-10-24GPencil: Use indexed rendering instead of instancesClément Foucault
2022-10-07GPencil: Use global viewport size instead of DRWView oneClément Foucault
2022-09-09Cleanup: spelling in commentsCampbell Barton
2022-04-05Fix T97010 GPencil: Artifacts on Grease PencilClément Foucault
2022-03-20GPencil: Port main object shader to ShaderCreateInfoClément Foucault
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-31Cleanup: use our own conventions for tags in commentsCampbell Barton
2021-12-07DrawManager: Engine Instance Data.Jeroen Bakker
2021-10-15Cleanup: Commonize code for checking scene lights/world settingsJesse Yurkovich
2021-09-17Fix T91448: GPencil Fill simplify not working in renderAntonio Vazquez
2021-07-06GPencil: Rename BKE_gpencil_visible_stroke_iterAntonio Vazquez
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-05-18Fix T88370: GPencil render crash when use viewlayer and maskingAntonio Vazquez
2021-02-19GPencil: Don't show only lines in draw modeAntonio Vazquez
2021-02-19Fix T85745: Render grease pencil with time offset modifier failsAntonio Vazquez
2021-02-18Merge branch 'blender-v2.92-release'Antonio Vazquez
2021-02-18GPencil: Fix unreported broken use only lines in multiframeAntonio Vazquez
2021-02-15Cleanup: Remove code duplication (merge error)Falk David
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-01Merge branch 'blender-v2.92-release'Antonio Vazquez
2021-02-01Fix T85035: Gpencil render in background render wrong frameAntonio Vazquez
2021-01-28Cleanup: Fix clang formatAntonio Vazquez
2021-01-28Merge branch 'blender-v2.92-release'Antonio Vazquez
2021-01-28Fix T85035: Gpencil render in background render wrong frameAntonio Vazquez
2021-01-14GPencil: Disable Multiframe edition when play animationAntonio Vazquez
2021-01-05Eevee Cryptomatte: Store hashes in render result meta dataJeroen Bakker
2020-12-08Fix T81950: GPencil - Draw - Stoke Placement Stroke Feature BrokenJamell Moore
2020-12-05Fix T83400: GPencil onion skin not visible when Edit Lines is enabledAntonio Vazquez
2020-08-26GPencil: Hide Boundary strokes in RenderAntonio Vazquez
2020-08-21GPUUniformBuf: Rename struct and change API a bitClément Foucault
2020-08-13GPencil: Display Fill Boundary strokes with stroke colorAntonio Vazquez
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-07-16Cleanup: DRW: remove uneeded double bindClément Foucault
2020-06-29GPencil: Cleanup - Replace gp_ prefix with gpencil_Antonio Vazquez
2020-06-21GPencil: Fix unreported missing material onion filter Antonio Vazquez
2020-06-17GPencil: Fix unreported Vertex Opacity Overlay not workingAntonio Vazquez
2020-06-03Fix T77156: GPencil view layer filter by layer not workingAntonio Vazquez
2020-06-03Cleanup: DRW: Remove persistent uniform functionsClément Foucault
2020-05-28Cleanup: DRW: Remove array suffix from uniform nameClé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-26GPencil: Fix unreported fade object when no Gpencil object is selectedAntonio Vazquez
2020-03-22Cleanup: use static declarationCampbell Barton