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-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-05Change default for bevel to match previous behavior.Howard Trickey
2015-07-05Add 'loop slide' option to bevel. See T45260Howard Trickey
2015-07-04Add key toggle (V) to bevel tool to turn vertex-only on/off.Howard Trickey
2015-06-21Fix T45135: More cleanup of extreme max values in operator properties.Bastien Montagne
2015-04-27Cleanup: rename GRAB_POINTER -> GRAB_CURSORCampbell Barton
2014-10-08Fix T42145: EditMesh Bevel tools had no clamping option.Bastien Montagne
2014-08-26Fix T41590: When scene scale is not 1.0, and units are "None," Blender assume...Bastien Montagne
2014-08-25Followup to previous commit: fix same wrong numinput handling in other modal ...Bastien Montagne
2014-08-25Fix T41534: Bevel practically unusable interactively if set to percent amount...Bastien Montagne
2014-07-17Fix T34664: bevel face material can be set in tool and modifier.Howard Trickey
2014-06-30Fix T40862: numinput transform did not take into account scale_length.Bastien Montagne
2014-06-16Fix T40648: Bevel Tool - Amount value slider maximum does not adapt to Amount...Bastien Montagne
2014-01-08Add profile control parameter to Bevel.Howard Trickey
2013-12-21Support units in modal numinputBastien Montagne
2013-11-11Used wrong RNA access routine in bevel amount commit.Howard Trickey
2013-11-10Added options for how bevel amount is measured.Howard Trickey
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-12transform - use 2d float's for the viewport center (allows for vector math fu...Campbell Barton
2013-06-25Fix #35767: transforming nodes in the node editor changed the wireframe colorBrecht Van Lommel
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-08fix for various crashes from incorrect poll functions.Campbell Barton
2013-04-08inset and bevel could both be activated when there was no selection.Campbell Barton
2013-04-08fix [#34918] Interactive bevel doesn't accept +/- keys to change # of segment...Campbell Barton
2013-04-02draw helper lines for inset and bevel operators, the mouse distance from the ...Campbell Barton
2013-04-01code cleanup: split editmesh_tools.c, into inset, bevel (both modal operators...Campbell Barton