|
Blender V5.0
|
Public Attributes | |
| unique_ptr< 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 40 of file cycles_standalone.cpp.
| string Options::filepath |
Definition at line 43 of file cycles_standalone.cpp.
| int Options::height |
Definition at line 44 of file cycles_standalone.cpp.
| bool Options::interactive |
Definition at line 48 of file cycles_standalone.cpp.
| string Options::output_filepath |
Definition at line 49 of file cycles_standalone.cpp.
| string Options::output_pass |
Definition at line 50 of file cycles_standalone.cpp.
| bool Options::pause |
Definition at line 48 of file cycles_standalone.cpp.
| bool Options::quiet |
Definition at line 47 of file cycles_standalone.cpp.
| Scene* Options::scene |
Definition at line 42 of file cycles_standalone.cpp.
| SceneParams Options::scene_params |
Definition at line 45 of file cycles_standalone.cpp.
| unique_ptr<Session> Options::session |
Definition at line 41 of file cycles_standalone.cpp.
| SessionParams Options::session_params |
Definition at line 46 of file cycles_standalone.cpp.
| bool Options::show_help |
Definition at line 48 of file cycles_standalone.cpp.
| int Options::width |
Definition at line 44 of file cycles_standalone.cpp.