[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/3/ - 3DCG

Search:


View post   

>> No.732618 [View]
File: 86 KB, 850x303, 1585435483162.png [View same] [iqdb] [saucenao] [google]
732618

I'd like to make something like pic related in blender using nurbs and python.
I've already made a script to generate a pure triangular mesh from a dataset consisting in a rectangular matrix. The coordinates in the matrix represents azis x and y and the value are the z. I use this function:

mesh.from_pydata(verts, [], faces)

I'd like to do the same thing but with nurbs, the idea is to use my dataset to define control points of the nurbs.
I'm struggling to find some documentation about this and I'm starting to doubt it's possible. I'm not even sure if making hundreds, of thousand, of control points could be even possible on blender or on a consumer pc.

Any help?

>> No.730962 [View]
File: 86 KB, 850x303, D-representation-of-part-of-the-NOESY-spectrum-in-Figure-4-of-mixed-micelles-of-PNIPAAM.png [View same] [iqdb] [saucenao] [google]
730962

Hi guys,
I'd like to make something like pic related in blender using nurbs and python.
I've already made a script to generate a pure triangular mesh from a dataset consisting in a rectangular matrix. The coordinates in the matrix represents azis x and y and the value are the z. I use this function:

mesh.from_pydata(verts, [], faces)

I'd like to do the same thing but with nurbs, the idea is to use my dataset to define control points of the nurbs.
I'm struggling to find some documentation about this and I'm starting to doubt it's possible. I'm not even sure if making hundreds, of thousand, of control points could be even possible on blender or on a consumer pc.

Any help?

Navigation
View posts[+24][+48][+96]