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-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-30UI: move queries into interface_query.cCampbell Barton
2018-06-30Merge branch 'master' into blender2.8Campbell Barton
2018-06-30UI: Add 'interface_query.c'Campbell Barton
2018-06-30Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Fix T54524: keyframe and driver colors not showing in shape key list.Brecht Van Lommel
2018-06-25Merge branch 'master' into blender2.8Campbell Barton
2018-06-25Add back header needed win32Campbell Barton
2018-06-24Merge branch 'master' into blender2.8Campbell Barton
2018-06-24Cleanup: move UI context menus into own fileCampbell Barton
2018-06-23Typo in last commitCampbell Barton
2018-06-23UI: Add user defined context menuCampbell Barton
2018-06-23Merge branch 'master' into blender2.8Campbell Barton
2018-06-23UI: alternate fix for empty context menuCampbell Barton
2018-06-21Merge branch 'master' into blender2.8Campbell Barton
2018-06-21UI: don't show empty button context menuCampbell Barton
2018-06-21Merge branch 'master' into blender2.8Campbell Barton
2018-06-21UI: preference for developer extrasCampbell Barton
2018-06-21Merge branch 'master' into blender2.8Campbell Barton
2018-06-21Fix T55491: Double click fail in menu popupsCampbell Barton
2018-06-20Fix outliner mixed collection/object visibility drag toggle not working.Brecht Van Lommel
2018-06-20Merge branch 'master' into blender2.8Campbell Barton
2018-06-20UI: only show "Edit Translations" when addon usedCampbell Barton
2018-06-19UI: fix ctrl wheel while over the opposite sideCampbell Barton
2018-06-19UI: fix Ctrl-Wheel to change button valuesCampbell Barton
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: use clamp_* from BLI_math (replace macro)Campbell Barton
2018-06-16UI: show decorator icon for static-overrideCampbell Barton
2018-06-16UI: support dragging to key-frameCampbell Barton
2018-06-16Merge branch 'master' into blender2.8Campbell Barton
2018-06-16UI: refactor drag-toggle for other button typesCampbell Barton
2018-06-16UI: minor changes from 2.8Campbell Barton
2018-06-12Cleanup: remove unused context argsCampbell Barton
2018-06-11UI: Separator spacerDalai Felinto
2018-06-11Drivers Workflow (T55145): Improvements to "Add Driver" workflowJoshua Leung
2018-06-08Merge branch 'master' into blender2.8Campbell Barton
2018-06-08Fix recently added drag events closing menusCampbell Barton
2018-06-07Merge branch 'master' into blender2.8Campbell Barton
2018-06-07WM: check for release instead of not pressedCampbell Barton
2018-06-06Cleanup: USE_UI_* prefix for UI definesCampbell Barton
2018-05-29COW operators: Fix drag and dropping of color propertiesInes Almeida
2018-05-24Drivers UI (Part of T55145) - WIP first steps towards getting a floating driv...Joshua Leung
2018-05-24Merge branch 'master' into blender2.8Philipp Oeser
2018-05-24Fix T55034: Setting duplication group for multiple selected items onlyPhilipp Oeser
2018-05-23Drivers UI (Part of T55145) - Show datablock that driven property belongs to ...Joshua Leung
2018-05-23Merge branch 'master' into blender2.8Campbell Barton
2018-05-23Cleanup: strip trailing space from interface filesCampbell Barton
2018-05-22Drivers UI (Part of T55145): Add "Show Drivers Editor" entry to RMB menusJoshua Leung
2018-05-19UI: popover-once (click-drag for single actions)Campbell Barton