Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-02-02 11:30:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-02 11:34:47 +0300
commit1d77302fd9ea9b3892ebdcf28150b3f7d40aeb21 (patch)
treec7e30d0edd10ed47b2efcecb330127b911865ebf /source/blender/blenlib/BLI_args.h
parentd917d7cf948579f6aee58863f16225ed6e5ec2a0 (diff)
creator: add missing '--debug-*' arguments under debugging options
Only print "Other Options" when the heading has content to show.
Diffstat (limited to 'source/blender/blenlib/BLI_args.h')
-rw-r--r--source/blender/blenlib/BLI_args.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_args.h b/source/blender/blenlib/BLI_args.h
index b12b7ff5d1e..5d9c168a9bd 100644
--- a/source/blender/blenlib/BLI_args.h
+++ b/source/blender/blenlib/BLI_args.h
@@ -72,6 +72,8 @@ void BLI_args_parse(struct bArgs *ba, int pass, BA_ArgCallback default_cb, void
void BLI_args_print_arg_doc(struct bArgs *ba, const char *arg);
void BLI_args_print_other_doc(struct bArgs *ba);
+bool BLI_args_has_other_doc(const struct bArgs *ba);
+
void BLI_args_print(struct bArgs *ba);
#ifdef __cplusplus