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-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
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-31Fix T42984 detail flood fill not respecting mask values for smooth/sharpAntony Riakiotakis
2014-12-29Rotate around selection now will work on last stroke position in textureAntony Riakiotakis
2014-12-29Move average stroke from sculpt session to unified paint settings so itAntony Riakiotakis
2014-12-29Cleanup: get rid of sculpt minmax and reuse last stroke function (codeAntony Riakiotakis
2014-12-27Brush Texture Angle Goodies:Antony Riakiotakis
2014-12-19Minor cleanup to previous commitAntony Riakiotakis
2014-12-19Fix T42543 projection painting fails when faces are perpendicular to screen.Antony Riakiotakis
2014-12-18Flood fill in projection painting does not do bounds checking anymore.Antony Riakiotakis
2014-12-04Fix building on OSX when OMP is enabled.Bastien Montagne
2014-11-29Cleanup: unused headersCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-28Cleanup GPU: get rid of some extremely legacy draw code.Antony Riakiotakis
2014-11-28Cleanup: duplicate headersCampbell Barton
2014-11-26cleanup: style & tipsCampbell Barton
2014-11-24Fix button to add simple UVs not getting removed after pressing it once.Antony Riakiotakis
2014-11-21Cleanup: typoCampbell Barton