Blender Git Commit Log
Git Commits -> Revision 7fb4010
April 11, 2020, 21:50 (GMT) |
Option to insert blank dummy decorator for uiItemFullR When there are multiple items in a property split row (e.g. mirror axes in the mirror modifier) the decorator would only apply to the first element. A dummy decorator could be inserted manually by using `uiItemL_respect_property_split()`, but it's better to let the UI code have an option for that, the case is common enough. |
Commit Details:
Full Hash: 7fb4010137aace23511b8e71a329b7f8257f91e3
Parent Commit: 01900f5
Lines Changed: +13, -3