hi
i’m going to do a project to implement a simple procedural tree which ultimately will facilitate animated booleans. it will consist of a framework in which modules, which can take a number of meshes as input and produce one as output, operate in a tree, until producing a root which is the final mesh to be rendered, or ouput to a mesh in the modeller. some of the modules i’ll want to write (as i think that will be the hard bit) will be
smooth
subdivide
the booleans
catmull-clark sudivision
not wanting to reinvent the wheel, has anyone done these as python operations (unlikely some of the ones that are blender native although i think i saw CC subsurfaces)? and would anyone be up for writng some? (i was planning on adapting code from http://www.openfx.org/ for things like booleans)
thanks