📋 Metadata
- Author: Pluglug
- Date: 2025-06-25 07:21:11
- Type:
answer - Reply to: post_05499
- Replies (1): post_05502
💬 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…
❤️ 1 likes