ASSEMBLER
  • Assembler UI
    • Overview
    • Installation
      • Application
      • Delegate
    • Edition
      • Project
      • Group
      • Process Group
      • Creation Group
    • Logs
  • Use Cases
    • Learning
      • 3D Design - Maya
        • Object
        • Reserved Object
        • Transform
        • Deformer
        • Material
        • Merge
        • Render
        • Motion
      • 3D Design - Max
        • Object
        • Reserved Object
        • Transform
        • Modifier
        • Material
        • Merge
        • Render
        • Motion
      • Compositing - Nuke
        • Create Node
        • Animate Knob
        • Node Group
        • Render
        • Template
        • Export
    • Pipeline Integration
      • Overview
      • Scene Config - Maya
      • Data Sharing - Maya, Nuke
    • Modelisation and Anim
      • Othoniel Kiosk - Max
      • Funny Grass - Maya
      • Jungle bridges - Max
      • Magic Foutain - Max
  • Specifications
    • Overview
    • Project
      • Overview
      • Workspace
      • Creation Group
      • Process Group
    • Creation
      • Overview
      • Indexed Creation
      • Process Use
    • Process
      • Overview
      • 3D Desgin - Maya
      • 3D Design - Max
      • Compositing - Nuke
      • Pipeline
    • Function
      • Overview
      • Temporal Function
    • Motion
      • Overview
    • Template
    • Format
  • References
    • Maya Node Attributes
      • Object
      • Reserved Object
      • Shader
      • Deformer
      • Transform
      • Render
    • Max Class Properties
    • Nuke Node Knobs

Create Node - Nuke

 This use case shows how to create Nodes.
Create Node 

Create Node

  How to create and link Read, Transform and Write Nodes.
wood creation
<Creation id="wood" filename="wood.jpg">
     <Info name="width">1000</Info>
     <Info name="height">1000</Info>
</Creation>
process
<Process id="createNodeCompositing" type="compositing">
    <Param name="reset">true</Param>
    <Node name="read" create="Read" pos="0;0">
        <Param name="file">file(wood)</Param>
        <Param name="before">0</Param>
        <Param name="after">0</Param>
    </Node>
    <Node name="transform" create="Transform" link="read" pos="0;100">
        <Param name="center.x">10</Param>
    </Node>
    <Node name="write" create="Write" link="transform" pos="0;200"/>
</Process>
graph-node
 Specifications: Compositing Process
@ assembler 2017