Hello! I'm trying to build a rig for my cameras. I would like the P information to come out of the geo node called "camera morph" and be able to handle a null at object level. Is this possible? The idea is well understood in the attached image. I also attach the scene.
Thanks in advance!
Drive transformations at object level from inside a node.
506 2 1- nazimba
- Member
- 21 posts
- Joined: 10月 2019
- Offline
- EZiniT
- Member
- 53 posts
- Joined: 4月 2013
- Offline
- nazimba
- Member
- 21 posts
- Joined: 10月 2019
- Offline
Hi EZiniT! Thanks for taking the time to put that scene together. Of course it's another good way to think about the problem, but it doesn't answer the question about how to read attribute data through expressions. I think I have found the solution, it is simpler than I thought.
point("../camera_morph/OUT_Tx", 0, "P", 0)
point("../camera_morph/OUT_Tx", 0, "P", 1)
point("../camera_morph/OUT_Tx", 0, "P", 2)
point("../camera_morph/OUT_Tx", 0, "P", 0)
point("../camera_morph/OUT_Tx", 0, "P", 1)
point("../camera_morph/OUT_Tx", 0, "P", 2)
-
- Quick Links