bpy-gallery
Blender Python Gallery with lot's of snippets
File Explorer
- deploy-docs.yml
- a_df.csv
- b_reference_frame.csv
- housing_data_igor.blend
- housing_data_igorbackup.blend
- marimo_california_quak.py
- n6california_housing_quak.ipynb
- prepare_data.ipynb
- blood_vessel.blend
- n3_points_from_dict.ipynb
- n3c_satyrn_roate_camera_change_color.blend
- n3c_satyrn_roate_camera_change_color.ipynb
- n3d_color_edge_to_face_brady.blend
- n3d_color_edge_to_face_brady.ipynb
- n3e_string_to_label.blend
- n3e_string_to_label.ipynb
- n4a_loading_blood_vessle.ipynb
- n4b_loading_em-node.ipynb
- Paper001_1K-JPG.mtlx
- Paper001_1K-JPG.usdc
- Paper001_1K-JPG_Color.jpg
- Paper001_1K-JPG_Displacement.jpg
- Paper001_1K-JPG_NormalDX.jpg
- Paper001_1K-JPG_NormalGL.jpg
- Paper001_1K-JPG_Roughness.jpg
- cube_gn_attribute.blend
- cube_gn_position.blend
- cute_dog.jpg
- demo.ipynb
- donut.blend
- first_render.png
- index.md
- n0getting_started.md
- n1objects.ipynb
- n2install_uninstall.ipynb
- n3databpy1.ipynb
- n3databpy2.ipynb
- n4typst_examples.ipynb
- paper_background.blend
- render_utils.py
- scene.blend
- blender_ipywidgets_headless.ipynb
- dna.blend
- dna_notebook.ipynb
- hi.py
- marimo_dna.py
- marimo_monkey.py
- marimo_version_dev_dna.py
- n3d_pytorch_ann_to_networkx.blend
- n3d_pytorch_ann_to_networkx.ipynb
- positions1.py
- n3_networkx_complicated_collection_approach.ipynb
- networkx_complicated_collection_approach.blend
- blender_to_davinci_resolve.ipynb
- donut_and_camera.ipynb
- export_glb_cube_minimal.ipynb
- geonode_raindrop.blend
- loop_repeat_zone_string.ipynb
- n1e_point_camera_to_center.ipynb
- n1x_transparent_render.ipynb
- n2a_animation_minimal.ipynb
- n2b_animation_torus.ipynb
- n3b_geo_nodes_connecting_two spheres.ipynb
- n4javascript.ipynb
- n4xXdata_attributes.ipynb
- n5anywidget.ipynb
- n6_more_examples.ipynb
- outtakes.ipynb
- string_to_label.blend
- n3c_create_a_simple_network.blend
- n3c_create_a_simple_network.ipynb
- .gitignore
- LICENSE
- mkdocs.yml
- README.md
# 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.
Command Glossary
Commands referenced in this DOCs, explained below.
uv pip
View Details ▼
uv pip
Provides pip-like commands for installing, uninstalling, and managing packages.
uv pip install {{package}}
Install a package:
uv pip install {{[-r|--requirements]}} {{requirements.txt}}
Install packages from a requirements file:
uv pip install {{package==1.2.3}}
Install a package with a specific version:
uv venv
View Details ▼
uv venv
Create an isolated Python environment for installing packages.
uv venv
Create a virtual environment in the default location (`.venv`):
uv venv {{path/to/venv}}
Create a virtual environment at a specific path:
uv venv {{[-p|--python]}} {{3.12}}
Create using a specific Python version:
uvx
View Details ▼
uvx
This command is an alias of `uv tool run`.
tldr uv tool
View documentation for the original command:
