pymel.core.windows.saveViewportSettings

saveViewportSettings(*args, **kwargs)

This command causes all the 3d views to save their settings as optionVar’s. This is called automatically by the system when Maya exits.

Derived from mel command maya.cmds.saveViewportSettings

Example:

import pymel.core as pm

import maya.cmds as cmds

pm.saveViewportSettings()

Previous topic

pymel.core.windows.saveShelf

Next topic

pymel.core.windows.scmh

Core

Core Modules

Other Modules

This Page