CGP utils
stable
  • Legal information
  • What is it ?
  • Installation
  • Get started
  • Technical Documentation
    • cgp_generic_utils
    • cgp_maya_utils
      • cgp_maya_utils.api
      • cgp_maya_utils.constants
      • cgp_maya_utils.decorators
      • cgp_maya_utils.files
      • cgp_maya_utils.scene
        • Connection
        • Attribute
        • BoolAttribute
        • ByteAttribute
        • CompoundAttribute
        • Double3Attribute
        • DoubleAngleAttribute
        • DoubleAttribute
        • DoubleLinearAttribute
        • EnumAttribute
        • Float3Attribute
        • FloatAttribute
        • LongAttribute
        • MatrixAttribute
        • MessageAttribute
        • NumericAttribute
        • ShortAttribute
        • StringAttribute
        • TDataCompoundAttribute
        • TimeAttribute
        • AimConstraint
        • AnimCurve
        • AnimCurveTA
        • AnimCurveTL
        • AnimCurveTU
        • Constraint
        • DagNode
        • GeometryFilter
        • IkEffector
        • IkHandle
        • Joint
        • Mesh
        • Node
        • NurbsCurve
        • NurbsSurface
        • OrientConstraint
        • ParentConstraint
        • PointConstraint
        • Reference
        • ScaleConstraint
        • Shape
        • SkinCluster
        • Transform
        • Component
        • CurvePoint
        • Edge
        • EditPoint
        • Face
        • IsoparmU
        • IsoparmV
        • SurfacePatch
        • SurfacePoint
        • TransformComponent
        • Vertex
        • Namespace
        • Plugin
        • Scene
        • attribute
        • component
        • connection
        • createAttribute
        • createNode
        • currentNamespace
        • getAttributes
        • getNodes
        • getNodesFromAttributes
        • namespace
        • node
        • plugin
        • scene
    • cgp_houdini_utils
CGP utils
  • »
  • Technical Documentation »
  • cgp_maya_utils.scene »
  • attribute
  • Edit on Bitbucket

attribute¶

cgp_maya_utils.scene.attribute(fullName)¶

the attribute object from an attribute full name

Parameters:fullName (str) – the full name of the attribute - node.attribute
Returns:the attribute object
Return type:cgp_maya_utils.scene.Attribute, cgp_maya_utils.scene.BoolAttribute, cgp_maya_utils.scene.ByteAttribute, cgp_maya_utils.scene.CompoundAttribute, cgp_maya_utils.scene.Double3Attribute, cgp_maya_utils.scene.DoubleAngleAttribute, cgp_maya_utils.scene.DoubleAttribute, cgp_maya_utils.scene.DoubleLinearAttribute, cgp_maya_utils.scene.EnumAttribute, cgp_maya_utils.scene.Float3Attribute, cgp_maya_utils.scene.FloatAttribute, cgp_maya_utils.scene.LongAttribute, cgp_maya_utils.scene.MatrixAttribute, cgp_maya_utils.scene.MessageAttribute, cgp_maya_utils.scene.NumericAttribute, cgp_maya_utils.scene.ShortAttribute, cgp_maya_utils.scene.StringAttribute, cgp_maya_utils.scene.TDataCompoundAttribute, cgp_maya_utils.scene.TimeAttribute
Next Previous

© Copyright 2020 - Pierre Violanti. Revision 1b4c6485.

Built with Sphinx using a theme provided by Read the Docs.