StringAttribute

class cgp_maya_utils.scene.StringAttribute(fullName)

Bases: cgp_maya_utils.scene.Attribute

attribute object that manipulates a string attribute

eval()

eval the content of the string attribute

Returns:the eval content
Return type:literal
setValue(value)

set the value on the attribute

Parameters:value (str) – value used to set the attribute