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-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-25style cleanup: also spellingCampbell Barton
2012-08-15use job types when checking for jobs in areas of the code that made assumptio...Campbell Barton
2012-08-15fix for missing change to fluidsim from last commit and name jobs a more usef...Campbell Barton
2012-08-15add wm job types they are not used yet, so this just defines them for new job...Campbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-08-08Code cleanup: make some more functions more meaningful nameSergey Sharybin
2012-08-08Code cleanup: BKE_ prefix for public sequencer functionsSergey Sharybin
2012-08-01Fix #31800: Blender crash by rendering in connection with linked groupsSergey Sharybin
2012-06-04Cycles: show frame number in render info.Brecht Van Lommel
2012-06-01fix for crash when loading a file while rendering.Campbell Barton
2012-05-25Fix for last commit, forgot to update Screen.is_animation_playing python prop...Brecht Van Lommel
2012-05-25Animation playback: now all windows are update during playback, rather thanBrecht Van Lommel
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-05code cleanup: BKE_scene api naming.Campbell Barton
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