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-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-13remove unused varCampbell Barton
2012-02-122.6 UI Modifier Icons:Thomas Dinges
2012-02-12Fix for outliner notifiers for inserting keyframes on visibility/selectivity/...Sergey Sharybin
2012-02-12Fix #30110: Outliner view: restriction icons not updating when toggling from ...Sergey Sharybin
2012-01-24Misc picky edits to UI messages.Bastien Montagne
2012-01-23Ocean Modifier UI fixes:Thomas Dinges
2012-01-22error in outliner parent patch - was using set string on an enum property.Campbell Barton
2012-01-22Patch [#27790] Drag and drop parenting in outlinerJoshua Leung
2012-01-22Patch [#28608] Add search match colour to theme settingsJoshua Leung
2012-01-19yRemove missed/unused "tweak" property from keymap for outliner's border selectSergey Sharybin
2012-01-19patch [#29924] Border select tool implementation for the outlinerCampbell Barton
2012-01-16more keymap editsCampbell Barton
2012-01-12Some small fixes to get things compiling on solaris with cmake.Kent Mein
2012-01-12replace fixed sizes with sizeof when passing string length since size wasn't ...Campbell Barton
2012-01-11dynamicpaint had some incorrect string sizes for layers names, use BLI string...Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2012-01-11minor cleanup for string use - no functional changesCampbell Barton
2011-12-31Fix for Remesh Modifier:Thomas Dinges
2011-12-22split >120 length lines (mostly if statements)Campbell Barton
2011-12-17Code cleanup: fix a few warnings (>= 0 and == -1 tests on unsigned types).Brecht Van Lommel
2011-12-09remove redundant cases. no functional change.Campbell Barton
2011-12-07fix for NULL pointer free and add in some checks, while looking into bug [#29...Campbell Barton
2011-12-04remove use of deprecated struct membersCampbell Barton
2011-11-30fix [#29459] Crash making a linked object group localCampbell Barton
2011-11-29Fix #29443: Outliner buttons hover on shrinkSergey Sharybin
2011-11-25Fix #29371: crash deleting objects in outliner. This was introduced in theBrecht Van Lommel
2011-11-16Partial Bugfix 2: [#29229] Outliner RMB commands unexpected resultsJoshua Leung
2011-11-16Partial Bugfix: [#29229] Outliner RMB commands unexpected resultsJoshua Leung
2011-11-05Merge with trunk r41545Miika Hamalainen
2011-11-03correct spelling mistakesCampbell Barton
2011-11-02Space types:Thomas Dinges
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-27Support more kinds of paths for path re-writing / traversing, patch from Alex...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23Typo fixes for the typo fixes. :DThomas Dinges
2011-10-23fix some typo'sCampbell Barton
2011-10-22Merge with trunk r41197Miika Hamalainen
2011-10-22py api - added PyC_UnicodeFromByteAndSize() to match PyUnicode_FromStringAndS...Campbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-04Merge with trunk r40782Miika Hamalainen
2011-09-28Fix #28185: Regression test: outlinertest blendSergey Sharybin
2011-09-25whitespace cleanupCampbell Barton
2011-09-22clear up some warnings.Campbell Barton
2011-09-20Merge with trunk r40409Miika Hamalainen
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-16WeightVG: added WeightVG icon for outliner (don’t know when that where lost...Bastien Montagne
2011-09-16correction for my fix for [#28668], would crash when there were no editbones.Campbell Barton
2011-09-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton