April 11, 2020, 21:45 (GMT) |
Mirror modifier: Avoid manual placement of dummy decorators for alignment There's an option to let interface code do this now. |
April 11, 2020, 21:43 (GMT) |
Fix use-after-free again |
April 11, 2020, 21:00 (GMT) |
Merge branch 'temp-checkbox-layout-tweaks' into modifier-panels-ui |
April 11, 2020, 20:59 (GMT) |
Use row headings for sculpt symmetry options Also removed redundant columns. |
April 11, 2020, 20:50 (GMT) |
Support heading in row layouts too - `uiLayout.row(heading="FOO")` |
April 11, 2020, 20:19 (GMT) |
Use property split layout for sculpt symmetry options Meant as an example of how to do this with Python. Wasn't possible without a broken layout until the previous commit. |
April 11, 2020, 20:19 (GMT) |
Fix more cases of recursive property splitting A bit hacky, but we have to disable the `use_property_split` flag for a row after adding the split layout to prevent it from further splitting when adding more items. If these new items actually add multiple buttons (vector items), these should be placed in a column like before (by accident?). E.g. that's how the translate buttons (a vector item) is aligned with the lock icons (another vector item). |
April 11, 2020, 15:03 (GMT) |
Use column heading for Bevel tool settings |
April 11, 2020, 15:03 (GMT) |
Use checkbox+value for Text Editor |
April 11, 2020, 12:40 (GMT) |
Modifier UI: separate the Apply/Shape/Copy buttons visually from the modifier controls Also make these items smaller, to de-emphasize them. |
April 11, 2020, 12:30 (GMT) |
Use checkbox+value configuration for Decimate modifier UI layout |
April 11, 2020, 08:58 (GMT) |
Revert mistake in Sculpt Symmetry panel |
April 11, 2020, 08:55 (GMT) |
Add checkbox+value configuration many places where applicable |
April 11, 2020, 07:06 (GMT) |
Update Vertex Weight Edit modifier UI layout |
April 10, 2020, 19:57 (GMT) |
Add UI for recently added bone properties |
April 10, 2020, 19:35 (GMT) |
Merge branch 'master' into modifier-panels-ui |
April 10, 2020, 19:30 (GMT) |
Resolve crash when switching to grease pencil object |
April 10, 2020, 19:15 (GMT) |
Small tweaks to bevel modifier UI |
April 10, 2020, 17:57 (GMT) |
Merge branch 'modifier-panels-ui' of git.blender.org:blender into modifier-panels-ui |
April 10, 2020, 17:57 (GMT) |
Refactor saving and setting list panel expansion The public functions are named more sanely and their requirements are much simpler, with more of the logic handled internally by interface_panel.c. Also solves a bug saving and loading sub-subpanel expansion. |
|