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-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
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-08-08Cleanup: use conforming header guardCampbell Barton
2016-03-05Cleanup: unnecessary comma useCampbell Barton
2015-12-15Compositor: Expose track velocity via the Track Position nodeSergey Sharybin
2013-11-19Cleanup: Renamed compositor executePixel functions and their 'read' wrappers ...Lukas Tönne
2013-09-13Cleanup and improvements of the compositor debug output.Lukas Toenne
2013-07-15replace strncpy with BLI_strncpy for cases we expect the string to be NULL te...Campbell Barton
2013-06-12Remove magic constants from Track Position node RNA code.Sergey Sharybin
2012-10-04style cleanup: comment blocksCampbell 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-27Track input node: more control on over output valueSergey Sharybin
2012-07-27Track input node: move all initializaiton to initExecution functionSergey Sharybin
2012-07-26Fix unworkable track position nodeSergey Sharybin
2012-07-10Mango request: added an input node to use track's position in compositorSergey Sharybin
2012-06-19Implementation of node for track position inputSergey Sharybin