Page MenuHome

Fix Icon-Viewer Type Error in invoke_props_dialog()
ClosedPublic

Authored by Paul Golter (paulgolter) on Feb 7 2022, 9:13 AM.

Details

Summary

Latest builds of Blender require WindowManager.invoke_props_dialog() to use int explicitly in width= argument. Otherwise a TypeError will be thrown.
This patch casts width argument to int before passing it to window_manager.invoke_props_dialog.

Diff Detail