base classes — bpy_struct, Node, NodeInternal, ShaderNode
Color mapping settings
Type: | ColorMapping, (readonly, never None) |
---|
Ground color that is subtly reflected in the sky
Type: | float in [0, 1], default 0.0 |
---|
Type: | enum in [‘PREETHAM’, ‘HOSEK_WILKIE’], default ‘PREETHAM’ |
---|
Direction from where the sun is shining
Type: | float array of 3 items in [-inf, inf], default (0.0, 0.0, 1.0) |
---|
Texture coordinate mapping settings
Type: | TexMapping, (readonly, never None) |
---|
Atmospheric turbidity
Type: | float in [1, 10], default 0.0 |
---|
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