

- #Paraview set default folder when opening files mac os x
- #Paraview set default folder when opening files windows
Y.ini file will be created in the user's settings directory to save the settings for the next time ParaView is run.Īdministrators that want to provide a site-specific set of defaults that differ from the ones provided with ParaView can add a ParaView-SiteSettings.json file in one of a few possible locations. If the system settings file cannot be found, ParaView uses the defaults for all of the settings.
#Paraview set default folder when opening files mac os x
Y.ini Mac OS X /Library/Preferences/Qt/ParaView/ParaView X.
#Paraview set default folder when opening files windows
Windows %COMMON_APPDATA%\ParaView\ParaView X. Again, the location varies depending on the operating system. Y.ini in the location specified above, it will look for a system-wide settings file of the same name. See the Plugin HowTo for more information on creating and using plugins. Y/Plugins on Unix or Mac), then ParaView will automatically load any plugins located in that subdirectory. Y/Plugins in the user settings directory (for example ~/.config/ParaView/ParaView X. See Server Configuration for more information on this file. The configuration for server connections (the information that is displayed in choose server dialog box) is stored in a file called servers.pvsc. ParaView uses this same directory to store other user-specific files that are automatically loaded. On Windows you will find it someplace like C:\Users\ \AppData\Roaming\ParaView\.Īlthough rarely used, it is possible to override these locations by setting the XDG_CONFIG_HOME environment variable. So, for example, on Unix or Mac you will find your configuration settings files in ~/.config/ParaView/. Windows %APPDATA%\ParaView Unix $HOME/.config/ParaView Mac OS X $HOME/.config/ParaView It will look for the file in one of the following locations. Y.ini settings files depends on what operating system you are using. The location of the ParaView-UserSettings.json and ParaView X. ini file are not shared among different versions of ParaView. Other settings (window position, lock panels, recent files, etc.) are stored using the Qt QSettings system, which stores the settings in a. Different versions of ParaView installed on the same system will share this settings file, thus these settings will be sticky between versions. These settings are available in pvpython and pvbatch as well as the ParaView application. Most settings are stored in a file called ParaView-UserSettings.json (default view type, remote render threshold, transfer function reset mode).
