nik684

Untitled

Nov 28th, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. (
  2. objs = getcurrentselection()
  3. mats = #()
  4. maps = #()
  5. for o in objs do
  6. (
  7. join mats (GetClassInstances Fstorm target:o)
  8. )
  9. for m in mats do
  10. (
  11. join maps (GetClassInstances FstormBitmap target:m.diffuse_tex)
  12. )
  13.  
  14. maps.gamma = 2.2
  15. maps.input_gamma = off
  16. )
Advertisement
Add Comment
Please, Sign In to add comment