blender/release/scripts/bpydata
2006-01-18 00:22:22 +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 seam tearing with edge collapsing, should be last commit ;) 2006-01-18 00:22:22 +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")