Blender  V3.3
Public Attributes | List of all members
bArgs Struct Reference

Public Attributes

ListBase docs
 
GHashitems
 
int argc
 
const char ** argv
 
int * passes
 
int current_pass
 

Detailed Description

Definition at line 45 of file BLI_args.c.

Member Data Documentation

◆ argc

int bArgs::argc

Definition at line 48 of file BLI_args.c.

Referenced by BLI_args_create(), BLI_args_parse(), and BLI_args_print().

◆ argv

const char** bArgs::argv

Definition at line 49 of file BLI_args.c.

Referenced by BLI_args_create(), BLI_args_parse(), and BLI_args_print().

◆ current_pass

int bArgs::current_pass

Definition at line 53 of file BLI_args.c.

Referenced by BLI_args_create(), BLI_args_pass_set(), and internalAdd().

◆ docs

ListBase bArgs::docs

◆ items

GHash* bArgs::items

Definition at line 47 of file BLI_args.c.

Referenced by BLI_args_create(), BLI_args_destroy(), internalAdd(), and lookUp().

◆ passes

int* bArgs::passes

Definition at line 50 of file BLI_args.c.

Referenced by BLI_args_create(), BLI_args_destroy(), and BLI_args_parse().


The documentation for this struct was generated from the following file: