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
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
2011-09-16- remove deprecated pose channel membersCampbell Barton
2011-09-16fix [#28668] Crashes entering edit mode on ArmatureCampbell Barton
2011-09-15replace BLI_strncpy with BLI_strncpy_utf8 where input isnt ensured to be valid.Campbell Barton
2011-09-11replace magic numbers for flags for uiSetRoundBox();Campbell Barton
2011-09-09Patch [#23443] Change outliner filter into searchJoshua Leung
2011-09-05Merge with trunk r39928Miika Hamalainen
2011-09-02Fix #28467: Crash while deleting objects in outliner too fastSergey Sharybin
2011-09-02patch [#28473] Outliner Simple TodoCampbell Barton
2011-08-30fix for some warnings with the recent merge, also tag unused args.Campbell Barton
2011-08-30* Merge trunk up to r39790.soc-2011-pepperJoerg Mueller
2011-08-29Fix #28295 Outliner, mouse button on menu's pass through.Sergey Sharybin
2011-08-28Merge with trunk r39750Miika Hamalainen
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-21Merge with trunk r39589Miika Hamalainen
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-08-18minor change for operator OUTLINER_OT_item_activateCampbell Barton
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-14patch [#28246] Fix for [#28240]: selecting more than one object in the outlin...Campbell Barton
2011-08-12Bye bye vile relics of extinct version control systems,Joshua Leung
2011-08-11svn merge -r39286:39298 https://svn.blender.org/svnroot/bf-blender/trunk/blen...Campbell Barton
2011-08-11SVN maintenance.Guillermo S. Romero
2011-08-11use ghash for operator and menu types, was doing string lookup in the operato...Campbell Barton