Post #2987: : post_02988
π·οΈ Tags
panel-group integration intermediate solved
βοΈ Related PME Features
- Panel Group Editor
π¬ Content
anphung:
when I add the Modifier List panel to a Panel Group, part of it disappears. I donβt know if itβs because of Modifier List or PME.
Go to /modifier_list/modules/ui/ folder. Open modifiers_ui.py and ml_modifier_layouts.py files.
Replace these lines:
mp = DATA_PT_modifiers(context)
With this:
mp = DATA_PT_modifiers(context.window_manager)
β€οΈ 3 likes