blender_csv_import
Blender extension to add CSV files
File Explorer
- build.yml
- release.yml
- tests.yml
- __init__.py
- addon.py
- blender_manifest.toml
- csv.py
- ops.py
- parsers.py
- props.py
- ui.py
- current_node_tree_set_strings.blend
- deno_csv_star_mix.blend
- example_file_california_bounding_box.blend
- german_city.blend
- housing_data_igorbackup.blend
- json_3d_array_dino_star.blend
- monkey_appear_tutorial_file.blend
- monkey_appear_with_strings.blend
- monkey_safari.csv
- monkey_safari_with_names.csv
- deno_star.ipynb
- dino_star_vectors.json
- dino_star_vectors.parquet
- dino_star_vectors_3d_vector.json
- generate_big_dataset.ipynb
- generate_snowflake.ipynb
- normalised_caifornia.ipynb
- sample_data.json
- thumb_almost_color.png
- thumb_intense_color.webp
- thumbnail_blendercon.jpg
- two_snowflakes_matched.json
- data_california_housing.csv
- data_california_housing_normalized.csv
- data_gemeran_cities.csv
- deno_star_elemens.csv
- deno_star_elemens.csv
- example_string.csv
- missing_string.csv
- conftest.py
- python.py
- run.py
- test_addon.py
- test_csv.py
- test_parsers.py
- test_reload.py
- .gitignore
- build.py
- debugging_notebook.ipynb
- export_csv.ipynb
- LICENSE
- pyproject.toml
- README.md
- uv.lock
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
uv run
View Details ▼
uv run
Run a command or script in the project environment.
uv run {{path/to/script.py}}
Run a Python script:
uv run {{[-m|--module]}} {{module_name}}
Run a Python module:
uv run {{[-w|--with]}} {{package}} {{command}}
Run a command with additional packages installed temporarily:
uv sync
View Details ▼
uv sync
Update the project's environment to match the lockfile.
uv sync
Sync the project environment with the lockfile:
uv sync --all-extras
Sync and include all optional dependencies:
uv sync --extra {{extra_name}}
Sync with specific optional dependencies:
// repository documentation
Was this content helpful?
(0 ratings)
