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
2014-03-26Follow Blender slangs! ;)Bastien Montagne
2014-03-23Fix typo in API documentation.Thomas Dinges
2014-03-19Usual UI messages fixes...Bastien Montagne
2014-03-13Fix T39158: Help > Operator Cheat Sheet causes a python recursive loop.Bastien Montagne
2014-02-25Fix T38827: Input preferences can not find Left Mouse or Left ArrowCampbell Barton
2014-02-25Keymap search: check 'key_modifier' as well as 'type'Campbell Barton
2014-02-25Fix T38778: Properties from bpy.props could be edited as custom propsCampbell Barton
2014-02-25Fix for custom property editor when property id's contained quotesCampbell Barton
2014-02-19PyAPI: bpy.ops was showing 'module' in autocomplete outputCampbell Barton
2014-02-19Keymap: load/save improvementsCampbell Barton
2014-02-18Python: remove redundant len() useCampbell Barton
2014-02-17Fix T38635: key configuration search not working well when typing 'slash'.Brecht Van Lommel
2014-02-13Code cleanup: styleCampbell Barton
2014-02-08Fixes to make script_load_keymap test pass.Howard Trickey
2014-02-03Fix part of T38425: keymap editor search for "1" only showed numpad 1, not 1-...Brecht Van Lommel
2014-01-29Fix T37038: user preferences > input category names unnecessarily cut off.Brecht Van Lommel
2014-01-27UI: Fix for icon-only menus too small click-able areaCampbell Barton
2014-01-27UI: Replace +/- menus with collapsible onesCampbell Barton
2014-01-24Add support for new "bl_category" member (new panels "tabs" system).Bastien Montagne
2014-01-22Fix T38315: keymap configuration export did not export deactivated items corr...Brecht Van Lommel
2014-01-21Usual UI messages fixes.Bastien Montagne
2014-01-13Code Cleanup: spellingCampbell Barton
2014-01-07Fix T38044: Filter Key Binding shows Incorrect resultCampbell Barton
2014-01-04Text API: make text.current_line_index writableCampbell Barton
2014-01-04Revert "Quick fix for system info text always being scrolled out of view when...Campbell Barton
2014-01-04Quick fix for system info text always being scrolled out of view when loaded ...Joshua Leung
2013-12-28update console shell for changes in apiCampbell Barton
2013-12-17More slangs and other spellchecking exceptions...Bastien Montagne
2013-12-08Code cleanup: UI cleanup for cycles UI code and fix typo in system info.Thomas Dinges
2013-12-08Extend system-info with information about OIIO, OCIO and OSLSergey Sharybin
2013-12-03Keymap: add walk modeCampbell Barton
2013-11-26i18n module cleanup: remove hack used during svn -> git transition phase!Bastien Montagne
2013-11-19Code Cleanup: style, spelling and pep8 editsCampbell Barton
2013-11-18Maintenance: Shebang lines fix for some python scriptsCampbell Barton
2013-11-16Addons: remove tracker URL from addon template, as this is no longer used,Brecht Van Lömmel
2013-11-15Further tweaks to buildinfoSergey Sharybin
2013-11-07Fix #37338: Add objects from addon work in a Linked SceneSergey Sharybin
2013-11-05Code cleanup:Thomas Dinges
2013-11-04Update i18n tools for new build_hash...Bastien Montagne
2013-11-04Made buildinfo aware of builds from GITSergey Sharybin
2013-11-03Fix [#37275] can't import 2.68a keymapBastien Montagne
2013-10-25make the message for addons failing to parse a little more descriptive (sugge...Campbell Barton
2013-10-19More complete handling of printf formatting in msgid/msgstr checks.Bastien Montagne
2013-10-17i18n utils: check not only that the number of printf markers are the same in ...Bastien Montagne
2013-10-16style cleanupCampbell Barton
2013-10-11fix [#37038] User prefs > Input - Category names cut offCampbell Barton
2013-10-05rename presets not to use '+' character, also some typo fixes.Campbell Barton
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-09-28add PoseBone.children convenience attribute.Campbell Barton
2013-09-18fixes for python api docs.Campbell Barton