Commit Graph

14 Commits

Author SHA1 Message Date
5c755ab594 Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:26:13 +11:00
3324118c85 render time: basic update 2.8x 2019-09-15 13:40:20 +10:00
3f433bbe91 mass clean up: remove/replace redundant bl_tracker info 2016-07-22 22:51:45 +10:00
eab846e293 Clean-up: bl_info['tracker_url'] updated to developer.blender.org, some minor other edits 2014-02-04 02:56:01 +01:00
73dfdd1f4b Render time addon: Update for API change (draw handlers). Shortens / cuts off milliseconds for overlay in image editor. Don't reload addon while render is in progress, it will mess up the total render time! 2013-02-18 21:37:46 +00:00
071e9f1764 fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ? 2012-12-19 16:05:42 +00:00
97046a6dab correct version strings for bl_info 2012-12-19 11:28:34 +00:00
4b5cee6a6b minor code cleanup 2012-09-05 00:51:31 +00:00
4e48672603 Fixed some stupidity in the unregister function. Was registering and appending when I should have been unregistering and removing. Thanks to @wet_sponge on Twitter for pointing it out. 2012-07-07 16:04:04 +00:00
32c1104e1d -Updated version numbering to match spec in wiki (I think I got this right)
-Added screen-drawing code and an operator to display times in the Image Editor
-Added a button in the UV/Image Editor's header to toggle the on-screen time info
-TODO: Ideally, this should have a keymap instead of a button in the header.
  Need to figure out why that code isn't working.
2012-03-13 02:21:50 +00:00
61c27bc05d Addons:
* Remove api info, this is not used anymore.
2012-03-11 17:58:54 +00:00
28fd652b4d - Removed is_rendering from the bpy namespace
- Put all values in the timer dictionary
- Made handler functions persistent
- Take advantage of the new render_complete and render_cancel callbacks
2012-03-11 17:45:29 +00:00
7728ce1e26 SVN maintenance. 2012-03-05 23:15:13 +00:00
2723e2db1c Adding Render Time Estimation. 2012-03-05 22:57:58 +00:00