blender/release/scripts/bpydata
Campbell Barton 2a013c1b5b Fixed 2 bugs in mesh brush. 3805 and 3806
Verts being set to NAN and cursor being placed as well as painting.
2006-04-11 02:41:11 +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 Fixed 2 bugs in mesh brush. 3805 and 3806 2006-04-11 02:41:11 +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")