Skip to main content

All Questions

0 votes
0 answers
115 views

Vertex color applied on curves with geometry nodes wont display on Solid Flat in Blender 3.5

On Blender 3.4.1, after applying a geometry nodes modifier with a set vertex color to a curve, you can display that curve with flat vertex color on the Solid > Flat > Attribute. However, from ...
JL7's user avatar
  • 1
0 votes
1 answer
98 views

How do I convert the vector of hair curve to father mesh's vertex_color by python?

How to turn hair's vector(XYZ) to monkey's vertex color(RGB) This is the maya python,I want to convert this code to Blender,What should I write? ...
Li Yuanliang's user avatar
1 vote
1 answer
872 views

Coloring bevel curve with vertex color

I'm working on a visualization problem. I'm given a curve with a list of vertices. There is a color assigned to each vertex. My question is "how do I generate the bevel curve by linearly ...
Rundong Zhao's user avatar
14 votes
2 answers
3k views

How to colour vertices of a beveled curve mesh without converting to mesh?

For scientific visualisation, I'm using a lot of splines which are bevelled with an object (i.e. a hexagon). I control the level of details depending on the context. Without losing the benefits of ...
nantille's user avatar
  • 819
3 votes
2 answers
2k views

Use Python to add multiple colors to a NURBS curve

I have a NURBS curve which has some thickness (since I set the Bevel Object to be a circle). I have a list of RGB values specifying what color the curve should be at each point along the NURBS curve. ...
Garrett's user avatar
  • 6,596