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
2021-07-02Cleanup: Use const variables for object's evaluated meshHans Goudey
2021-04-11Cleanup: spellingCampbell Barton
2020-08-18Cleanup: GPUState: remove double GPU_blend callsClément Foucault
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: Replace blend func separate by enumClément Foucault
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-07-18Cleanup: GPU: Encapsulate glFrontFaceClément Foucault
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-28Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-28Revert "Objects: make evaluated data runtime storage usable for types other t...Brecht Van Lommel
2020-02-27Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-17Cleanup: correct commentsCampbell Barton
2019-06-13Fix part of T63595: generated texture coordinates don't stick to deforming meshBrecht Van Lommel
2019-05-16Fix T54686: objects don't occlude each other for edit-mesh selectmano-wii
2019-05-13Fix T64403: crash sampling coloring in texture paint modeBrecht Van Lommel
2019-04-19Fix T63669: Particle editing bypassing occlusion.mano-wii
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-26Cleanup: style, use braces for editor/spacesCampbell Barton
2019-03-15GPU: Simplify select shaders.mano-wii
2019-03-01Cleanup: use unsigned types in 3D view editorCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Cleanup: rename Mesh.edit_btmesh -> edit_meshCampbell Barton
2019-02-10Cleanup: use shorter name for shader configCampbell Barton
2019-02-08Fix T61196: Mesh select ignores clipping (part 2)Campbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-06Fix T61196: Mesh select ignores clippingCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-02Cleanup: use G_FLAG_*/G_FILE_* for G.f/fileflagsCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-11Edit Mode Selection: Make Vertices not occluded by edgesClément Foucault
2019-01-11Mesh Selection: Port to batch cache requestClément Foucault
2018-12-17DNA: clear / remove deprecated flagsCampbell Barton
2018-12-01Texture Paint: fix face selection with subsurface.Alexander Gavrilov
2018-10-16Cleanup: headersCampbell Barton
2018-10-16Mesh: use mesh tessellation for face-map drawingCampbell Barton
2018-10-15Mesh: remove DerivedMesh for face-map drawingCampbell Barton
2018-09-27Cleanup: remove unused DerivedMesh code.Sebastian Parborg
2018-08-14Cleanup: remove unused basic shader, we use many specialized shaders now.Brecht Van Lommel
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-17Cleanup: moving shading type into View3DShading.Brecht Van Lommel
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-06-13Cleanup: moar ugly G.main removal...Bastien Montagne