Int3DParam

Inherits Int2DParam

Synopsis

See IntParam for more details.

Functions

  • def set ()

  • def set (frame)

  • def set (x, y, z)

  • def set (x, y, z, frame)

Detailed Description

NatronEngine.Int3DParam.get()
Return type

<Int3DTuple>

Returns a Int3DTuple containing the [x,y,z] value of this parameter at the timeline’s current time.

NatronEngine.Int3DParam.get(frame)
Parameters

framefloat

Return type

<Int3DTuple>

Returns a Int3DTuple containing the [x,y,z] value of this parameter at the given frame

NatronEngine.Int3DParam.set(x, y, z)
Parameters
  • xint

  • yint

  • zint

Same as set(x) but for 3-dimensional integers.

NatronEngine.Int3DParam.set(x, y, z, frame)
Parameters
  • xint

  • yint

  • zint

  • framefloat

Same as set(x,frame) but for 3-dimensional integers.