[Bf-python] BMesh python api proposal.

Michael Fox mfoxdogg at gmail.com
Sun Feb 19 22:43:10 CET 2012


On 20/02/12 03:17, Campbell Barton wrote:
> Since INTERLICHTSPIELHAUS asked, heres what I think our BMesh python
> api will look like, Ill probably start work on it in a few weeks.
>
> http://wiki.blender.org/index.php/Dev:2.6/Source/Modeling/BMesh/Python
>
> There is not too much creative about this, its just a pythonic
> wrapping of the C api, which should be much more useful then previous
> apis.
>
> Some open issues are listed at the bottom of the wiki.
>
I think loop access needs to be on all bmelements not just the face, to 
allow much finer and precise actions than grabbing the face and trying 
to find the vert or edge that you want when you already have the data of 
the vert or edge you want and want to find its connection information, 
vert loop in edges connected to it, edge is faces attached to the edge



More information about the Bf-python mailing list