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
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
2018-06-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-06-09Cleanup: remove some G.main usages.Bastien Montagne
2018-06-08Cleanup: getting rid of G.main.Bastien Montagne
2018-06-05Moved function declarations from BKE_DerivedMesh.h to BKE_mesh_runtime.hSybren A. Stüvel
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-05-243D View: remove temporary edge-select hackCampbell Barton
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-17Remove game properties in image editorDalai Felinto
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-13Python API: remove preview/render resolution settings from API functions.Brecht Van Lommel
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-03-25GPUTexture: Small refactor.Clément Foucault
2018-03-20Cleanup: unused variablesCampbell Barton
2018-03-19Cleanup: avoid passing bContext to particle APICampbell Barton
2018-02-26V3D: Vertex selection: Fix opengl error.Clément Foucault
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Simple hair children: Initial implementation of twist controlSergey Sharybin
2018-02-14GPU: use alpha blend that works for drawing to transparent buffer.Brecht Van Lommel
2018-02-13Object Mode: remove Scene.obedit for 3D ViewCampbell Barton
2018-02-09Cleanup: use workspace for object_mode when possibleCampbell Barton
2018-02-06Object Mode: Use eval_ctx mode for drawing, paint & modifiersCampbell Barton
2018-01-21Merge branch 'master' into blender2.8Germano
2018-01-21Cleanup: styleCampbell Barton
2018-01-18Merge branch 'master' into blender2.8Brecht Van Lommel
2018-01-18Fix buffer overflow vulnerability in curve, font, particles code.Brecht Van Lommel
2018-01-18Fix buffer overflow vulnerabilities in mesh code.Brecht Van Lommel
2018-01-16Merge branch 'master' into blender2.8Campbell Barton
2018-01-16Cleanup: indentationCampbell Barton
2018-01-03Fix an error on last commitGermano
2018-01-03Fix crash when you change the curve resolution in Edit Mode of the Blender Re...Germano
2017-12-21Implement duplicator viewport/render visibility optionsDalai Felinto
2017-12-08Merge branch 'master' into blender2.8Germano
2017-12-08Fix T53512: Vertices with index 0 were not being selectedGermano
2017-12-04drawobject: use float instead of int in glLineWidthGermano
2017-12-04Edit Mesh Selection: Make sure that the line width is 1 pixelGermano
2017-12-04Edit Mesh Selection: Fix wrong glPointSize positionGermano
2017-12-04Followup to previous merge conflict resolutionSergey Sharybin
2017-12-04Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-04Edit Mesh Selection: Draw the backbuff of edge selection only when requestedGermano
2017-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto