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
2019-10-03Fix memory leak in loop-cut error caseCampbell Barton
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-06-11Fix/Cleanup: I18N: Bad usage of IFACE_ instead of TIP_.Bastien Montagne
2019-05-16Fix T54686: objects don't occlude each other for edit-mesh selectmano-wii
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
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-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-25Local ViewDalai Felinto
2018-10-23Fix T57190: loopcut crash w/o overlaysCampbell Barton
2018-09-27Cleanup: remove unused DerivedMesh code.Sebastian Parborg
2018-08-22BMesh: loop-cut, display deformed coordinatesCampbell Barton
2018-08-21Tool System: loopcut preview & activate on clickCampbell Barton
2018-08-21BMesh: split out edgering preview into own APICampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-03View3D: Remove v3d->zbufClément Foucault
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-06-26UI: move modal operator text from headers to status bar.Brecht Van Lommel
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: use clamp_* from BLI_math (replace macro)Campbell Barton
2018-06-13Tag object/scene for selection update from operatorsSergey Sharybin
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-28Edit Mesh: loop-cut multi-object supportCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-01-18Merge branch 'master' into blender2.8Brecht Van Lommel
2018-01-18Loop Cut: Allow mouse placement w/ numeric inputCampbell Barton
2017-11-27Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-27Remove workaround for loopcut and DM stabilitySergey Sharybin
2017-11-23Tag properties of some mesh editing operators as 'advanced'Julian Eisel
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-19Gawain API naming refactorCampbell Barton
2017-04-15GPU Matrix API: clean up after 2D-3D unificationMike Erwin
2017-04-07OpenGL: use PRIM instead of GL enum for immBeginMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-03-23cleanup use of GPU matrix APIMike Erwin
2017-02-01OpenGL: use new matrix API for Loop CutMike Erwin
2017-01-31blender 2.8: OpenGL immediate mode: editmesh_loopcut.cMike Erwin