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-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
2012-12-21fix own error in bmesh/openmp unhiding, set BM_OMP_LIMIT to 0 so we can spot ...Campbell Barton
2012-12-19include cleanupCampbell Barton
2012-12-18uv edge based stitch. Useful to disambiguate betwen islandsAntony Riakiotakis
2012-12-12Fix error compiling in debug build, should test #ifndef NDEBUG instead ofBrecht Van Lommel
2012-12-12remove context argument from EDBM_update_generic()Campbell Barton
2012-12-12fix for EDBM_index_arrays_ensure not working as intended.Campbell Barton
2012-12-12add threshold for bmesh & openmp so its not used with low poly meshes, BM_OMP...Campbell Barton
2012-12-12make EDBM_index_arrays's stay in memory, blender was allocating an array and ...Campbell Barton
2012-12-12use htype flags as arguments to EDBM_index_arrays_init(), no functional changes.Campbell Barton
2012-12-12use openmp to thread some common bmesh operationsCampbell Barton
2012-11-27fix for asserts added in own recent commit with more strict type-checkingCampbell Barton
2012-11-27bmesh/py operator api:Campbell Barton
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton