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-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-13Mesh Inset: select internal faces by defaultCampbell Barton
2014-09-10Fix for mesh-inset modifying hidden facesCampbell Barton
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-06-30Fix T40862: numinput transform did not take into account scale_length.Bastien Montagne
2014-03-28Fix for inset bug (edge rail had feedback loop with direction)Campbell Barton
2014-02-15Mesh Inset: following existing edges is now optionalCampbell Barton
2013-12-21Support units in modal numinputBastien Montagne
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-13code cleanup: utility function for getting a bool as a string.Campbell Barton
2013-10-12transform - use 2d float's for the viewport center (allows for vector math fu...Campbell Barton
2013-08-20fix [#36352] Inset individual, uncheck "select outer" selects zero facesCampbell Barton
2013-06-25Fix #35767: transforming nodes in the node editor changed the wireframe colorBrecht Van Lommel
2013-04-25individual inset was missing relative option.Campbell Barton
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-07Mesh Tool,Campbell Barton
2013-04-07mesh inset tool - option to interpolate UV's vcols etc, on by default since t...Campbell Barton
2013-04-06bmesh operator rename inset -> inset_regionCampbell Barton
2013-04-06patch [#34886] BMesh Individual Face InsetCampbell 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