KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
CSV-Import
★ 23
Open GitHub ↗
A Blender addon to import .csv meshes
Download README (.md)
Explore Similar Repositories
ErfanGSIs-TrebleExperience
:
⚡ · Tool specialized in making OEM/AOSP port | Public Repo | This repository is no longer maintained.
globetrotter
:
Code for the Globetrotter project
deep-jit-inconsistency-detection
:
Deep Just-In-Time Inconsistency Detection Between Comments and Source Code: Artifact
Math-Lectures
:
"Tis much better to do a little with certainty & leave the rest for others that come after than to explain all things by conjecture without making sure of any thing."― Isaac Newton
RoBERTa-japanese
:
Japanese BERT Pretrained Model
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
CSV-Import
?
Download (.md)
# 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  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.