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

Deformer - Maya

 These use cases show how to apply a deformer on an object.
Squash  Twist 

Squash

  How to squash a sphere.
process
<Process id="deformerSquash" type="3d" delegate="maya">
    <Param name="reset">1</Param>
    <Object create="object" name="sphere">
        <Param name="class">sphere</Param>
        <Param name="radius">2</Param>
        <Param name="squash">deformer</Param>
        <Param name="squash.factor">1</Param>
    </Object>
</Process>
result
viewport
 Specifications: Process

Twist

  How to twist a plane.
process
<Process id="deformerTwist" type="3d" delegate="maya">
    <Param name="reset">1</Param>
    <Object create="object" name="plane">
        <Param name="class">polyPlane</Param>
        <Param name="width">2</Param>
        <Param name="height">4</Param>
        <Param name="subdivisionsX">10</Param>
        <Param name="subdivisionsY">10</Param>
        <Param name="twist">deformer</Param>
        <Param name="twist.startAngle">90</Param>
        <Param name="twist-handle.rotateX">60</Param>
    </Object>
 </Process>
result
viewport
 Specifications: Process
@ assembler 2017