Intermediate fix for worldmap orientation v07x
authorJens Verwiebe
Mon Oct 25 20:21:07 2010 +0200 (18 months ago)
branchv07x
changeset 605ecd5cf629be9
parent 604 8e4b592087c2
Intermediate fix for worldmap orientation
LuxBlend_0.1.py
     1.1 --- a/LuxBlend_0.1.py	Sun Oct 03 17:34:21 2010 +0100
     1.2 +++ b/LuxBlend_0.1.py	Mon Oct 25 20:21:07 2010 +0200
     1.3 @@ -3990,6 +3990,7 @@
     1.4              
     1.5              if envtype.get() in ("infinite", "infinitesample"):
     1.6                  str += componentRotation('env', 'environment map', scn, gui)
     1.7 +                str +="Scale -1 1 1 # correct worldmap orientation"
     1.8                  env_lg = luxProp(scn, "env.lightgroup", "default")
     1.9                  luxString("env.lightgroup", env_lg, "lightgroup", "Environment light group", gui)
    1.10                  if luxProp(scn, "nolg", "false").get()!="true":