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 »
  • createNode
  • Edit on Bitbucket

createNode¶

cgp_maya_utils.scene.createNode(data, **extraData)¶

create a node using a node data dictionary

Parameters:
  • data (dict) – data used to create the node
  • extraData (any) – extraData used to update the data before creating the node
Returns:

the created node

Return type:

cgp_maya_utils.scene.Node, cgp_maya_utils.scene.AimConstraint, cgp_maya_utils.scene.AnimCurve, cgp_maya_utils.scene.AnimCurveTA, cgp_maya_utils.scene.AnimCurveTL, cgp_maya_utils.scene.AnimCurveTU, cgp_maya_utils.scene.Constraint, cgp_maya_utils.scene.DagNode, cgp_maya_utils.scene.GeometryFilter, cgp_maya_utils.scene.IkEffector, cgp_maya_utils.scene.IkHandle, cgp_maya_utils.scene.Joint, cgp_maya_utils.scene.Mesh, cgp_maya_utils.scene.Node, cgp_maya_utils.scene.NurbsCurve, cgp_maya_utils.scene.NurbsSurface, cgp_maya_utils.scene.OrientConstraint, cgp_maya_utils.scene.ParentConstraint, cgp_maya_utils.scene.PointConstraint, cgp_maya_utils.scene.Reference, cgp_maya_utils.scene.ScaleConstraint, cgp_maya_utils.scene.Shape, cgp_maya_utils.scene.SkinCluster, cgp_maya_utils.scene.Transform

Next Previous

© Copyright 2020 - Pierre Violanti. Revision 1b4c6485.

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