Skip to content
New issue

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

[Feature Request] Expose Min/Max Values for Parameters in the Houdini Public API #165

Open
blhook opened this issue Sep 8, 2021 · 0 comments

Comments

@blhook
Copy link

blhook commented Sep 8, 2021

Currently, the Public API side of the plugin allows users to pull in the parameters that have been set by the pre-baked HDA; however, none of these parameters have context as to how to actually set them programmatically outside of their variable type. From a programmatic standpoint, this is a huge pain point, as it is impossible to identify between an int that should only be between 0-10 and one that should be between 0-100, causing radical problems when randomizing the parameters.

For this feature request, it would be exposing a new API that can allow the user to pull in the internal min/max (or list-range if dropdown) of an exposed parameter through the Houdini Public API.

@blhook blhook changed the title [Feature Request] Expose Internal Min/Max per Parameter for Houdini Public API [Feature Request] Expose Min/Max Values for Parameters in the Houdini Public API Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant