You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you ever thought "Hmm I like this lighting setup but it's all a bit dim / too bright.."
4
+
You can change the exposure values of Maya default and Arnold lights by a relative ammount so that every light's exposure gets increased/decreased by the same ammount.
5
+
6
+
**By default this option ignores hidden/disabled lights**
7
+
8
+
## Current options are:
9
+
10
+
-**Override: Absolute change** -> sets all exposures to given a amount, disregarding current values
11
+
-**Selected lights only** -> Only effect selected lights
12
+
-**Include hidden lights** -> Effect hidden/disabled lights as well
13
+
14
+
## Installation
15
+
16
+
You can drag and drop the `.py` file either:
17
+
- into the script editor and run it that way
18
+
- or from the script editor (while having it all selected) onto the toolbar to save it there for later use
19
+
20
+
---
21
+
22
+
## Notes
23
+
24
+
- If you'd like to just set absolute values for multiple lights, there's already a built in function for it in the `Arnold` -> `Utilities` -> `Light editor` menu
25
+
- This project was mainly just a learning experience, but it might be updated to work with different renderengines used with Maya
0 commit comments