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-19avoid assert with bmesh insetCampbell Barton
2015-05-02Cleanup: bmesh src/dst order in API argsCampbell Barton
2015-02-23CustomData: const correctness for interp()Campbell Barton
2014-09-12Cleanup & remove redundant checkCampbell Barton
2014-09-11Workaround for strict flags and release build compilationSergey Sharybin
2014-09-10Fix for mesh-inset modifying hidden facesCampbell Barton
2014-09-09Fix T41445: Inset creates separated UV'sCampbell Barton
2014-08-13SpellingCampbell Barton
2014-05-22Fix T40297: Crash while ripping an edge when autosmooth is activated.Bastien Montagne
2014-04-26Code cleanup: use 'const' for arrays (bmesh)Campbell Barton
2014-04-22Fix T39429: Project paint error with UV bleedCampbell Barton
2014-04-21BMesh Inset: remove hack to store coords in normalsCampbell Barton
2014-04-19Math Lib: add shell_v3v3_normalized_to_dist and v2 versionCampbell Barton
2014-03-28Fix T39288: Inset regression with extreme offsetCampbell Barton
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
2014-01-14Fix T38186: mesh inset didn't follow edge directions for flat surfacesCampbell Barton
2013-10-09code cleanup: redundant includes and add minor comments.Campbell Barton
2013-08-21bmesh api cleanup, face creation args now accept an example face (as with ver...Campbell Barton
2013-08-21use BM_CREATE_NOP arg rather then zero, with pointer and bool args in either ...Campbell Barton
2013-08-20inset depth wasn't working right with relative offset, also make it work for ...Campbell Barton
2013-08-20fix [#36352] Inset individual, uncheck "select outer" selects zero facesCampbell Barton
2013-08-18improved BM_face_copy_shared to copy from more possible connected loops and a...Campbell Barton
2013-08-17style cleanupCampbell Barton
2013-08-13fix own regression, rip tool wasn't handling selection.Campbell Barton
2013-07-29add asserts to ensure face normal is up to date.Campbell Barton
2013-04-25individual inset was missing relative option.Campbell Barton
2013-04-11fix own mistake in recent inset-interpolation option, some faces were not int...Campbell Barton
2013-04-11interpolate verts as well as loops for inset.Campbell Barton
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
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-07simplify inset loop-customdata-copying, no real benefit in using adjacent fac...Campbell Barton
2013-04-07remove error checks for inset, adding a faces in this instance wont fail (or ...Campbell Barton
2013-04-06bmesh operator rename inset -> inset_regionCampbell Barton
2013-04-06patch [#34886] BMesh Individual Face InsetCampbell Barton
2013-03-30code comments: bmesh operator doxy header descriptions.Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-23fix for inset getting bad UV's/VCols at face boundaries.Campbell Barton
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-19use input and output slots for bmesh operators, needed for the python api to ...Campbell Barton
2012-08-31Fix #32329: inset produces incorrect result, epsilon was too small to handleBrecht Van Lommel
2012-07-17code cleanup: spellingCampbell Barton
2012-05-03style cleanup: formatting and some float/double promotionCampbell Barton
2012-04-29bmesh: new wireframe toolCampbell Barton
2012-04-26bmesh: inset tool depth used bad normals for edge verts. Campbell Barton
2012-04-23code cleanup: better use of BLI_array_* (grow in larger steps where possible)...Campbell Barton
2012-04-23code cleanup: change C naming convention (so py and C api match), eg:Campbell Barton
2012-04-21style cleanup: correct typosCampbell Barton