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-04-16Cleanup: remove unused scene argumentCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-01-17Fix T67942 EEVEE: Crash when empty is set as camera and motion blur is onClément Foucault
2019-07-31Animation: Remove depsgraph argument from a lot of APISergey Sharybin
2019-05-22Eevee: Use DRW_view_* API instead of DRW_viewport_matrix_*Clément Foucault
2019-05-17Cleanup: Eevee: Use DRW_PASS_CREATE macro when possibleClément Foucault
2019-05-14Cleanup: DRW: Remove uneeded _add suffix from DRW_shgroup_call_addClément Foucault
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-02Fix T63211: Can't move camera in viewport while realtime render mode onSergey Sharybin
2019-03-14Fix T58610: EEVEE: camera motion blur renders only one viewport sampleClément Foucault
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Fix T59495, T59992, T59904, T59178, T60598: broken keyframed value editing.Brecht Van Lommel
2019-01-26Cleanup: draw manager headersCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-05-31Animation: Pass dependency graph to animation systemSergey Sharybin
2018-05-22Cleanup: namingCampbell Barton
2018-05-17EEVEE: Fix Motion Blur for copy-on-writeDalai Felinto
2018-05-17Move EEVEE properties into sceneDalai Felinto
2018-05-053D Viewport: move overlay settings from collections to 3D viewport.Brecht Van Lommel
2018-04-20DRW: Cleanup: Make DRW_shgroup_uniform_mat4 uniform expect float (*)[4]Clément Foucault
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-03-29Draw manager: Make evaluation context a part of context stateSergey Sharybin
2018-03-25DRW: Rename DRW_shgroup_uniform_buffer into DRW_shgroup_uniform_texture_refClément Foucault
2018-03-25GPUFramebuffer: Refactor (Part 2)Clément Foucault
2018-02-06Object Mode: Add to EvaluationContext & DRWContextStateCampbell Barton
2018-01-30Eevee: Initial Final Render support.Clément Foucault
2018-01-19Fix T53788: Camera animation not workingSergey Sharybin
2018-01-12Eevee: Fix Motion blur not working in OGL render.Clément Foucault
2017-12-04Cleanup: whitespaceCampbell Barton
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-20Cleanup: BLI headers firstCampbell Barton
2017-11-01Eevee: Effects: Split each effect in it's own file.Clément Foucault