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-08-11Pie Menus C code backend.Antony Riakiotakis
2014-08-06Correct Python exceptionsCampbell Barton
2014-07-30Fix addon crash when trying listdir a directory we have no permission to.Bastien Montagne
2014-07-23Updates/fixes for new UI messages.Bastien Montagne
2014-07-22Cleanup: pep8 & redundant varsCampbell Barton
2014-07-22Fix missing includeCampbell Barton
2014-06-30Usual UI messages fixes.Bastien Montagne
2014-06-23Use toolbar tabs for node categories instead of just a long list ofLukas Tönne
2014-06-17New python API for units handling.Bastien Montagne
2014-06-09Usual UI message handling...Bastien Montagne
2014-06-06Fix T40520: Properties panel in properties region in 3D view does not go away.Bastien Montagne
2014-05-26Usual UI messages tweaks.Bastien Montagne
2014-05-13Usual typo and style fixes in UI messages...Bastien Montagne
2014-04-28Fix T39806: Koro rig (Caminandes) wrong in master, worked in 270(a).Bastien Montagne
2014-04-27Code cleanup: style, unused importCampbell Barton
2014-04-24Code cleanup: unused python vars & importsCampbell Barton
2014-04-15Style cleanup: C & pep8Campbell Barton
2014-03-31Usual UI messages fixes...Bastien Montagne
2014-03-27UI: Fix more double ":" in UI labelsSv. Lockal
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