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-03-12BMesh: rename cryptic functionsCampbell Barton
2015-12-09BMesh: move BM_face_split_edgenet to its own fileCampbell Barton
2015-09-18Doc: remove todo's from BMesh codeCampbell Barton
2015-08-01Docs: doxy cleanup/minor editsCampbell Barton
2015-07-31Docs: doxy correctionsCampbell Barton
2014-11-02Fix connect-vertices failing for concave ngonsCampbell Barton
2014-09-27Comments: clarify BMLoopCampbell Barton
2014-01-17Code Cleanup: move delete funcs out of bmesh_construct.c into own fileCampbell Barton
2013-09-08update bmesh doxy docs, remove double-promotion warnings in remove-strict-fla...Campbell Barton
2013-09-05code cleanup:Campbell Barton
2013-08-23move bmesh tools into their own include,Campbell Barton
2013-08-22new bmesh operator bisect_plane, cuts a mesh in half, takes a user defined pl...Campbell Barton
2013-08-21bmesh api cleanup, face creation args now accept an example face (as with ver...Campbell Barton
2013-08-16rewrite edgenet fill bmesh operator.Campbell Barton
2013-08-13fix for bug in rip tool, isolated verts would remain selected after ripping.Campbell Barton
2013-06-04edit-mesh improvements to select shortest pathCampbell Barton
2013-05-11- add generic edge-loop utility functions for bmesh.Campbell Barton
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2013-01-29Triangulate modifier no longer uses bmesh operator api call, instead add a BM...Campbell Barton
2013-01-14fix for own error with unwrap selection checking uvedit_have_selection() fail...Campbell Barton
2012-12-30Add BMLog for efficiently storing changes to vertices and facesNicholas Bishop
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-10-19decimate modifier rewrite to use bmesh (#ifdef-disabled by default for now).Campbell Barton
2012-09-06code clenup: comments and some style edits on ghost/osx (odd indentation)Campbell Barton
2012-05-21code cleanup: spellingCampbell Barton
2012-04-26code cleanup: bmesh comments/todos, no functional changes.Campbell Barton
2012-04-20rip tool wasnt working on a single edge selection in some cases (own error in...Campbell Barton
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-22fix [#30623] user-defined render presets bugCampbell Barton
2012-03-21move some bmesh headers into intern/ since they are not used externally.Campbell Barton
2012-03-20rename define BM_INLINE -> BLI_INLINE to avoid confusion with bmesh defines.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-11bmesh:Campbell Barton
2012-03-02bmmesh api - use struct rather than int[4] to initialize mesh sizes.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-28Code Cleanup: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-28Code Cleanup: bmeshCampbell Barton
2012-02-28move bmesh wiki docs into bmesh header and update doxygen.Campbell Barton
2012-02-27bmesh minor api edits to be a little more typesafe.Campbell Barton
2012-02-27minor bmesh api naming edits.Campbell Barton
2012-02-27Code Cleanup:Campbell Barton
2012-02-27style cleanupCampbell Barton
2012-02-27fix for a bmesh glitch when making a face (Fkey).Campbell Barton
2012-02-26replace BMESH_ERROR with BMESH_ASSERT, most areas it was used are better suit...Campbell Barton
2012-02-26replace bmesh_error with macro that gives the file/line/func the error happen...Campbell Barton