Go to file
Brecht Van Lommel e07389ccb8 RenderEngine: steps towards implementation of this proposal:
http://wiki.blender.org/index.php/Dev:2.6/Source/Render/RenderEngineAPI

* RenderEngine is now a persistent python object that exists and retains
  properties as long as a frame is being rendered. This is mostly useful now
  that more than one callback will be added.
* Added update() callback that should ideally be used to export the scene,
  leaving only the rendering to the render() callback. This is not required to
  be used at this point, but separating this will make things more thread safe
  later on.
* Added tag_redraw() and tag_update() functions that will be used for viewport
  rendering.
* Internal change: status text is now retained after update_status calls.
2011-11-02 14:33:14 +00:00
build_files quiet some warnings. 2011-11-01 22:51:10 +00:00
doc patch [#29049] Minor phrasing and grammar patch 2011-10-28 01:10:46 +00:00
extern edits to cmake 2011-10-25 13:41:43 +00:00
intern OSX: make ZOOM-gesture on trackpads half the speed, added comment for experimental all-time-trackpad assumption 2011-10-31 12:31:48 +00:00
po remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
release Related to #29092: make the working of the Mist Intensity option more clear in 2011-11-02 12:18:51 +00:00
source RenderEngine: steps towards implementation of this proposal: 2011-11-02 14:33:14 +00:00
CMakeLists.txt hopefully fix problem with cmake on osx (older gcc version) 2011-11-01 00:34:09 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Another set of UI messages fixes and tweaks! No functional changes. 2011-10-23 19:54:06 +00:00
SConstruct Modifier compilation tweaks (Blender conference commit) 2011-10-29 23:56:07 +00:00