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

Arnold: avoid MEL script variable shadowing #46

Open
jonathan-meier opened this issue Oct 23, 2019 · 0 comments
Open

Arnold: avoid MEL script variable shadowing #46

jonathan-meier opened this issue Oct 23, 2019 · 0 comments

Comments

@jonathan-meier
Copy link
Contributor

When generating Arnold material for multiple models, we always reuse the same variables in the emitted MEL script, which leads to a variable shadowing warning.

Task:

  • Find a way to avoid these warnings.

Note: One possibility we might try is to encapsulate the MEL script logic in a command using C , which as a bonus might even execute faster than the MEL script.

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