Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/blender/blender_session.h
| Show First 20 Lines • Show All 107 Lines • ▼ Show 20 Lines | public: | ||||
| BL::SpaceView3D b_v3d; | BL::SpaceView3D b_v3d; | ||||
| BL::RegionView3D b_rv3d; | BL::RegionView3D b_rv3d; | ||||
| string b_rlay_name; | string b_rlay_name; | ||||
| string b_rview_name; | string b_rview_name; | ||||
| string last_status; | string last_status; | ||||
| string last_error; | string last_error; | ||||
| float last_progress; | float last_progress; | ||||
| double last_status_time; | |||||
| int width, height; | int width, height; | ||||
| double start_resize_time; | double start_resize_time; | ||||
| void *python_thread_state; | void *python_thread_state; | ||||
| /* Global state which is common for all render sessions created from Blender. | /* Global state which is common for all render sessions created from Blender. | ||||
| * Usually denotes command line arguments. | * Usually denotes command line arguments. | ||||
| ▲ Show 20 Lines • Show All 47 Lines • Show Last 20 Lines | |||||