Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/blender/blender_session.h
| Show First 20 Lines • Show All 67 Lines • ▼ Show 20 Lines | public: | ||||
| /* drawing */ | /* drawing */ | ||||
| bool draw(int w, int h); | bool draw(int w, int h); | ||||
| void tag_redraw(); | void tag_redraw(); | ||||
| void tag_update(); | void tag_update(); | ||||
| void get_status(string& status, string& substatus); | void get_status(string& status, string& substatus); | ||||
| void get_progress(float& progress, double& total_time); | void get_progress(float& progress, double& total_time); | ||||
| void test_cancel(); | void test_cancel(); | ||||
| void update_status_progress(); | void update_status_progress(); | ||||
| void update_bake_progress(); | |||||
| bool background; | bool background; | ||||
| Session *session; | Session *session; | ||||
| Scene *scene; | Scene *scene; | ||||
| BlenderSync *sync; | BlenderSync *sync; | ||||
| double last_redraw_time; | double last_redraw_time; | ||||
| BL::RenderEngine b_engine; | BL::RenderEngine b_engine; | ||||
| Show All 29 Lines | |||||