Skip to content

Instantly share code, notes, and snippets.

@robomojo
Created September 6, 2013 04:07
Show Gist options
  • Save robomojo/6459439 to your computer and use it in GitHub Desktop.
Save robomojo/6459439 to your computer and use it in GitHub Desktop.
For blender, import scripts from the current file directory
import bpy, sys
sys.path.append(bpy.path.abspath('//'))
import scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment