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
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-10-06Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2020-09-22MeshAnalysis: Optimize the detection of intersecting geometryGermano Cavalcante
2020-09-09Cleanup: reduce variable scopesJacques Lucke
2020-08-10Fix T78113: Random explosions of cloth with self collisionGermano Cavalcante
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-08-25Cleanup: rename mesh looptri/tessface functionsCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2016-05-05Cleanup: rename getepsilon -> get_epsilonCampbell Barton
2015-12-13BMesh: add BKE_bmbvh_find_face_closestCampbell Barton
2015-08-21BVH-raycast: Use watertight intersectionsCampbell Barton
2015-08-20Resolve MSVC/OpenMP compat issueCampbell Barton
2015-08-20Use BVH-overlap for mesh self-intersection displayCampbell Barton
2015-01-13BMesh: option to filter out faces during raycastCampbell Barton
2014-07-30BMesh: callback for bmbvh so caller can choose facesCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-03-12Code cleanup: redundant normalize in bmbvh ray castCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2013-11-18BMesh Refactor: BKE_bmbvh_new can now be created without an EditMesh.Walid Shouman
2013-09-10remove redundant indirection in assertsCampbell Barton
2013-09-04style cleanupCampbell Barton
2013-08-30Some knife fixes. Avoids duplicating verts; better handling of cut-through or...Howard Trickey
2013-06-20BKE_bmbvh_find_vert_closest: very stupid & old bug, it was comparing hit loca...Campbell Barton
2013-06-20correct editmesh BKE_bmbvh_find_vert_closest(), distances are expected to be ...Campbell Barton
2013-04-18code cleanup: removed unneeded null check in object drawing, some warnings, s...Campbell Barton
2013-04-18add mesh distort display mode (highlights distorted faces)Campbell Barton
2013-04-18make bmbvh call BM_mesh_elem_index_ensure(), further calls to utility functio...Campbell Barton
2013-04-18use modified vertex coords for calculating display thickness and intersections.Campbell Barton
2013-04-18bmbvh was allocating an array for vert coords but not using it, removed.Campbell Barton
2013-04-18fix for BMBVH_USE_CAGE option,Campbell Barton
2013-04-17add function BKE_bmbvh_find_face_segment()Campbell Barton
2013-04-17code cleanup: bmesh bvhCampbell Barton
2013-04-17add interp_v3_v3v3v3_uv() to use for use with uv value from isect_ray_tri_v3(...Campbell Barton
2013-04-16fix for BKE_bmbvh_ray_cast() returning one of the vertices normals rather the...Campbell Barton
2013-04-16add distance arg to BKE_bmbvh_ray_cast(). currently unused.Campbell Barton
2013-04-16bmesh speedup for bvh building, replace SmallHash with BLI_bitmap, using a ha...Campbell Barton
2013-04-16skip calling BKE_editmesh_tessface_calc() from BKE_bmbvh_new(), also quiet fl...Campbell Barton
2013-04-16Fixed compilation error with gcc 4.4 and 4.5Sergey Sharybin
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-16move editmesh functions out editderivedmesh.c into editmesh.cCampbell Barton
2013-04-16move editmesh_bvh.c into blenkernel.Campbell Barton