Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/application/AppConfig.cpp
| Context not available. | |||||
| string(DIR_SEP.c_str()) + "variation_patterns" + string(DIR_SEP.c_str()); | string(DIR_SEP.c_str()) + "variation_patterns" + string(DIR_SEP.c_str()); | ||||
| _BrushesPath = _ProjectDir + string(DIR_SEP.c_str()) + "data" + string(DIR_SEP.c_str()) + "textures" + | _BrushesPath = _ProjectDir + string(DIR_SEP.c_str()) + "data" + string(DIR_SEP.c_str()) + "textures" + | ||||
| string(DIR_SEP.c_str()) + "brushes" + string(DIR_SEP.c_str()); | string(DIR_SEP.c_str()) + "brushes" + string(DIR_SEP.c_str()); | ||||
| _PythonPath = _ProjectDir + string(DIR_SEP.c_str()) + "style_modules" + string(DIR_SEP.c_str()); | _PythonPath = _ProjectDir + string(DIR_SEP.c_str()) + "modules" + string(DIR_SEP.c_str()); | ||||
| if (getenv("PYTHONPATH")) { | if (getenv("PYTHONPATH")) { | ||||
| _PythonPath += string(PATH_SEP.c_str()) + string(getenv("PYTHONPATH")); | _PythonPath += string(PATH_SEP.c_str()) + string(getenv("PYTHONPATH")); | ||||
| } | } | ||||
| Context not available. | |||||