projects
/
blender-staging.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Scripts:
[blender-staging.git]
/
release
/
bpydata
/
readme.txt
1
This directory is the default place for scripts to put their data,
2
like internal files needed by the script and its saved configuration.
3
4
Scripts can find the path to this dir using Blender.Get("datadir").
5
Ex:
6
7
import Blender
8
print Blender.Get("datadir")
9