blender/release/scripts/bpydata
Campbell Barton 093bc78783 fixed flt_import problem adding materials to the mesh, made untextured faces not go pink.
removed mesh_bbrush, Not worth maintaining anymore with recent developments.
2006-07-28 08:59:44 +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
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")