Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/mathutils/mathutils_bvhtree.c
| Context not available. | |||||
| "\n" | "\n" | ||||
| " Find overlapping indices between 2 trees.\n" | " Find overlapping indices between 2 trees.\n" | ||||
| "\n" | "\n" | ||||
| " :arg other_tree: Other tree to preform overlap test on.\n" | " :arg other_tree: Other tree to perform overlap test on.\n" | ||||
| " :type other_tree: :class:`BVHTree`\n" | " :type other_tree: :class:`BVHTree`\n" | ||||
| " :return: Returns a list of unique index pairs," | " :return: Returns a list of unique index pairs," | ||||
| " the first index referencing this tree, the second referencing the **other_tree**.\n" | " the first index referencing this tree, the second referencing the **other_tree**.\n" | ||||
| Context not available. | |||||