CompositorNodeTransform(CompositorNode)

base classes — bpy_struct, Node, CompositorNode

class bpy.types.CompositorNodeTransform(CompositorNode)
filter_type

Method to use to filter transform

Type :enum in [‘NEAREST’, ‘BILINEAR’, ‘BICUBIC’], default ‘NEAREST’
classmethod get_node_type()

Get the identifier of the node type

Returns:Result
Return type:string, (never None)

Inherited Properties

Inherited Functions

Previous topic

CompositorNodeTrackPos(CompositorNode)

Next topic

CompositorNodeTranslate(CompositorNode)