📋 Metadata

💬 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


🔗 View on Blender Artists