pymel.core.system.ReferenceEdit

digraph inheritance22ede548ee {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "ReferenceEdit" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.system.ReferenceEdit",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
}

class ReferenceEdit

Parses a reference edit command string into various components based on the edit type. This is the class returned by pymel’s version of the ‘referenceQuery’ command.

editData
remove(force=False)
Remove the reference edit. if ‘force=True’ then the reference will be unloaded from the scene (if it is not already unloaded)

Previous topic

pymel.core.system.ReferenceCache

Next topic

pymel.core.system.Translator

Core

Core Modules

Other Modules

This Page