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-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-06-27Cleanup: styleCampbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-05-09Fix (unreported) bug in BVHTree 'free tessfaces' flag setting.Bastien Montagne
2018-05-04BKE: bvhuils: remove member `sphere_radius`.Germano
2018-05-04Fix erroe in previous commit.Germano
2018-05-04BKE: bvhutils: Unifies static functions oh bvhtrees creation.Germano
2018-05-04BKE: BVHtree: Replace all external references of `bvhtree_from_mesh_looptri` ...Germano
2018-05-04BKE: BVHtree: make `bvhtree_from_mesh_edges` a static function.Germano
2018-05-03BKE bvhtree: Add `tree_type` parameter to `bvhtree_from_mesh_get`.Germano
2018-05-01Refactoring: bvhutils: Use a function that gets the bvhtree through an identi...Germano
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2017-08-11Fix transform snap code using 'allocated' flags to get verts/edges/etc. array...Bastien Montagne
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-02-17Remove unused functions related to distance between BoundBox and rayGermano Cavalcante
2017-02-17Forgotten in last commit: Check the allocationGermano Cavalcante
2017-02-17Do not release the arrays used in the parameters of the expanded functions of...Germano Cavalcante
2017-02-07Param `is_cached` not being used in` bvhtree_from_mesh_edges_setup_data`Germano Cavalcante
2017-02-06Specify the correct size of the BVHTree of edgesGermano Cavalcante
2017-02-06Standardization and style for BKE_bvhutilsGermano Cavalcante
2017-02-05Cleaning of the last commit: lack of attention with the debug of time X(Germano Cavalcante
2017-02-05Optimize BVHTree creation of vertices that have BLI_bitmap testGermano Cavalcante
2016-06-30Transform Snap: Optimize edge-snap using BVH treeGermano Cavalcante
2016-06-29Fix T48695: Slowdown w/ edit-mesh & shrinkwrapGermano Cavalcante
2016-06-27Docs: arg namesCampbell Barton
2016-05-13Correct assertsCampbell Barton
2016-05-11Correct check for tree being in BVH cacheCampbell Barton
2016-05-11Remove pointer typedef from BVHCacheCampbell Barton
2016-05-06Correct in-range assert (zero is valid)Campbell Barton
2016-05-05Missed last commitCampbell Barton
2016-05-05bvhutils: remove bitmap countingCampbell Barton
2016-05-05Add asserts to check bvhutils args are correctCampbell Barton
2016-05-05Transform/Snap: EditMesh/BKE_bvhutils API improvementsGermano Cavalcante
2016-01-28Cleanup: warnings & styleCampbell Barton
2016-01-25Transform: optimize vertex snap w/ nearest-to-rayGermano Cavalcante
2015-10-09Correct own error in editmesh bvhCampbell Barton
2015-10-09Fix leak creating 'empty' looptri bvh treeCampbell Barton
2015-10-06Fix T46389: Shrinkwrap fails in editmodeCampbell Barton
2015-08-27Use correct size for BVH insertionCampbell Barton
2015-08-21BVH-raycast: Use watertight intersectionsCampbell Barton
2015-08-20Cleanup: remove unused BVH_ONQUAD flagCampbell Barton
2015-07-29Expose bvhtree_sphereray_tri_intersection for general useCampbell Barton
2015-07-23Cleanup: arg namesCampbell Barton
2015-07-23Missed adding BVH callbacks in recent commitCampbell Barton
2015-07-22Add bvhtree_from_mesh_looptri utility functionCampbell Barton
2015-07-22Use doxy sections in bvhutilsCampbell Barton
2015-07-22Use const for BVH mesh arraysCampbell Barton
2015-01-09BKE bvhutils: cleanup and refactor to make it more flexible.Bastien Montagne
2014-12-27cleanup: redundant tri-normal calculationCampbell Barton