Weird lines when I export my map (glowing effect?)
PapaJohns57
Traveler
When I try to export my map as a png file, I get these weird lines across it. Apparently, the "glow" effect of my landmass causes this. When I delete it, everything's fine. I didn't make my "glow" effect that big so I'd like to know if there's anything I can do to keep my "glow" effect and still don't have the weird lines when I export my map.
My map before I exported it:
Exported with the "glow" effect:
Exported without it:
Thanks in advance!
Tagged:
Comments
Each of those bands is a pass made by the rendering engine.
You can use wider passes by typing the command EXPORTSETMPPP and hitting return. The command line will tell you the current Maximum Pixels Per Pass, which at default setting is 4000000 (4 million without commas).
Try typing 40000000 (40 million), hitting return, and trying your export again.
That fixed it, thanks!