Skip to content

xgits/CSV-Import

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

CSV Importer

While created for Renderdoc .csv files, this is intended to be a general-purpose .csv mesh importer. It will assume vertex indicies as the row number, and crate faces based on that. All options on the import panel have descriptive tooltips.

To install, download ImportCSV.py and install as a blender addon. Do not clone the repository as a .zip file

Supported Mesh Data

  • Position
  • Normal
  • UV Maps (up to 5)
  • Vertex Colors (up to 5)

Import Options Screenshot

Import Options

In each category, specify the index (0-based) in the .csv for each column of data.

Not pictured: the extra options when the "Show Normalize" is checked. This will add an extra field to each category that will divide input values by a number; "normalizing" the data.

About

A Blender addon to import .csv meshes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%