Fix building WITH_PYTHON=OFF
Missed when adding bpy.app.help_text()
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user