📋 Metadata
- Author: roaoao
- Date: 2020-01-25 06:36:43
- Type:
answer - Reply to: post_02980
- Replies (1): post_02988
💬 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