|
Blender V4.3
|
Public Attributes | |
| Session * | session |
| Scene * | scene |
| string | filepath |
| int | width |
| int | height |
| SceneParams | scene_params |
| SessionParams | session_params |
| bool | quiet |
| bool | show_help |
| bool | interactive |
| bool | pause |
| string | output_filepath |
| string | output_pass |
Definition at line 41 of file cycles_standalone.cpp.
| string Options::filepath |
Definition at line 44 of file cycles_standalone.cpp.
Referenced by files_parse(), main(), options_parse(), and scene_init().
| int Options::height |
Definition at line 45 of file cycles_standalone.cpp.
Referenced by main(), options_parse(), scene_init(), and session_buffer_params().
| bool Options::interactive |
Definition at line 49 of file cycles_standalone.cpp.
| string Options::output_filepath |
Definition at line 50 of file cycles_standalone.cpp.
Referenced by options_parse(), and session_init().
| string Options::output_pass |
Definition at line 51 of file cycles_standalone.cpp.
Referenced by session_init().
| bool Options::pause |
Definition at line 49 of file cycles_standalone.cpp.
| bool Options::quiet |
Definition at line 48 of file cycles_standalone.cpp.
Referenced by options_parse(), session_exit(), and session_init().
| Scene* Options::scene |
Definition at line 43 of file cycles_standalone.cpp.
Referenced by scene_init(), and session_init().
| SceneParams Options::scene_params |
Definition at line 46 of file cycles_standalone.cpp.
Referenced by options_parse(), and session_init().
| Session* Options::session |
Definition at line 42 of file cycles_standalone.cpp.
Referenced by main(), options_parse(), scene_init(), session_exit(), session_init(), and session_print_status().
| SessionParams Options::session_params |
Definition at line 47 of file cycles_standalone.cpp.
Referenced by main(), options_parse(), session_exit(), and session_init().
| bool Options::show_help |
Definition at line 49 of file cycles_standalone.cpp.
| int Options::width |
Definition at line 45 of file cycles_standalone.cpp.
Referenced by main(), options_parse(), scene_init(), and session_buffer_params().