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

add houdini support #22

Open
hannesdelbeke opened this issue Feb 4, 2023 · 6 comments
Open

add houdini support #22

hannesdelbeke opened this issue Feb 4, 2023 · 6 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@hannesdelbeke
Copy link
Owner

houdine has a free version, DL from here https://www.sidefx.com/products/houdini-apprentice/
can we use same implementation for full version?

@zuokangbo
Copy link
Contributor

Does Houdini now support it?

@hannesdelbeke
Copy link
Owner Author

not yet.

since you likely are familiar with houdini:
How would you use unimenu with houdini?
And where would you expect the menu to show up?

briefly looked into houdini and it seems to have multiple menu systems.
Or if you have any Python experience feel free to make a PR

@zuokangbo
Copy link
Contributor

@hannesdelbeke The way I know of is to dynamically generate and save the menu configuration file xml in a specified location before starting houdini, no direct way of doing this via python has been found.

@hannesdelbeke
Copy link
Owner Author

hannesdelbeke commented May 2, 2023

yes seems like it's XML only.
it'd be possible to support this with unimenu but a lot of work. don't think i have the time for it right now.
https://www.sidefx.com/docs/houdini/basics/config_menus.html

@hannesdelbeke
Copy link
Owner Author

also curiouys what this does. https://www.sidefx.com/docs/houdini/hom/hou/pypanel.html

dynamically creating XML and restarting houdini: the maxscript implementiation did something similar i believe
it's still in the codebase i think.
menus stayed between sessioins before i swapped to QT

@hannesdelbeke hannesdelbeke added enhancement New feature or request help wanted Extra attention is needed labels May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants