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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-09-06Compositor: Always use AA on masksSergey Sharybin
2016-07-14Cleanup: comment blocksCampbell Barton
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2015-03-27Compositor: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2014-04-16Fix for half pixel offset rasterizing masksCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
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-11-04code cleanup: typo in function nameCampbell Barton
2013-10-29Code cleanup: use bool instead of int in mask moduleSergey Sharybin
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.Campbell Barton
2012-09-14fix for 2 crashes freeing masksCampbell Barton
2012-08-10code cleanup: compositor - define size for executePixel function output float...Campbell Barton
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-07-31remove references to raskter from compositor and BKE mask.Campbell Barton
2012-07-27mask motion blur shutter optionCampbell Barton
2012-07-27motion blur for mask node:Campbell Barton
2012-07-26option to use manual size input for sceneCampbell Barton
2012-07-19Possible fix for [#32141] Crash when using a mask as the factor inputJeroen Bakker
2012-07-16correct own naming error BLI -> BKECampbell Barton
2012-07-13fix for crash with new rasterizerCampbell Barton
2012-07-13Removed parameter from executePixel and initializeTileData.Jeroen Bakker
2012-07-13new mask rasterizer written to take advantage of the compositors threading, m...Campbell Barton
2012-07-04Mask node: create a copy of layers to be rasterized in initExecutionSergey Sharybin
2012-06-26use m_ prefix for compositor class members (all compositor operations).Campbell Barton
2012-06-21option to disable feather, since its so slow - for interactively editing mask...Campbell Barton
2012-06-15style cleanup: compositor operationsCampbell Barton
2012-06-13add Anti-Aliasing (very rough draft algorithm, NOT FINAL version) to raskter ...Peter Larabell
2012-06-13 * optimized threadingJeroen Bakker
2012-06-12remove input socket of mask node, this wasnt used.Campbell Barton
2012-06-07new sequence strip type for masks.Campbell Barton
2012-06-04remaining mask files from tomato. these wont get svn history carried over.Campbell Barton