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
2012-01-26remove cellalloc, from my tests jemalloc beats cellalloc, so we better just u...Campbell Barton
2012-01-24svn merge ^/trunk/blender -r43639:43664Campbell Barton
2012-01-24Misc picky edits to UI messages.Bastien Montagne
2012-01-22svn merge ^/trunk/blender -r43564:43609Campbell Barton
2012-01-22fix for own error in recent paint refactor, subtract mode was broken.Campbell Barton
2012-01-20Try fixing modifier keys not working correctly for uv sculpting.Antony Riakiotakis
2012-01-19svn merge ^/trunk/blender -r43482:43524Campbell 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
2012-01-18fix errors in bmesh vertex paintCampbell Barton
2012-01-18svn merge ^/trunk/blender -r43461:43472Campbell Barton
2012-01-17misc small changes and bmesh support for testing scriptCampbell Barton
2012-01-17fix for error in merge 43462Campbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-17svn merge ^/trunk/blender -r43420:43436Campbell Barton
2012-01-16more keymap editsCampbell Barton
2012-01-16svn merge ^/trunk/blender -r43392:43420Campbell Barton
2012-01-16use a look for paint brush switching keysCampbell Barton
2012-01-16went over all keymaps to check for cases where defaults were assumedCampbell Barton
2012-01-16Minor sculpt/paint cleanups.Nicholas Bishop
2012-01-15move bmesh painting code into its own function, trunk has vpaint_paint_face()...Campbell Barton
2012-01-15svn merge ^/trunk/blender -r43381:43392Campbell Barton
2012-01-15svn merge ^/trunk/blender -r43345:43381Campbell Barton
2012-01-15modify the weight paint and vcol functions not to modify the color in place a...Campbell Barton
2012-01-15vertex/weight paintCampbell Barton
2012-01-15minor cleanup to weightpaint code, move color & weight blending into own func...Campbell Barton
2012-01-15Fix all remaining unified paint settings uses of current Scene.Nicholas Bishop
2012-01-14fix for weight paint when the mirror vertex was allocated (would free the ori...Campbell Barton
2012-01-14ensure functions are not used within FTOCHAR macro since they run 2-3 times.Campbell Barton
2012-01-13svn merge ^/trunk/blender -r43338:43345Campbell Barton
2012-01-13'uw' was used in weight paint code for previous deform weight, renamed to 'dw...Campbell Barton
2012-01-13fix [#29832] Weightpainting with "x-mirror" and "auto normalize" fails for ce...Campbell Barton
2012-01-13another minor weightpaint change, dont pass do_auto_normalize as a bool arg t...Campbell Barton
2012-01-13minor edits to main weight paint function for better readability - do_weight_...Campbell Barton
2012-01-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
2012-01-13Fix some RNA/scene issuess with unified paint settings.Nicholas Bishop
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-06rename normal calc functions.Campbell Barton
2011-12-31svn merge ^/trunk/blender -r42991:43009Campbell Barton
2011-12-30fix [#29686] Weight paint paints when it shouldn'tCampbell Barton
2011-12-30patch from Jason HaysCampbell Barton
2011-12-30svn merge ^/trunk/blender -r42973:42991Campbell Barton
2011-12-30style edits for function declarationsCampbell Barton
2011-12-30weight paint - fix for own error in r42986, also avoid getting unified settin...Campbell Barton
2011-12-30improvement to how weight paint blur worksCampbell Barton
2011-12-30get the brush size at before applying each brush step, saves unified brush se...Campbell Barton
2011-12-30minor edits to weight paintCampbell Barton