CompositorNodeRotate(CompositorNode)

base classes — bpy_struct, Node, CompositorNode

class bpy.types.CompositorNodeRotate(CompositorNode)
filter_type

Method to use to filter rotation

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

CompositorNodeRLayers(CompositorNode)

Next topic

CompositorNodeScale(CompositorNode)