[Bf-funboard] Feature Request: BSP in Python

Sokolov Maxim greencitu at yandex.ru
Wed Apr 6 00:05:35 CEST 2016



05.04.2016, 23:05, "Ильдар Ахметгалеев" <akhilman at gmail.com>:
> Inside Blender's python you can use any python's module.
> Make sure your blender compiled with same version of python which you
> have and install any module with pip or system package manager.
>
> Check and update sys.path inside blender if blender's python can't
> import module.
>
> The best way to get full python stack inside blender is compile blender
> with system version of python or compile both python and blender. In
> this case you will have same module stack both in python and bpy.
I meant these files:
BVH Tree in mathutils: https://developer.blender.org/diffusion/B/browse/master/source/blender/python/mathutils/mathutils_bvhtree.h
I would like to have the same API for BSP Tree in mathutils.
BSP Tree not in mathutils: https://developer.blender.org/diffusion/B/browse/master/intern/elbeem/intern/ntl_bsptree.h


More information about the Bf-funboard mailing list