UVWarpModifier(Modifier)#
base classes — bpy_struct
, Modifier
- class bpy.types.UVWarpModifier(Modifier)#
Add target position to UV coordinates
- axis_u#
Pole axis for rotation
- Type:
enum in Axis Xyz Items, default ‘X’
- axis_v#
Pole axis for rotation
- Type:
enum in Axis Xyz Items, default ‘Y’
- bone_from#
Bone defining offset
- Type:
string, default “”, (never None)
- bone_to#
Bone defining offset
- Type:
string, default “”, (never None)
- center#
Center point for rotate/scale
- Type:
float array of 2 items in [-inf, inf], default (0.5, 0.5)
- invert_vertex_group#
Invert vertex group influence
- Type:
boolean, default False
- offset#
2D Offset for the warp
- Type:
float array of 2 items in [-inf, inf], default (0.0, 0.0)
- rotation#
2D Rotation for the warp
- Type:
float in [-inf, inf], default 0.0
- scale#
2D Scale for the warp
- Type:
float array of 2 items in [-inf, inf], default (1.0, 1.0)
- uv_layer#
UV map name
- Type:
string, default “”, (never None)
- vertex_group#
Vertex group name
- Type:
string, default “”, (never None)
- 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.Struct
subclass
- 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