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-10-22Code refactoring: move external engine functions into own file.Brecht Van Lommel
2011-10-22* Re-commit splash screen with Alpha header. Thomas Dinges
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-22- use defines for wmKeyMapItem & wmEvent alt/shift/ctrl/oskeyCampbell Barton
2011-10-22py api - added PyC_UnicodeFromByteAndSize() to match PyUnicode_FromStringAndS...Campbell Barton
2011-10-22utf8 OSX - cleanupDalai Felinto
2011-10-22Fix for alt-tab in Windows.Alexander Kuznetsov
2011-10-22BLI_utildefine minor editsCampbell Barton
2011-10-22Fix for text object on windows.Alexander Kuznetsov
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-22Code cleanup: remove BLI_exist, now there is only BLI_exists. One function justBrecht Van Lommel
2011-10-21utf8 OSX - disabling utf8 at KeyUp, otherwise TextObject doesn't work.Dalai Felinto
2011-10-21UTF8 input support for Windows.Alexander Kuznetsov
2011-10-21Code cleanup: don't use btempdir/bprogdir/bprogname globals anymore, but wrapBrecht Van Lommel
2011-10-21Code cleanup: remove some unused code in header.Brecht Van Lommel
2011-10-21Fix compilation error with MSVC caused by recent commit.Sergey Sharybin
2011-10-21fix [#28967] Attempting to add a new pose to the Pose Library causes Blender ...Campbell Barton
2011-10-21svn merge -r41171:41170 . --- fix coming nextCampbell Barton
2011-10-21misc cleanupCampbell Barton
2011-10-21disabling utf8 for OSX. It's not working 100% and it's breaking other thingsDalai Felinto
2011-10-21Bugfix [#28967] Attempting to add a new pose to the Pose LibraryJoshua Leung
2011-10-21remove scons files for unsupported/obscure unix variants, these configs are n...Campbell Barton
2011-10-21cleanup scons build flags, many duplicates because because of confusion betwe...Campbell Barton
2011-10-21- remove release/bin/.blender/.bfont.ttf, we have ./release/datafiles/bfont.t...Campbell Barton
2011-10-21move fonts/ and locale/ dirs into release/datafiles, since blender wasn't fin...Campbell Barton
2011-10-21- add convenience functions BLI_split_dir_part / BLI_split_file_part, which j...Campbell Barton
2011-10-21Fix copyright assignment.Guillermo S. Romero
2011-10-21replace BLF's blf_utf8_next() with BLI_str_utf8_as_unicode_step(),Campbell Barton
2011-10-21- minor edits to font drawing/utf8, was needlessly casting int/unsigned int.Campbell Barton
2011-10-21replace own unicode functions with versions from glib which support more unic...Campbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-10-20SVN maintenance.Guillermo S. Romero
2011-10-20Version cycle:Thomas Dinges
2011-10-20UI tweak: user texture datablock chooser for fields and warp modifier,Brecht Van Lommel
2011-10-20Fix missing node editor update when assigning/removing materials on objects.Brecht Van Lommel
2011-10-20Fix missing updates when changing smoke flow settings.Brecht Van Lommel
2011-10-20BLI_ghash.h was including BLI_blenlib.h, remove from ghash header and include...Campbell Barton
2011-10-20reverting 41124, maybe better solution is to enforce linear space in generate...Antony Riakiotakis
2011-10-20fixes for unicode input, should work for operator textinput now.Campbell Barton
2011-10-20unicode text input for 3d text.Campbell Barton
2011-10-20Fix for #28980, could enter infinite loop during node socket verification if ...Lukas Toenne
2011-10-20OSX: dalai's patch for utf8 support, todo: uppercase chars not working yetJens Verwiebe
2011-10-20Minor: fix [#28899] Frequently used modelling modifiers moved further out of ...Bastien Montagne
2011-10-20- add BLI_string_utf8.h for unicode functions.Campbell Barton
2011-10-20Fix #28938: Black frames when composite output node even with disabled nodesSergey Sharybin
2011-10-20Fix #28937: Text Editor Selection (Scroll Bar)Sergey Sharybin
2011-10-20fix [#28902] Rendering and visibility icons in modifier panel move between cl...Campbell Barton
2011-10-20Fix #28942: Minimize stretch in UV editing has no continues grabSergey Sharybin
2011-10-20A big set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-20Fix for bug #28979 "Action actuator breaks animation" reported by Goran Milov...Mitchell Stokes