VolumeDisplaceModifier(Modifier)¶
base classes — bpy_struct, Modifier
-
class
bpy.types.VolumeDisplaceModifier(Modifier)¶ -
strength¶ Strength of the displacement
- Type
float in [-inf, inf], default 0.0
-
texture_map_mode¶ LOCALLocal, Use the local coordinate system for the texture coordinates.GLOBALGlobal, Use the global coordinate system for the texture coordinates.OBJECTObject, Use the linked object’s local coordinate system for the texture coordinates.
- Type
enum in [‘LOCAL’, ‘GLOBAL’, ‘OBJECT’], default ‘LOCAL’
-
texture_mid_level¶ Subtracted from the texture color to get a displacement vector
- Type
float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
-
texture_sample_radius¶ Smaller values result in better performance but might cut off the volume
- Type
float in [0, inf], default 0.0
-
classmethod
bl_rna_get_subclass(id, default=None)¶ - Parameters
id (string) – The RNA type identifier.
- Returns
The RNA type or default when not found.
- Return type
bpy.types.Structsubclass
-
classmethod
bl_rna_get_subclass_py(id, default=None)¶ - Parameters
id (string) – The RNA type identifier.
- Returns
The class or default when not found.
- Return type
type
-
Inherited Properties
Inherited Functions