Fix building WITH_PYTHON=OFF

Missed when adding bpy.app.help_text()
This commit is contained in:
Campbell Barton
2023-05-27 21:21:22 +10:00
parent 8ed65fe6de
commit ba29fb9717

View File

@@ -2526,8 +2526,10 @@ void main_args_setup(bContext *C, bArgs *ba, bool all)
# undef CB
# undef CB_EX
# ifdef WITH_PYTHON
/* Use for Python to extract help text (Python can't call directly - bad-level call). */
BPY_python_app_help_text_fn = main_args_help_as_string;
# endif
}
/**