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-12-27UI: fix display of menu buttons without text and icon, and only a down arrow.Harley Acheson
2018-12-27UI: fix inconsistent icon button widths for popovers and enums.Harley Acheson
2018-12-27Cleanup: use unsigned char (change previous commit)Campbell Barton
2018-12-25Fix T59505: Knife tool cut preview line becomes blackmano-wii
2018-12-24Fix floating panel (HUD) applying DPI incorrectlyJulian Eisel
2018-12-24Cleanup: First batch of UI messages fixes (typos, final points...).Bastien Montagne
2018-12-21Fix T58327: Quick Favorites "Remove from Favorites" missing for addedPhilipp Oeser
2018-12-20UI: add UILayout.directionCampbell Barton
2018-12-20UI: add method to draw menu contentsCampbell Barton
2018-12-19Fix T59574: Prop_search fails to set objects from scene.Bastien Montagne
2018-12-19RNA: support setting default values for custom properties.Alexander Gavrilov
2018-12-19UI: show panel type in Python tooltipsCampbell Barton
2018-12-19Theme: use menu text color for floating redo panelCampbell Barton
2018-12-18Fix enum icon button size for fractional UI scale.Brecht Van Lommel
2018-12-18Fix T59535: Select linked delimit doesn't refreshCampbell Barton
2018-12-14NLA: insert keyframes correctly for strips with non-Replace mode.Alexander Gavrilov
2018-12-14Fix T59322: View Layer - Search not workingDalai Felinto
2018-12-14Fix wrong color in center of HSV circle picker, after recent changes.Brecht Van Lommel
2018-12-14GP: Rename CTX and OB modesAntonioya
2018-12-13Fix T58014, T58650: issues with hex color and Filmic view transform.Brecht Van Lommel
2018-12-13Fix T58549, T56741: HSV color picker issues with Filmic view transform.Brecht Van Lommel
2018-12-12Keymap: event type filter w/ finding keymap itemsCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-11UI: fix enum icon buttons haveing different size.Harley Acheson
2018-12-11Cleanup: use BKE_object_* prefix for object APICampbell Barton
2018-12-08User Interface: Add button color for indicating that the value differs from t...Lukas Stockner
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-04Show tool title for favorites menuPhilipp Oeser
2018-12-04Fix T57076: Remove property from favourites menu failsCampbell Barton
2018-12-03Merge branch 'master' into blender2.8Campbell Barton
2018-12-03Fix T54580: Pointer buttons skip undo pushCampbell Barton
2018-12-02Keymap: fix error in recent enum-menu supportCampbell Barton
2018-12-02Fix button data access for python context menusCampbell Barton
2018-12-01Fix camera gizmo sensor checkCampbell Barton
2018-12-01Cleanup: styleCampbell Barton
2018-11-30Fix crash creating enum tooltipsCampbell Barton
2018-11-29Workbench: Rename orientation to type and Camera studio light to StudioClément Foucault
2018-11-29UI: update shortcut display to check space cyclingCampbell Barton
2018-11-29UI: support enum key shortcut detectionCampbell Barton
2018-11-27Fix T58062: Missing redo panelCampbell Barton
2018-11-26UI: collapse redo panel by defaultCampbell Barton
2018-11-26Correct last commitCampbell Barton
2018-11-26UI: fix glitch showing redo panelCampbell Barton
2018-11-25UI: Disable font shadow in tooltipJulian Eisel
2018-11-25UI: Disable font shadow in tabsJulian Eisel
2018-11-25UI: Initial User-Preferences redesignJulian Eisel
2018-11-23UI: initialize drag-lock x/y axis from region typeCampbell Barton
2018-11-23UI: allow inaccurate swipe motion to switch tabsCampbell Barton
2018-11-22UI: activate tabs immediately on press, and drag to quickly cycle through.Brecht Van Lommel