Skip to content

Instantly share code, notes, and snippets.

View enric1994's full-sized avatar

Enric Moreu enric1994

View GitHub Profile
@enric1994
enric1994 / config.yaml
Created May 17, 2022 15:23
VSCode in the browser with docker
bind-addr: 127.0.0.1:8080
auth: password
password: yourpassword
cert: false
@enric1994
enric1994 / blender_intro.py
Last active October 10, 2023 15:59
Introduction to Blender's Python API
"""
Required files:
https://github.com/mrdoob/three.js/blob/c8549a524bde688e8a55b32faa0a69b3308c4034/examples/models/stl/binary/pr2_head_tilt.stl
https://sipi.usc.edu/database/download.php?vol=misc&img=4.2.03
https://sipi.usc.edu/database/database.php?volume=misc&image=5#top
"""
import bpy
base_path = '/Users/enric/Downloads/'