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
2015-03-10Fix crash enabling dyntopo in background modeCampbell Barton
2015-03-03Another stability commit for legacy users - don't crash when togglingAntony Riakiotakis
2015-02-27Fix WPaint inactive when painting on a vgroup and the only other vgroup is lo...Bastien Montagne
2015-02-27cleanup: double promotionCampbell Barton
2015-02-24Fix T43535 - weight paint issuesAntony Riakiotakis
2015-02-24Fix T43743 R key not working after recent rake/random sourceAntony Riakiotakis
2015-02-20Yet another commit to get rid of missing faces in fill brushes.Antony Riakiotakis
2015-02-19Skip flip check in cases where it's not needed.Antony Riakiotakis
2015-02-19Remove flipping for colinear case/ In such cases it is doubtful whetherAntony Riakiotakis
2015-02-19Projective painting: Only dither if factor is more than zeroAntony Riakiotakis
2015-02-19Fix T43735 painting on perpendicular to the screen polygons isAntony Riakiotakis
2015-02-19Fix 2d paint issue with textured brushes: Multiply brush color withAntony Riakiotakis
2015-02-18Use clamp to border for brushes or textures can "leak" after rotatingAntony Riakiotakis
2015-02-11Cavity option active even in fill brushesAntony Riakiotakis
2015-02-11Cavity masking - add curve control to cavity mask and move relevantAntony Riakiotakis
2015-02-11Minor code cleanup: move some duplicated texpaint code into functionNicholas Bishop
2015-02-10Cavity mask support for texture painting.Antony Riakiotakis
2015-02-09Fix ImBuf leaked by Image from View operatorNicholas Bishop
2015-02-08CMake: only quiet warnings for generated rna filesCampbell Barton
2015-02-06GHash: no need to malloc iteratorsCampbell Barton
2015-02-06Cleanup: styleCampbell Barton
2015-02-05More fixes for high DPI:Antony Riakiotakis
2015-02-05Fix T43556 clamp brush size before setting it after division by DPI,Antony Riakiotakis
2015-02-05Fix part of T43556 brush increase/decrease size operators do not updateAntony Riakiotakis
2015-02-03Possible NULL de-reference on fullsceen checkCampbell Barton
2015-02-03cleanup: indentation & redundant castsCampbell Barton
2015-02-02cleanup: style/spellingCampbell Barton
2015-02-02Avoid warping the pointer when doing constrained texture paintingAntony Riakiotakis
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-30First version of constrained line strokes - there's some flickeringAntony Riakiotakis
2015-01-29Fix texture sampling getting srgb color after fix for subsurf sampling.Antony Riakiotakis
2015-01-29Gooseberry request: Dithering support for byte images when painting onAntony Riakiotakis
2015-01-29Fix T43207 fill brush fails in perspective modeAntony Riakiotakis
2015-01-29Fix T43454 color is washed out in textured brushesAntony Riakiotakis
2015-01-29Whitespace cleanupAntony Riakiotakis
2015-01-28Code cleanup: break up project_paint_begin() into smaller functionsNicholas Bishop
2015-01-28Properly decrease users of images when deleting a paint slot.Antony Riakiotakis
2015-01-27Fix T43427: Particle system children sometimes not generated on reloadSergey Sharybin
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-24Cleanup: styleCampbell Barton
2015-01-13Cleanup: fixes for building with recent clangCampbell Barton
2015-01-12revert part of 7a1dc20Campbell Barton
2015-01-11Cleanup: quite some harmless but noisy warnings from gcc...Bastien Montagne
2015-01-09Fix texture sampling with generative modifiers - sample backbufferAntony Riakiotakis
2015-01-09Fix rotate around selection only working if object is at origin forAntony Riakiotakis
2015-01-08Fix crash in texture paint sampling when sampling materials withoutAntony Riakiotakis
2015-01-08Fix invalid memory access in gradient brushes - could cause a crash inAntony Riakiotakis
2015-01-05More border clamping removed.Antony Riakiotakis
2015-01-04cleanup: use 'coords' abbreviation for functions.Campbell Barton
2015-01-02cleanup: styleCampbell Barton