Skip to content

Instantly share code, notes, and snippets.

View YangZeyu95's full-sized avatar

Yang, Zeyu YangZeyu95

  • Intel
  • Shanghai Zizhu2
View GitHub Profile
@xunkai55
xunkai55 / setup_bpy.sh
Last active March 16, 2022 00:39
Setup bpy (Blender as a python module) on Mac OS X
# Do not excute the script directly. It is just for demonstration.
# If you followed the documentation and got the errors below, please take a look at this guide.
# Color management: using fallback mode for management
# bpy: couldnt find 'scripts/modules', blender probably wont start.
# Freestyle: couldn't find 'scripts/freestyle/modules', Freestyle won't work properly.
# ImportError: No module named 'bpy_types'
# ImportError: No module named 'bpy_types'
# pyrna_srna_ExternalType: failed to find 'bpy_types' module
# ImportError: No module named 'bpy_types'