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

20.5 generates enum redirector warnings for old assets #320

Open
moppius opened this issue Jul 26, 2024 · 0 comments
Open

20.5 generates enum redirector warnings for old assets #320

moppius opened this issue Jul 26, 2024 · 0 comments

Comments

@moppius
Copy link

moppius commented Jul 26, 2024

If people upgrade to latest 20.5 straight from 19.5 without having gone through the intermediate HoudiniEngine version, any old assets will generate warnings due to invalid enum redirects.

  • Some values of EHoudiniInputType were deprecated 9 months ago in b3ed09b
    • Enum redirectors for these deprecated values were added at the same time
  • Last month, the deprecated enum values were removed for Houdini 20 in 294de41
    • The enum redirectors were not removed, so now this generates a warning for redirecting to an invalid value...

Presumably these redirectors should be removed, or set to redirect to whatever the most reasonable current value should be.

Also it would mean that anyone who has assets saved which pointed to the old _DEPRECATED values will now lose their data.

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