Post #1558: Any idea why suddenly my Pop Dialog List would stop refreshing/until I resize th

📋 Metadata

🏷️ Tags

popup-dialog ui-refresh intermediate solved

  • Popup Dialog Editor
  • UIList functionality

💬 Content

Any idea why suddenly my Pop Dialog List would stop refreshing/until I resize the list with the little grabber below it?

Yesterday when i would Add/Remove Items/Move Up/Down, it would refresh as expected. Now suddenly, it’s not updating till I force it basically. Very weird…

Maybe I can force a UI update some other way…

Edit: I fixed it! :smiley:

Luckily I had a copy from last night, backed up on my Google Drive. I should work from that dir from now on/backup constantly. I usually do anyways when doing C#/Maxscripts.

But anyways, I had removed this code, but apparently it’s needed to Update the UIList/Popup Dialog Properly…

#NEED THIS TO UPDATE UI IN REALTIME. FOR SOME REASON!
def check(self, context):
		return True

def invoke(self, context, event):

🔗 View on Blender Artists