base classes — bpy_struct, Node, NodeInternal, CompositorNode
How the image fits in the camera frame
Type: | enum in [‘STRETCH’, ‘FIT’, ‘CROP’], default ‘STRETCH’ |
---|
Offset image horizontally (factor of image size)
Type: | float in [-inf, inf], default 0.0 |
---|
Offset image vertically (factor of image size)
Type: | float in [-inf, inf], default 0.0 |
---|
Coordinate space to scale relative to
Type: | enum in [‘RELATIVE’, ‘ABSOLUTE’, ‘SCENE_SIZE’, ‘RENDER_SIZE’], default ‘RELATIVE’ |
---|
True if a registered node type
Returns: | Result |
---|---|
Return type: | boolean |
Input socket template
Parameters: | index (int in [0, inf]) – Index |
---|---|
Returns: | result |
Return type: | NodeInternalSocketTemplate |
Output socket template
Parameters: | index (int in [0, inf]) – Index |
---|---|
Returns: | result |
Return type: | NodeInternalSocketTemplate |
Inherited Properties
Inherited Functions