How do I parent camera focus distance to a null?
2784
2
0
icyou2020
Member
29 posts
Joined: Jan. 2020
Offline
Oct. 8, 2022 8:02 p.m.
I would like my camera focus always be linked to a null so when I move the camera I don't have to worry about losing focus. I would like to move my null around and always have the focus on that. Thanks
Attachments:
Capture.JPG (122.8 KB)
CYTE
Member
779 posts
Joined: Feb. 2017
Offline
Oct. 9, 2022 4:09 a.m.
Hey icyou2020,
use this expreession in your Focus Distance:
vlength ( vtorigin(".", "../null1" ))
Cheers
CYTE
Edited by CYTE - Oct. 9, 2022 04:10:36
icyou2020
Member
29 posts
Joined: Jan. 2020
Offline
Oct. 9, 2022 1:07 p.m.
CYTE Hey icyou2020, use this expreession in your Focus Distance: vlength ( vtorigin(".", "../null1" ))
Cheers CYTEAwesome worked perfect. Thanks.