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
2018-07-25WM: keymap utility to set enum from a key rangeCampbell Barton
2018-07-13UI: remove space/region from popover argsCampbell Barton
2018-07-12Keymap: add utility function for panel popupsCampbell Barton
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-29Refactor static override code to pass Main around.Bastien Montagne
2018-06-20Objects: support for hiding all objects in a collection.Brecht Van Lommel
2018-06-14Merge branch 'master' into blender2.8Bastien Montagne
2018-06-14Cleanup: Remove last G.main's from WM code.Bastien Montagne
2018-06-07Merge branch 'master' into blender2.8Campbell Barton
2018-06-07Cleanup: trailing space for windowmanagerCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-25Merge branch 'master' into blender2.8Campbell Barton
2018-05-25WM: check modal handlers for keymap lookupsCampbell Barton
2018-05-20UI: support for custom keymaps for popoversCampbell Barton
2018-05-13WM: utility to create tool keybindingsCampbell Barton
2018-05-04Merge branch 'master' into blender2.8Campbell Barton
2018-05-04IDProp API: expose repr utility functionCampbell Barton
2018-04-20Dopesheet-Timeline: Removal of Timeline Editor!Joshua Leung
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-03-30C Logging: use instead of printf for messagesCampbell Barton
2018-02-28WorkSpace: UI filtering for add-onsCampbell Barton
2018-02-23WM: add WM_keymap_poll functionCampbell Barton
2017-11-05Cleanup: order buffer length after the bufferCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-03-29Fix memory leak re-registering operatorsCampbell Barton
2016-10-16Fix T49746: crash loading user preferences with missing operators.Brecht Van Lommel
2016-10-03Fix memory leak caused by unknown opeartor of keymap itemJulian Eisel
2016-07-07Quiet gcc warning-as-error about non-const pointer passed to const parameter.Bastien Montagne
2016-07-07Fix T48802 Unwrap buttons, can't add hotkey in 3DView's UV Unwrap menu.Bastien Montagne
2015-12-13Grease Pencil: Merge GPencil_Editing_Stage3 branch into masterJoshua Leung
2015-12-03Cleanup: change `WM_key_event_operator_id` to `WM_key_event_operator` and mak...Bastien Montagne
2015-12-02Fix T46905: UV/Image Editor - Can't add shortcut to Mirror / X Axis menu itemBastien Montagne
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-05Fix T46691: Graph Editor, Channel, Toggle Channel Editability. Cannot reassig...Bastien Montagne
2015-10-24Fix T46538: Mark and Clear Seam in UV Editor, assigning Hotkeys.Bastien Montagne
2015-09-27Fix T46268: All Hotkey "C" are unexpectedly translated in menus.Bastien Montagne
2015-09-12Cleanup: Quiet some picky warning from Coverity.Bastien Montagne
2015-09-11Fix T45579: Custom Hotkeys Dissapear.Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-01Node Editor: A bunch of new utility functionsJulian Eisel
2015-08-01Allow accessing modal keymap strings directly from keymapJulian Eisel
2015-07-12Shortcut-to-string converter: add 'dbl-' in front of key when expecting a dou...Bastien Montagne
2015-07-03Walk mode: Add modal shortcuts in UI (header help message).Bastien Montagne
2015-07-03Cleanup: 'return' parameters to the end of functions, and use 'r_' prefix for...Bastien Montagne
2015-07-03UI: add ability to access/generate 'shortcuts strings' of modal keymaps.Bastien Montagne
2015-05-19Building without Python works againCampbell Barton
2015-05-15Fix some issues found by Coverity ScanJulian Eisel
2015-05-08Cleanup: use r_* prefix for return argsCampbell Barton