pymel.core.system.ReferenceCache

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

class ReferenceCache

For the sake of speeding up the process of identifying File References in the scene and properly associating with their respective namespace/reference-node/fullpath, a set of API callbacks is set-up which triggers a file-reference cache refresh.

This callback mechanism can be suspended temporarily, which is useful when a process needs to change the state of several references at once (loading/unloading, adding/removing). Use the ‘deferReferenceUpdates’ function or the ‘suspendReferenceUpdates’ decorator

classmethod deferReferenceUpdates(state)
classmethod getPaths(path=None, namespace=None)
classmethod refresh()
classmethod setupFileReferenceCallbacks()

Previous topic

pymel.core.system.Path

Next topic

pymel.core.system.ReferenceEdit

Core

Core Modules

Other Modules

This Page