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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Highlights
The following Node methods now have a new recurse parameter that controls whether or not the method should be applied to descendant nodes:
scale
recolor
remapResources
The following Node generator methods now have a new recurse parameter that controls whether or not the method should yield objects of descendant nodes:
walkEffects
walkActions
walkProperties
This new recurse parameter for the Node methods defaults to true, so calling them without it works just like before this change.