<div dir="ltr"><div><div>Hello Folks.<br><br></div>I would like to share a WIP video demo of an addon I am working on to expedite the creation my Blender tutorials and documenting my experiments.<br><br><div style="text-align:justify">


I have been working on this tool for over a week in my spare time. This builds on top of the <a href="http://www.blender.org/documentation/blender_python_api_2_69_10/bpy.ops.screen.html#bpy.ops.screen.screenshot">bpy.ops.screen.screenshot</a> operator that comes bundled with Blender. I have implemented the following capture modes for the time being</div>


<div style="text-align:justify">
</div>
<ol><li>Capture entire screen</li><li>Capture all the areas in the current screen</li><li>Capture screen and all the areas as well.</li></ol>

The fundamental difference between the factory operator and mine is the 
way captures files are saved. In the former, we have to manually save it
 using the invoked file browser and in the latter files are 
automagically saved <b><span style="font-family:"Courier New",Courier,monospace">(blend_file_name|cwd)[_AREA].png</span></b>. <i>[cwd = current working directory]<br><br></i>While designing this addon, I consciously chose <span style="font-family:Courier New,Courier,monospace"><b>OSKey[+Shift|+Ctrl]+C</b></span>
 hot-key combination as it is in line with Blender's philosophy of one 
hand on keyboard and one hand on mouse workflow. And the C stands for 
capture.<br><br></div><div>Let me know if this is something that might be useful to any of you.  I will make the addon available for testing in a day or two. <br></div><i></i><div><br></div><div>Link to video<br></div><div>

<br><a href="https://www.youtube.com/watch?v=rI9iIvx7xpA">https://www.youtube.com/watch?v=rI9iIvx7xpA</a><br><br></div><div>Blog post<br></div><div><br><a href="http://learningblender3dsoftware.blogspot.in/2014/02/wip-screenshot-addon.html">http://learningblender3dsoftware.blogspot.in/2014/02/wip-screenshot-addon.html</a><br>

<br></div><div>Cheers,<br>Satish.<br></div></div>