Skip to content

Blender python module (willing to collaborate or work alone) #112

Description

@caniko

I am i need of automating the computation of the surface distance between multiple points on a 3d model of a cell. I believe that this repository is a step in the right direction for my project. I am in, therefore, need of this addon being available on python.

The addon would be like this:

b_obj = bcutmesh.select_obj(obj)
# Find distance between all points, return as list
b_obj.verteces(<list-like object containing all points>)

# Find distance between two specific points, return float
b_obj.vert(<list containing coords of point A>, <list containing coords of point B>)

Can you help me to get started? We can collaborate if you wouldl like!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions