Blender-ZeroEngine-MSH2-Plugin/src_research_readme/blender_2.43_scripts/bpydata
2021-05-23 15:34:33 -05:00
..
config Added research data, testing blender mesh generation 2021-05-23 15:34:33 -05:00
KUlang.txt Added research data, testing blender mesh generation 2021-05-23 15:34:33 -05:00
readme.txt Added research data, testing blender mesh generation 2021-05-23 15:34:33 -05: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")