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
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
2013-07-25triangulate and beauty fill also needed changes to selection handling after r...Campbell Barton
2013-07-22transform was flushing the selection (inline), now skip this and use the sele...Campbell Barton
2013-07-13fix for bad NULL check in bmo_connect_pair, also remove duplicate checks in i...Campbell Barton
2013-07-10draw loopcut display on the deformed mesh when in editmode.Campbell Barton
2013-07-02fix [#35939] [Edit - Vertex mode] [Select]-[Mirror] did not returns right res...Campbell Barton
2013-06-28Fix #35551: the topology mirror setting affected shape key and vertex group butBrecht Van Lommel
2013-06-24add api calls for BM_mesh_active_vert/edge_get.Campbell Barton
2013-06-20add axis option to EDBM_verts_mirror_cache_beginCampbell Barton
2013-06-19Remove paranoid null checks for editmesh EDBM_vert_at_index and friends (use ...Campbell Barton
2013-06-19internal editmesh api: add an extended version of EDBM_verts_mirror_cache_beg...Campbell Barton
2013-06-05changes to mirror toolsCampbell Barton
2013-06-03fix [#35555] Collada: export destroys mesh in some casesCampbell Barton
2013-05-18Fix #35404: crash in file save with python code that accesses mesh from panel.Brecht Van Lommel
2013-05-09can't use alloca in inline functions (fills up stack - I thought compiler wou...Campbell Barton
2013-04-24fix [#34657] Smoothing will not be updated in object mode, when hiding faces ...Campbell Barton
2013-04-23fix [#35007] clipping border errorCampbell Barton
2013-04-18use modified vertex coords for calculating display thickness and intersections.Campbell Barton
2013-04-16add distance arg to BKE_bmbvh_ray_cast(). currently unused.Campbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-16move editmesh_bvh.c into blenkernel.Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-05code cleanup: use bool's for vgroup and editmode.Campbell Barton
2013-04-01code cleanup: split editmesh_tools.c, into inset, bevel (both modal operators...Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-02-20fix [#32294] Navmesh crashed if on creation navmesh is also selectedCampbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-13speedup for EDBM_uv_vert_map_create(), reduce customdata lookups. also remove...Campbell Barton
2013-01-08fix for select flushing in face mode for mesh 'Select More'Campbell Barton