-
Notifications
You must be signed in to change notification settings - Fork 49
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
Harmony #538
Harmony #538
Conversation
{ | ||
try | ||
{ | ||
var func = eval(request["function"]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eval can be harmful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure how else to evaluate a string function.
This commit marks the completion of the integration. The hound violation is required to evaluate the code coming from Python. The Travis error is to do with the module |
BTW the server used for this integration has the potential to be more universal since it just accepts connections over sockets and the messages are json dumps. It could for example be used in Photoshop and After Effects. |
Exploring Toon Booms other product "Storyboard Pro" revealed that the two product are built on the same architecture, similar to how NukeStudio/Hiero is similar to Nuke/NukeX. |
This PR has been superseded by the Pype, so it better for the code to come from there. |
What's changed?
This is the Toon Boom Harmony integration which fixes #527
The best introduction to the integration is with the README