Blender Git Loki
Git Commits -> Revision ec25084
Revision ec25084 by Hans Goudey (master) June 15, 2020, 13:06 (GMT) |
Fix T77541: Unregistering DATA_PT_modifiers doesn't remove modifier panels This is a pretty quick fix; the solution is just removing all the instanced panels whena panel is unregistered. This also necessitates adding the option to call UI_panels_free_instanced with NULL context. Differential Revision: https://developer.blender.org/D7977 |
Commit Details:
Full Hash: ec25084f5a404cbca4ceffd659d46b21c758522a
Parent Commit: eadbdf1
Lines Changed: +10, -1