Skip to content

Instantly share code, notes, and snippets.

View hotohoto's full-sized avatar
🐢
daily small stepping

Hoyeong-GenGenAI hotohoto

🐢
daily small stepping
  • GenGenAI
  • Seoul, Korea
View GitHub Profile
@hotohoto
hotohoto / debugging_blender_with_debugpy.md
Last active September 24, 2024 07:30
debugging blender with debugpy

Prerequisite

# check the python path for blender
blender --background --python-expr "import sys; print(sys.executable)"

# install debugpy
blender-4.2.1-linux-x64/4.2/python/bin/python3.11 -m pip install debugpy