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-05-04Cleanup: rename mcords to mcoordsCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-27Cleanup: redundant mask includesCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-02-13Cleanup: pass const variablesCampbell Barton
2019-11-04Masking: Cleanup, limit variable scopeSergey Sharybin
2019-11-04Masking: Cleanup, naming of mask layerSergey Sharybin
2019-06-04Fix T65032: selection conflicts between motion tracks and masks in clip editorBrecht Van Lommel
2019-05-23Masks: Properly port to Copy-on-Write conceptSergey Sharybin
2019-04-30Select: support 'diselect on nothing' for masks.Bastien Montagne
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-08Cleanup: use doxy sections for mask select APICampbell Barton
2019-03-07Cleanup: redundant select flushCampbell Barton
2019-03-07Tool System: use set/add/subtract for all lasso select operatorsCampbell Barton
2019-03-07Tool System: use set/add/subtract for all box select operatorsCampbell Barton
2019-03-05Tool System: use set/add/subtract for all circle select operatorsCampbell 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
2018-10-05UI: rename Border Select -> Box SelectCampbell Barton
2018-08-143D View boarder/lasso select tool optionsCampbell Barton
2018-05-24Fix Extend property of Lasso select tool in Mask editor not workingPhilipp Oeser
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2017-10-16WM: refactor gestures for use as toolsCampbell Barton
2017-10-16Cleanup: modal operator border callback namesCampbell Barton
2017-10-16WM: Don't save mouse-paths to operator historyCampbell Barton
2017-10-16WM: remove hard-coded circle radius memoryCampbell Barton
2014-06-22WM: set circle select minimum radius to 1Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Code cleanup: use false/true/bool for maskingSergey Sharybin
2014-03-28Implement asymmetric and free handles type for masksSergey Sharybin
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-08-06fix for using uninitialized boolean vars for mask select more/lessCampbell Barton
2013-07-20misc editsCampbell Barton
2013-07-20Fix descriptions for mask selection operators and use less ambiguous "letter-...Sv. Lockal
2013-07-20Select more/less tool for mask splinesSv. Lockal
2013-05-08code cleanup: use 'const float[2]' where possible.Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.Campbell Barton
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton