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-08-16Update code comments from DAG_id_tag_update to DEG_id_tag_updateDalai Felinto
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-05-25TexFace removal part 3Campbell Barton
2017-05-24TexFace removal part 2Campbell 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
2014-02-28Fix T38872: Crazyspace could use stale derivedMesh data.Campbell Barton
2014-02-28Code cleanup: move edit-derivedmesh free to BKE_editmesh_free_derivedmeshCampbell Barton
2014-01-13Fix T38054: High CPU usage with many objectsSergey Sharybin
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell Barton
2013-11-18BMesh Refactor: BKE_bmbvh_new can now be created without an EditMesh.Walid Shouman
2013-10-28move bmesh array lookup data and utility functions from editmesh into bmesh,Campbell Barton
2013-09-24allocate bmesh data from known sizes where possible (was still using defaults...Campbell Barton
2013-08-30Some knife fixes. Avoids duplicating verts; better handling of cut-through or...Howard Trickey
2013-08-03code cleanup: replace bmesh_radial_face_find -> BM_edge_in_faceCampbell Barton
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton