Created
April 18, 2017 14:33
-
-
Save zeffii/e255a597602b3a43933cd7ba373798d7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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