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-09-03Fix #32461: adjusting brush strength with shift+F in image editor would showBrecht Van Lommel
2012-08-22Fix #32309: missing shortcuts in sculpt mode Hide/Mask menu. Keymap poll was tooBrecht Van Lommel
2012-07-17code cleanup: spellingCampbell Barton
2012-06-04Fix #31093: Brush's "Paint curve presets" in Image paint in UV\Image Editor d...Sergey Sharybin
2012-05-20code cleanup:Campbell Barton
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-11style cleanup: mainly sculpt/whitespaceCampbell Barton
2012-05-11Add keymap and menu entries for masking.Nicholas Bishop
2012-05-11Add a paint mask operator to clear, fill, or invert the mask.Nicholas Bishop
2012-05-11Update the keymap for the mask brush.Nicholas Bishop
2012-05-11Add new options to PAINT_OT_brush_select, toggle and create_missing.Nicholas Bishop
2012-05-05Second part of fix for [#31157]: Some (actually, 172) operators have no tooltip.Bastien Montagne
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-05-03Patch [#30965] Cancel Sculpt Stroke w/ ESCAPEJason Wilkins
2012-04-30Add per-brush weight field.Nicholas Bishop
2012-04-24crash fix for brush select when no object is activeCampbell Barton
2012-03-28style cleanup: mainly whitespace around operators and indentation - paint/scu...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-22style cleanup: spaces aroudn operators for operator definitions.Campbell Barton
2012-03-15add missing break statement from recent brush code refactor,Campbell Barton
2012-03-15Code cleanup: simplify brush tool selection operators.Nicholas Bishop
2012-03-14Fix some errors in partial visibility drawing.Nicholas Bishop
2012-03-14Add partial visibility operator including keymaps and menu items.Nicholas Bishop
2012-01-24Misc picky edits to UI messages.Bastien Montagne
2012-01-20Try fixing modifier keys not working correctly for uv sculpting.Antony Riakiotakis
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-16more keymap editsCampbell 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-15Fix all remaining unified paint settings uses of current Scene.Nicholas Bishop
2011-12-20minor edits to previous commit & set VKey to toggle vertex select in weight p...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-09-18I made multitude of fixes based on the comments provided online:Jason Hays
2011-07-14Made a vertex selection keymap for weight paint so that the Jason Hays
2011-07-12Lots of incomplete changes:Jason Hays
2011-05-25fix [#27479] Missing 'Select vertex groups under the cursor' in weight paint ...Campbell Barton
2011-05-12== Radial control ==Nicholas Bishop
2011-05-02Use enum menu for angle source in sculpt mode -- rake toggling wasn'tSergey Sharybin
2011-05-01Fix #27239: "A" menu in Sculptmode failsSergey Sharybin
2011-04-01Add back sculpt mode brush keys.Campbell Barton
2011-04-01while looking into adding back brush tool keys found mixed texture/image pain...Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-24face-paint mode operators were not ported from 2.4x yet hide/reveal/sel-swapCampbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-15- Do not use old anchor toggling operator. It used to set brush flags toSergey Sharybin
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton