Post #1401: Hey, I found an issue. The operator that can create popup panels in the addon do
📋 Metadata
- Author: Skarn
- Date: 2018-05-14 08:12:47
- Type:
bug_report - Quality Score: 8/10
🏷️ Tags
popup-dialog intermediate unsolved
⚙️ Related PME Features
- Popup Dialog Editor
💬 Content
Hey, I found an issue. The operator that can create popup panels in the addon does not implement a check method, so the UI does not redraw by itself in there.
Can you please add the following method to the popup operator?
def check(self, context):
return True
It should resolve the issue.