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

Stage.CreateNew - add support for LoadPolicy #267

Closed
murphyeoin opened this issue Aug 16, 2017 · 1 comment
Closed

Stage.CreateNew - add support for LoadPolicy #267

murphyeoin opened this issue Aug 16, 2017 · 1 comment

Comments

@murphyeoin
Copy link
Contributor

murphyeoin commented Aug 16, 2017

Description of Issue

LoadPolicy had no persistent effect on the stage, which is why it was only a parameter to Open(). But now that it has (late last year) persistent effect on added arcs, we probably should add it as a parameter to CreateNew() to make it consistent with other Stage methods
see http://graphics.pixar.com/usd/docs/api/class_usd_stage.html#a7a661b8f729152c673078fbbafe29a46 for the enum in question
For completion, should probably add to all CreateNew() and CreateInMemory() methods

Steps to Reproduce

want to be able to do e.g

Stage.CreateNew(const std::string& identifier, InitialLoadSet load=LoadAll))	

System Information (OS, Hardware)

Package Versions

Build Flags

@jtran56
Copy link

jtran56 commented Aug 16, 2017

Filed as internal issue #149846.

This issue was closed.
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

No branches or pull requests

3 participants