Is it a double slash (//) that disables a line in an ini
file?
For example:
[SystemSettings]
r.SceneColorFringeQuality=0
// r.MotionBlur.Max=0 //
Or would this be correct?
[SystemSettings]
r.SceneColorFringeQuality=0
; r.MotionBlur.Max=0
Is it a double slash (//) that disables a line in an ini
file?
For example:
[SystemSettings]
r.SceneColorFringeQuality=0
// r.MotionBlur.Max=0 //
Or would this be correct?
[SystemSettings]
r.SceneColorFringeQuality=0
; r.MotionBlur.Max=0
Backslash is: \
Forward slash is: /
Comments in .ini
file start with #
or ;
Reference: https://en.wikipedia.org/wiki/INI_file