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
2015-09-04Quiet warningsJulian Eisel
2015-03-27Use squared dist /w comparisons (mask, edge-slide)Campbell Barton
2014-10-13Code cleanup: Move output arguments to the end of the listSergey Sharybin
2014-10-13Roto: Improve spline sliding vs. curvature detectionSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-03Slide mask spline segment to define it's curvatureSergey Sharybin
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
2013-12-20Don't use with_resol suffix for functions which doesn't get resolutionSergey Sharybin
2013-10-29Code cleanup: use bool instead of int in mask moduleSergey Sharybin
2013-08-27Mask primitivesSergey Sharybin
2013-07-21Fix crash in adding a new mask point after subdividing an inactive splineSv. Lockal
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-01-27Operators name "cleanup"Dalai Felinto
2012-10-18Mask editor: create new mask when trying to create new vertex without active ...Sergey Sharybin
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-09-18code cleanup: warningsCampbell Barton
2012-09-13code cleanup: reduce calls to CTX_ functions inline, add some docs to mask ra...Campbell Barton
2012-08-25better handle sizes by default for mask mode, now ignore image width/heightCampbell Barton
2012-08-24use the zoom level to set the size for new mask point handle sizes (artist re...Campbell Barton
2012-08-07use -FLT_MAX where FLT_MIN was misusedCampbell Barton
2012-08-05fix for crash when mask editing if there is an active point but no active spl...Campbell Barton
2012-08-05resolve some issues with curve resolution calculactionCampbell Barton
2012-07-31Code cleanup: remove unused codeSergey Sharybin
2012-07-27code cleanup: pass mouse position as int[2] rather then wmEventCampbell Barton
2012-07-27change clip utility function arguments to take space data and region rather t...Campbell Barton
2012-06-19Mark context as const when it's possible and avoid typecasts from const bCont...Sergey Sharybin
2012-06-08- remove redundant NULL checks from mallocn's local linked list functions.Campbell Barton
2012-06-07Quite some warnings...Bastien Montagne
2012-06-07adding mask points now adds in the correct place relative to shape keys (upda...Campbell Barton
2012-06-07code cleanup: remove unused mask argsCampbell Barton
2012-06-05mask point slide now accounts for scaled bezier weights,Campbell Barton
2012-06-05mask editingCampbell Barton
2012-06-04abbreviate mask-editing to mask-editCampbell Barton
2012-06-04include cleanup, also raskter wasn't building on osxCampbell Barton
2012-06-04mask merge (initial copy of editor files)Campbell Barton