Skip to content

Instantly share code, notes, and snippets.

@zeffii
Created April 18, 2017 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeffii/e255a597602b3a43933cd7ba373798d7 to your computer and use it in GitHub Desktop.
Save zeffii/e255a597602b3a43933cd7ba373798d7 to your computer and use it in GitHub Desktop.
import os
import bpy
datafiles = os.path.join(bpy.utils.user_resource('DATAFILES', path='sverchok', create=True))
print(datafiles)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment