This commit implements a node to import CSV files as a point cloud. The interface is minimal, with just a file path input. The type of each column is chosen by whether the first value is an integer or a float (those are currently the only supported types). The goal of the node is to make it easier to get arbitrary data into geometry nodes for visualization purposes, for example. https://devtalk.blender.org/t/gsoc-2024-geometry-nodes-file-import-nodes/34482 Pull Request: https://projects.blender.org/blender/blender/pulls/126308