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

Fix and improve inheritance warnings. #28

Merged
merged 1 commit into from
Oct 27, 2017
Merged

Conversation

zellski
Copy link
Contributor

@zellski zellski commented Oct 27, 2017

We were warnings against eInheritRSrs, which is actually the one type of inheritance we're good with. It's eInheritRrSs we should freak out about.

That said, no need to do it for the root node -- at that point there is no global transform to worry about.

Partially fixes #27.

We were warnings against eInheritRSrs, which is actually the one type of
ineritance we're good with. It's eInheritRrSs we should freak out about.

That said, no need to do it for the root node -- at that point there is
no global transform to worry about.
@zellski zellski merged commit 34800d0 into master Oct 27, 2017
@zellski zellski deleted the bug-fix-einherit-warning branch October 27, 2017 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document how to fix eInheritRSrs error.
2 participants