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-22fix [#31530] Project paint with Clipping border gives opaque backgroundCampbell Barton
2012-05-22Fix #31500: Displacement Baking from Multires doesn't workSergey Sharybin
2012-05-22Add input sample averaging to PaintStroke.Nicholas Bishop
2012-05-22UI mafia fix thanks to venomgfx for reportingJeroen Bakker
2012-05-21Fix for Monique Dewanchand
2012-05-21[#31410] Code review testing: The color correction node in particular isJeroen Bakker
2012-05-21change name length from 32 to 64, perhaps we should have some constant here b...Campbell Barton
2012-05-21Added switch in dilate/erode between old (Step) and new (Distance)Jeroen Bakker
2012-05-21code cleanup: remove some old commentsCampbell Barton
2012-05-21code cleanup: spellingCampbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-20use utf8 functions for new modifier namesCampbell Barton
2012-05-20Various small fixes:Bastien Montagne
2012-05-20Fix memory leak when trying to apply transformations to shared meshesAntony Riakiotakis
2012-05-20Fix sculpt layer brush, broken by texture changes in r46651.Nicholas Bishop
2012-05-20Fix [#31535] Radian Unit System Button Ignored for Face Angles display.Bastien Montagne
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-19Add i18n to “button” and “Area Options” pop-up menus.Bastien Montagne
2012-05-18Fix #31504: uv unwrap incorrectly scaling pinned islands.Brecht Van Lommel
2012-05-18add missing includeBrecht Van Lommel
2012-05-18Fix #31400: opengl offscreen render not respecting theme settings.Brecht Van Lommel
2012-05-18File browser: list of system directories is now refreshed on pressing the ref...Brecht Van Lommel
2012-05-18Partial revert of r46542.Lukas Toenne
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-18Code cleanup: de-duplicate some transform constraint code.Nicholas Bishop
2012-05-17Compositor / Box and Ellipse Mask:Thomas Dinges
2012-05-17 ____ Jeroen Bakker
2012-05-17Fix select_similar_type_itemf() enum-item-generator func to return the whole ...Bastien Montagne
2012-05-17Disable setting non-object actions as the action used by the Action ConstraintJoshua Leung
2012-05-17minor improvement - entering "//somepath" in the file selector didnt expand f...Campbell Barton
2012-05-17style cleanup: line length and ensure some macros error when not ending with ';'Campbell Barton
2012-05-17Nitpicky stuffJoshua Leung
2012-05-17style cleanup: block commentsCampbell Barton
2012-05-17Fix [#31432] Angles values stuck at 60 degrees.Bastien Montagne
2012-05-16evil mango feature, alt transform sequence strips bumps other strips out of t...Campbell Barton
2012-05-16Fix issue with linked dupli objects not being displayed in the viewport, if theyBrecht Van Lommel
2012-05-16modal operation for bevel and inset:Antony Riakiotakis
2012-05-16Spell check fix (lenght -> length)Bastien Montagne
2012-05-16style cleanup: indentationCampbell Barton
2012-05-16fix [#31474] Crash when object has parent and dupli_type == 'FRAMES' and show...Campbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-15A generalization of the modal node linking operator (for dragging from socket...Lukas Toenne
2012-05-15Fix #31449: multiple ClipEditor bug behaviourSergey Sharybin
2012-05-15Fix [#31465] Segmentation Fault when Ctrl+Up/Down arrow to restore size of 3d...Bastien Montagne
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-14previous lasso commit changed Ctrl+Click for adding markers making Ctrl+Click...Campbell Barton
2012-05-14was casting to short for int args.Campbell Barton