From 1fa6881037c721601d16f8400d29d440e637fcd3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 5 Oct 2020 01:54:12 +1100 Subject: Cleanup: remove outdated comment Should have been removed in b36a05bb7e794335e3415594c41d3986cdc815e8, when Python was started after reading the preferences. --- source/creator/creator.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'source/creator') diff --git a/source/creator/creator.c b/source/creator/creator.c index 7b279edb6b0..80cae248c67 100644 --- a/source/creator/creator.c +++ b/source/creator/creator.c @@ -466,16 +466,7 @@ int main(int argc, WM_init(C, argc, (const char **)argv); } -#ifdef WITH_PYTHON - /** - * \note the #U.pythondir string is NULL until #WM_init() is executed, - * so we provide the BPY_ function below to append the user defined - * python-dir to Python's `sys.path` at this point. Simply putting - * #WM_init() before #BPY_python_start() crashes Blender at startup. - */ - - /* TODO: #U.pythondir */ -#else +#ifndef WITH_PYTHON printf( "\n* WARNING * - Blender compiled without Python!\n" "this is not intended for typical usage\n\n"); -- cgit v1.2.3