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-02-17Remove unused functions related to distance between BoundBox and rayGermano Cavalcante
2016-07-19Cleanup: style, spellingCampbell Barton
2016-07-02Cleanup: comment blocksCampbell Barton
2016-06-30Transform Snap: Optimize edge-snap using BVH treeGermano Cavalcante
2016-05-11Cleanup: only use r_ prefix for return argsCampbell Barton
2016-05-11BLI_kdopbvh: Use distance for BLI_bvhtree_ray_cast_allCampbell Barton
2016-05-05Cleanup: rename getepsilon -> get_epsilonCampbell Barton
2016-05-05Add asserts to check bvhutils args are correctCampbell Barton
2016-03-19BLI_kdopbvh: Pass center to to range callbackCampbell Barton
2016-02-12Fix error in bvhtree_walk_dfs_recursiveGermano Cavalcante
2016-02-11BLI_kdopbvh: test root node before traversingGermano Cavalcante
2016-02-10Cleanup: remove unused radius argumentCampbell Barton
2016-02-10Docs: use doxygen sectionsCampbell Barton
2016-02-09Add BLI_bvhtree_walk_dfs utility functionGermano Cavalcante
2016-02-09BLI_kdopbvh: expose bvhtree_kdop_axes arrayCampbell Barton
2016-02-09Docs: correct descriptionCampbell Barton
2016-01-25Correct own error in recent BVH nearest rayCampbell Barton
2016-01-25BLI_kdopbvh: Add BLI_bvhtree_find_nearest_to_rayGermano Cavalcante
2016-01-16Cleanup: BLI_task - API changes.Bastien Montagne
2016-01-12Fix T47164: [Scene.raycast] - True result when it should be False.Bastien Montagne
2015-12-31Cleanup: warningCampbell Barton
2015-12-30BLI_task: change BLI_task_parallel_range_ex() to just take a bool whether to ...Bastien Montagne
2015-12-29Building w/o OpenMP now works againCampbell Barton
2015-12-28BLI_kdopbvh: switch from OMP to BLI_task.Bastien Montagne
2015-10-26Cleanup: warning & whitespaceCampbell Barton
2015-08-21BVH-raycast: Use watertight intersectionsCampbell Barton
2015-08-21BVH-raycast: ensure input direction is unit-lengthCampbell Barton
2015-08-20Resolve MSVC/OpenMP compat issueCampbell Barton
2015-08-20BVH-overlap: add callback to BLI_bvhtree_overlapCampbell Barton
2015-08-20BVH-overlap: use stack for overlap data arrayCampbell Barton
2015-08-20Cleanup: de-duplicate ray-cast initializationCampbell Barton
2015-08-04Docs: comment functions in BLI & Py APICampbell Barton
2015-01-20New hair editing feature "Shape Cut", for cutting hair based on a meshLukas Tönne
2014-12-01Cleanup: hopefully last int->bool one in this area!Bastien Montagne
2014-09-24Cleanup: boolCampbell Barton
2014-08-27CleanupCampbell Barton
2014-08-25BLI_kdopbvh: ifdef unused 'skip' memberCampbell Barton
2014-07-28WarningsCampbell Barton
2014-07-28Fix T40831: Shrink wrap modifier causes very high CPU usage when targeting me...Sergey Sharybin
2014-07-16BLI_kdopbvh: assert for bad inputCampbell Barton
2014-07-15BLI_kdopbvh: Replace realloc's with BLI_stackCampbell Barton
2014-04-26Avoid integer overflow in build_implicit_tree_helperCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-30Code cleanup: kdopbvh, move minmax init into functionCampbell Barton
2014-03-20Fix kdopbvh incorrect checks for failed allocsCampbell Barton
2014-03-19Code cleanup: unreachable break/returnCampbell 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-10-11code cleanup: use const's for static arraysCampbell Barton
2013-09-05remove error return value from BLI_bvhtree_insert, no callers were using.Campbell Barton