📋 Metadata
- Author: Motiomancer
- Date: 2020-11-19 02:18:48
- Type:
answer - Replies (1): post_03690
💬 Content
For people having problems with this in 2.91
go to: AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\pie_menu_editor\ed_popup.py
And change every instance of:
lh.row()
for
lh.row(align=False)
There should be 4 instances, the first one its just a comment so it doesn’t really matter but the other 3 are under those specific menus.
For some reason this seems to do the trick for me, don’t ask why.
❤️ 2 likes
image1535×100 10.3 KB
image1541×235 32.9 KB
image1445×120 18.4 KB