|
Blender
V2.93
|
Public Attributes | |
| ListBase | docs |
| GHash * | items |
| int | argc |
| const char ** | argv |
| int * | passes |
| int | current_pass |
Definition at line 61 of file BLI_args.c.
| int bArgs::argc |
Definition at line 64 of file BLI_args.c.
Referenced by BLI_args_create(), BLI_args_parse(), and BLI_args_print().
| const char** bArgs::argv |
Definition at line 65 of file BLI_args.c.
Referenced by BLI_args_create(), BLI_args_parse(), and BLI_args_print().
| int bArgs::current_pass |
Definition at line 69 of file BLI_args.c.
Referenced by BLI_args_create(), BLI_args_pass_set(), and internalAdd().
| ListBase bArgs::docs |
Definition at line 62 of file BLI_args.c.
Referenced by BLI_args_create(), BLI_args_destroy(), BLI_args_has_other_doc(), BLI_args_print_other_doc(), and internalDocs().
| GHash* bArgs::items |
Definition at line 63 of file BLI_args.c.
Referenced by BLI_args_create(), BLI_args_destroy(), internalAdd(), and lookUp().
| int* bArgs::passes |
Definition at line 66 of file BLI_args.c.
Referenced by BLI_args_create(), BLI_args_destroy(), and BLI_args_parse().