Profiler Tagging#631
Open
michaelharmonart wants to merge 4 commits intomgear-dev:masterfrom
Open
Conversation
Member
|
Hello @michaelharmonart |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
profile.pywhich contains functions for tagging nodes for Maya's profiler.color.pyfor creating color palletes for the profile tagging and conversion between color spaces.This is a port of code from the rig build system we've been using at BYU Animation for the last 2 years, with a few cleanups and tweaks to better fit the mGear code style.
Testing Done
Built all stock templates with Maya 2026 in RHEL without issue.
Notes
While there haven't been direct requests for this feature, it is something I've found useful for improving rig performance on our projects and thought the community might find it useful.
I've also considered adding this same automatic tagging for custom steps, as well as making an option for it in the root guide. Let me know if you'd like those additions or any other tweaks!