Configuration File Overview
MV3D's configuration files are in INI style format. They are read by Python's ConfigParser module. MV3D will attempt to read them two locations. The first is their location within the MV3D tree. After the file is loaded from there, the file is also loaded from a directory under the .mv3d folder. Configuration entries from the .mv3d folder will override the same entries in the MV3D tree.
