body_hash stringlengths 64 64 | body stringlengths 23 109k | docstring stringlengths 1 57k | path stringlengths 4 198 | name stringlengths 1 115 | repository_name stringlengths 7 111 | repository_stars float64 0 191k | lang stringclasses 1
value | body_without_docstring stringlengths 14 108k | unified stringlengths 45 133k |
|---|---|---|---|---|---|---|---|---|---|
62dd594ea97576d8c70e5d6d42132a1cdec1c95850914da25bd2fd1382d3c495 | def sceneName():
'\n return the name of the current scene. \n \n \n Derived from mel command `maya.cmds.file`\n '
pass | return the name of the current scene.
Derived from mel command `maya.cmds.file` | mayaSDK/pymel/core/system.py | sceneName | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def sceneName():
'\n return the name of the current scene. \n \n \n Derived from mel command `maya.cmds.file`\n '
pass | def sceneName():
'\n return the name of the current scene. \n \n \n Derived from mel command `maya.cmds.file`\n '
pass<|docstring|>return the name of the current scene.
Derived from mel command `maya.cmds.file`<|endoftext|> |
6fa32b8d64f5b91872d6325d3320d2d9ed61fb9a725510b7ac27103cfe91933a | def unloadPlugin(*args, **kwargs):
"\n Unload plug-ins from Maya. After the successful execution of this command, plug-in services will no longer be available.\n \n Flags:\n - addCallback : ac (script) [create]\n Add a procedure to be called just before a plugin is unload... | Unload plug-ins from Maya. After the successful execution of this command, plug-in services will no longer be available.
Flags:
- addCallback : ac (script) [create]
Add a procedure to be called just before a plugin is unloaded. The procedure should have one string argument, which will
... | mayaSDK/pymel/core/system.py | unloadPlugin | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def unloadPlugin(*args, **kwargs):
"\n Unload plug-ins from Maya. After the successful execution of this command, plug-in services will no longer be available.\n \n Flags:\n - addCallback : ac (script) [create]\n Add a procedure to be called just before a plugin is unload... | def unloadPlugin(*args, **kwargs):
"\n Unload plug-ins from Maya. After the successful execution of this command, plug-in services will no longer be available.\n \n Flags:\n - addCallback : ac (script) [create]\n Add a procedure to be called just before a plugin is unload... |
d7a7bb80eb400212c498cc50287f92265299d88eedd661386a12d4601fdbe09c | def dbmessage(*args, **kwargs):
"\n The dbmessagecommand is used to install monitors for certain message types, dumping debug information as they are sent\n so that the flow of messages can be examined.\n \n Flags:\n - file : f (unicode) [create]\n Destination f... | The dbmessagecommand is used to install monitors for certain message types, dumping debug information as they are sent
so that the flow of messages can be examined.
Flags:
- file : f (unicode) [create]
Destination file of the message monitoring information. Use the special names st... | mayaSDK/pymel/core/system.py | dbmessage | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def dbmessage(*args, **kwargs):
"\n The dbmessagecommand is used to install monitors for certain message types, dumping debug information as they are sent\n so that the flow of messages can be examined.\n \n Flags:\n - file : f (unicode) [create]\n Destination f... | def dbmessage(*args, **kwargs):
"\n The dbmessagecommand is used to install monitors for certain message types, dumping debug information as they are sent\n so that the flow of messages can be examined.\n \n Flags:\n - file : f (unicode) [create]\n Destination f... |
98a60ec6ee7c6911714d55141d6e2cc9cc31db7f4385ab48bb3b63565262e932 | def shotTrack(*args, **kwargs):
"\n This command is used for inserting and removing tracks related to the shots displayed in the Sequencer. It can also be\n used to modify the track state, for example, to lock or mute a track. In query mode, return type is based on\n queried flag.\n \n Fl... | This command is used for inserting and removing tracks related to the shots displayed in the Sequencer. It can also be
used to modify the track state, for example, to lock or mute a track. In query mode, return type is based on
queried flag.
Flags:
- insertTrack : it (int) [create... | mayaSDK/pymel/core/system.py | shotTrack | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def shotTrack(*args, **kwargs):
"\n This command is used for inserting and removing tracks related to the shots displayed in the Sequencer. It can also be\n used to modify the track state, for example, to lock or mute a track. In query mode, return type is based on\n queried flag.\n \n Fl... | def shotTrack(*args, **kwargs):
"\n This command is used for inserting and removing tracks related to the shots displayed in the Sequencer. It can also be\n used to modify the track state, for example, to lock or mute a track. In query mode, return type is based on\n queried flag.\n \n Fl... |
694b5fc340b1f66e11961da837c6278d81f2424ef4b0046f4adba4084bd2b378 | def assignInputDevice(*args, **kwargs):
'\n This command associates a command string (i.e. a mel script) with the input device. When the device moves or a button\n on the device is pressed, the command string is executed as if you typed it into the window. If the command string\n contains the names of bu... | This command associates a command string (i.e. a mel script) with the input device. When the device moves or a button
on the device is pressed, the command string is executed as if you typed it into the window. If the command string
contains the names of buttons or axes of the device, the current value of these butto... | mayaSDK/pymel/core/system.py | assignInputDevice | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def assignInputDevice(*args, **kwargs):
'\n This command associates a command string (i.e. a mel script) with the input device. When the device moves or a button\n on the device is pressed, the command string is executed as if you typed it into the window. If the command string\n contains the names of bu... | def assignInputDevice(*args, **kwargs):
'\n This command associates a command string (i.e. a mel script) with the input device. When the device moves or a button\n on the device is pressed, the command string is executed as if you typed it into the window. If the command string\n contains the names of bu... |
dcdcf0ccc9fa441c9a554452e94e5176b6b921dbeed7cb317dda124a2c1b181c | def devicePanel(*args, **kwargs):
'\n This command is now obsolete. It is included only for the purpose of file compatibility. It creates a blank panel.\n \n Dynamic library stub function\n \n \n Derived from mel command `maya.cmds.devicePanel`\n '
pass | This command is now obsolete. It is included only for the purpose of file compatibility. It creates a blank panel.
Dynamic library stub function
Derived from mel command `maya.cmds.devicePanel` | mayaSDK/pymel/core/system.py | devicePanel | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def devicePanel(*args, **kwargs):
'\n This command is now obsolete. It is included only for the purpose of file compatibility. It creates a blank panel.\n \n Dynamic library stub function\n \n \n Derived from mel command `maya.cmds.devicePanel`\n '
pass | def devicePanel(*args, **kwargs):
'\n This command is now obsolete. It is included only for the purpose of file compatibility. It creates a blank panel.\n \n Dynamic library stub function\n \n \n Derived from mel command `maya.cmds.devicePanel`\n '
pass<|docstring|>This command is now obsol... |
267504496bde63fa22f24379f870ca280c6128962a983653db4a6311dbb1604c | def preloadRefEd(*args, **kwargs):
'\n This creates an editor for managing which references will be read in (loaded) and which deferred (unloaded) upon opening\n a file.\n \n Flags:\n - control : ctl (bool) [query]\n Query only. Returns the top level control for t... | This creates an editor for managing which references will be read in (loaded) and which deferred (unloaded) upon opening
a file.
Flags:
- control : ctl (bool) [query]
Query only. Returns the top level control for this editor. Usually used for getting a parent to attach popup menus.
... | mayaSDK/pymel/core/system.py | preloadRefEd | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def preloadRefEd(*args, **kwargs):
'\n This creates an editor for managing which references will be read in (loaded) and which deferred (unloaded) upon opening\n a file.\n \n Flags:\n - control : ctl (bool) [query]\n Query only. Returns the top level control for t... | def preloadRefEd(*args, **kwargs):
'\n This creates an editor for managing which references will be read in (loaded) and which deferred (unloaded) upon opening\n a file.\n \n Flags:\n - control : ctl (bool) [query]\n Query only. Returns the top level control for t... |
e9b04185688ac75175b41e101e472dfca0cd1344d2e0ae58e663465bbb3043bd | def fcheck(*args, **kwargs):
'\n Invokes the fcheck program to display images in a separate window.\n \n \n Derived from mel command `maya.cmds.fcheck`\n '
pass | Invokes the fcheck program to display images in a separate window.
Derived from mel command `maya.cmds.fcheck` | mayaSDK/pymel/core/system.py | fcheck | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def fcheck(*args, **kwargs):
'\n Invokes the fcheck program to display images in a separate window.\n \n \n Derived from mel command `maya.cmds.fcheck`\n '
pass | def fcheck(*args, **kwargs):
'\n Invokes the fcheck program to display images in a separate window.\n \n \n Derived from mel command `maya.cmds.fcheck`\n '
pass<|docstring|>Invokes the fcheck program to display images in a separate window.
Derived from mel command `maya.cmds.fcheck`<|endoftext|... |
7e251877f28fb17484d79d73c33ea8de22034460e7a09117dad00c6e9b34d4d0 | def attrCompatibility(*args, **kwargs):
"\n This command is used by Maya to handle compatibility issues between file format versions by providing a mechanism to\n describe differences between two versions. Plug-in writers can make use of this command to handle attribute\n compatibility changes to files.Th... | This command is used by Maya to handle compatibility issues between file format versions by providing a mechanism to
describe differences between two versions. Plug-in writers can make use of this command to handle attribute
compatibility changes to files.The first optional command argument argument is a node type nam... | mayaSDK/pymel/core/system.py | attrCompatibility | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def attrCompatibility(*args, **kwargs):
"\n This command is used by Maya to handle compatibility issues between file format versions by providing a mechanism to\n describe differences between two versions. Plug-in writers can make use of this command to handle attribute\n compatibility changes to files.Th... | def attrCompatibility(*args, **kwargs):
"\n This command is used by Maya to handle compatibility issues between file format versions by providing a mechanism to\n describe differences between two versions. Plug-in writers can make use of this command to handle attribute\n compatibility changes to files.Th... |
9cf987b33e4628a85cd1dc2dad459bd81b8cb1a40dac113ee860cc77af6482a0 | def newFile(*args, **kwargs):
'\n Initialize the scene. Returns untitled scene with default location. \n \n Flags:\n - force:\n Force an action to take place. (new, open, save, remove reference, unload reference) Used with removeReference to force\n remove reference ... | Initialize the scene. Returns untitled scene with default location.
Flags:
- force:
Force an action to take place. (new, open, save, remove reference, unload reference) Used with removeReference to force
remove reference namespace even if it has contents. Cannot be used with removeRefer... | mayaSDK/pymel/core/system.py | newFile | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def newFile(*args, **kwargs):
'\n Initialize the scene. Returns untitled scene with default location. \n \n Flags:\n - force:\n Force an action to take place. (new, open, save, remove reference, unload reference) Used with removeReference to force\n remove reference ... | def newFile(*args, **kwargs):
'\n Initialize the scene. Returns untitled scene with default location. \n \n Flags:\n - force:\n Force an action to take place. (new, open, save, remove reference, unload reference) Used with removeReference to force\n remove reference ... |
563a364a0b1a5c2326b0a495e2af02079c40a3d88d3c61ca608055b491d82630 | def profilerTool(*args, **kwargs):
"\n This script is intended to be used by the profilerPanel to interact with the profiler tool's view (draw region). It can\n be used to control some behaviors about the profiler Tool. In query mode, return type is based on queried\n flag.\n \n Flags:\... | This script is intended to be used by the profilerPanel to interact with the profiler tool's view (draw region). It can
be used to control some behaviors about the profiler Tool. In query mode, return type is based on queried
flag.
Flags:
- categoryView : cat (bool) [edit]
Ch... | mayaSDK/pymel/core/system.py | profilerTool | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def profilerTool(*args, **kwargs):
"\n This script is intended to be used by the profilerPanel to interact with the profiler tool's view (draw region). It can\n be used to control some behaviors about the profiler Tool. In query mode, return type is based on queried\n flag.\n \n Flags:\... | def profilerTool(*args, **kwargs):
"\n This script is intended to be used by the profilerPanel to interact with the profiler tool's view (draw region). It can\n be used to control some behaviors about the profiler Tool. In query mode, return type is based on queried\n flag.\n \n Flags:\... |
1aeddd7bb45db1cae16fa3d00aa1e6228971f15a2f2662b61df5b0dde7627595 | def getModifiers(*args, **kwargs):
"\n This command returns the current state of the modifier keys. The state of each modifier can be obtained by testing for\n the modifier's corresponding bit value in the return value. Shift is bit 1, Ctrl is bit 3, Alt is bit 4, and bit 5 is\n the 'Windows' key on Window... | This command returns the current state of the modifier keys. The state of each modifier can be obtained by testing for
the modifier's corresponding bit value in the return value. Shift is bit 1, Ctrl is bit 3, Alt is bit 4, and bit 5 is
the 'Windows' key on Windows keyboards and the Command key on Mac keyboards. See t... | mayaSDK/pymel/core/system.py | getModifiers | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def getModifiers(*args, **kwargs):
"\n This command returns the current state of the modifier keys. The state of each modifier can be obtained by testing for\n the modifier's corresponding bit value in the return value. Shift is bit 1, Ctrl is bit 3, Alt is bit 4, and bit 5 is\n the 'Windows' key on Window... | def getModifiers(*args, **kwargs):
"\n This command returns the current state of the modifier keys. The state of each modifier can be obtained by testing for\n the modifier's corresponding bit value in the return value. Shift is bit 1, Ctrl is bit 3, Alt is bit 4, and bit 5 is\n the 'Windows' key on Window... |
1fda32b421926692dec391310e90e1dc2d1b43b9eabd1e504061f2fd733447d6 | def sceneUIReplacement(*args, **kwargs):
'\n This command returns existing scene based UI that can be utilized by the scene that is being loaded. It can also delete\n any such UI that is not used by the loading scene.\n \n Flags:\n - clear : cl (bool) [create]\n ... | This command returns existing scene based UI that can be utilized by the scene that is being loaded. It can also delete
any such UI that is not used by the loading scene.
Flags:
- clear : cl (bool) [create]
Frees any resources allocated by the command.
- deleteRemaining : dr ... | mayaSDK/pymel/core/system.py | sceneUIReplacement | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def sceneUIReplacement(*args, **kwargs):
'\n This command returns existing scene based UI that can be utilized by the scene that is being loaded. It can also delete\n any such UI that is not used by the loading scene.\n \n Flags:\n - clear : cl (bool) [create]\n ... | def sceneUIReplacement(*args, **kwargs):
'\n This command returns existing scene based UI that can be utilized by the scene that is being loaded. It can also delete\n any such UI that is not used by the loading scene.\n \n Flags:\n - clear : cl (bool) [create]\n ... |
f340558d3c26c45e4038d1740e5fd0070db0d898b0b801ebf639d70c08147a71 | def pluginDisplayFilter(*args, **kwargs):
"\n Register, deregister or query a plugin display filter. Plug-ins can use this command to register their own display\n filters which will appear in the 'Show' menus on Maya's model panels.\n \n Flags:\n - classification : cls (unicode) [cr... | Register, deregister or query a plugin display filter. Plug-ins can use this command to register their own display
filters which will appear in the 'Show' menus on Maya's model panels.
Flags:
- classification : cls (unicode) [create,query]
The classification used to filter objects in Viewport 2... | mayaSDK/pymel/core/system.py | pluginDisplayFilter | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def pluginDisplayFilter(*args, **kwargs):
"\n Register, deregister or query a plugin display filter. Plug-ins can use this command to register their own display\n filters which will appear in the 'Show' menus on Maya's model panels.\n \n Flags:\n - classification : cls (unicode) [cr... | def pluginDisplayFilter(*args, **kwargs):
"\n Register, deregister or query a plugin display filter. Plug-ins can use this command to register their own display\n filters which will appear in the 'Show' menus on Maya's model panels.\n \n Flags:\n - classification : cls (unicode) [cr... |
478904ae8db447650fe12fcaf21d223d4b3be9e8beb221adbcfcb6fc4ea77492 | def recordAttr(*args, **kwargs):
'\n This command sets up an attribute to be recorded. When the record command is executed, any changes to this attribute\n are recorded. When recording stops these changes are turned into keyframes. If no attributes are specified all\n attributes of the node are recorded.... | This command sets up an attribute to be recorded. When the record command is executed, any changes to this attribute
are recorded. When recording stops these changes are turned into keyframes. If no attributes are specified all
attributes of the node are recorded. When the query flag is used, a list of the attributes... | mayaSDK/pymel/core/system.py | recordAttr | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def recordAttr(*args, **kwargs):
'\n This command sets up an attribute to be recorded. When the record command is executed, any changes to this attribute\n are recorded. When recording stops these changes are turned into keyframes. If no attributes are specified all\n attributes of the node are recorded.... | def recordAttr(*args, **kwargs):
'\n This command sets up an attribute to be recorded. When the record command is executed, any changes to this attribute\n are recorded. When recording stops these changes are turned into keyframes. If no attributes are specified all\n attributes of the node are recorded.... |
83cb7479e688a1298ef2506ca7392fd41a555e1fb5c7d7f62e7d9a8c33c12433 | def exportAnimFromReference(exportPath, **kwargs):
"\n Export the main scene animation nodes and animation helper nodes from all referenced objects. This flag, when used in conjunction with the -rfn/referenceNode flag, can be constrained to only export animation nodes from the specified reference file. See -ean/... | Export the main scene animation nodes and animation helper nodes from all referenced objects. This flag, when used in conjunction with the -rfn/referenceNode flag, can be constrained to only export animation nodes from the specified reference file. See -ean/exportAnim flag description for details on usage of animation ... | mayaSDK/pymel/core/system.py | exportAnimFromReference | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def exportAnimFromReference(exportPath, **kwargs):
"\n Export the main scene animation nodes and animation helper nodes from all referenced objects. This flag, when used in conjunction with the -rfn/referenceNode flag, can be constrained to only export animation nodes from the specified reference file. See -ean/... | def exportAnimFromReference(exportPath, **kwargs):
"\n Export the main scene animation nodes and animation helper nodes from all referenced objects. This flag, when used in conjunction with the -rfn/referenceNode flag, can be constrained to only export animation nodes from the specified reference file. See -ean/... |
61c073cdb2cb97b1f4fb9b7948f5771f91150975b0b26de806dd608d2632515b | def attachDeviceAttr(*args, **kwargs):
'\n This command associates a device/axis pair with a node/attribute pair. When the device axis moves, the value of the\n attribute is set to the value of the axis. This value can be scaled and offset using the setAttrScale command. In query\n mode, return type is bas... | This command associates a device/axis pair with a node/attribute pair. When the device axis moves, the value of the
attribute is set to the value of the axis. This value can be scaled and offset using the setAttrScale command. In query
mode, return type is based on queried flag.
Dynamic library stub function
Flags:
... | mayaSDK/pymel/core/system.py | attachDeviceAttr | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def attachDeviceAttr(*args, **kwargs):
'\n This command associates a device/axis pair with a node/attribute pair. When the device axis moves, the value of the\n attribute is set to the value of the axis. This value can be scaled and offset using the setAttrScale command. In query\n mode, return type is bas... | def attachDeviceAttr(*args, **kwargs):
'\n This command associates a device/axis pair with a node/attribute pair. When the device axis moves, the value of the\n attribute is set to the value of the axis. This value can be scaled and offset using the setAttrScale command. In query\n mode, return type is bas... |
20f1206f1ef748cdf979b6953d339fe8bcba97b08f4d6b16707ec9a5806c16bd | def autoSave(*args, **kwargs):
"\n Provides an interface to the auto-save mechanism. In query mode, return type is based on queried flag.\n \n Flags:\n - destination : dst (int) [create,query]\n Sets the option for where auto-save files go. 0 - auto-saves... | Provides an interface to the auto-save mechanism. In query mode, return type is based on queried flag.
Flags:
- destination : dst (int) [create,query]
Sets the option for where auto-save files go. 0 - auto-saves go into the workspace autosave folder 1 - auto-saves go
... | mayaSDK/pymel/core/system.py | autoSave | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def autoSave(*args, **kwargs):
"\n Provides an interface to the auto-save mechanism. In query mode, return type is based on queried flag.\n \n Flags:\n - destination : dst (int) [create,query]\n Sets the option for where auto-save files go. 0 - auto-saves... | def autoSave(*args, **kwargs):
"\n Provides an interface to the auto-save mechanism. In query mode, return type is based on queried flag.\n \n Flags:\n - destination : dst (int) [create,query]\n Sets the option for where auto-save files go. 0 - auto-saves... |
ad244bafe215df4199f40c41466d324f1f14cecd3419b3141ddc657902c84d96 | def dgeval(*args, **kwargs):
'\n The dgevalcommand is used to force a dependency graph evaluate of a node or plug. Used for debugging to find\n propagation problems. Normally the selection list is used to determine which objects to evaluate, but you can add to the\n selection list by specifying which obje... | The dgevalcommand is used to force a dependency graph evaluate of a node or plug. Used for debugging to find
propagation problems. Normally the selection list is used to determine which objects to evaluate, but you can add to the
selection list by specifying which objects you want on the command line.
Flags:
- src ... | mayaSDK/pymel/core/system.py | dgeval | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def dgeval(*args, **kwargs):
'\n The dgevalcommand is used to force a dependency graph evaluate of a node or plug. Used for debugging to find\n propagation problems. Normally the selection list is used to determine which objects to evaluate, but you can add to the\n selection list by specifying which obje... | def dgeval(*args, **kwargs):
'\n The dgevalcommand is used to force a dependency graph evaluate of a node or plug. Used for debugging to find\n propagation problems. Normally the selection list is used to determine which objects to evaluate, but you can add to the\n selection list by specifying which obje... |
33f4d095dc79c4978ccf2121b602acc2018380373a1e2dd199816db02390ec62 | def rehash(*args, **kwargs):
'\n Derived from mel command `maya.cmds.rehash`\n '
pass | Derived from mel command `maya.cmds.rehash` | mayaSDK/pymel/core/system.py | rehash | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def rehash(*args, **kwargs):
'\n \n '
pass | def rehash(*args, **kwargs):
'\n \n '
pass<|docstring|>Derived from mel command `maya.cmds.rehash`<|endoftext|> |
518fed5010f6671da5f0819d8085d97381695f32e789ab6db666681bd6936410 | def detachDeviceAttr(*args, **kwargs):
'\n This command detaches connections between device axes and node attributes. The command line arguments are the same as\n for the corresponding attachDeviceAttr except for the clutch argument which can not be used in this command. In query\n mode, return type is ba... | This command detaches connections between device axes and node attributes. The command line arguments are the same as
for the corresponding attachDeviceAttr except for the clutch argument which can not be used in this command. In query
mode, return type is based on queried flag.
Dynamic library stub function
Flags:
... | mayaSDK/pymel/core/system.py | detachDeviceAttr | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def detachDeviceAttr(*args, **kwargs):
'\n This command detaches connections between device axes and node attributes. The command line arguments are the same as\n for the corresponding attachDeviceAttr except for the clutch argument which can not be used in this command. In query\n mode, return type is ba... | def detachDeviceAttr(*args, **kwargs):
'\n This command detaches connections between device axes and node attributes. The command line arguments are the same as\n for the corresponding attachDeviceAttr except for the clutch argument which can not be used in this command. In query\n mode, return type is ba... |
b8eb653937af3a104c6bf978d713c1141b4037aefd801f81720a0dc2f4629b7c | def scriptNode(*args, **kwargs):
'\n scriptNodes contain scripts that are executed when a file is loaded or when the script node is deleted. If a script\n modifies a referenced node, the changes will be tracked as reference edits unless the scriptNode was created with the\n ignoreReferenceEdits flag. The s... | scriptNodes contain scripts that are executed when a file is loaded or when the script node is deleted. If a script
modifies a referenced node, the changes will be tracked as reference edits unless the scriptNode was created with the
ignoreReferenceEdits flag. The scriptNode command is used to create, edit, query, and ... | mayaSDK/pymel/core/system.py | scriptNode | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def scriptNode(*args, **kwargs):
'\n scriptNodes contain scripts that are executed when a file is loaded or when the script node is deleted. If a script\n modifies a referenced node, the changes will be tracked as reference edits unless the scriptNode was created with the\n ignoreReferenceEdits flag. The s... | def scriptNode(*args, **kwargs):
'\n scriptNodes contain scripts that are executed when a file is loaded or when the script node is deleted. If a script\n modifies a referenced node, the changes will be tracked as reference edits unless the scriptNode was created with the\n ignoreReferenceEdits flag. The s... |
a83be72646ddd317e04738050a75ff1b33621b2ba51503d940960b164ec71d0e | def reference(*args, **kwargs):
'\n Flags:\n - connectionsBroken : cb (bool) []\n \n - connectionsMade : cm (bool) []\n \n - dagPath : dp (bool) []\n \n - editCommand : ec (unicode) []\n \n - f... | Flags:
- connectionsBroken : cb (bool) []
- connectionsMade : cm (bool) []
- dagPath : dp (bool) []
- editCommand : ec (unicode) []
- filename : f (unicode) []
- isNodeReferenced : inr (bo... | mayaSDK/pymel/core/system.py | reference | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def reference(*args, **kwargs):
'\n Flags:\n - connectionsBroken : cb (bool) []\n \n - connectionsMade : cm (bool) []\n \n - dagPath : dp (bool) []\n \n - editCommand : ec (unicode) []\n \n - f... | def reference(*args, **kwargs):
'\n Flags:\n - connectionsBroken : cb (bool) []\n \n - connectionsMade : cm (bool) []\n \n - dagPath : dp (bool) []\n \n - editCommand : ec (unicode) []\n \n - f... |
1cbd0b6587fcabc53566e14ff4cf8f0f2ab7d1f97df08b2316642e71e61322fc | def listNamespaces(root='None', recursive='False', internal='False'):
'\n Returns a list of the namespaces in the scene\n '
pass | Returns a list of the namespaces in the scene | mayaSDK/pymel/core/system.py | listNamespaces | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def listNamespaces(root='None', recursive='False', internal='False'):
'\n \n '
pass | def listNamespaces(root='None', recursive='False', internal='False'):
'\n \n '
pass<|docstring|>Returns a list of the namespaces in the scene<|endoftext|> |
0392a8dfc725e910e4fcf8856b0a70b4c033411a9174078623b229e07f6224b1 | def dgdirty(*args, **kwargs):
"\n The dgdirtycommand is used to force a dependency graph dirty message on a node or plug. Used for debugging to find\n evaluation problems. If no nodes are specified then the current selection list is used. If the listflag is used it will\n return the list of things curren... | The dgdirtycommand is used to force a dependency graph dirty message on a node or plug. Used for debugging to find
evaluation problems. If no nodes are specified then the current selection list is used. If the listflag is used it will
return the list of things currently marked as dirty (or clean if the cleanflag was ... | mayaSDK/pymel/core/system.py | dgdirty | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def dgdirty(*args, **kwargs):
"\n The dgdirtycommand is used to force a dependency graph dirty message on a node or plug. Used for debugging to find\n evaluation problems. If no nodes are specified then the current selection list is used. If the listflag is used it will\n return the list of things curren... | def dgdirty(*args, **kwargs):
"\n The dgdirtycommand is used to force a dependency graph dirty message on a node or plug. Used for debugging to find\n evaluation problems. If no nodes are specified then the current selection list is used. If the listflag is used it will\n return the list of things curren... |
8a8af10ed44f0ce18eaf6c5264c1a5c433428279e2ce0dcd9603288949353382 | def sysFile(*args, **kwargs):
'\n This command provides a system independent way to create a directory or to rename or delete a file.\n \n Flags:\n - copy : cp (unicode) [create]\n Copy the file to the name given by the newFileName paramter.\n \n - delete : ... | This command provides a system independent way to create a directory or to rename or delete a file.
Flags:
- copy : cp (unicode) [create]
Copy the file to the name given by the newFileName paramter.
- delete : delete (bool) [create]
Deletes the file.
... | mayaSDK/pymel/core/system.py | sysFile | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def sysFile(*args, **kwargs):
'\n This command provides a system independent way to create a directory or to rename or delete a file.\n \n Flags:\n - copy : cp (unicode) [create]\n Copy the file to the name given by the newFileName paramter.\n \n - delete : ... | def sysFile(*args, **kwargs):
'\n This command provides a system independent way to create a directory or to rename or delete a file.\n \n Flags:\n - copy : cp (unicode) [create]\n Copy the file to the name given by the newFileName paramter.\n \n - delete : ... |
1c0eb12f998aed036aeefac12235bd788b64f30eebfd756ddb799c6d34808139 | def listReferences(parentReference='None', recursive='False', namespaces='False', refNodes='False', references='True', loaded='None', unloaded='None'):
"\n Like iterReferences, except returns a list instead of an iterator.\n \n \n returns references in the scene as a list of value tuples.\n \n The... | Like iterReferences, except returns a list instead of an iterator.
returns references in the scene as a list of value tuples.
The values in the tuples can be namespaces, refNodes (as PyNodes), and/or
references (as FileReferences), and are controlled by their respective
keywords (and are returned in that order). If... | mayaSDK/pymel/core/system.py | listReferences | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def listReferences(parentReference='None', recursive='False', namespaces='False', refNodes='False', references='True', loaded='None', unloaded='None'):
"\n Like iterReferences, except returns a list instead of an iterator.\n \n \n returns references in the scene as a list of value tuples.\n \n The... | def listReferences(parentReference='None', recursive='False', namespaces='False', refNodes='False', references='True', loaded='None', unloaded='None'):
"\n Like iterReferences, except returns a list instead of an iterator.\n \n \n returns references in the scene as a list of value tuples.\n \n The... |
10f363a95246be11c6f1958a883a07d5a53f6b98381742b5763022f8c5c3e801 | def cacheFileCombine(*args, **kwargs):
'\n Creates a cacheBlend node that can be used to combine, layer or blend multiple cacheFiles for a given object.\n \n Flags:\n - cacheIndex : ci (bool) [query]\n A query only flag that returns the index related to the cache speci... | Creates a cacheBlend node that can be used to combine, layer or blend multiple cacheFiles for a given object.
Flags:
- cacheIndex : ci (bool) [query]
A query only flag that returns the index related to the cache specified with the connectCache flag.
- channelName : cnm (... | mayaSDK/pymel/core/system.py | cacheFileCombine | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def cacheFileCombine(*args, **kwargs):
'\n Creates a cacheBlend node that can be used to combine, layer or blend multiple cacheFiles for a given object.\n \n Flags:\n - cacheIndex : ci (bool) [query]\n A query only flag that returns the index related to the cache speci... | def cacheFileCombine(*args, **kwargs):
'\n Creates a cacheBlend node that can be used to combine, layer or blend multiple cacheFiles for a given object.\n \n Flags:\n - cacheIndex : ci (bool) [query]\n A query only flag that returns the index related to the cache speci... |
64f5369196cd1eb35f786588d01f7cb1b14236446160cb4e77bbe7383587e1b2 | def dbpeek(*args, **kwargs):
'\n The dbpeekcommand is used to analyze the Maya data for information of interest. See a description of the flags for\n details on what types of things can be analyzed.\n \n Flags:\n - allObjects : all (bool) [create,query]\n Ignore any ... | The dbpeekcommand is used to analyze the Maya data for information of interest. See a description of the flags for
details on what types of things can be analyzed.
Flags:
- allObjects : all (bool) [create,query]
Ignore any specified or selected objects and peek into all applicable object... | mayaSDK/pymel/core/system.py | dbpeek | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def dbpeek(*args, **kwargs):
'\n The dbpeekcommand is used to analyze the Maya data for information of interest. See a description of the flags for\n details on what types of things can be analyzed.\n \n Flags:\n - allObjects : all (bool) [create,query]\n Ignore any ... | def dbpeek(*args, **kwargs):
'\n The dbpeekcommand is used to analyze the Maya data for information of interest. See a description of the flags for\n details on what types of things can be analyzed.\n \n Flags:\n - allObjects : all (bool) [create,query]\n Ignore any ... |
6fae2165a1cebad8459542c6dd70c66fe9cfa1429f8695206b01bef6e415ef62 | def unknownNode(*args, **kwargs):
'\n Allows querying of the data stored for unknown nodes (nodes that are defined by a plug-in that Maya could not load when\n loading a scene file).\n \n Flags:\n - plugin : p (bool) [query]\n In query mode return the name of t... | Allows querying of the data stored for unknown nodes (nodes that are defined by a plug-in that Maya could not load when
loading a scene file).
Flags:
- plugin : p (bool) [query]
In query mode return the name of the plug-in from which the unknown node originated. If no plug-in then ... | mayaSDK/pymel/core/system.py | unknownNode | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def unknownNode(*args, **kwargs):
'\n Allows querying of the data stored for unknown nodes (nodes that are defined by a plug-in that Maya could not load when\n loading a scene file).\n \n Flags:\n - plugin : p (bool) [query]\n In query mode return the name of t... | def unknownNode(*args, **kwargs):
'\n Allows querying of the data stored for unknown nodes (nodes that are defined by a plug-in that Maya could not load when\n loading a scene file).\n \n Flags:\n - plugin : p (bool) [query]\n In query mode return the name of t... |
2a5e45aba9f0e273ec14dfd6fecb579ff6d1846767d65ae3cdf64f98c439066a | def launchImageEditor(*args, **kwargs):
'\n Launch the appropriate application to edit/view the image files specified. This command works only on the Macintosh and\n Windows platforms.\n \n Flags:\n - editImageFile : eif (unicode) [create]\n If the file is a PSD, then the ... | Launch the appropriate application to edit/view the image files specified. This command works only on the Macintosh and
Windows platforms.
Flags:
- editImageFile : eif (unicode) [create]
If the file is a PSD, then the specified verison of Photoshop is launched, and the file is opened in it. If... | mayaSDK/pymel/core/system.py | launchImageEditor | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def launchImageEditor(*args, **kwargs):
'\n Launch the appropriate application to edit/view the image files specified. This command works only on the Macintosh and\n Windows platforms.\n \n Flags:\n - editImageFile : eif (unicode) [create]\n If the file is a PSD, then the ... | def launchImageEditor(*args, **kwargs):
'\n Launch the appropriate application to edit/view the image files specified. This command works only on the Macintosh and\n Windows platforms.\n \n Flags:\n - editImageFile : eif (unicode) [create]\n If the file is a PSD, then the ... |
ef1ca54dc20148be7f34ad10df4188171f0e20afc9446dd97c322199811bbc25 | def showHelp(*args, **kwargs):
'\n Invokes a web browser to open the on-line documentation and help files. It will open the help page for a given topic, or\n open a browser to a specific URL. In query mode, return type is based on queried flag.\n \n Flags:\n - absolute : a ... | Invokes a web browser to open the on-line documentation and help files. It will open the help page for a given topic, or
open a browser to a specific URL. In query mode, return type is based on queried flag.
Flags:
- absolute : a (bool) [create]
The specified URLis an a... | mayaSDK/pymel/core/system.py | showHelp | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def showHelp(*args, **kwargs):
'\n Invokes a web browser to open the on-line documentation and help files. It will open the help page for a given topic, or\n open a browser to a specific URL. In query mode, return type is based on queried flag.\n \n Flags:\n - absolute : a ... | def showHelp(*args, **kwargs):
'\n Invokes a web browser to open the on-line documentation and help files. It will open the help page for a given topic, or\n open a browser to a specific URL. In query mode, return type is based on queried flag.\n \n Flags:\n - absolute : a ... |
438aedbd6238b6235c698849a45852457f915b39407f260f017609b88526f979 | def exportEdits(*args, **kwargs):
"\n Use this command to export edits made in the scene to a file. The exported file can be subsequently imported to another\n scene. Edits may include: nodes, connections and reference edits such as value changes. The nodes that are included in\n the exported file will be ... | Use this command to export edits made in the scene to a file. The exported file can be subsequently imported to another
scene. Edits may include: nodes, connections and reference edits such as value changes. The nodes that are included in
the exported file will be based on the options used. At least one option flag tha... | mayaSDK/pymel/core/system.py | exportEdits | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def exportEdits(*args, **kwargs):
"\n Use this command to export edits made in the scene to a file. The exported file can be subsequently imported to another\n scene. Edits may include: nodes, connections and reference edits such as value changes. The nodes that are included in\n the exported file will be ... | def exportEdits(*args, **kwargs):
"\n Use this command to export edits made in the scene to a file. The exported file can be subsequently imported to another\n scene. Edits may include: nodes, connections and reference edits such as value changes. The nodes that are included in\n the exported file will be ... |
182dc79d2d7c0f5e83139dcece9cda2b6dddbf6690652f222ef66c1f6097272a | def imfPlugins(*args, **kwargs):
'\n This command queries all the available imf plugins for its name, keyword or image file extension. Only one of the\n attributes (name, keyword or extension) can be queried at a time. If no flags are specified, this command returns a list\n of all available plugin names.\... | This command queries all the available imf plugins for its name, keyword or image file extension. Only one of the
attributes (name, keyword or extension) can be queried at a time. If no flags are specified, this command returns a list
of all available plugin names.
Flags:
- extension : ext (unicode) ... | mayaSDK/pymel/core/system.py | imfPlugins | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def imfPlugins(*args, **kwargs):
'\n This command queries all the available imf plugins for its name, keyword or image file extension. Only one of the\n attributes (name, keyword or extension) can be queried at a time. If no flags are specified, this command returns a list\n of all available plugin names.\... | def imfPlugins(*args, **kwargs):
'\n This command queries all the available imf plugins for its name, keyword or image file extension. Only one of the\n attributes (name, keyword or extension) can be queried at a time. If no flags are specified, this command returns a list\n of all available plugin names.\... |
f55338b05a269488bcbc14fbb4794c131fec2f87c2aa7252efcb9721df1c8629 | def feof(fileid):
"\n Reproduces the behavior of the mel command of the same name. if writing pymel scripts from scratch,\n you should use a more pythonic construct for looping through files:\n \n >>> f = open('myfile.txt') # doctest: +SKIP\n ... for line in f:\n ... print line\n \n This... | Reproduces the behavior of the mel command of the same name. if writing pymel scripts from scratch,
you should use a more pythonic construct for looping through files:
>>> f = open('myfile.txt') # doctest: +SKIP
... for line in f:
... print line
This command is provided for python scripts generated by mel2py | mayaSDK/pymel/core/system.py | feof | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def feof(fileid):
"\n Reproduces the behavior of the mel command of the same name. if writing pymel scripts from scratch,\n you should use a more pythonic construct for looping through files:\n \n >>> f = open('myfile.txt') # doctest: +SKIP\n ... for line in f:\n ... print line\n \n This... | def feof(fileid):
"\n Reproduces the behavior of the mel command of the same name. if writing pymel scripts from scratch,\n you should use a more pythonic construct for looping through files:\n \n >>> f = open('myfile.txt') # doctest: +SKIP\n ... for line in f:\n ... print line\n \n This... |
3c2aa4485e316f9246c79c2352563552ab8e524cbf683a7d281d492ac98ec772 | def dynamicLoad(*args, **kwargs):
'\n Dynamically load the DLL passed as argument. In query mode, return type is based on queried flag.\n \n \n Derived from mel command `maya.cmds.dynamicLoad`\n '
pass | Dynamically load the DLL passed as argument. In query mode, return type is based on queried flag.
Derived from mel command `maya.cmds.dynamicLoad` | mayaSDK/pymel/core/system.py | dynamicLoad | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def dynamicLoad(*args, **kwargs):
'\n Dynamically load the DLL passed as argument. In query mode, return type is based on queried flag.\n \n \n Derived from mel command `maya.cmds.dynamicLoad`\n '
pass | def dynamicLoad(*args, **kwargs):
'\n Dynamically load the DLL passed as argument. In query mode, return type is based on queried flag.\n \n \n Derived from mel command `maya.cmds.dynamicLoad`\n '
pass<|docstring|>Dynamically load the DLL passed as argument. In query mode,... |
0fa822bd2dbc6cc9c5fbaac0a258b11c5e5835fbbc1b1610e50a75694e5fcf4d | def ogs(*args, **kwargs):
"\n OGS is one of the viewport renderers. As there is a lot of effort involved in migrating functionality it will evolve\n over several releases. As it evolves it is prudent to provide safeguards to get the database back to a known state. That\n is the function of this command, si... | OGS is one of the viewport renderers. As there is a lot of effort involved in migrating functionality it will evolve
over several releases. As it evolves it is prudent to provide safeguards to get the database back to a known state. That
is the function of this command, similar to how 'dgdirty' is used to restore state... | mayaSDK/pymel/core/system.py | ogs | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def ogs(*args, **kwargs):
"\n OGS is one of the viewport renderers. As there is a lot of effort involved in migrating functionality it will evolve\n over several releases. As it evolves it is prudent to provide safeguards to get the database back to a known state. That\n is the function of this command, si... | def ogs(*args, **kwargs):
"\n OGS is one of the viewport renderers. As there is a lot of effort involved in migrating functionality it will evolve\n over several releases. As it evolves it is prudent to provide safeguards to get the database back to a known state. That\n is the function of this command, si... |
a123dcb33ec7e97e8d1cd58b30eedcfa88576907e913431a20d9f8b06d55ac5c | def dgmodified(*args, **kwargs):
'\n The dgmodifiedcommand is used to find out which nodes in the dependency graph have been modified. This is\n mostly useful for fixing instances where file new asks you to save when no changes have been made to\n the scene.\n \n \n ... | The dgmodifiedcommand is used to find out which nodes in the dependency graph have been modified. This is
mostly useful for fixing instances where file new asks you to save when no changes have been made to
the scene.
Derived from mel command `maya.cmds.dgmodified` | mayaSDK/pymel/core/system.py | dgmodified | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def dgmodified(*args, **kwargs):
'\n The dgmodifiedcommand is used to find out which nodes in the dependency graph have been modified. This is\n mostly useful for fixing instances where file new asks you to save when no changes have been made to\n the scene.\n \n \n ... | def dgmodified(*args, **kwargs):
'\n The dgmodifiedcommand is used to find out which nodes in the dependency graph have been modified. This is\n mostly useful for fixing instances where file new asks you to save when no changes have been made to\n the scene.\n \n \n ... |
d30db97d0fda92130c73f203e6ae57e5cf10138b286f381a766c8c8590a7f54f | def loadModule(*args, **kwargs):
"\n Maya plug-ins may be installed individually within one of Maya's standard plug-in directories, or they may be packaged\n up with other resources in a module. Each module resides in its own directory and provides a module definition file to\n make Maya aware of the plug-... | Maya plug-ins may be installed individually within one of Maya's standard plug-in directories, or they may be packaged
up with other resources in a module. Each module resides in its own directory and provides a module definition file to
make Maya aware of the plug-ins it provides. When Maya starts up it loads all of t... | mayaSDK/pymel/core/system.py | loadModule | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def loadModule(*args, **kwargs):
"\n Maya plug-ins may be installed individually within one of Maya's standard plug-in directories, or they may be packaged\n up with other resources in a module. Each module resides in its own directory and provides a module definition file to\n make Maya aware of the plug-... | def loadModule(*args, **kwargs):
"\n Maya plug-ins may be installed individually within one of Maya's standard plug-in directories, or they may be packaged\n up with other resources in a module. Each module resides in its own directory and provides a module definition file to\n make Maya aware of the plug-... |
6a04989f89710d1d1ec6bf845e5014f8b1a0e23ecc3f4565f80fd5ce0039694f | def hardware(*args, **kwargs):
'\n Return description of the hardware available in the machine.\n \n Flags:\n - brdType : brd (bool) [create]\n Returns IP number identifying the CPU motherboard\n \n - cpuType : cpu (bool) [create]\n ... | Return description of the hardware available in the machine.
Flags:
- brdType : brd (bool) [create]
Returns IP number identifying the CPU motherboard
- cpuType : cpu (bool) [create]
Returns type of CPU
- graphicsType : gfx (bool) ... | mayaSDK/pymel/core/system.py | hardware | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def hardware(*args, **kwargs):
'\n Return description of the hardware available in the machine.\n \n Flags:\n - brdType : brd (bool) [create]\n Returns IP number identifying the CPU motherboard\n \n - cpuType : cpu (bool) [create]\n ... | def hardware(*args, **kwargs):
'\n Return description of the hardware available in the machine.\n \n Flags:\n - brdType : brd (bool) [create]\n Returns IP number identifying the CPU motherboard\n \n - cpuType : cpu (bool) [create]\n ... |
4fb969f118b4578748ccc2484be3a8cf88d4c75a71f6ba22c362dcf3653d2b43 | def _getTypeFromExtension(path, mode="'write'"):
'\n Parameters\n ----------\n path : str\n path from with to pull the extension from - note that it may NOT be\n ONLY the extension - ie, "obj" and ".obj", will not work, but\n "foo.obj" will\n mode : {\'write\', \'read\'}\n th... | Parameters
----------
path : str
path from with to pull the extension from - note that it may NOT be
ONLY the extension - ie, "obj" and ".obj", will not work, but
"foo.obj" will
mode : {'write', 'read'}
the type is basically a string name of a file translator, which can
have different ones registere... | mayaSDK/pymel/core/system.py | _getTypeFromExtension | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def _getTypeFromExtension(path, mode="'write'"):
'\n Parameters\n ----------\n path : str\n path from with to pull the extension from - note that it may NOT be\n ONLY the extension - ie, "obj" and ".obj", will not work, but\n "foo.obj" will\n mode : {\'write\', \'read\'}\n th... | def _getTypeFromExtension(path, mode="'write'"):
'\n Parameters\n ----------\n path : str\n path from with to pull the extension from - note that it may NOT be\n ONLY the extension - ie, "obj" and ".obj", will not work, but\n "foo.obj" will\n mode : {\'write\', \'read\'}\n th... |
af625f55a5728b1c74ae37d7b16fb10f8402ba18f9e40e7043df28f26f3b04ed | def listInputDeviceButtons(*args, **kwargs):
'\n This command lists all of the buttons of the specified input device specified as an argument.\n \n Dynamic library stub function\n \n \n Derived from mel command `maya.cmds.listInputDeviceButtons`\n '
pass | This command lists all of the buttons of the specified input device specified as an argument.
Dynamic library stub function
Derived from mel command `maya.cmds.listInputDeviceButtons` | mayaSDK/pymel/core/system.py | listInputDeviceButtons | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def listInputDeviceButtons(*args, **kwargs):
'\n This command lists all of the buttons of the specified input device specified as an argument.\n \n Dynamic library stub function\n \n \n Derived from mel command `maya.cmds.listInputDeviceButtons`\n '
pass | def listInputDeviceButtons(*args, **kwargs):
'\n This command lists all of the buttons of the specified input device specified as an argument.\n \n Dynamic library stub function\n \n \n Derived from mel command `maya.cmds.listInputDeviceButtons`\n '
pass<|docstring|>This command lists all o... |
fd55a02203db089beca80ee3a4bb6cd2367c829c917268b7dedb2d78286815df | def createReference(filepath, **kwargs):
"\n Create a reference to the specified file. Returns the name of the file referenced.Query all file references from the specified file. \n \n Flags:\n - loadNoReferences:\n This flag is obsolete and has been replaced witht the loadRef... | Create a reference to the specified file. Returns the name of the file referenced.Query all file references from the specified file.
Flags:
- loadNoReferences:
This flag is obsolete and has been replaced witht the loadReferenceDepth flag. When used with the -open flag, no
references wil... | mayaSDK/pymel/core/system.py | createReference | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def createReference(filepath, **kwargs):
"\n Create a reference to the specified file. Returns the name of the file referenced.Query all file references from the specified file. \n \n Flags:\n - loadNoReferences:\n This flag is obsolete and has been replaced witht the loadRef... | def createReference(filepath, **kwargs):
"\n Create a reference to the specified file. Returns the name of the file referenced.Query all file references from the specified file. \n \n Flags:\n - loadNoReferences:\n This flag is obsolete and has been replaced witht the loadRef... |
1b34391728b1db000f341e8b481bd9a66de2709874fdca59aea49336cb64c886 | def getInputDeviceRange(*args, **kwargs):
"\n This command lists the minimum and maximum values the device axis can return. This value is the raw device values\n before any mapping is applied. If you don't specify an axis the values for all axes of the device are returned.\n \n Dynamic library stub fu... | This command lists the minimum and maximum values the device axis can return. This value is the raw device values
before any mapping is applied. If you don't specify an axis the values for all axes of the device are returned.
Dynamic library stub function
Flags:
- maxValue : max (bool) [c... | mayaSDK/pymel/core/system.py | getInputDeviceRange | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def getInputDeviceRange(*args, **kwargs):
"\n This command lists the minimum and maximum values the device axis can return. This value is the raw device values\n before any mapping is applied. If you don't specify an axis the values for all axes of the device are returned.\n \n Dynamic library stub fu... | def getInputDeviceRange(*args, **kwargs):
"\n This command lists the minimum and maximum values the device axis can return. This value is the raw device values\n before any mapping is applied. If you don't specify an axis the values for all axes of the device are returned.\n \n Dynamic library stub fu... |
990afbc4f973ea997fb301949589d8ef056f025731cfef260e43060600338a5f | def allNodeTypes(*args, **kwargs):
"\n This command returns a list containing the type names of every kind of creatable node registered with the system. Note\n that some node types are abstract and cannot be created. These will not show up on this list. (e.g. transform and\n polyShape both inherit from dag... | This command returns a list containing the type names of every kind of creatable node registered with the system. Note
that some node types are abstract and cannot be created. These will not show up on this list. (e.g. transform and
polyShape both inherit from dagObject, but dagObject cannot be created directly so it ... | mayaSDK/pymel/core/system.py | allNodeTypes | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def allNodeTypes(*args, **kwargs):
"\n This command returns a list containing the type names of every kind of creatable node registered with the system. Note\n that some node types are abstract and cannot be created. These will not show up on this list. (e.g. transform and\n polyShape both inherit from dag... | def allNodeTypes(*args, **kwargs):
"\n This command returns a list containing the type names of every kind of creatable node registered with the system. Note\n that some node types are abstract and cannot be created. These will not show up on this list. (e.g. transform and\n polyShape both inherit from dag... |
c61d8bc935aad8f6b989954fdd4785fbe764ef24e70f2d095a613c8db966a87b | def fileDialog2(*args, **kwargs):
'\n This command provides a dialog that allows users to select files or directories.\n \n Flags:\n - buttonBoxOrientation : bbo (int) []\n \n - cancelCaption : cc (unicode) [create]\n If the dialogStyle flag is set to 2... | This command provides a dialog that allows users to select files or directories.
Flags:
- buttonBoxOrientation : bbo (int) []
- cancelCaption : cc (unicode) [create]
If the dialogStyle flag is set to 2 then this provides a caption for the Cancel button within the dialog.
-... | mayaSDK/pymel/core/system.py | fileDialog2 | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def fileDialog2(*args, **kwargs):
'\n This command provides a dialog that allows users to select files or directories.\n \n Flags:\n - buttonBoxOrientation : bbo (int) []\n \n - cancelCaption : cc (unicode) [create]\n If the dialogStyle flag is set to 2... | def fileDialog2(*args, **kwargs):
'\n This command provides a dialog that allows users to select files or directories.\n \n Flags:\n - buttonBoxOrientation : bbo (int) []\n \n - cancelCaption : cc (unicode) [create]\n If the dialogStyle flag is set to 2... |
30b523ef663cbc15ffcee5b37f4415bfa4c6240d5511d18ca7abdce71e608d7f | def undo(*args, **kwargs):
'\n Takes the most recent command from the undo list and undoes it.\n \n \n Derived from mel command `maya.cmds.undo`\n '
pass | Takes the most recent command from the undo list and undoes it.
Derived from mel command `maya.cmds.undo` | mayaSDK/pymel/core/system.py | undo | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def undo(*args, **kwargs):
'\n Takes the most recent command from the undo list and undoes it.\n \n \n Derived from mel command `maya.cmds.undo`\n '
pass | def undo(*args, **kwargs):
'\n Takes the most recent command from the undo list and undoes it.\n \n \n Derived from mel command `maya.cmds.undo`\n '
pass<|docstring|>Takes the most recent command from the undo list and undoes it.
Derived from mel command `maya.cmds.undo`<|endoftext|> |
188e269bff7e9229111358f503f1d4b89e0bfa7f89a5e96ba749f0304637f339 | def _translateEditFlags(kwargs, addKwargs='True'):
'\n Given the pymel values for successfulEdits/failedEdits (which may be\n True, False, or None), returns the corresponding maya.cmds values to use\n '
pass | Given the pymel values for successfulEdits/failedEdits (which may be
True, False, or None), returns the corresponding maya.cmds values to use | mayaSDK/pymel/core/system.py | _translateEditFlags | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def _translateEditFlags(kwargs, addKwargs='True'):
'\n Given the pymel values for successfulEdits/failedEdits (which may be\n True, False, or None), returns the corresponding maya.cmds values to use\n '
pass | def _translateEditFlags(kwargs, addKwargs='True'):
'\n Given the pymel values for successfulEdits/failedEdits (which may be\n True, False, or None), returns the corresponding maya.cmds values to use\n '
pass<|docstring|>Given the pymel values for successfulEdits/failedEdits (which may be
True, False, o... |
dfdafab71a3a595db3c20ec1ae72a410bd5eb5f6e9dda8a32e672e469739d288 | def listDeviceAttachments(*args, **kwargs):
"\n This command lists the current set of device attachments. The listing is in the form of the commands required to\n recreate them. This includes both attachments and device mappings.\n \n Dynamic library stub function\n \n Flags:\n - attribute :... | This command lists the current set of device attachments. The listing is in the form of the commands required to
recreate them. This includes both attachments and device mappings.
Dynamic library stub function
Flags:
- attribute : at (unicode) [create]
specify the attribute attachments ... | mayaSDK/pymel/core/system.py | listDeviceAttachments | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def listDeviceAttachments(*args, **kwargs):
"\n This command lists the current set of device attachments. The listing is in the form of the commands required to\n recreate them. This includes both attachments and device mappings.\n \n Dynamic library stub function\n \n Flags:\n - attribute :... | def listDeviceAttachments(*args, **kwargs):
"\n This command lists the current set of device attachments. The listing is in the form of the commands required to\n recreate them. This includes both attachments and device mappings.\n \n Dynamic library stub function\n \n Flags:\n - attribute :... |
f06e11b108c80e396894c90ddf00125cf5d17287900b2a3b44c17914fda635c3 | def cacheFileTrack(*args, **kwargs):
'\n This command is used for inserting and removing tracks related to the caches displayed in the trax editor. It can also\n be used to modify the track state, for example, to lock or mute a track. In query mode, return type is\n based on queried flag.\... | This command is used for inserting and removing tracks related to the caches displayed in the trax editor. It can also
be used to modify the track state, for example, to lock or mute a track. In query mode, return type is
based on queried flag.
Flags:
- insertTrack : it (int) ... | mayaSDK/pymel/core/system.py | cacheFileTrack | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def cacheFileTrack(*args, **kwargs):
'\n This command is used for inserting and removing tracks related to the caches displayed in the trax editor. It can also\n be used to modify the track state, for example, to lock or mute a track. In query mode, return type is\n based on queried flag.\... | def cacheFileTrack(*args, **kwargs):
'\n This command is used for inserting and removing tracks related to the caches displayed in the trax editor. It can also\n be used to modify the track state, for example, to lock or mute a track. In query mode, return type is\n based on queried flag.\... |
a97e98a642e2b9a3c1a1ce190ab989d8f92e427d12086360a98db91227b0619b | def exportSelectedAnimFromReference(exportPath, **kwargs):
"\n Export the main scene animation nodes and animation helper nodes from the selected referenced objects. This flag, when used in conjunction with the -rfn/referenceNode flag, can be constrained to only export animation nodes from the selected nodes of ... | Export the main scene animation nodes and animation helper nodes from the selected referenced objects. This flag, when used in conjunction with the -rfn/referenceNode flag, can be constrained to only export animation nodes from the selected nodes of a specified reference file. See -ean/exportAnim flag description for d... | mayaSDK/pymel/core/system.py | exportSelectedAnimFromReference | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def exportSelectedAnimFromReference(exportPath, **kwargs):
"\n Export the main scene animation nodes and animation helper nodes from the selected referenced objects. This flag, when used in conjunction with the -rfn/referenceNode flag, can be constrained to only export animation nodes from the selected nodes of ... | def exportSelectedAnimFromReference(exportPath, **kwargs):
"\n Export the main scene animation nodes and animation helper nodes from the selected referenced objects. This flag, when used in conjunction with the -rfn/referenceNode flag, can be constrained to only export animation nodes from the selected nodes of ... |
c5ee12ec67639f8f1c92a6da2b10bcc6ceee009e9be065c087f0e9c79988a29e | def openFile(*args, **kwargs):
'\n Open the specified file. Returns the name of the opened file. \n \n Flags:\n - loadAllDeferred:\n This flag is obsolete, and has been replaced by the loadReferenceDepth flag. When used with the -open flag, determines\n if the -defer... | Open the specified file. Returns the name of the opened file.
Flags:
- loadAllDeferred:
This flag is obsolete, and has been replaced by the loadReferenceDepth flag. When used with the -open flag, determines
if the -deferReference flag is respected when reading in the file. If true is pa... | mayaSDK/pymel/core/system.py | openFile | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def openFile(*args, **kwargs):
'\n Open the specified file. Returns the name of the opened file. \n \n Flags:\n - loadAllDeferred:\n This flag is obsolete, and has been replaced by the loadReferenceDepth flag. When used with the -open flag, determines\n if the -defer... | def openFile(*args, **kwargs):
'\n Open the specified file. Returns the name of the opened file. \n \n Flags:\n - loadAllDeferred:\n This flag is obsolete, and has been replaced by the loadReferenceDepth flag. When used with the -open flag, determines\n if the -defer... |
0fc6ca18f13dc46f02ba49dfcadcff1eca0d80914d1a97203938a7c59c0c7931 | def openGLExtension(*args, **kwargs):
'\n Command returns the extension name depending on whether a given OpenGL extension is supported or not. The input is the\n extension string to the -extension flag. If the -extension flag is not used, or if the string argument to this flag is\n an empty string than al... | Command returns the extension name depending on whether a given OpenGL extension is supported or not. The input is the
extension string to the -extension flag. If the -extension flag is not used, or if the string argument to this flag is
an empty string than all extension names are returned in a single string. If the e... | mayaSDK/pymel/core/system.py | openGLExtension | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def openGLExtension(*args, **kwargs):
'\n Command returns the extension name depending on whether a given OpenGL extension is supported or not. The input is the\n extension string to the -extension flag. If the -extension flag is not used, or if the string argument to this flag is\n an empty string than al... | def openGLExtension(*args, **kwargs):
'\n Command returns the extension name depending on whether a given OpenGL extension is supported or not. The input is the\n extension string to the -extension flag. If the -extension flag is not used, or if the string argument to this flag is\n an empty string than al... |
b694f0f0f1163e3226a2a5f7fc9b13fd7d6bf28bc16c8093e0347384279bdf06 | def loadReference(filepath, **kwargs):
'\n This flag loads a file and associates it with the passed reference node. If the reference node does not exist, the command will fail. If the file is already loaded, then this flag will reload the same file.If a file is not given, the command will load (or reload) the la... | This flag loads a file and associates it with the passed reference node. If the reference node does not exist, the command will fail. If the file is already loaded, then this flag will reload the same file.If a file is not given, the command will load (or reload) the last used reference file.
Flags:
- loadNoReferen... | mayaSDK/pymel/core/system.py | loadReference | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def loadReference(filepath, **kwargs):
'\n This flag loads a file and associates it with the passed reference node. If the reference node does not exist, the command will fail. If the file is already loaded, then this flag will reload the same file.If a file is not given, the command will load (or reload) the la... | def loadReference(filepath, **kwargs):
'\n This flag loads a file and associates it with the passed reference node. If the reference node does not exist, the command will fail. If the file is already loaded, then this flag will reload the same file.If a file is not given, the command will load (or reload) the la... |
7ef29de6881678d2c5fcbd18e858eb24fdfc8c3dc7e0ca7cb2dbbcdc2b267865 | def filePathEditor(*args, **kwargs):
"\n Maya can reference and use external files, such as textures or other Maya scenes. This command is used to get the\n information about those file paths and modify them in bulk. By default, only the most frequently used types of files are\n presented to the user: Tex... | Maya can reference and use external files, such as textures or other Maya scenes. This command is used to get the
information about those file paths and modify them in bulk. By default, only the most frequently used types of files are
presented to the user: TextureScene referenceAudioImage planeFor the command to mana... | mayaSDK/pymel/core/system.py | filePathEditor | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def filePathEditor(*args, **kwargs):
"\n Maya can reference and use external files, such as textures or other Maya scenes. This command is used to get the\n information about those file paths and modify them in bulk. By default, only the most frequently used types of files are\n presented to the user: Tex... | def filePathEditor(*args, **kwargs):
"\n Maya can reference and use external files, such as textures or other Maya scenes. This command is used to get the\n information about those file paths and modify them in bulk. By default, only the most frequently used types of files are\n presented to the user: Tex... |
9cd065422c9b7b0de24c9e5fadcce33daafa58ad6908d0c4eb1175d3a8ede312 | def remove(self, force='False'):
"\n Remove the reference edit. if 'force=True' then the reference will be unloaded from the scene (if it is not already unloaded)\n "
pass | Remove the reference edit. if 'force=True' then the reference will be unloaded from the scene (if it is not already unloaded) | mayaSDK/pymel/core/system.py | remove | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def remove(self, force='False'):
"\n \n "
pass | def remove(self, force='False'):
"\n \n "
pass<|docstring|>Remove the reference edit. if 'force=True' then the reference will be unloaded from the scene (if it is not already unloaded)<|endoftext|> |
160f2a35dbd73d36a2337f637c5de06bd6951db2d272490ccf2e28fc029707c3 | def getTypeName(self, **kwargs):
'\n Set the type of this file. By default this can be any one of: mayaAscii, mayaBinary, mel, OBJ, directory, plug-in, audio, move, EPS, Adobe(R) Illustrator(R), imageplug-ins may define their own types as well.Return a string array of file types that match this file. ... | Set the type of this file. By default this can be any one of: mayaAscii, mayaBinary, mel, OBJ, directory, plug-in, audio, move, EPS, Adobe(R) Illustrator(R), imageplug-ins may define their own types as well.Return a string array of file types that match this file.
Derived from mel command `maya.cm... | mayaSDK/pymel/core/system.py | getTypeName | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def getTypeName(self, **kwargs):
'\n Set the type of this file. By default this can be any one of: mayaAscii, mayaBinary, mel, OBJ, directory, plug-in, audio, move, EPS, Adobe(R) Illustrator(R), imageplug-ins may define their own types as well.Return a string array of file types that match this file. ... | def getTypeName(self, **kwargs):
'\n Set the type of this file. By default this can be any one of: mayaAscii, mayaBinary, mel, OBJ, directory, plug-in, audio, move, EPS, Adobe(R) Illustrator(R), imageplug-ins may define their own types as well.Return a string array of file types that match this file. ... |
ccdc22051828366709caf98a4bd849e155b348aaf8d759837f22a91ce9511f00 | def clean(self, haltOnError='True', reparentOtherChildren='True'):
'\n Deletes all nodes in this namespace\n \n Parameters\n ----------\n haltOnError : bool\n If true, and reparentOtherChildren is set, and there is an error in\n reparenting, then raise an Exc... | Deletes all nodes in this namespace
Parameters
----------
haltOnError : bool
If true, and reparentOtherChildren is set, and there is an error in
reparenting, then raise an Exception (no rollback is performed);
otherwise, ignore the failed reparent, and continue
reparentOtherChildren : bool
If True, the... | mayaSDK/pymel/core/system.py | clean | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def clean(self, haltOnError='True', reparentOtherChildren='True'):
'\n Deletes all nodes in this namespace\n \n Parameters\n ----------\n haltOnError : bool\n If true, and reparentOtherChildren is set, and there is an error in\n reparenting, then raise an Exc... | def clean(self, haltOnError='True', reparentOtherChildren='True'):
'\n Deletes all nodes in this namespace\n \n Parameters\n ----------\n haltOnError : bool\n If true, and reparentOtherChildren is set, and there is an error in\n reparenting, then raise an Exc... |
7b55313b59f4123f04f432c3dcb8bf828ea2e18a08ff4b7aaf91356a6c333777 | def listNamespaces(self, recursive='False', internal='False'):
'\n List the namespaces contained within this namespace.\n \n :parameters:\n recursive : `bool`\n Set to True to enable recursive search of sub (and sub-sub, etc)\n namespaces\n internal : `bool`\... | List the namespaces contained within this namespace.
:parameters:
recursive : `bool`
Set to True to enable recursive search of sub (and sub-sub, etc)
namespaces
internal : `bool`
By default, this command filters out certain automatically created
maya namespaces (ie, :UI, :shared); set to True to show t... | mayaSDK/pymel/core/system.py | listNamespaces | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def listNamespaces(self, recursive='False', internal='False'):
'\n List the namespaces contained within this namespace.\n \n :parameters:\n recursive : `bool`\n Set to True to enable recursive search of sub (and sub-sub, etc)\n namespaces\n internal : `bool`\... | def listNamespaces(self, recursive='False', internal='False'):
'\n List the namespaces contained within this namespace.\n \n :parameters:\n recursive : `bool`\n Set to True to enable recursive search of sub (and sub-sub, etc)\n namespaces\n internal : `bool`\... |
ff9248e4523ce4b2dc2a67449fb8de4d39f0cb548f1314f99a42698cd23d38e3 | def listNodes(self, recursive='False', internal='False'):
'\n List the nodes contained within this namespace.\n \n :parameters:\n recursive : `bool`\n Set to True to enable recursive search of sub (and sub-sub, etc)\n namespaces\n internal : `bool`\n ... | List the nodes contained within this namespace.
:parameters:
recursive : `bool`
Set to True to enable recursive search of sub (and sub-sub, etc)
namespaces
internal : `bool`
By default, this command filters out nodes in certain automatically
created maya namespaces (ie, :UI, :shared); set to True to sh... | mayaSDK/pymel/core/system.py | listNodes | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def listNodes(self, recursive='False', internal='False'):
'\n List the nodes contained within this namespace.\n \n :parameters:\n recursive : `bool`\n Set to True to enable recursive search of sub (and sub-sub, etc)\n namespaces\n internal : `bool`\n ... | def listNodes(self, recursive='False', internal='False'):
'\n List the nodes contained within this namespace.\n \n :parameters:\n recursive : `bool`\n Set to True to enable recursive search of sub (and sub-sub, etc)\n namespaces\n internal : `bool`\n ... |
3e37b01f699fddc84090a165f7e8896b6fda7ae227432006f27bc8dfbbe28d39 | def remove(self, haltOnError='True', reparentOtherChildren='True'):
'\n Removes this namespace\n \n Recursively deletes any nodes and sub-namespaces\n \n Parameters\n ----------\n haltOnError : bool\n If true, and reparentOtherChildren is set, and there is... | Removes this namespace
Recursively deletes any nodes and sub-namespaces
Parameters
----------
haltOnError : bool
If true, and reparentOtherChildren is set, and there is an error in
reparenting, then raise an Exception (no rollback is performed);
otherwise, ignore the failed reparent, and continue
reparent... | mayaSDK/pymel/core/system.py | remove | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def remove(self, haltOnError='True', reparentOtherChildren='True'):
'\n Removes this namespace\n \n Recursively deletes any nodes and sub-namespaces\n \n Parameters\n ----------\n haltOnError : bool\n If true, and reparentOtherChildren is set, and there is... | def remove(self, haltOnError='True', reparentOtherChildren='True'):
'\n Removes this namespace\n \n Recursively deletes any nodes and sub-namespaces\n \n Parameters\n ----------\n haltOnError : bool\n If true, and reparentOtherChildren is set, and there is... |
cf3cbedb0b11a9810e868748951b5c49a30e6122a095c32f8d62c4ccd202b981 | def clean(self, **kwargs):
'\n Remove edits from the passed in reference node. The reference must be in an unloaded state. To remove a particular type of edit, use the editCommand flag. If no flag is specified, all edits will be removed. \n \n Flags:\n - editCommand:\n... | Remove edits from the passed in reference node. The reference must be in an unloaded state. To remove a particular type of edit, use the editCommand flag. If no flag is specified, all edits will be removed.
Flags:
- editCommand:
For use with cleanReference. Remove only this type of edit. Supp... | mayaSDK/pymel/core/system.py | clean | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def clean(self, **kwargs):
'\n Remove edits from the passed in reference node. The reference must be in an unloaded state. To remove a particular type of edit, use the editCommand flag. If no flag is specified, all edits will be removed. \n \n Flags:\n - editCommand:\n... | def clean(self, **kwargs):
'\n Remove edits from the passed in reference node. The reference must be in an unloaded state. To remove a particular type of edit, use the editCommand flag. If no flag is specified, all edits will be removed. \n \n Flags:\n - editCommand:\n... |
66587521252e27677b2894883d12be9ea92a2e0ef1bb39f3518071ed19dde448 | def copyNumberList(self):
'\n When queried, this flag returns a string array containing a number that uniquely identifies each instance the file is used. \n \n \n Derived from mel command `maya.cmds.file`\n '
pass | When queried, this flag returns a string array containing a number that uniquely identifies each instance the file is used.
Derived from mel command `maya.cmds.file` | mayaSDK/pymel/core/system.py | copyNumberList | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def copyNumberList(self):
'\n When queried, this flag returns a string array containing a number that uniquely identifies each instance the file is used. \n \n \n Derived from mel command `maya.cmds.file`\n '
pass | def copyNumberList(self):
'\n When queried, this flag returns a string array containing a number that uniquely identifies each instance the file is used. \n \n \n Derived from mel command `maya.cmds.file`\n '
pass<|docstring|>When queried, this flag returns a ... |
1d2ee0df15fb12073a33227091b3ed8553eb4dd3b2a8586b365e43bec7230c5f | def exportAnim(self, exportPath, **kwargs):
"\n Export the main scene animation nodes and animation helper nodes from all referenced objects. This flag, when used in conjunction with the -rfn/referenceNode flag, can be constrained to only export animation nodes from the specified reference file. See -ean/exp... | Export the main scene animation nodes and animation helper nodes from all referenced objects. This flag, when used in conjunction with the -rfn/referenceNode flag, can be constrained to only export animation nodes from the specified reference file. See -ean/exportAnim flag description for details on usage of animation ... | mayaSDK/pymel/core/system.py | exportAnim | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def exportAnim(self, exportPath, **kwargs):
"\n Export the main scene animation nodes and animation helper nodes from all referenced objects. This flag, when used in conjunction with the -rfn/referenceNode flag, can be constrained to only export animation nodes from the specified reference file. See -ean/exp... | def exportAnim(self, exportPath, **kwargs):
"\n Export the main scene animation nodes and animation helper nodes from all referenced objects. This flag, when used in conjunction with the -rfn/referenceNode flag, can be constrained to only export animation nodes from the specified reference file. See -ean/exp... |
035a507655271e0ed580f654ada5a8172a1846120ec37e54f3fc1aeee4f414df | def exportSelectedAnim(self, exportPath, **kwargs):
"\n Export the main scene animation nodes and animation helper nodes from the selected referenced objects. This flag, when used in conjunction with the -rfn/referenceNode flag, can be constrained to only export animation nodes from the selected nodes of a s... | Export the main scene animation nodes and animation helper nodes from the selected referenced objects. This flag, when used in conjunction with the -rfn/referenceNode flag, can be constrained to only export animation nodes from the selected nodes of a specified reference file. See -ean/exportAnim flag description for d... | mayaSDK/pymel/core/system.py | exportSelectedAnim | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def exportSelectedAnim(self, exportPath, **kwargs):
"\n Export the main scene animation nodes and animation helper nodes from the selected referenced objects. This flag, when used in conjunction with the -rfn/referenceNode flag, can be constrained to only export animation nodes from the selected nodes of a s... | def exportSelectedAnim(self, exportPath, **kwargs):
"\n Export the main scene animation nodes and animation helper nodes from the selected referenced objects. This flag, when used in conjunction with the -rfn/referenceNode flag, can be constrained to only export animation nodes from the selected nodes of a s... |
89bd14d5d33b32cff0f2e9149d51f7e575ebd6a677cadd8553df81579c86d3b8 | def getReferenceEdits(self, **kwargs):
'\n Get a list of ReferenceEdit objects for this node\n \n Adapted from:\n referenceQuery -editString -onReferenceNode <self.refNode>\n \n Notes\n -----\n By default, removes all edits. If neither of successfulEdits or\n ... | Get a list of ReferenceEdit objects for this node
Adapted from:
referenceQuery -editString -onReferenceNode <self.refNode>
Notes
-----
By default, removes all edits. If neither of successfulEdits or
failedEdits is given, they both default to True. If only one is given,
the other defaults to the opposite value. | mayaSDK/pymel/core/system.py | getReferenceEdits | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def getReferenceEdits(self, **kwargs):
'\n Get a list of ReferenceEdit objects for this node\n \n Adapted from:\n referenceQuery -editString -onReferenceNode <self.refNode>\n \n Notes\n -----\n By default, removes all edits. If neither of successfulEdits or\n ... | def getReferenceEdits(self, **kwargs):
'\n Get a list of ReferenceEdit objects for this node\n \n Adapted from:\n referenceQuery -editString -onReferenceNode <self.refNode>\n \n Notes\n -----\n By default, removes all edits. If neither of successfulEdits or\n ... |
88da8792df06812a19cdffb5b3577b45981e9e18e1283194ed021d7f51aea4f6 | def importContents(self, removeNamespace='False'):
'\n Remove the encapsulation of the reference around the data within the specified file. This makes the contents of the specified file part of the current scene and all references to the original file are lost. Returns the name of the reference that was i... | Remove the encapsulation of the reference around the data within the specified file. This makes the contents of the specified file part of the current scene and all references to the original file are lost. Returns the name of the reference that was imported.
Derived from mel command `maya.cmds.f... | mayaSDK/pymel/core/system.py | importContents | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def importContents(self, removeNamespace='False'):
'\n Remove the encapsulation of the reference around the data within the specified file. This makes the contents of the specified file part of the current scene and all references to the original file are lost. Returns the name of the reference that was i... | def importContents(self, removeNamespace='False'):
'\n Remove the encapsulation of the reference around the data within the specified file. This makes the contents of the specified file part of the current scene and all references to the original file are lost. Returns the name of the reference that was i... |
0d4ef0fbd822981a90e0b61e6828e2625465684488046160cd3f804a2baab7cf | def isDeferred(self):
'\n When used in conjunction with the -reference flag, this flag determines if the reference is loaded, or if loading is deferred.C: The default is false.Q: When queried, this flag returns true if the reference is deferred, or false if the reference is not deferred. If this is used with... | When used in conjunction with the -reference flag, this flag determines if the reference is loaded, or if loading is deferred.C: The default is false.Q: When queried, this flag returns true if the reference is deferred, or false if the reference is not deferred. If this is used with -rfn/referenceNode, the -rfn flag mu... | mayaSDK/pymel/core/system.py | isDeferred | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def isDeferred(self):
'\n When used in conjunction with the -reference flag, this flag determines if the reference is loaded, or if loading is deferred.C: The default is false.Q: When queried, this flag returns true if the reference is deferred, or false if the reference is not deferred. If this is used with... | def isDeferred(self):
'\n When used in conjunction with the -reference flag, this flag determines if the reference is loaded, or if loading is deferred.C: The default is false.Q: When queried, this flag returns true if the reference is deferred, or false if the reference is not deferred. If this is used with... |
7b3cd3cf06e54ae5baf6f30a7db4140456808265b89af8476ecf4d8fef706c03 | def isLoaded(self):
'\n When used in conjunction with the -reference flag, this flag determines if the reference is loaded, or if loading is deferred.C: The default is false.Q: When queried, this flag returns true if the reference is deferred, or false if the reference is not deferred. If this is used with -... | When used in conjunction with the -reference flag, this flag determines if the reference is loaded, or if loading is deferred.C: The default is false.Q: When queried, this flag returns true if the reference is deferred, or false if the reference is not deferred. If this is used with -rfn/referenceNode, the -rfn flag mu... | mayaSDK/pymel/core/system.py | isLoaded | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def isLoaded(self):
'\n When used in conjunction with the -reference flag, this flag determines if the reference is loaded, or if loading is deferred.C: The default is false.Q: When queried, this flag returns true if the reference is deferred, or false if the reference is not deferred. If this is used with -... | def isLoaded(self):
'\n When used in conjunction with the -reference flag, this flag determines if the reference is loaded, or if loading is deferred.C: The default is false.Q: When queried, this flag returns true if the reference is deferred, or false if the reference is not deferred. If this is used with -... |
4856008d210145987951c6e9fe8037f3cb7f81fad2002f9b6fddccc1003b996f | def isUsingNamespaces(self):
'\n Returns boolean. Queries whether the specified reference file uses namespaces or renaming prefixes. \n \n \n Derived from mel command `maya.cmds.file`\n '
pass | Returns boolean. Queries whether the specified reference file uses namespaces or renaming prefixes.
Derived from mel command `maya.cmds.file` | mayaSDK/pymel/core/system.py | isUsingNamespaces | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def isUsingNamespaces(self):
'\n Returns boolean. Queries whether the specified reference file uses namespaces or renaming prefixes. \n \n \n Derived from mel command `maya.cmds.file`\n '
pass | def isUsingNamespaces(self):
'\n Returns boolean. Queries whether the specified reference file uses namespaces or renaming prefixes. \n \n \n Derived from mel command `maya.cmds.file`\n '
pass<|docstring|>Returns boolean. Queries whether the specified referenc... |
70e1dcb4d7ff0d8549e62ca4cbba16c460ea04585e42fcf0944538b37b7eb83d | def load(self, newFile='None', **kwargs):
'\n This flag loads a file and associates it with the passed reference node. If the reference node does not exist, the command will fail. If the file is already loaded, then this flag will reload the same file.If a file is not given, the command will load (or reload)... | This flag loads a file and associates it with the passed reference node. If the reference node does not exist, the command will fail. If the file is already loaded, then this flag will reload the same file.If a file is not given, the command will load (or reload) the last used reference file.
Flags:
- loadNoReferen... | mayaSDK/pymel/core/system.py | load | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def load(self, newFile='None', **kwargs):
'\n This flag loads a file and associates it with the passed reference node. If the reference node does not exist, the command will fail. If the file is already loaded, then this flag will reload the same file.If a file is not given, the command will load (or reload)... | def load(self, newFile='None', **kwargs):
'\n This flag loads a file and associates it with the passed reference node. If the reference node does not exist, the command will fail. If the file is already loaded, then this flag will reload the same file.If a file is not given, the command will load (or reload)... |
f7234a8b2471a50e0d94bd66b7d38d6b4e1506ab5fec10528da583b0e6b2a51f | def lock(self):
'\n Locks attributes and nodes from the referenced file. \n \n \n Derived from mel command `maya.cmds.file`\n '
pass | Locks attributes and nodes from the referenced file.
Derived from mel command `maya.cmds.file` | mayaSDK/pymel/core/system.py | lock | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def lock(self):
'\n Locks attributes and nodes from the referenced file. \n \n \n Derived from mel command `maya.cmds.file`\n '
pass | def lock(self):
'\n Locks attributes and nodes from the referenced file. \n \n \n Derived from mel command `maya.cmds.file`\n '
pass<|docstring|>Locks attributes and nodes from the referenced file.
Derived from mel command `maya.cmds.file`<... |
205de875e7214b7dacbe15b6a328e4ab5562c70fdcd0c65aadb366f83dc0a056 | def namespaceExists(self):
'\n Returns true if the specified namespace exists, false if not. \n \n \n Derived from mel command `maya.cmds.namespace`\n '
pass | Returns true if the specified namespace exists, false if not.
Derived from mel command `maya.cmds.namespace` | mayaSDK/pymel/core/system.py | namespaceExists | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def namespaceExists(self):
'\n Returns true if the specified namespace exists, false if not. \n \n \n Derived from mel command `maya.cmds.namespace`\n '
pass | def namespaceExists(self):
'\n Returns true if the specified namespace exists, false if not. \n \n \n Derived from mel command `maya.cmds.namespace`\n '
pass<|docstring|>Returns true if the specified namespace exists, false if not.
Derived ... |
60b419470c3d63a663ee4773286630ddbbf728058da4d397b61cc12634156385 | def nodes(self):
'\n Returns string array. A main flag used to query the contents of the target reference. \n \n \n Derived from mel command `maya.cmds.referenceQuery`\n '
pass | Returns string array. A main flag used to query the contents of the target reference.
Derived from mel command `maya.cmds.referenceQuery` | mayaSDK/pymel/core/system.py | nodes | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def nodes(self):
'\n Returns string array. A main flag used to query the contents of the target reference. \n \n \n Derived from mel command `maya.cmds.referenceQuery`\n '
pass | def nodes(self):
'\n Returns string array. A main flag used to query the contents of the target reference. \n \n \n Derived from mel command `maya.cmds.referenceQuery`\n '
pass<|docstring|>Returns string array. A main flag used to query the content... |
c3ebd315b04c4ae0eb4756a008065da1705282b35b6dd169afdce681a7e94405 | def parent(self):
'\n Returns the parent FileReference object, or None\n '
pass | Returns the parent FileReference object, or None | mayaSDK/pymel/core/system.py | parent | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def parent(self):
'\n \n '
pass | def parent(self):
'\n \n '
pass<|docstring|>Returns the parent FileReference object, or None<|endoftext|> |
42c7eefc1d7e33519f54b52563450edecc8da48bb6962e1a059ae67f5d0a4528 | def remove(self):
'\n Remove the given file reference from its parent. This will also Remove everything this file references. Returns the name of the file removed. If the reference is alone in its namespace, remove the namespace. If there are objects remaining in the namespace after the file reference is rem... | Remove the given file reference from its parent. This will also Remove everything this file references. Returns the name of the file removed. If the reference is alone in its namespace, remove the namespace. If there are objects remaining in the namespace after the file reference is removed, by default, keep the remain... | mayaSDK/pymel/core/system.py | remove | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def remove(self):
'\n Remove the given file reference from its parent. This will also Remove everything this file references. Returns the name of the file removed. If the reference is alone in its namespace, remove the namespace. If there are objects remaining in the namespace after the file reference is rem... | def remove(self):
'\n Remove the given file reference from its parent. This will also Remove everything this file references. Returns the name of the file removed. If the reference is alone in its namespace, remove the namespace. If there are objects remaining in the namespace after the file reference is rem... |
e6cba973cc79a731e6955add1e4d4fdb9348be65cbb3444dc049afdce883f0cc | def removeReferenceEdits(self, editCommand='None', force='False', **kwargs):
'\n Remove edits from the reference.\n \n Parameters\n ----------\n editCommand : str\n If specified, remove only edits of a particular type: addAttr,\n setAttr, connectAttr, disconn... | Remove edits from the reference.
Parameters
----------
editCommand : str
If specified, remove only edits of a particular type: addAttr,
setAttr, connectAttr, disconnectAttr or parent
force : bool
Unload the reference if it is not unloaded already
successfulEdits : bool
Whether to remove successful edit... | mayaSDK/pymel/core/system.py | removeReferenceEdits | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def removeReferenceEdits(self, editCommand='None', force='False', **kwargs):
'\n Remove edits from the reference.\n \n Parameters\n ----------\n editCommand : str\n If specified, remove only edits of a particular type: addAttr,\n setAttr, connectAttr, disconn... | def removeReferenceEdits(self, editCommand='None', force='False', **kwargs):
'\n Remove edits from the reference.\n \n Parameters\n ----------\n editCommand : str\n If specified, remove only edits of a particular type: addAttr,\n setAttr, connectAttr, disconn... |
ddd70712ab4a203ec85564c1a118a396af217089bc550382fe0b22679a0c8b41 | def replaceWith(self, newFile, **kwargs):
'\n This flag loads a file and associates it with the passed reference node. If the reference node does not exist, the command will fail. If the file is already loaded, then this flag will reload the same file.If a file is not given, the command will load (or reload)... | This flag loads a file and associates it with the passed reference node. If the reference node does not exist, the command will fail. If the file is already loaded, then this flag will reload the same file.If a file is not given, the command will load (or reload) the last used reference file.
Flags:
- loadNoReferen... | mayaSDK/pymel/core/system.py | replaceWith | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def replaceWith(self, newFile, **kwargs):
'\n This flag loads a file and associates it with the passed reference node. If the reference node does not exist, the command will fail. If the file is already loaded, then this flag will reload the same file.If a file is not given, the command will load (or reload)... | def replaceWith(self, newFile, **kwargs):
'\n This flag loads a file and associates it with the passed reference node. If the reference node does not exist, the command will fail. If the file is already loaded, then this flag will reload the same file.If a file is not given, the command will load (or reload)... |
c43b7cfdb62a0a264eb6a48280838e772ef67c54da0f68d5001805514ed7f585 | def selectAll(self):
'\n Select all the components of this file as well as its child files. Note that the file specified must be one that is already opened in this Maya session. The default behavior is to replace the existing selection. Use with the addflag to keep the active selection list. ... | Select all the components of this file as well as its child files. Note that the file specified must be one that is already opened in this Maya session. The default behavior is to replace the existing selection. Use with the addflag to keep the active selection list.
Derived from mel command `maya.... | mayaSDK/pymel/core/system.py | selectAll | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def selectAll(self):
'\n Select all the components of this file as well as its child files. Note that the file specified must be one that is already opened in this Maya session. The default behavior is to replace the existing selection. Use with the addflag to keep the active selection list. ... | def selectAll(self):
'\n Select all the components of this file as well as its child files. Note that the file specified must be one that is already opened in this Maya session. The default behavior is to replace the existing selection. Use with the addflag to keep the active selection list. ... |
cae6ba25cc5ce4ddc6a6fb9d848a1796ca5999244f51284b3b658c9e5d1de2b4 | def unload(self):
'\n This flag will unload the reference file associated with the passed reference node. \n \n \n Derived from mel command `maya.cmds.file`\n '
pass | This flag will unload the reference file associated with the passed reference node.
Derived from mel command `maya.cmds.file` | mayaSDK/pymel/core/system.py | unload | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def unload(self):
'\n This flag will unload the reference file associated with the passed reference node. \n \n \n Derived from mel command `maya.cmds.file`\n '
pass | def unload(self):
'\n This flag will unload the reference file associated with the passed reference node. \n \n \n Derived from mel command `maya.cmds.file`\n '
pass<|docstring|>This flag will unload the reference file associated with the passed reference node... |
d508fc2c16bd89c1cc7c0e01e2bf0174991ccca319628f64988ed1de3b00c049 | def unlock(self):
'\n Locks attributes and nodes from the referenced file. \n \n \n Derived from mel command `maya.cmds.file`\n '
pass | Locks attributes and nodes from the referenced file.
Derived from mel command `maya.cmds.file` | mayaSDK/pymel/core/system.py | unlock | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def unlock(self):
'\n Locks attributes and nodes from the referenced file. \n \n \n Derived from mel command `maya.cmds.file`\n '
pass | def unlock(self):
'\n Locks attributes and nodes from the referenced file. \n \n \n Derived from mel command `maya.cmds.file`\n '
pass<|docstring|>Locks attributes and nodes from the referenced file.
Derived from mel command `maya.cmds.file... |
c0aed99afe8850d14a23d8751a24260f58b6cfa33de4548ffb1d5c2f9d20659f | def withCopyNumber(self):
'\n return the path with the copy number at the end\n '
pass | return the path with the copy number at the end | mayaSDK/pymel/core/system.py | withCopyNumber | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def withCopyNumber(self):
'\n \n '
pass | def withCopyNumber(self):
'\n \n '
pass<|docstring|>return the path with the copy number at the end<|endoftext|> |
aef6cea7147c527f3bee648ba0c2e32d61edf4fd729d2d21760841519a07b622 | def __call__(self, *args, **kwargs):
'\n provides backward compatibility with cmds.workspace by allowing an instance\n of this class to be called as if it were a function\n '
pass | provides backward compatibility with cmds.workspace by allowing an instance
of this class to be called as if it were a function | mayaSDK/pymel/core/system.py | __call__ | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def __call__(self, *args, **kwargs):
'\n provides backward compatibility with cmds.workspace by allowing an instance\n of this class to be called as if it were a function\n '
pass | def __call__(self, *args, **kwargs):
'\n provides backward compatibility with cmds.workspace by allowing an instance\n of this class to be called as if it were a function\n '
pass<|docstring|>provides backward compatibility with cmds.workspace by allowing an instance
of this class to be cal... |
1a4ecc19aac9a0f540c6d2560db6cb9fd79680bb7291c2221508b10d876a3879 | def __new__(cls, *p, **k):
'\n # redefine __new__\n '
pass | # redefine __new__ | mayaSDK/pymel/core/system.py | __new__ | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def __new__(cls, *p, **k):
'\n \n '
pass | def __new__(cls, *p, **k):
'\n \n '
pass<|docstring|># redefine __new__<|endoftext|> |
e2e9e78afb7be7ff2c734449777ac5684bf02389240e084ceb1cfa412831ab48 | def get(self, key, default='None'):
'\n D.get(k[,d]) -> D[k] if k in D, else d. d defaults to None.\n '
pass | D.get(k[,d]) -> D[k] if k in D, else d. d defaults to None. | mayaSDK/pymel/core/system.py | get | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def get(self, key, default='None'):
'\n \n '
pass | def get(self, key, default='None'):
'\n \n '
pass<|docstring|>D.get(k[,d]) -> D[k] if k in D, else d. d defaults to None.<|endoftext|> |
ecc57003a03ff4ef4f2a9303f0805b0ad209479dc49003626752a3775d08e7d9 | def items(self):
"\n D.items() -> list of D's (key, value) pairs, as 2-tuples\n "
pass | D.items() -> list of D's (key, value) pairs, as 2-tuples | mayaSDK/pymel/core/system.py | items | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def items(self):
"\n \n "
pass | def items(self):
"\n \n "
pass<|docstring|>D.items() -> list of D's (key, value) pairs, as 2-tuples<|endoftext|> |
57d866be034c54ea76dc8200d889dc0e0045b94fbafcbfdce69954d7a1f238d4 | def iteritems(self):
'\n D.iteritems() -> an iterator over the (key, value) items of D\n '
pass | D.iteritems() -> an iterator over the (key, value) items of D | mayaSDK/pymel/core/system.py | iteritems | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def iteritems(self):
'\n \n '
pass | def iteritems(self):
'\n \n '
pass<|docstring|>D.iteritems() -> an iterator over the (key, value) items of D<|endoftext|> |
8978831cd6075c144d094c8820f7eb103baaedc0fa26d1619997303b75aa1ad6 | def iterkeys(self):
'\n D.iterkeys() -> an iterator over the keys of D\n '
pass | D.iterkeys() -> an iterator over the keys of D | mayaSDK/pymel/core/system.py | iterkeys | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def iterkeys(self):
'\n \n '
pass | def iterkeys(self):
'\n \n '
pass<|docstring|>D.iterkeys() -> an iterator over the keys of D<|endoftext|> |
cb99ec1401c8845fb69afb749a867617c816be15616d69316b0f0940c9c48187 | def itervalues(self):
'\n D.itervalues() -> an iterator over the values of D\n '
pass | D.itervalues() -> an iterator over the values of D | mayaSDK/pymel/core/system.py | itervalues | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def itervalues(self):
'\n \n '
pass | def itervalues(self):
'\n \n '
pass<|docstring|>D.itervalues() -> an iterator over the values of D<|endoftext|> |
adfca6ab937fdc6b8a28671575830a4fba3072d1678f58f1cf9ad6a94febef20 | def keys(self):
"\n D.keys() -> list of D's keys\n "
pass | D.keys() -> list of D's keys | mayaSDK/pymel/core/system.py | keys | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def keys(self):
"\n \n "
pass | def keys(self):
"\n \n "
pass<|docstring|>D.keys() -> list of D's keys<|endoftext|> |
784ce39f8df04eaf7d353c3aa1d791999afbbf63f32e00754c533a5c3896a217 | def values(self):
"\n D.values() -> list of D's values\n "
pass | D.values() -> list of D's values | mayaSDK/pymel/core/system.py | values | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def values(self):
"\n \n "
pass | def values(self):
"\n \n "
pass<|docstring|>D.values() -> list of D's values<|endoftext|> |
0013bfe4543aabe9d77c0accfea0cdf6859c9b7b175875a2cdd89d948273f291 | def clear(self):
'\n D.clear() -> None. Remove all items from D.\n '
pass | D.clear() -> None. Remove all items from D. | mayaSDK/pymel/core/system.py | clear | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def clear(self):
'\n \n '
pass | def clear(self):
'\n \n '
pass<|docstring|>D.clear() -> None. Remove all items from D.<|endoftext|> |
80d7e623bd566872ba088593c7a12ebeb3f9d50cdc636890acf90bb8e88ead45 | def pop(self, key, default="'<object object>'"):
'\n D.pop(k[,d]) -> v, remove specified key and return the corresponding value.\n If key is not found, d is returned if given, otherwise KeyError is raised.\n '
pass | D.pop(k[,d]) -> v, remove specified key and return the corresponding value.
If key is not found, d is returned if given, otherwise KeyError is raised. | mayaSDK/pymel/core/system.py | pop | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def pop(self, key, default="'<object object>'"):
'\n D.pop(k[,d]) -> v, remove specified key and return the corresponding value.\n If key is not found, d is returned if given, otherwise KeyError is raised.\n '
pass | def pop(self, key, default="'<object object>'"):
'\n D.pop(k[,d]) -> v, remove specified key and return the corresponding value.\n If key is not found, d is returned if given, otherwise KeyError is raised.\n '
pass<|docstring|>D.pop(k[,d]) -> v, remove specified key and return the correspon... |
74539fee9795bc9200f7d763ac7a8c5472f2c98291b018273b4a92a9bb1abce2 | def popitem(self):
'\n D.popitem() -> (k, v), remove and return some (key, value) pair\n as a 2-tuple; but raise KeyError if D is empty.\n '
pass | D.popitem() -> (k, v), remove and return some (key, value) pair
as a 2-tuple; but raise KeyError if D is empty. | mayaSDK/pymel/core/system.py | popitem | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def popitem(self):
'\n D.popitem() -> (k, v), remove and return some (key, value) pair\n as a 2-tuple; but raise KeyError if D is empty.\n '
pass | def popitem(self):
'\n D.popitem() -> (k, v), remove and return some (key, value) pair\n as a 2-tuple; but raise KeyError if D is empty.\n '
pass<|docstring|>D.popitem() -> (k, v), remove and return some (key, value) pair
as a 2-tuple; but raise KeyError if D is empty.<|endoftext|> |
e942384068707a0d1a05c781d3a2220a12756c536e54c12bff14a7a7a8553779 | def setdefault(self, key, default='None'):
'\n D.setdefault(k[,d]) -> D.get(k,d), also set D[k]=d if k not in D\n '
pass | D.setdefault(k[,d]) -> D.get(k,d), also set D[k]=d if k not in D | mayaSDK/pymel/core/system.py | setdefault | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def setdefault(self, key, default='None'):
'\n \n '
pass | def setdefault(self, key, default='None'):
'\n \n '
pass<|docstring|>D.setdefault(k[,d]) -> D.get(k,d), also set D[k]=d if k not in D<|endoftext|> |
4f629b079b8c55a12f86507faddcbdfdc18a9cfef0629ea4bad5827f5249d65e | def update(*args, **kwds):
'\n D.update([E, ]**F) -> None. Update D from mapping/iterable E and F.\n If E present and has a .keys() method, does: for k in E: D[k] = E[k]\n If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v\n In either case, this is followed b... | D.update([E, ]**F) -> None. Update D from mapping/iterable E and F.
If E present and has a .keys() method, does: for k in E: D[k] = E[k]
If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v
In either case, this is followed by: for k, v in F.items(): D[k] = v | mayaSDK/pymel/core/system.py | update | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def update(*args, **kwds):
'\n D.update([E, ]**F) -> None. Update D from mapping/iterable E and F.\n If E present and has a .keys() method, does: for k in E: D[k] = E[k]\n If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v\n In either case, this is followed b... | def update(*args, **kwds):
'\n D.update([E, ]**F) -> None. Update D from mapping/iterable E and F.\n If E present and has a .keys() method, does: for k in E: D[k] = E[k]\n If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v\n In either case, this is followed b... |
1a4ecc19aac9a0f540c6d2560db6cb9fd79680bb7291c2221508b10d876a3879 | def __new__(cls, *p, **k):
'\n # redefine __new__\n '
pass | # redefine __new__ | mayaSDK/pymel/core/system.py | __new__ | FXTD-ODYSSEY/vscode-mayapy | 20 | python | def __new__(cls, *p, **k):
'\n \n '
pass | def __new__(cls, *p, **k):
'\n \n '
pass<|docstring|># redefine __new__<|endoftext|> |
31b547a63b2a662540087dc2af646b09ac4ee5895c6a56a34d1f3dbac67659fa | def pretty_print(x, numchars):
'Given an object `x`, call `str(x)` and format the returned string so\n that it is numchars long, padding with trailing spaces or truncating with\n ellipses as necessary\n '
s = maybe_truncate(x, numchars)
return (s + (' ' * max((numchars - len(s)), 0))) | Given an object `x`, call `str(x)` and format the returned string so
that it is numchars long, padding with trailing spaces or truncating with
ellipses as necessary | openstreetmap-scraper/venv/lib/python3.7/site-packages/xarray/core/formatting.py | pretty_print | espoo-urban-planning/urbanplanningGAN | 51 | python | def pretty_print(x, numchars):
'Given an object `x`, call `str(x)` and format the returned string so\n that it is numchars long, padding with trailing spaces or truncating with\n ellipses as necessary\n '
s = maybe_truncate(x, numchars)
return (s + (' ' * max((numchars - len(s)), 0))) | def pretty_print(x, numchars):
'Given an object `x`, call `str(x)` and format the returned string so\n that it is numchars long, padding with trailing spaces or truncating with\n ellipses as necessary\n '
s = maybe_truncate(x, numchars)
return (s + (' ' * max((numchars - len(s)), 0)))<|docstring|>G... |
84264b989d7b128e34fffd89f9d7bd14ef457da2df8cbd5b714b885e2c22359b | def first_n_items(array, n_desired):
'Returns the first n_desired items of an array'
if (n_desired < 1):
raise ValueError('must request at least one item')
if (array.size == 0):
return []
if (n_desired < array.size):
indexer = _get_indexer_at_least_n_items(array.shape, n_desired,... | Returns the first n_desired items of an array | openstreetmap-scraper/venv/lib/python3.7/site-packages/xarray/core/formatting.py | first_n_items | espoo-urban-planning/urbanplanningGAN | 51 | python | def first_n_items(array, n_desired):
if (n_desired < 1):
raise ValueError('must request at least one item')
if (array.size == 0):
return []
if (n_desired < array.size):
indexer = _get_indexer_at_least_n_items(array.shape, n_desired, from_end=False)
array = array[indexer]... | def first_n_items(array, n_desired):
if (n_desired < 1):
raise ValueError('must request at least one item')
if (array.size == 0):
return []
if (n_desired < array.size):
indexer = _get_indexer_at_least_n_items(array.shape, n_desired, from_end=False)
array = array[indexer]... |
6ef3d6d45b8bb19041855ca01e91a1e4f13c5f3d2941c8453b56c9710af625bb | def last_n_items(array, n_desired):
'Returns the last n_desired items of an array'
if ((n_desired == 0) or (array.size == 0)):
return []
if (n_desired < array.size):
indexer = _get_indexer_at_least_n_items(array.shape, n_desired, from_end=True)
array = array[indexer]
return np.as... | Returns the last n_desired items of an array | openstreetmap-scraper/venv/lib/python3.7/site-packages/xarray/core/formatting.py | last_n_items | espoo-urban-planning/urbanplanningGAN | 51 | python | def last_n_items(array, n_desired):
if ((n_desired == 0) or (array.size == 0)):
return []
if (n_desired < array.size):
indexer = _get_indexer_at_least_n_items(array.shape, n_desired, from_end=True)
array = array[indexer]
return np.asarray(array).flat[(- n_desired):] | def last_n_items(array, n_desired):
if ((n_desired == 0) or (array.size == 0)):
return []
if (n_desired < array.size):
indexer = _get_indexer_at_least_n_items(array.shape, n_desired, from_end=True)
array = array[indexer]
return np.asarray(array).flat[(- n_desired):]<|docstring|>... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.