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
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-17style cleanup: multiple statements on a single line in interface code.Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-08-21code cleanup: use rect size macros for the interfaceCampbell Barton
2012-08-21fix [#32374] Curve compositor UI drawing glitchCampbell Barton
2012-08-21code cleanup: don't use magic numbers for curve flag & use bool args for curv...Campbell Barton
2012-08-21code cleanup: use BLI_RCT_SIZE macroCampbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-19style cleanupCampbell Barton
2012-08-04code cleanup:Campbell Barton
2012-07-26image histogram/sample line couldn't show HDR colors. now allow zooming the v...Campbell Barton
2012-07-15minor refactor for rect functions. more consistent naming.Campbell Barton
2012-07-08style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-06-25make hue correct grid more faded out.Campbell Barton
2012-06-22use an inline function for rgb -> bw conversion.Campbell Barton
2012-06-21color backdrop on hue balance was misleading (shifted to the right)Campbell Barton
2012-06-21hue correct node: draw hsv backdrop with full alpha.Campbell Barton
2012-06-21display a sample line in the hue correct, handy to sample the image to know w...Campbell Barton
2012-06-21sampling the node backdrop now draws a line in the curve (as it did in 2.4x).Campbell Barton
2012-06-17style cleanup:Campbell Barton
2012-06-15Internal refactoring of tracking module, should be no functional changesSergey Sharybin
2012-06-12Masking support for motion tracksSergey Sharybin
2012-06-10style cleanupCampbell Barton
2012-06-10Planar tracking support for motion trackingSergey Sharybin
2012-06-10mango request - add alpha to histogram & sample line.Campbell Barton
2012-06-10mango requestCampbell Barton
2012-06-01Theme color for frame nodes. The alpha value from this theme color is also us...Lukas Toenne
2012-05-20code cleanup:Campbell Barton
2012-05-17style cleanup: line length and ensure some macros error when not ending with ';'Campbell Barton
2012-05-04Renamed "fake" OpenGL identifiers.Jason Wilkins
2012-05-03Fix #31266: Track preview is shifted by half a pixelSergey Sharybin
2012-03-30style cleanup: interfaceCampbell Barton
2012-03-24style cleanup: follow style guide for/with/if spacingCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-01-30Fix #30020: Movie Clip Editor Crashed with panel size changedSergey Sharybin
2012-01-25Various fixes for camera tracking stuffSergey Sharybin
2012-01-10Camera tracking: fixes for preview widgetSergey Sharybin
2012-01-04Camera tracking: more accurate track preview widgetSergey Sharybin
2011-12-30Camera tracking: improvements of track preview widgetSergey Sharybin
2011-12-17Fix #29569: region expander widget drawing poorly antialiased.Brecht Van Lommel