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-30Cleanup: GPU: Remove GPU_draw.h and move fluid gpu function to DRWClément Foucault
2020-07-30Cleanup: Split gpu_texture_image.c into BKE and IMB modulesClément Foucault
2020-07-27UI: Show message in transform panel when no metaball elements are selectedAaron Carlisle
2020-07-26Cleanup: GPU: Remove GPU_glew.h outside of GPU moduleClément Foucault
2020-07-22Object: add-object option to place on the surface normalCampbell Barton
2020-07-20Fix T79077: Off-screen rendering ignores shading argumentCampbell Barton
2020-07-18Cleanup: GPU: Encapsulate clipDistancesClément Foucault
2020-07-18Cleanup: GPU: Encapsulate glFrontFaceClément Foucault
2020-07-18Cleanup: View3D: Encapsulate OpenGL callsClément Foucault
2020-07-18Cleanup: GPU: rename bglPolygonOffset to GPU_polygon_offsetClément Foucault
2020-07-16Cleanup: GPU: Move depth/color masks functions to GPU_stateClément Foucault
2020-07-16Fix T78966: Center cursor doesn't refresh the UICampbell Barton
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-10Cleanup: spellingCampbell Barton
2020-07-07Cleanup: spellingCampbell Barton
2020-07-06Fix T77730: ShaderFx Missing Update NotifierHans Goudey
2020-07-03Cleanup: Editors/Space/View3D, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-02GPUOffScreen: Remove the sample parameterClément Foucault
2020-07-01Cleanup: spellingCampbell Barton
2020-06-30Fix T78358: random crash editing shader nodes with texturesBrecht Van Lommel
2020-06-23Sculpt Vertex Colors: Initial implementationPablo Dobarro
2020-06-23Transform: default to median center instead of boundsCampbell Barton
2020-06-22Fix T77942: Add Cube scales immediately upon creation after changing Size att...Philipp Oeser
2020-06-18Cleanup: doxy sections for walk/fly operatorsCampbell Barton
2020-06-18Cleanup: redundant parenthesisCampbell Barton
2020-06-10Cleanup: remove unused MBALL_NOSEL flagCampbell Barton
2020-06-10Fix T77560: Bone selection crashesCampbell Barton
2020-06-03Object: refactor mode switchingCampbell Barton
2020-06-01UI: Rename "View Camera Center" Op to "Frame Camera Bounds"Hans Goudey
2020-05-28Object: new add object tool, currently for primitive typesCampbell Barton
2020-05-27Ruler: Remove highlight hackGermano Cavalcante
2020-05-27Cleanup: remove unused Main struct from snap contextCampbell Barton
2020-05-27Gizmo: lazy initialize snap contextCampbell Barton
2020-05-27Ruler: Implement Snap GizmoGermano Cavalcante
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-05-25Fix T72121: Measurements are being drawn incorrectly if one end is off screenClément Foucault
2020-05-25Merge remote-tracking branch 'origin/blender-v2.83-release'Dalai Felinto
2020-05-25Revert "UI: View3D Cursor Changes"Dalai Felinto
2020-05-25Mesh: skip conversion from edit-mesh to mesh in edit-modeCampbell Barton
2020-05-21Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-21Fix T73568: Vertex selection fails in weight-paint modeCampbell Barton
2020-05-18Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-18Fix T76593: Coordinate limit of 10,000 unitsCampbell Barton
2020-05-15Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-15Fix T76563: Transforming an auto-aligned point won't set it alignedCampbell Barton
2020-05-12UI: Rename 'View All' operator to 'Frame All'Pablo Vazquez
2020-05-12Fix T76285: Missing 'Toggle X-Ray' operator descriptionAaron Carlisle
2020-05-08Merge branch 'blender-v2.83-release'Robert Guetzkow