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-09-12Cleanup: use C style doxygen commentsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-06-11Fix/Cleanup: I18N: Bad usage of IFACE_ instead of TIP_.Bastien Montagne
2019-05-01Cleanup: comments (long lines) in compositorCampbell Barton
2019-04-23Cleanup: style, use braces for compositorCampbell 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-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-05Cleanup: replace doxy @ with backslashCampbell Barton
2018-06-17Cleanup: trailing space for compositorCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2015-12-29More from T47045: Add i18n translations to render status from compo.Bastien Montagne
2015-10-08Cleanup: headersCampbell Barton
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-06-17Compositor: Fix stupid type in incrementing number of finished tilesSergey Sharybin
2015-06-12Fix compilation error on WindowsSergey Sharybin
2015-06-11Compositor: Use atomics to update finished tiles progressSergey Sharybin
2015-04-14Cleanup: warningsCampbell Barton
2015-03-27Compositor: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-03-27Compositor: Cleanup, don't pollute namepace with all symbols from stdSergey Sharybin
2015-03-27Compositor: Improve reports to the interface about what's going onSergey Sharybin
2014-04-15Building with C++ guarded alloc works againCampbell Barton
2014-04-15Structural cleanup and improvements for the compositor.Lukas Tönne
2014-01-09Code Cleanup: styleCampbell Barton
2013-09-13Fix for #36720 and #36721.Lukas Toenne
2013-09-13Cleanup and improvements of the compositor debug output.Lukas Toenne
2013-09-11Fix #36700, z-depth not rendering properly at (n*256)+1 dimensions.Lukas Toenne
2013-08-05SplitViewer node:Sv. Lockal
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-05-17Fix #35369: Crop node or FileOutput node bug.Sergey Sharybin
2013-03-29misc minor edits.Campbell Barton
2013-03-20When using border rendering, use the same border for compositorSergey Sharybin
2013-03-13Report timing compositor statistics when running in background mode.Sergey Sharybin
2013-03-12Print compositor execution statistics when in background modeSergey Sharybin
2013-03-09Fix for recent compo border commitSergey Sharybin
2013-03-07Border for compositor viewer node featureSergey Sharybin
2012-11-30Final render wouldn't set compositor's update_draw callback, so added NULL checkSergey Sharybin
2012-11-30Compositor should never add notifiers by himself, notifiers should be addedSergey Sharybin
2012-10-23Solve unresolved call of min(int&, unsigned int&)Sergey Sharybin
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-08-18style cleanup: also correct some doxy commentsCampbell Barton
2012-08-16compositor: replace C++ new/delete with guardedalloc.Campbell Barton
2012-08-14fix [#32324] regression: node group with missing ID crashes new tile node sys...Campbell Barton
2012-08-10use define for bokeh blur size, also define size of determineResolution args.Campbell Barton
2012-07-12add bli rect funcs BLI_rctf_init_minmax, BLI_rcti_init_minmaxCampbell Barton