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-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-15Cleanup: comment line length (editors)Campbell Barton
2019-01-15Correct last commitCampbell Barton
2019-01-15Fix T60507: Constrained transform shows all axesCampbell Barton
2018-10-19Cleanup: compiler warningsCampbell Barton
2018-10-17Transform: map mouse input to shear directionCampbell Barton
2018-10-17Transform: show arrows for 'custom' ratio inputCampbell Barton
2018-06-15Fix mouse input overwriting transform redo valuesCampbell Barton
2018-05-24Fix T55178: Cursor fails to restore on cancelCampbell Barton
2018-05-13Merge branch 'master' into blender2.8Campbell Barton
2018-05-13Cleanup: trailing spaceCampbell Barton
2018-05-08Extrude Widget: with/without axis constraintCampbell Barton
2018-05-06Transform: support initial offset optionCampbell Barton
2018-04-28UI: replace transform hand icon w/ 4 arrowsCampbell Barton
2018-04-28Cleanup: style, duplicate includesCampbell Barton
2018-04-25Fix cursor switching w/ transform redoCampbell Barton
2018-04-25Cleanup: indentationCampbell Barton
2018-04-23Manipulators/Tools: always draw a cursor while interactingInes Almeida
2017-06-02Fix T51691: Shear cursor input scales w/ zoomCampbell Barton
2017-05-16Cleanup: gcc7.1 warningsCampbell Barton
2017-01-18Transform manipulator: Allow first clicking Shift before selecting axisSergey Sharybin
2016-01-29Fix crash running transform in background modeCampbell Barton
2015-12-17Transform: bend-mouse-input error initializingCampbell Barton
2015-12-02Cleanup: double-conversion warningsCampbell Barton
2015-11-12Transform input: don't change initial cursor valueCampbell Barton
2015-10-30Transform: Support storing virtual cursor locationCampbell Barton
2015-10-28Transform: Replace t->imval w/ t->mouse.imvalCampbell Barton
2015-10-27Fix T46606: Trackball Rotate jumps releasing shiftCampbell Barton
2014-06-14Replace sqrt with hypot for wipe-effect & transform codeCampbell Barton
2014-06-03Tweaks to bevel and crease transformSergey Sharybin
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-25Spelling error fixesJoshua Leung
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2013-10-23code cleanup: minor transform refactorCampbell Barton
2013-10-13improve warp transform so it can be used as a general bending tool too.Campbell Barton
2013-10-12transform - use 2d float's for the viewport center (allows for vector math fu...Campbell Barton
2013-04-24fix for crash changing transform modes rotate/edge-slide/grab. setCustomPoint...Campbell Barton
2013-04-19code cleanup: remove unused vars in edge slide, only store the initial vertex...Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-02-11fix for memory leak in transform when changing transform modes within transformCampbell Barton
2013-02-02style cleanupCampbell Barton
2013-02-01fix error with flipped vertex slide failing, also fix bug where you could be ...Campbell Barton
2013-01-15vertex slide was using flipped value, wasnt so noticable unless you types in ...Campbell Barton
2013-01-14fix for own error with unwrap selection checking uvedit_have_selection() fail...Campbell Barton
2012-12-14style cleanupCampbell Barton
2012-12-13Fix #33500: when transforming, tapping shift twice and holding did not enableBrecht Van Lommel