simonbroggi / blender_spreadsheet_import

Blender add-on to import Spreadsheet data from CSV or JSON files. The data can then be used with geometry nodes.
GNU General Public License v3.0
91 stars 14 forks source link

Create one mesh with vertex points? #12

Open iamalessiopaoletti opened 1 year ago

iamalessiopaoletti commented 1 year ago

Hi, if I have tree colums of values, How can I have a plane with these values as vertex and the tree columns rapresent x, y and z positions?

simonbroggi commented 1 year ago

Construct your plane or planes according to how many rows you have by using the Domain Size node.

Use a combine XYZ node to construct a vector out of the three column values.

Then set the positions with set the positions.

Check out the bar chart example: https://github.com/simonbroggi/blender_spreadsheet_import#bar-chart