Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (
- objs = getcurrentselection()
- mats = #()
- maps = #()
- for o in objs do
- (
- join mats (GetClassInstances Fstorm target:o)
- )
- for m in mats do
- (
- join maps (GetClassInstances FstormBitmap target:m.diffuse_tex)
- )
- maps.gamma = 2.2
- maps.input_gamma = off
- )
Advertisement
Add Comment
Please, Sign In to add comment