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-03-27fix for mesh face filling when a valid edge-loop was selected but unselected ...Campbell Barton
2013-03-27api cleanup: move edgenet bmesh operator into its own file.Campbell Barton
2013-03-26Merging r55547 through r55594 from trunk into soc-2008-mxcurioniSergey Sharybin
2013-03-26code cleanup: move beautify into its own file (more changes coming)Campbell Barton
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-13code cleanup: remove bmesh subdivide header, all definitions can be included ...Campbell Barton
2013-02-10Merged changes in the trunk up to revision 54421.Tamito Kajiyama
2013-01-29Triangulate modifier no longer uses bmesh operator api call, instead add a BM...Campbell Barton
2013-01-27Merged changes in the trunk up to revision 54110.Tamito Kajiyama
2013-01-15replace vertex slide with the transform operator. (MESH_OT_vert_slide -> TRAN...Campbell Barton
2013-01-06Merged changes in the trunk up to revision 53584.Tamito Kajiyama
2013-01-03add option WITH_SYSTEM_BULLET to link against the bullet installation found o...Campbell Barton
2012-12-30Add BMLog for efficiently storing changes to vertices and facesNicholas Bishop
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-18style cleanupCampbell Barton
2012-12-18style cleanupCampbell Barton
2012-12-12move edge split into its own function which can be called by the modifier wit...Campbell Barton
2012-11-18finish moving bevel code out of the operator dir (it works again)Campbell Barton
2012-11-18move decimator into tools/ dirCampbell Barton
2012-11-03code cleanup: cmake - add missing headers, remove directories from source lis...Campbell Barton
2012-10-30bad naming, the bmesh operator only tags, not selects.Campbell Barton
2012-10-30code cleanup: move select-similar bmesh operators into their own file since t...Campbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-24Merge GSoC project from branch: Laplacian Smooth (Operator & Modifier)Daniel Genrich
2012-10-24Partially replace convex hull implementation with Bullet implementationNicholas Bishop
2012-10-23code cleanup: remove $Id's that crept back in, also osl style editsCampbell Barton
2012-10-23add limited dissolve as a decimation type to the decimate modifier.Campbell Barton
2012-10-23add un-subdivude as an optional method for the decimate modifier, gives more ...Campbell Barton
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-19decimate modifier rewrite to use bmesh (#ifdef-disabled by default for now).Campbell Barton
2012-10-16un-subdivide bmesh operator, useful for making lower polygon versions of mode...Campbell Barton
2012-10-16Add BMesh and WM symmetrize operatorsNicholas Bishop
2012-06-28code cleanup: cmake buildsystem edits, unused var warnings and better descrip...Campbell Barton
2012-04-29Add convex hull operator (bmesh operator and wm operator.)Nicholas Bishop
2012-04-29bmesh: new wireframe toolCampbell Barton
2012-04-23- fix for python freeing its own bmesh clearing the global mirror cache.Campbell Barton
2012-04-07Added Vertex Slide: Slides a vertex along a selected and connected edge (Shif...Francisco De La Cruz
2012-03-24code cleanup: move bmesh inline funcs to headers (avoids compiling the C files).Campbell Barton
2012-03-22bmesh: debugging function to help resolve issues with corrupt mesh data - BM_...Campbell Barton
2012-03-21move some bmesh headers into intern/ since they are not used externally.Campbell Barton
2012-03-19bmesh: inset tool, access from face menu (Ctrl+F)Campbell Barton
2012-03-11bmesh:Campbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-02-28more header re-arranging.Campbell Barton
2012-02-28bmesh: re-arrange headersCampbell Barton
2012-02-28code cleanup,Campbell Barton
2012-02-25bmesh api:Campbell Barton
2012-02-19remove more unused files.Campbell Barton
2012-02-19remove files no longer used since bmesh merge.Campbell Barton
2012-02-19copying bmesh dir on its own from bmesh branchCampbell Barton