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

[Houdini] Test for a CH_Manager before calling CH_Manager functions. #674

Merged

Conversation

marktucker
Copy link
Contributor

This fixes a crash when running ginfo on a USD file. ginfo does not create
any node/channel infrastructure, so trying to call global CH_Manager methods
leads to a crash.

If no CH_Manager exists, use a default of "1" for the sample time.

This fixes Issue #673

This fixes a crash when running ginfo on a USD file. ginfo does not create
any node/channel infrastructure, so trying to call global CH_Manager methods
leads to a crash.
@jtran56
Copy link

jtran56 commented Oct 24, 2018

Filed as internal issue #USD-4861.

@pixar-oss pixar-oss merged commit cef7478 into PixarAnimationStudios:dev Oct 30, 2018
pixar-oss added a commit that referenced this pull request Oct 30, 2018
[Houdini] Test for a CH_Manager before calling CH_Manager functions.

(Internal change: 1905368)
@marktucker marktucker deleted the dev_houdini_test_chmanager branch November 22, 2018 20:38
AdamFelt pushed a commit to autodesk-forks/USD that referenced this pull request Apr 16, 2024
…hich is for divide the text run. (PixarAnimationStudios#674)

### Description of Change(s)
Add the CommonTextGenericText::DivideTextRun function which is for divide the text run.
Use this function in DivideTextRunByTabs, DivideTextRunByScripts and fontSubstitution.
### Fixes Issue(s)
-

<!--
Please follow the Contributing and Building guidelines to run tests against your
change. Place an X in the box if tests are run and are all tests passing.
-->
- [ ] I have verified that all unit tests pass with the proposed changes
<!--
Place an X in the box if you have submitted a signed Contributor License Agreement.
A signed CLA must be received before pull requests can be merged.
For instructions, see: http://openusd.org/release/contributing_to_usd.html
-->
- [ ] I have submitted a signed Contributor License Agreement

(cherry picked from commit ef132b69e9d3ad0bc77c6b3e1c8ec6ef68180b9e)
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.

4 participants