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
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
2012-06-11style cleanupCampbell Barton
2012-05-23code cleanup: double promotion warningsCampbell Barton
2012-05-21code cleanup: spellingCampbell Barton
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-09style cleanup: whitespace/operatorsCampbell Barton
2012-05-04code cleanup: double promotion & some style cleanupCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2011-12-03Fix #29483: edge slide gives nan when zoomed in close. Cause was integerBrecht Van Lommel
2011-11-07replace VECCOPY with copy_v3_v3, same for 2d copy, also added vec copy functi...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-13comment own recent memory leak fix since it broke edge slide.Campbell Barton
2011-10-13fix for leak when switching between transform rotation modes.Campbell Barton
2011-09-28whitespace edits, make formatting for functions consustent at least within th...Campbell Barton
2011-05-20use event->mval rather then subtracting ar->winrct.x / y from event->x / yCampbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton
2011-05-01Style CleanupCampbell Barton
2011-04-21pass even mouse coords value as const so its not edited, view3d_get_view_alig...Campbell Barton
2011-03-28transform: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-03-24fix [#26598] zoom view and scaling odd vertices circle Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory