Post #5534: try this fix
π Metadata
- Author: Pluglug
- Date: 2025-07-17 13:05:10
- Type:
answer - Quality Score: 7/10
- Reply to: post_05532
- Replies (1): post_05535
π·οΈ Tags
v1-18-8 bug-fixes intermediate solved
βοΈ Related PME Features
- Pie Menu Editor
- Modal Editor
π¬ Content
try this fix
Pie Menu Editor 1.18.8 Released Scripts and Themes
Thanks for checking the error! Youβre absolutely right β adding move_flag as a class variable does get rid of the error. That said, just a small note: since this class inherits from CTU.HeadModalHandler, itβs worth taking a look at that implementation too. In CTU.HeadModalHandler, move_flag is initialized as an instance variable inside init(), so at first glance it seems like everything should be fine. Which likely means something has changed in Blender 4.4. In cases like this, itβs a gβ¦