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
2020-11-09Cleanup: more renaming in the render/ module for consistencyBrecht Van Lommel
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, readability-redundant-member-initSergey Sharybin
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: rename 'verify' to 'ensure' for BKE_image_viewer functionsCampbell Barton
2020-01-27Fix OBJECT_GUARDED_FREE compiler error when type is in namespaceBrecht Van Lommel
2019-08-18Cleanup: spelling, change breaked to brakedCampbell Barton
2019-04-23Cleanup: style, use braces for compositorCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18Cleanup: conform headers to have license firstCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-09-06Fix T56698: saving render result from compositing as EXR is empty.Brecht Van Lommel
2018-06-11Cleanup: remove moar ugly G.main usages...Bastien Montagne
2018-04-16Cleanup: indentationCampbell Barton
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2017-09-14Fix T52653: Render output of linked scenes conflicts with other scenes with t...Sergey Sharybin
2015-04-29Multi-View: new util functions RE_RenderViewGetById() and RE_RenderViewGetByN...Dalai Felinto
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-27Compositor: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-03-09Fix T43908: Mask render bug, one pixel black lineSergey Sharybin
2015-02-24Fix T43784: Compositing scale node border errorSergey Sharybin
2015-01-19D627: Memory usage optimization for the compositor.Jeroen Bakker
2014-04-25Fix T39799: Backdrop (compositor) ignores alpha.Lukas Tönne
2014-04-15Structural cleanup and improvements for the compositor.Lukas Tönne
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-11-19Cleanup: Renamed compositor executePixel functions and their 'read' wrappers ...Lukas Tönne
2013-05-18Comment out coordinates mapping made in rev55469Sergey Sharybin
2013-03-25code cleanup:Campbell Barton
2013-03-21Render border + crop will be handled correct in compositor nowSergey Sharybin
2013-03-20Changes to compositor output nodeSergey Sharybin
2013-02-10We've reconsidered previous patch in IRC.Sergey Sharybin
2013-02-10Added option to composite/viewer nodes which specifys whether alpha inputSergey Sharybin
2013-01-15Two threading issues:Sergey Sharybin
2012-08-10use define for bokeh blur size, also define size of determineResolution args.Campbell Barton
2012-08-01Code cleanup: Remove unused includes of DNA_scene_types.Sergey Sharybin
2012-08-01Replace scene pointer with scene name to prevent possible misusagesSergey Sharybin
2012-08-01Tie compositor will now update render result when changing node setupSergey Sharybin
2012-07-29Support for depth buffers in compositor and viewer nodeJeroen Bakker
2012-07-13Fix #32087: Crash while changing values in comp editor (bt and blender included)Sergey Sharybin
2012-07-13Removed parameter from executePixel and initializeTileData.Jeroen Bakker
2012-07-11Compositor read buffers work directly on the memory buffer. Jeroen Bakker
2012-06-26use m_ prefix for compositor class members (all compositor operations).Campbell Barton
2012-06-24style cleanypCampbell Barton
2012-06-22remove scene from new compositor classes. only needs RenderDataCampbell Barton
2012-06-13fix [#31819] New Compositor Ommits 'Composite' layerCampbell Barton
2012-06-13style cleanupCampbell Barton