Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-08-22 17:17:43 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-08-22 17:17:43 +0400
commit9ccc60ed8c22ad7ce886273832dd885af3c2347d (patch)
tree7bd921e04cb8a39286f57d058836c88a8c10fc4a /intern/cycles/blender/blender_session.h
parentf7b9c85871ad4e68dbd578556f3ae8ef55d6dc98 (diff)
Cycles:
* Update progress bar during render (patch by Thomas) * Show status/pass/time during render in 3d view
Diffstat (limited to 'intern/cycles/blender/blender_session.h')
-rw-r--r--intern/cycles/blender/blender_session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/blender/blender_session.h b/intern/cycles/blender/blender_session.h
index 8bc5d3dfab9..ea3e005a884 100644
--- a/intern/cycles/blender/blender_session.h
+++ b/intern/cycles/blender/blender_session.h
@@ -55,6 +55,7 @@ public:
void tag_redraw();
void tag_update();
void get_status(string& status, string& substatus);
+ void get_progress(float& progress, double& total_time);
void test_cancel();
bool background;