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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user