BoolAttribute

class cgp_maya_utils.scene.BoolAttribute(fullName)

Bases: cgp_maya_utils.scene.Attribute

attribute object that manipulates a boolean attribute

setValue(value)

set the value on the attribute

Parameters:value (bool or int) – value to set on the boolean attribute