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-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-06-10Fix T77560: Bone selection crashesCampbell Barton
2020-05-26Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-26Curves: Implement Handles for selected points onlyAntonio Vazquez
2020-05-26Fix T76970: Unneccessary update calls viewportJeroen Bakker
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: Continue renaming ARegion variables from ar to regionJulian Eisel
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-03-13Cleanup: pass const args (mostly Scene & RenderData)Campbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06CodeCleanup: Added enums to opengl render functionsJeroen Bakker
2020-03-02Cleanup: make remaining editor include headers work in C++Jacques Lucke
2020-02-093D View: support axis views with axis-aligned rollCampbell Barton
2020-02-093D View: check view quaternion alignment which orbitingBataev Artem
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2019-12-06Draw: Removal of MultiSample BuffersJeroen Bakker
2019-10-22Cleanup: unused variables, enums, spellingCampbell Barton
2019-09-18Fix excessive dependency graph evaluation while painting strokesBrecht Van Lommel
2019-09-13Per-Viewport Collection VisibilityDalai Felinto
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-19View3D Grid: fix imperial grid drawingmano-wii
2019-08-07Select utils refactor: remove lagacy `ED_view3d_select_id_read_rect`mano-wii
2019-08-073D View: utility function to set the depth from a locationCampbell Barton
2019-08-05ED_view3D: Remove and replace `ED_view3d_select_id_read`mano-wii
2019-08-02Fix edge selection ignoring clipping in wire-frame displayCampbell Barton
2019-08-01Cleanup: misc spelling fixes in variable names & definesCampbell Barton
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-07-303D View: Move selection API to a Selection engine.mano-wii
2019-06-22Cleanup: warnings, formattingCampbell Barton
2019-06-21Fix T65834: Circle Select does not update select_id buffer after orbiting vie...mano-wii
2019-06-14Mesh Selection: Move Selection ID Context Utilities to ED_view3d.mano-wii
2019-06-13Cleanup: correct wireframe xray flag nameCampbell Barton
2019-05-21Viewport: MSAA support during ViewportRenderingJeroen Bakker
2019-05-21OffscreenRendering: Fix Incorrect Window CoordinatesJeroen Bakker
2019-05-20Cleanup: move selection utilities into ED_select_buffer_utilsCampbell Barton
2019-05-20Cleanup: remove EDBM_backbuf APICampbell Barton
2019-05-18Fix T54686: objects don't occlude each other for edit-mesh select (part 2)Campbell Barton
2019-05-18Cleanup: remove unused argumentCampbell Barton
2019-05-17Cycles/Eevee: unify depth of field settings for camerasJeroen Bakker
2019-05-16RNA: add 3D cursor matrix attributeCampbell Barton
2019-05-10UI: expose tool settings in the 3D view side-barCampbell Barton
2019-04-30Sequencer: Scene Strip PerformanceJeroen Bakker
2019-04-19Fix T63669: Particle editing bypassing occlusion.mano-wii
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-11Fix T63467: Edge/vertex selection isnt working properly with X-ray set to 1Sebastian Parborg
2019-04-09Fix T62114: Wireframe mode selection: selects backside objects when clicking ...Sebastian Parborg
2019-04-05Cleanup: Fix compiler warningAntonioya
2019-03-29GPU: Fix color difference when rendering to gpu_py_offscreenClément Foucault