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

Use get_relative_transform for clip <-> prim space conversions. #2977

Merged
merged 1 commit into from Aug 21, 2018

Commits on Aug 20, 2018

  1. Use get_relative_transform for clip <-> prim space conversions.

    This expands the functionality in get_relative_transform to work
    for both primitive and clip space conversions.
    
    This code path is not super efficient (it could be improved), but
    on the majority of sites it never runs, and even on cases where it
    does run, the coordinate system tree is typically very shallow. We
    can optimize this function if it ever shows up in a profile.
    gw3583 committed Aug 20, 2018
You can’t perform that action at this time.