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-11-14WM: enforce descriptions being NULL or definedCampbell Barton
2018-10-30UI: add uiItemMenuFN which frees it's argumentCampbell Barton
2018-09-27Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-17Fix object selection with eyerdropper not respecting property poll function.Brecht Van Lommel
2018-09-17Fix T56811: Do not show cancel button for jobs when UI is locked.Bastien Montagne
2018-09-12Cleanup: remove alpha_check variable from DNACampbell Barton
2018-09-11UI: split theme draw style into separate fieldCampbell Barton
2018-09-04UI: cleanup tooltip bounds clampingCampbell Barton
2018-09-03PyAPI: add optional imports to expression eval APICampbell Barton
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-31Cleanup: rename WM_keymap_find -> WM_keymap_ensureCampbell Barton
2018-08-24UI: always align item w/ labelCampbell Barton
2018-08-24RNA: avoid redundant property lookups in UI APICampbell Barton
2018-08-21UI: disable new text hinting from D3201 by default for now.Brecht Van Lommel
2018-08-15Cleanup: set expand variable for all enum-flagsCampbell Barton
2018-07-31BLF: replace global aa pref w/ monochrome flagCampbell Barton
2018-07-31UI: use text hinting (now user preference)Campbell Barton
2018-07-31UI: add check for any kind of popupCampbell Barton
2018-07-26WM: Add operator property poll callbackCampbell Barton
2018-07-18Fix E key in Python console not working after recent changes.Brecht Van Lommel
2018-07-18Compositor: Cryptomatte compositing node.Stefan Werner
2018-07-13Cleanup: id-property API useCampbell Barton
2018-07-13Cleanup: split keymap lookups into own functionsCampbell Barton
2018-07-06BKE_addons: utility to remove by nameCampbell Barton
2018-07-03Python: Print file:line when editing UI sourceCampbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-07-01Cleanup: right shift in interface codeCampbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-30Cleanup: remove unused context arg to menuCampbell Barton
2018-06-30UI: Add 'interface_query.c'Campbell Barton
2018-06-29Fix T54524: keyframe and driver colors not showing in shape key list.Brecht Van Lommel
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-29WM: Remove Screen CastCampbell Barton
2018-06-28UI: use two dot ellipsesCampbell Barton
2018-06-25Add back header needed win32Campbell Barton
2018-06-24Cleanup: move UI context menus into own fileCampbell Barton
2018-06-23UI: alternate fix for empty context menuCampbell Barton
2018-06-21UI: don't show empty button context menuCampbell Barton
2018-06-21UI: preference for developer extrasCampbell Barton
2018-06-21Fix T55491: Double click fail in menu popupsCampbell Barton
2018-06-20UI: only show "Edit Translations" when addon usedCampbell Barton
2018-06-17Cleanup: BLI path extension APICampbell Barton
2018-06-17Cleanup: use clamp_* from BLI_math (replace macro)Campbell Barton
2018-06-16UI: refactor drag-toggle for other button typesCampbell Barton
2018-06-16UI: minor changes from 2.8Campbell Barton
2018-06-15Cleanup: some more G.main removal/validation...Bastien Montagne
2018-06-13Cleanup: swapped X/Y UI_UNITCampbell Barton
2018-06-12WM: remove sloppy region type accessCampbell Barton
2018-06-12WM: rename BKE_regiontype_from_idCampbell Barton