TDataCompoundAttribute

class cgp_maya_utils.scene.TDataCompoundAttribute(fullName)

Bases: cgp_maya_utils.scene.CompoundAttribute

attribute object that manipulates TDataCompound attribute

classmethod create(*_, **__)

create a TDataCompound attribute

setValue(value)

set the value of the TDataCompound attribute

Parameters:value (dict) – value to set to the TDataCompound attribute
value()

the value of the TDataCompound attribute

Returns:the value of the TDataCompound attribute
Return type:dict