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-17Fix "can't paint" bug no.1, painting with black on image editor did notAntony Riakiotakis
2013-03-15Support for rake in 2D image painting.Antony Riakiotakis
2013-03-14fix reading out of buffer bounds for recent vertex paint commit.Campbell Barton
2013-03-14Fix silly mistake that could lead to crash. Also, slight cleanup/renameAntony Riakiotakis
2013-03-14Two new Features:Antony Riakiotakis
2013-03-13fix for 2 errors where the 2d arrays were used as 3d. (out of bounds read).Campbell Barton
2013-03-13Fix write past end of array in recent texture sampling refactoring commit, andBrecht Van Lommel
2013-03-13style cleanup: also remove unused defines in paint_image.cCampbell Barton
2013-03-13Texture sampling function refactoring:Antony Riakiotakis
2013-03-11Feature request for all paint systems that support it: Jittering inAntony Riakiotakis
2013-03-07Texture paint refactoring commitAntony Riakiotakis
2013-02-15style cleanupCampbell Barton
2013-02-14Fix: Tiled image painting in image editor was broken for float canvas.Antony Riakiotakis
2013-02-06style cleanup: some warnigs & spelling.Campbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-01-22Bugfix #33945Ton Roosendaal
2013-01-22Fix projection texture painting crashSergey Sharybin
2013-01-21Ommit extraneous check for paint tool in 3d mapping case (Only draw toolAntony Riakiotakis
2013-01-213D mapping for projective texture painting (only for draw brush). UsefulAntony Riakiotakis
2013-01-16Get rid of the BRUSH_FIXED_TEX flag, use mapping modes instead. VersionAntony Riakiotakis
2013-01-02Code cleanup:Antony Riakiotakis
2012-12-15move pbvh into BKE, it used many BKE bad level includes.Campbell Barton
2012-12-15move bpath module from BLI to BKE, it was making many bad level calls into BKE.Campbell Barton
2012-12-14Fixes for correct UI scaling display:Ton Roosendaal
2012-11-15Image thread safe improvementsSergey Sharybin
2012-10-23rename api functions...Campbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-09-30style cleanupCampbell Barton
2012-08-21change curve evaluation functions never to modify curve data (ensures thread ...Campbell Barton
2012-08-21code cleanup: don't use magic numbers for curve flag & use bool args for curv...Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-26fix some types and incorrect infoCampbell Barton
2012-07-08style cleanupCampbell Barton
2012-05-23code cleanup: double promotion warningsCampbell Barton
2012-05-09code cleanup: color/bw conversion - use BLI color function.Campbell Barton
2012-05-06style cleanup: BKE_*.c files which deal with library functionsCampbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-05-02Fix wrong unified weight paint value version patch, was doing incorrect versi...Brecht Van Lommel
2012-04-30Add per-brush weight field.Nicholas Bishop
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-23style cleanup for blenkernel, no functional changes.Campbell Barton
2012-01-19use color conversions functions in more places.Campbell Barton
2012-01-15Fix all remaining unified paint settings uses of current Scene.Nicholas Bishop
2012-01-14ensure functions are not used within FTOCHAR macro since they run 2-3 times.Campbell Barton
2012-01-13Fix some RNA/scene issuess with unified paint settings.Nicholas Bishop