Pixyz UI crashes on selecting createImageFromDefinition

As noted in the title, Pixyz UI will instantly crash on selecting the createImageFromDefinition function in the Function Browser. Tested on the latest SDK version, 2026.3.1.1.

Logs from the crash:

Switching to monitor b'Generic PnP Monitor'
Exception : invalid literal for int() with base 10: 'RGBA'
Traceback (most recent call last):
  File "C:\Pixyz\PiXYZAPI-2026.3.1.1-win64\PixyzUI\pxzui\glfw_window.py", line 141, in _render_loop
    self._show_gui()
    ~~~~~~~~~~~~~~^^
  File "C:\Pixyz\PiXYZAPI-2026.3.1.1-win64\PixyzUI\pxzui\pixyz_ui.py", line 197, in _show_gui
    window.draw()
    ~~~~~~~~~~~^^
  File "C:\Pixyz\PiXYZAPI-2026.3.1.1-win64\PixyzUI\pxzui\window.py", line 19, in draw
    self.gui_function()
    ~~~~~~~~~~~~~~~~~^^
  File "C:\Pixyz\PiXYZAPI-2026.3.1.1-win64\PixyzUI\pxzui\ui\functions\function_browser.py", line 34, in draw
    self._function_form.draw()
    ~~~~~~~~~~~~~~~~~~~~~~~~^^
  File "C:\Pixyz\PiXYZAPI-2026.3.1.1-win64\PixyzUI\pxzui\ui\functions\function_form.py", line 170, in draw
    self.draw_parameter_table(table_flags)
    ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
  File "C:\Pixyz\PiXYZAPI-2026.3.1.1-win64\PixyzUI\pxzui\ui\functions\function_form.py", line 122, in draw_parameter_table
    parameter_widget.draw()
    ~~~~~~~~~~~~~~~~~~~~~^^
  File "C:\Pixyz\PiXYZAPI-2026.3.1.1-win64\PixyzUI\pxzui\ui\widgets\function_widgets\struct_widget.py", line 35, in draw
    field_changed, field_value = self.fields[field].draw()
                                 ~~~~~~~~~~~~~~~~~~~~~~~^^
  File "C:\Pixyz\PiXYZAPI-2026.3.1.1-win64\PixyzUI\pxzui\ui\widgets\base\enum_widget.py", line 16, in draw
    changed, self.value = imgui.combo("##" + self.name, int(self.value), self.labels)
                                                        ~~~^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: 'RGBA'
Saving preferences in C:\Users\{User}\AppData\Roaming\PixyzSDK\PixyzUI_v2026.3.json

Hi,

Thank you for bringing awareness to this issue. We already have a fix ready that will be included in the next version. In the meantime, we recommend you to use a customized ui or the scripting window to access the functions that are causing problems.
Sorry for the inconvenience!

Christoph