March 18, 2018, 22:45 (GMT) |
Merge branch 'blender2.8' into userpref_redesign |
February 28, 2018, 16:52 (GMT) |
Go back to old size of UserPref/Settings window If we split up and reorganize sections a bit, the current window size should be totally fine. Bringing it back for now. Reverts rB93edc452920870b. |
February 27, 2018, 22:49 (GMT) |
Merge branch 'blender2.8' into userpref_redesign |
February 27, 2018, 22:39 (GMT) |
Split up System section into General, Drawing and Devices |
February 27, 2018, 19:08 (GMT) |
Initial grouping/categorizing of settings sections Made this to work just like we define categories in menus: a enum item with only the UI-name set starts a new category with given name. Also added another uiLayout.prop option "group", not sure if thats such a nice way to do it though. Will check during review. |
February 27, 2018, 13:37 (GMT) |
Add placeholder sections for workspaces Adds * "Worspace Configuration File", * "Worspace Add-on Overrides", * "Worspace Key-map Overrides" sections to the Blender settings. |
February 26, 2018, 22:37 (GMT) |
Rename "Editing" section to "General" Also moved to be first item. |
February 26, 2018, 22:18 (GMT) |
Rename "User Preferences" to "Settings" in the UI |
February 23, 2018, 10:02 (GMT) |
UI: Move User-Preferences navigation tabs to a sidebar region This is the first commit for a bigger User-Preferences redesign, see T54115. |
February 23, 2018, 10:02 (GMT) |
UI: Increase default size of User-Preferences window Increased it by factor 1.28 (so we get a width of 1024px). WM_window_open_temp will ensure the window fits into the screen, so didn't need to ensure that. |
|