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-05-18Fix #35404: crash in file save with python code that accesses mesh from panel.Brecht Van Lommel
2013-05-15Move sculptsession functions implementation from object.c to paint.cSergey Sharybin
2013-04-23Allow hiding separate hiding of overlays on stroke.Antony Riakiotakis
2013-04-23Overlay refactor:Antony Riakiotakis
2013-04-16Option to hide overlay during a stroke. To enable, press the brush iconAntony Riakiotakis
2013-04-16Fix crash when no brush is active. Reported by Francesco Siddi, on ircAntony Riakiotakis
2013-04-13code cleanup: warnings + styleCampbell Barton
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis
2013-03-13Texture sampling function refactoring:Antony Riakiotakis
2013-03-07Support position jittering on new texpaint code using the stroke system.Antony Riakiotakis
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-01-19Skip hidden faces in PBVH BMesh ray intersection testNicholas Bishop
2012-12-29style cleanupCampbell Barton
2012-12-22code cleanup:Campbell Barton
2012-10-29Fix: wrong brush drawn in image painting, image editor if uv sculpt is on. No...Antony Riakiotakis
2012-09-27incorrect spelling in commentsCampbell Barton
2012-07-26code cleanup: use BKE_pain_ prefix for paint funcs. also minor style editsCampbell Barton
2012-07-25mask now draws in the image view, misc minor edits.Campbell Barton
2012-06-18Fix #31826: UV/Image editor paint image crashSergey Sharybin
2012-06-04Correction to recent changes in paint module -- missed NULL check for active ...Sergey Sharybin
2012-06-04Fix #31093: Brush's "Paint curve presets" in Image paint in UV\Image Editor d...Sergey Sharybin
2012-05-11style cleanup: mainly sculpt/whitespaceCampbell Barton
2012-05-11Add GridPaintMask accessor to paint.c.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-04-22style cleanup: commentsCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-14Add MDisps.hidden bitmap.Nicholas Bishop
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2011-12-04fix for weight paint mode drawing selected verts even when it wasnt the activ...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-18Split do_weight_paint_vertex() to isolate the simple case.Jason Hays
2011-09-18Changed the branch code markers to say "Radish" in response to a review.Jason Hays
2011-07-21Removed my earlier vertex paint vertex select--someone is changing it drastic...Jason Hays
2011-07-20Added vertex masking support for the weight paint vgroup functions including:Jason Hays
2011-07-18svn merge -r37793:37865 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-07-12Lots of incomplete changes:Jason Hays
2011-06-27scenes now adjust brush usercounts on copying and freeing, pointed out by Jas...Campbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-23Clean up headers a bit more.Guillermo S. Romero
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-04Brush/Paint internal changesCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-07-26* Factored out some duplicated code from rna_brush into paint.c, added a new ...Nicholas Bishop
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-11-25Sculpt:Brecht Van Lommel