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

Improvements to debugging. #3

Merged
merged 1 commit into from
Jul 21, 2017
Merged

Conversation

iconmaster
Copy link

Tracked layers can now be queried directly for their focus boolean value.
The engine now relies on this value rather than on the name of the layer's current state. (It never failed previously, but this seems like a more reliable mechanism and so far it works at least as well.)
Debug statement will try to look for the layer's __framerInstanceInfo.name if no name is set. It's a private property, but a fallback is included.
Running the focus engine with no initial focus set now fails gracefully with error message.

Non-breaking change, should be seamless for the user.

…lue.

The engine now relies on this value rather than on the name of the layer's current state.
Debug statement will try to look for the layer's __framerInstanceInfo.name if no name is set.
Running the focus engine with no initial focus set now fails gracefully.
@brandonjpierce brandonjpierce merged commit 66ecbfd into master Jul 21, 2017
@brandonjpierce brandonjpierce deleted the feature/focus-debugging branch July 21, 2017 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants