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
2014-12-05Render API: Add RenderEngine.error_set() functionSergey Sharybin
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-18Make it possible to use preview/viewport render job kill without contextSergey Sharybin
2014-08-19Fix T41457: Viewport resolution divider does freestyle for every resolutionSergey Sharybin
2014-08-17CleanupCampbell Barton
2014-08-12Fix T41060: Wrong texture 'Object' mapping in 3DView Rendered mode with Blend...Sergey Sharybin
2014-07-09Implement Start Resolution for preview render in BISergey Sharybin
2014-07-09Fix T40939: Border render and SSS doesn't work correct in rendered viewportSergey Sharybin
2014-06-24Followup for the previous commitSergey Sharybin
2014-06-20GLSL tweaks for viewport render drawSergey Sharybin
2014-06-20Implement resolution divider in the Blender InternalSergey Sharybin
2014-05-02Fix T39985: crash while rendering a scene with compositing nodes using anothe...Sergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-11Fix T39640: Crash on maximizing/minimizing UV/Image EditorSergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-19Code cleanup: unreachable break/returnCampbell Barton
2014-03-13Fix T39148: Image does not show while renderingSergey Sharybin
2014-03-05Fix T38969: RenderResult in RenderPart can be NULL if multithreadedLukas Tönne
2014-02-26Nicer solution to T38846: Split off the render layer forcing from theLukas Tönne
2014-02-26Fix T38846: Render layer checkbox is not refreshed.Lukas Tönne
2014-01-29Option to lock the interface while renderingSergey Sharybin
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-20Fix T37967: autosave does not save dynamic topology edits while in sculpt mode.Brecht Van Lommel
2014-01-20Fix T38269: scene full copy in mesh edit or sculpt mode did not copy mesh edits.Brecht Van Lommel
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2014-01-01Fix deadlock happening when using Save Buffers for renderSergey Sharybin
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-12-18Color management: get rid of original byte buffer partial updateSergey Sharybin
2013-12-17Changes to partial update during renderingSergey Sharybin
2013-12-13Implement GPU-side ditherSergey Sharybin
2013-11-27Fix T37414: local view not taken into account for blender internal F12 render...Brecht Van Lommel
2013-10-31Fix #37261 Rendering a Render Layer from another scene doesn't update.Lukas Toenne
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-09Implementation of curve mapping in GLSLSergey Sharybin
2013-10-01Fix blender internal viewport render not using color management settings likeBrecht Van Lommel
2013-09-23Fix #36800: closing render window during render crashes, the operator would beBrecht Van Lommel
2013-09-13Related to #36710: add a "use_viewport" option to the render operator, to spe...Brecht Van Lommel
2013-09-12Different implementation of patch #36430: use layer froms scene directly forBrecht Van Lommel
2013-09-05code cleanup:Campbell Barton
2013-09-05Code cleanup: use boolean instead of int for colormanagementSergey Sharybin
2013-09-04Fix a few issues reported by coverity scan.Brecht Van Lommel
2013-09-04Fix #36449: switching between render slots during render would leave some tilesBrecht Van Lommel
2013-08-31RenderEngine API: add viewport draw utility functions to bind a GLSL fragmentBrecht Van Lommel
2013-08-20fix [#36347] Blender crashes when clicking on 'render' in 'viewport shading'Campbell Barton
2013-08-05fix for blender-internal viewport render looking fuzzy, don't filter the imageCampbell Barton
2013-07-16Fix missing render info text in blender internal rendered viewport afterBrecht Van Lommel
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-07-13Fix #35470: crash rendering from the terminal in some cases due to render infoBrecht Van Lommel
2013-07-12Related to #36115: show in render info text when 3D view layer or camera over...Brecht Van Lommel