Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.09 KB

File metadata and controls

28 lines (19 loc) · 1.09 KB

Added in this fork

  • Multiple file import:
    • You can now shift select and import multiple csv files at once
  • Automatic detection of certain parameters
    • Vertex position is able to be auto detectable (Developed for NSight exports)
    • Same as with UV maps
  • Minuscule other changes that don't really affect much

CSV Importer

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

To install, download the latest release and install it as an addon

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.