We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileDef
when using a FileDef e.g.
FileDef( "reviewable_image", folders=False, extensions=[".jpg", ".png", ".tif", ".exr"], single_item=True, allow_sequences=True, label="Image reviewable representations", extensions_label="Multiple Image reviewable items", ),
Tested in Maya and Houdini:
TypeError: FilesWidget._on_context_menu_requested() missing 1 required positional argument: 'valid_index'
In Houdini :
single_item=True
single_item=False
It should work normally.
1.0.0
Windows
No response
The text was updated successfully, but these errors were encountered:
iLLiCiTiT
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior:
when using a
FileDef
e.g.Tested in Maya and Houdini:
In Houdini :
single_item=True
)single_item=False
)Expected Behavior:
It should work normally.
Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
FileDef
in a Houdini pluginAre there any labels you wish to add?
Relevant log output:
Additional context:
No response
The text was updated successfully, but these errors were encountered: