blender/release/scripts/bpydata
2006-01-22 21:41:06 +00:00
..
config Updating build systems: folder release/bpydata/ moved to release/scripts/bpydata/ 2005-04-16 18:25:42 +00:00
KUlang.txt Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00
mesh_bbrush.py Increased some of the defaults- very small brush sizes could make verts NAN location. 2006-01-22 21:41:06 +00:00
readme.txt Scripts (making some changes to the scripts dir): 2005-03-21 05:26:52 +00:00

This directory is the default place for scripts to put their data,
like internal files needed by the script and its saved configuration.

Scripts can find the path to this dir using Blender.Get("datadir").
Ex:

import Blender
print Blender.Get("datadir")