5

How should I setup a driver to keep two values same across blend file?
Like ...

World > Mapping node > Z Rotation value to Object > Mapping node > Z Rotation

It would be handy in case like when you reconstruct environment from equirectangular texture set for World shader and same texture is used for an object I reconstruct like here.

vklidu
  • 36,165
  • 1
  • 61
  • 135

1 Answers1

8

You can simply copy-paste the driver, the values should be the same.

  1. RMB > Copy as New Driver from one Mapping node
  2. RMB > Paste Driver into the second one
  3. Done.

enter image description here

vklidu
  • 36,165
  • 1
  • 61
  • 135
jachym michal
  • 31,744
  • 5
  • 55
  • 115