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
2021-12-15Cleanup: Remove no-op node preview function callsHans Goudey
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-24Assets: Sanitize threaded preview creation with undoJulian Eisel
2021-11-22Fix grayed out preview generation button for light objectsJulian Eisel
2021-07-21Cleanup: use named enum types.Jeroen Bakker
2021-04-13Cleanup: preview rendering, push bContext a bit further down the call stackSybren A. Stüvel
2021-02-26Assets: Preview rendering for Action datablocksSybren A. Stüvel
2021-02-18Cleanup: sort structs, file-listsCampbell Barton
2021-01-29Fix T84717: missing 3D viewport updates when changing shading settingsBrecht Van Lommel
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-06-26Fix T78295: reload scripts disables Cycles render passes in the compositorBrecht Van Lommel
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-02Cleanup: make remaining editor include headers work in C++Jacques Lucke
2019-07-01Fix T66262: slow preview icon loadingBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-22Fix T62348: Cycles - Viewport rendering not update on switching viewlayerDalai Felinto
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2017-11-28Depsgraph: Wrap context used for editors update callback into a structureSergey Sharybin
2017-11-28Depsgraph: Remove workaround for Blender Internal in viewportSergey Sharybin
2015-08-27Fix T45702: Editing smoke while viewport render and blender bugSergey Sharybin
2015-07-22Render preview: Make preview render database lazily loadedSergey Sharybin
2015-06-08Cycles: Fix crash doing render preview of external OSL scriptSergey Sharybin
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-17Fix T44021: Crash switching Rendering Engines while viewport rendering + anim...Sergey Sharybin
2015-03-10Fix T43831: Image Editor: Render info not displayedSergey Sharybin
2015-01-12Second try to fix missing previews of mat/tex/etc. in .blend files.Bastien Montagne
2015-01-07Ensure mat/tex/etc. previews are generated/saved in .blend files when enabled...Bastien Montagne
2014-11-18Make it possible to use preview/viewport render job kill without contextSergey Sharybin
2014-10-06Cleanup: remove old preview codeCampbell Barton
2014-02-04Code cleanup: declarations for removed functionsCampbell Barton
2013-10-31Fix #37261 Rendering a Render Layer from another scene doesn't update.Lukas Toenne
2013-10-04Fix #36948: blender internal viewport render crashes holding shift+Z pressedBrecht Van Lommel
2013-07-10Fix #36075: editing shading nodes could still crash blender internal renderedBrecht Van Lommel
2013-07-09Fix #35979, #35937, #35739: undo crashes and missing updates with blenderBrecht Van Lommel
2013-04-16Blender Internal Render in viewportTon Roosendaal
2012-09-06code cleanup: remove deprecated defines and some struct membersCampbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-04-26Fix #31066: cycles keeps rendering in viewport after window closed.Brecht Van Lommel
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-28Fix #29389: cycles viewport render not updating on frame changes. This sort ofBrecht Van Lommel
2011-11-03correct spelling mistakesCampbell Barton
2011-11-02RenderEngine api: support for viewport rendering, details here:Brecht Van Lommel
2011-02-21doxygen: editor entryNathan Letwory