You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Formerly, this fell back to the the super-class Transform
implementation, which returned `Transform.contains_branch` for both
dimensions. This doesn't make sense for blended transforms, which have
their own implementation that checks each side. However, it _also_
doesn't make sense for composite transforms, because those may contain
blended transforms themselves, so add a specific implementation for it.
Also fix type inconsistency for `Transform.contains_branch_seperately`.
0 commit comments