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
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-10-11fix [#37030] Loop Cut and Slide doesn't clear header text if you click a blan...Campbell Barton
2013-08-03code cleanup: replace bmesh_radial_face_find -> BM_edge_in_faceCampbell Barton
2013-07-19style cleanup: braces/indentationCampbell Barton
2013-07-12fix [#36106] Defining the Loopcut number with the keyboard is limited to 130Campbell Barton
2013-07-10draw loopcut display on the deformed mesh when in editmode.Campbell Barton
2013-06-10fix [#35648] Loop cut, smoothness showing wrong symmetricalCampbell Barton
2013-05-16workaround for loopselect-slide (with multicut enabled) changing from vertex-...Campbell Barton
2013-05-08smooth falloff options for loopcut.Campbell Barton
2013-05-03fix [#35194] Change view while LoopCut is active breaks the cut optionsCampbell Barton
2013-04-26fix for regression where tessface weren't recalculated when running loopcut o...Campbell Barton
2013-04-26fix for recent commit that allowed incorrectly flushed face selection.Campbell Barton
2013-04-26edgeslide fixes/tweaksCampbell Barton
2013-04-26add exec() to loopcut so it supports redo.Campbell Barton
2013-04-26fix/feature [#35085] Loop cut slideCampbell Barton
2013-04-19simple optimization, replace BM_face_other_edge_loop() with BM_loop_other_edg...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-01code cleanup: split editmesh_tools.c, into inset, bevel (both modal operators...Campbell Barton
2013-03-20- add knife project to toolbar.Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-02-19Another huge bunch of new UI translations (some reported by Leon Cheung, than...Bastien Montagne
2013-01-16style cleanupCampbell Barton
2013-01-14code cleanup: use BMW_begin insode for loops body.Campbell Barton
2012-12-19code cleanup: use interp_v3_v3v3()Campbell Barton
2012-12-19include cleanupCampbell Barton
2012-12-12remove context argument from EDBM_update_generic()Campbell Barton
2012-12-12fix for crash in own commit r52911Campbell Barton
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-28bmesh operator naming - use clearer names for args eg: (mat -> matrix, use_si...Campbell Barton
2012-11-26Fix #33285: loop cut is not supposed to cut through triangles/ngons, but itBrecht Van Lommel
2012-11-26fix for uninitialized memory use with numeric input:Campbell Barton
2012-11-13make smoothing value for ring select compatible with the operator.Campbell Barton
2012-11-13todo from 2.4x, add back smooth option to edge loop cut. Campbell Barton
2012-11-09bmesh refactor - rename some of the BM_****_share_****_count() functions to B...Campbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-10refactor screen foreach functions to accept float[2] arguments rather then in...Campbell Barton
2012-09-28fix/workaround [#31811] Subdivision Surface (Apply modifier to editing cage d...Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-07-17Fix [#32133] Numpad Enter key doesnt work with Loopcut (worked in 2.49b)Bastien Montagne
2012-06-29Fix [#31939] Loop cutting a self intersecting face loopBastien Montagne
2012-06-11Add missing/incorrect selection flushes.Nicholas Bishop
2012-06-10style cleanup: use capital camel case names for typedef'sCampbell Barton
2012-05-10fix [#31382] Loop Cut and Slide numpad (-)Campbell Barton
2012-05-03Fix #31139: fractal mesh subdivide was only working along normal where previo...Brecht Van Lommel
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-25code cleanup: no functional change - had both EDBM_editselection_* and BM_edi...Campbell Barton