Trees | Indices | Help |
|
---|
|
Check for multiple views in files when a read node is created, by looking for a VIEW_NAMES entry in the node's metadata. Most file types won't specify views but EXR/SXR and potentially other files may do. Registers for callbacks when a Read node is created, or its 'file' knob is changed. If there are multiple views, and they do not exist on the root node, the user is asked if they should be created.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
UserAlreadySaidNo = False
|
|||
__package__ =
|
|
Attempt to get the views from a read node's metadata. Returns an empty list if no views were found or if the node is disabled. |
Callback when a Read node is created. Note that the knob values don't seem to be set when this callback occurs. Defer the check with a QTimer, which will cause the views check to be done when the Qt event loop next sends events. |
Callback when a Read node knob changes. If it's the file knob, check for multi views. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 5 06:16:23 2017 | http://epydoc.sourceforge.net |