Op Args Builders (OpScript)¶
StaticSceneCreate¶
- class OpArgsBuilders.StaticSceneCreate¶
 - createEmptyLocation(string locationPath[, string locationType=""])¶
 
- setAttrAtLocation(string locationPath, string attrName, Attribute attr)¶
 
- setAttrsAtLeafStateForLocation(string locationPath, boolean state)¶
 
- addSubOpAtLocation(string locationPath, string opType, GroupAttribute opArgs)¶
 
- skipLocalActionsIfInputExistsAtLocation(string locationPath, boolean state)¶
 
- build() → GroupAttribute¶
 
AttributeSet¶
- class OpArgsBuilders.AttributeSet¶
 - setLocationPaths(StringAttribute locationPaths[, string batch=""])¶
 
- setCEL(StringAttribute CEL[, string batch=""])¶
 
- setAttr(string attrName, Attribute attr[, string batch[, boolean inherit=true]])¶
 
- deleteAttr(string attrName[, string batch=""])¶
 
- addSubOp(string opType, GroupAttribute opArgs[, string batch=""])¶
 
- build() → GroupAttribute¶