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-04-28code cleanup: Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanup: correct typosCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-03-28code cleanup: Ctrl+Click extrude - replace inline axis/angle to matrix conver...Campbell Barton
2012-03-28style cleanup: mainly whitespace around operators and indentation - paint/scu...Campbell Barton
2012-03-24style cleanup: pep8, indentationCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-23Better smoothing for sculpt cube falloff.Nicholas Bishop
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-18Re-enable the clay strips sculpt brush.Nicholas Bishop
2012-03-18Rename 'clay tubes' to 'clay strips' and include it in the capabilities RNA.Nicholas Bishop
2012-03-18Style cleanup in sculpt.c, no functional changes.Nicholas Bishop
2012-03-17Reduce poly map memory usage (used by sculpt smooth brush.)Nicholas Bishop
2012-03-14Add partial visibility operator including keymaps and menu items.Nicholas Bishop
2012-03-14Skip hidden elements in PBVH iterator, raycast, and drawing.Nicholas Bishop
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-07fix for bug in ED_view3d_project_float that only effected the 'Rip' tool.Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04style cleanup - comment spelling + translate some dutch.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-02-29Code cleanup for the neighbor_average() sculpt function.Nicholas Bishop
2012-02-29Fix a couple typos in comments.Nicholas Bishop
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-12* remove the MFace parts of join (we only need polygon data)Campbell Barton
2012-02-05ensure tessface's are available while sculpting.Campbell Barton
2012-02-05add function for getting a polygon map: dm->getPolyMap(ob, dm).Campbell Barton
2012-02-05update sculpt mode not to rely on tesselated faces (use MPoly's instead, save...Campbell Barton
2012-02-05svn merge ^/trunk/blender -r43864:43887Campbell Barton
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-01-19svn merge ^/trunk/blender -r43482:43524Campbell Barton
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-15svn merge ^/trunk/blender -r43381:43392Campbell Barton
2012-01-15Fix all remaining unified paint settings uses of current Scene.Nicholas Bishop
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-30svn merge ^/trunk/blender -r42973:42991Campbell Barton
2011-12-29Fix #29718: anchored stroke with image-texture --- strange behaviourSergey Sharybin
2011-12-27svn merge ^/trunk/blender -r42871:42882Campbell Barton
2011-12-27Factor out some generic parts of the sculpting PBVH redraw planes code.Nicholas Bishop
2011-12-23svn merge ^/trunk/blender -r42778:42839Campbell Barton
2011-12-22== Sculpt ==Nicholas Bishop
2011-12-19svn merge ^/trunk/blender -r42680:42722Campbell Barton
2011-12-17Calculation of the center and normal for sculpting would ignore whether the s...Jason Wilkins