Viktor Ivanov

Results 15 comments of Viktor Ivanov

Still testing it. Works like a charm so far. The only thing, that I'm noticing, as I understand from looking on a calendar, that for reccuring exception events it first...

This pull request doesn't solve the original issue https://github.com/user-attachments/assets/77e9525a-892c-4718-9dc4-b4d1a7baab90

Tested on Houdini 19.5 py3.7, Houdini 20.5 py10 and Houdini 20.5 py3.11 The behavior is the same. So it is not dependent on the QT or python version

@iLLiCiTiT Its provided in the description of the ticket. Here is another example from my addon. ``` @classmethod def get_attribute_defs(cls): return [ FileDef( "reviewable_image", folders=False, extensions=IMAGE_EXTENSIONS, single_item=False, label="Image reviewable representations",...