Adding Schemas to multiple primitives
691
2
1
JasonSlab
Member
1535 posts
Joined: 3月 2020
Offline
2024年10月14日 9:45
Hi hi
I'm trying to figure out the best solution to add "PhysicsCollisionAPI" data to multiple primitives/meshes for Unreal Engine exports.
Is there a easy way to use `lopinputprims('.', 0)` on the Inline USD LOP?
Or do I have to figure out a python solution of sorts?
Thanks
J
Attachments:
Screenshot 2024-10-14 153644.png (89.5 KB)
2024年10月14日 17:43
I'd do it with a Configure Primitive LOP to add the schemas and an Edit Properties LOP to set the values.
Edited by robp_sidefx - 2024年10月14日 17:44:37
Attachments:
physics.png (782.6 KB)
JasonSlab
Member
1535 posts
Joined: 3月 2020
Offline
2024年10月15日 5:55
Hiya Thanks Rob, definitely simpler than I thought it was, I had the Configure prim working, I just wasn't sure how to add the collision approximation.