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

Workflow: Transformation module for digesting data and setting XformOps on Prims. #41

Open
Sasbom opened this issue Dec 5, 2023 · 0 comments

Comments

@Sasbom
Copy link
Contributor

Sasbom commented Dec 5, 2023

#30 (comment)

@BigRoy brought up a point that the camera translation function from could be generalized.
I think it'd be a good idea to extend this to rotation and scaling and the transformation matrix operations too,

This would be convenient when building out #26 .

and would also offer generic versions of some functions in the render_util module,
which would be particularly useful in #30 .

I propose that we keep other attributes in mind and structure it like so

usd-qtpy
|
| - lib
|    | - attributes
|        | - __init__.py
|        | - transformations.py
|        | - primvar.py
|        | - metadata.py
|
| - render_util...

On a small sidenode:
We could put render_util in lib too. I don't exactly know what belongs there and what doesn't.

That's all for now, folks

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

1 participant