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
2018-07-16Cleanup: More clear naming in UV vertex/element mappingsSergey Sharybin
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-15Cleanup: some more G.main removal/validation...Bastien Montagne
2018-06-13Cleanup: get rid of last G.main in BMesh code.Bastien Montagne
2018-04-03Cleanup: editor BKE_main includesCampbell Barton
2018-04-01Cleanup: remove global headerCampbell Barton
2018-03-16Cleanup: doxy sections for editmesh files.Campbell Barton
2018-03-13Cleanup: pass selectmode directlyCampbell Barton
2018-03-12Cleanup: sync EDBM_uv_* functions w/ 2.8Campbell Barton
2018-02-19Fix T54098: Crash existing /w dyntopo sculptCampbell Barton
2018-01-10Cleanup: comment block alignmentCampbell Barton
2017-11-27Remove workaround for loopcut and DM stabilitySergey Sharybin
2017-11-22Removing OMP: get rid of last bit in /editors/ area.Bastien Montagne
2017-11-19Option not to select with un-hideCampbell Barton
2017-10-20Cleanup: redundant castsCampbell Barton
2016-11-13BMesh: BM_face_exists no longer uses return argCampbell Barton
2016-07-08Cleanup: use normalize_v#_lengthCampbell Barton
2016-07-01Fix T48666: Segfault on boolean operation when exiting edit mode of instanced...Sergey Sharybin
2016-07-01BMesh: make toolflags optionalCampbell Barton
2016-05-25Move editmesh undo into its own fileCampbell Barton
2016-04-29Fix T48290: Hook fails after deleting geometryCampbell Barton
2016-03-15Fix T47759: Mesh 'Select less', leaves isolated vertsCampbell Barton
2016-01-04Fix T47038: Particles in Particle Edit Mode get added in completely wrong loc...Bastien Montagne
2015-12-28Fix possible invalid-index use /w link/path selectCampbell Barton
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-12-27BMesh: extract int/bmesh element access funcs.Campbell Barton
2015-12-03Fix T46913: Crash adding hook to linked mesh dupliCampbell Barton
2015-11-10Fix T46738: Crash adding hook to linked mesh dupliCampbell Barton
2015-11-01Cleanup: old commentsCampbell Barton
2015-10-04BLI_Buffer: add BLI_buffer_reinitCampbell Barton
2015-09-04Partial revert of warning cleanupCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-06-20Transform: UV islands were split by windingCampbell Barton
2015-06-01Fix for leak in BM_uv_element_map_createCampbell Barton
2015-05-26Cleanup: update commentCampbell Barton
2015-05-21Fix mesh mirror failing on isolated vertsCampbell Barton
2015-05-17BMesh: don't check winding for uv-vert-mapCampbell Barton
2015-04-13Cleanup: styleCampbell Barton
2015-04-09Fix part of T44320 selecting islands can fail.Antony Riakiotakis
2014-11-21Cleanup: typoCampbell Barton
2014-11-17Fix T35170: Undoing edit op on a basis shapekey could generate extra offset o...Bastien Montagne
2014-11-10Correct last commitCampbell Barton
2014-11-10Fix: Shapekey Basis not updated on editmode exitCampbell Barton
2014-11-06Editmesh: select more/less can now step over adjacent facesCampbell Barton
2014-08-25Fix T40993: Store selection history for extrudeCampbell Barton
2014-06-06BMesh: avoid OpenMP use for low poly meshes (counting selection)Campbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-03-12Mesh API: rename 'octree' to 'spatial' since internally its using kdtreeCampbell Barton