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
2013-03-13Texture sampling function refactoring:Antony Riakiotakis
2013-03-06Fix cursor display for anchored brushes due to own recent change ofAntony Riakiotakis
2013-03-05Convert paint stroke code to write region instead of screen coordinatesAntony Riakiotakis
2013-01-21Fixed render time regression in Blender InternalSergey Sharybin
2013-01-17- draw inner pressure circle for weightpaint, vertexpaint, projectpaint modes.Campbell Barton
2013-01-17change to own commit r53852. use existing pressure member of UnifiedPaintSett...Campbell Barton
2013-01-16draw the brush size with pressure applied (when the tablet is used), nice to ...Campbell Barton
2013-01-16Unification of brush codeAntony Riakiotakis
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-07style cleanup: line length,Campbell Barton
2012-10-05replace ED_view3d_project_float with ED_view3d_project_float_globalCampbell Barton
2012-09-20code cleanup:Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-06-04Fix #31093: Brush's "Paint curve presets" in Image paint in UV\Image Editor d...Sergey Sharybin
2012-05-20code cleanup:Campbell Barton
2012-05-15Code cleanups for sculpt-related code.Nicholas Bishop
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-28style cleanup: mainly whitespace around operators and indentation - paint/scu...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-01-19Remove a couple more unneeded variables from paint cursor drawing.Nicholas Bishop
2012-01-19Remove some unused alpha code in paint_cursor.Nicholas Bishop
2012-01-19Remove stroke parameter from PaintStroke's StrokeGetLocation callback.Nicholas Bishop
2012-01-19Move paint's WM paint cursor code into a new file.Nicholas Bishop