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
AgeCommit message (Expand)Author
2012-04-22style cleanup: commentsCampbell Barton
2012-03-31move debug flag into its own global var (G.debug), split up debug options.Campbell Barton
2012-03-30style cleanup: renderCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2011-12-30Color management: add "Color Unpremultiply" option for images and render sett...Brecht Van Lommel
2011-12-28Code refactoring: add unified image buffer functions for doing float => byte,Brecht Van Lommel
2011-12-07Fix #29523: RenderEngine.update_progress() doesn't redraw UI.Brecht Van Lommel
2011-11-22move image settings into their own structure so the interface can be shared w...Campbell Barton
2011-11-16Fix #29287: cycles and other external render engines did not print correct frameBrecht Van Lommel
2011-11-03Fix #28998: sequence rendering with wrong progress barSergey Sharybin
2011-11-01Fix #29109: bpy.ops.render.render() with scene parameter missed compositing,Brecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-19Adds an update flag to the bNode struct (similar to bNodeTree->update).Lukas Toenne
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-06-28RenderEngine API: add self.report() error reporting function for render engines,Brecht Van Lommel
2011-06-12Bugfix #27519Ton Roosendaal
2011-05-19Code refactor: split code for render updates and opening render view intoBrecht Van Lommel
2011-05-04use UNUSED in some more function args, no functional changes.Campbell Barton
2011-04-30add back support for rendering local view camera.Campbell Barton
2011-04-19Some strings to store ID names were too small, could cause stack corruption.Campbell Barton
2011-04-19noticed a problem with rendering non-active scenes in the node editor.Campbell Barton
2011-04-18fix [#27015] RNA Bug: Unpacking sounds with a long ID name fails: sound ID le...Campbell Barton
2011-04-01fix [#26713] Video Sequencer: Audio mute after making meta strip copy/pasteCampbell Barton
2011-03-28misc nodes & editors: floats were being implicitly promoted to doubles, adjus...Campbell Barton
2011-03-25Forgot to add to log of previous commit:Ton Roosendaal
2011-03-25Bugfix #26195Ton Roosendaal
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23Bugfix #26188Ton Roosendaal
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21Experimental option to build blender as a python module, rather then blender ...Campbell Barton
2011-02-19From the todo:Ton Roosendaal
2011-02-07Bugfix 25965Ton Roosendaal
2011-02-07Todo/feature requestTon Roosendaal
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-24Bugfix #25357Ton Roosendaal
2010-12-17Bugfix #25259Ton Roosendaal
2010-12-13Bugfix #25191Ton Roosendaal
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-18Bug fix:Ton Roosendaal
2010-11-16option to immediately write single render to a file added for OpenGL render.Campbell Barton
2010-11-16option to write images to a files on single frame renders, this isn't accesse...Campbell Barton
2010-11-09Bugfix #20812 (and probably others)Ton Roosendaal
2010-11-07Fix for [#24569] F11 no longer functional after image saveJanne Karhu
2010-11-03[#23095] If no camera is present, a render starts but does nothing, and we ha...Sergey Sharybin