PyFx partial integration

Adds PyFx windlights and post process effects, not enabled by default.
Show custom graphics settings by default, because all our users are smart.
Tweaks SHAutoMask, uses Altocumulus as default cloud now
Added TODO into llrender/llpostprocess.cpp
We should also add the option to make the menu bar transparent, instead of pyfx using skin hacks
Also we need to add a settings preset feature at some point in the future.
We also need to add postproc to wlf.
This commit is contained in:
Lirusaito
2017-03-20 11:10:21 -04:00
parent 8e59d9800d
commit 0dfef2ab25
67 changed files with 9142 additions and 72 deletions

View File

@@ -366,6 +366,7 @@ LLPostProcess::LLPostProcess(void) :
parser->parse(effectsXML, mAllEffectInfo, LLSDSerialize::SIZE_UNLIMITED);
}
// Singu TODO: Make this configurable via settings
if (!mAllEffectInfo.has("default"))
mAllEffectInfo["default"] = LLSD::emptyMap();