Blender Git Commit Log
Git Commits -> Revision cf0791b
Revision cf0791b by Hans Goudey (master) September 15, 2020, 20:57 (GMT) |
Property Search: Properly set expansion for instanced panels Stack panels (for modifiers, etc..) also get their expansion from their associated list data. This means that property search expansion needs to properly update the list data, which can be accomplished by calling `set_panels_list_data_expand_flag`. This commit also moves this logic to `UI_panels_end`, where it fits better. |
Commit Details:
Full Hash: cf0791bf38dd04a6c7067973e61894d93a73539b
Parent Commit: a4c5811
Lines Changed: +12, -8