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

Fixed PathListingWidget errors when "/" path is invalid. #570

Merged
merged 1 commit into from
Oct 3, 2013

Conversation

johnhaddon
Copy link
Member

Invalid root paths occur quite frequently in the SceneHierarchy editor when an invalid filename has been entered in a SceneReader or AlembicReader. Those nodes will still display an error, but the SceneHierarchy now won't output a confusing stacktrace which distracts people from the root cause.

Fixes #528.

Invalid root paths occur quite frequently in the SceneHierarchy editor when an invalid filename has been entered in a SceneReader or AlembicReader. Those nodes will still display an error, but the SceneHierarchy now won't output a confusing stacktrace which distracts people from the root cause.

Fixes GafferHQ#528.
andrewkaufman added a commit that referenced this pull request Oct 3, 2013
Fixed PathListingWidget errors when "/" path is invalid.
@andrewkaufman andrewkaufman merged commit f4c6046 into GafferHQ:master Oct 3, 2013
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.

Error if SceneReader is given an invalid path
2 participants