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
2022-11-01Fix T101062: sculpt curves crash using a paintcurve brushPhilipp Oeser
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-01-18Fix T84739: Crash with curve brush in sculpt mode.Bastien Montagne
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-07-03Cleanup: Editors/Sculpt/Paint, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-02-10Fix T61138: Difficulty in aligning handles of Stroke of type Curvemano-wii
2019-09-21Cleanup: unused headers in editorsCampbell Barton
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-04Outliner: better support for paintcurves ('Blender File' view)Philipp Oeser
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
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: naming for paint modesCampbell Barton
2018-11-07Merge branch 'master' into blender2.8Campbell Barton
2018-11-07Cleanup: renmae ePaintTexture(Projective) -> 3DCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: right shiftCampbell Barton
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-22Add depth and orientation options to 3D cursor toolCampbell Barton
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-27Merge branch 'master' into blender2.8Campbell Barton
2018-03-27Cleanup: move paint curve undo into own fileCampbell Barton
2018-02-09Cleanup: use workspace for object_mode when possibleCampbell Barton
2018-02-06Object Mode: use eval_ctx for paint & objectCampbell Barton
2017-11-14Cleanup: order BLI before BKE headersCampbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2015-11-23Cleanup: shadowing (editors)Campbell Barton
2015-08-31Fix T45258, impossible to select brush when removing it from 2dAntony Riakiotakis
2015-07-09Curve selection, de-duplicate & cleanupCampbell Barton
2015-04-13Fix adding to paint-curves from the first pointCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-11-26cleanup: style & tipsCampbell Barton
2014-08-14Revert modal operation of cursor. This change was far less innocent thanAntony Riakiotakis
2014-07-27Fix uninitialized varsCampbell Barton
2014-07-23Updates/fixes for new UI messages.Bastien Montagne
2014-07-21GSOC 2013 paintAntony Riakiotakis