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-05-22Add input sample averaging to PaintStroke.Nicholas Bishop
2012-05-21code cleanup: spellingCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-20Fix sculpt layer brush, broken by texture changes in r46651.Nicholas Bishop
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-15Add 'area' mode for brush texture projection.Nicholas Bishop
2012-05-15Code cleanup: refactor sculpt normal and related functions.Nicholas Bishop
2012-05-15Code cleanups for sculpt-related code.Nicholas Bishop
2012-05-13code cleanup: missed some min/max use of float[3], also found case of DO_MIN/...Campbell Barton
2012-05-11style cleanup: mainly sculpt/whitespaceCampbell Barton
2012-05-11Update the keymap for the mask brush.Nicholas Bishop
2012-05-11Add mask brush for sculpt mode.Nicholas Bishop
2012-05-11Use paint mask when calculating sculpt strength.Nicholas Bishop
2012-05-11Ensure mask layers are always present in sculpt mode.Nicholas Bishop
2012-05-11Replace hardcoded DMGridData structure with CCGElem/CCGKey.Nicholas Bishop
2012-05-07Code cleanup: make changes suggested by check_style for sculpt-related files.Nicholas Bishop
2012-05-06Last part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-05-05code cleanup: BKE_libblock_find_name() now takes an ID constant rather then a...Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-05-04fix for last commit, (warning was without openmp only)Campbell Barton
2012-05-03code cleanup: minor changes to get trunk compiling with strict warnings.Campbell Barton
2012-05-03Patch [#30965] Cancel Sculpt Stroke w/ ESCAPEJason Wilkins
2012-05-03Patch [#30255] Center Last StrokeJason Wilkins
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