Welcome to mirror list, hosted at ThFree Co, Russian Federation.

readme.txt « bpydata « scripts « release - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e640e27c4b3ef68ed1179bcd6d9826949fc6dd6 (plain)
1
2
3
4
5
6
7
8
9
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")