UVWarpModifier(Modifier)

base classes — bpy_struct, Modifier

class bpy.types.UVWarpModifier(Modifier)

Add target position to UV coordinates

axis_u

Pole axis for rotation (default 'X')

Type:

Literal[Axis Xyz Items]

axis_v

Pole axis for rotation (default 'Y')

Type:

Literal[Axis Xyz Items]

bone_from

Bone defining offset (default “”, never None)

Type:

str

bone_to

Bone defining offset (default “”, never None)

Type:

str

center

Center point for rotate/scale (array of 2 items, in [-inf, inf], default (0.5, 0.5))

Type:

bpy_prop_array[float]

invert_vertex_group

Invert vertex group influence (default False)

Type:

bool

object_from

Object defining offset

Type:

Object

object_to

Object defining offset

Type:

Object

offset

2D Offset for the warp (array of 2 items, in [-inf, inf], default (0.0, 0.0))

Type:

bpy_prop_array[float]

rotation

2D Rotation for the warp (in [-inf, inf], default 0.0)

Type:

float

scale

2D Scale for the warp (array of 2 items, in [-inf, inf], default (1.0, 1.0))

Type:

bpy_prop_array[float]

uv_layer

UV map name (default “”, never None)

Type:

str

vertex_group

Vertex group name (default “”, never None)

Type:

str

classmethod bl_rna_get_subclass(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (bpy.types.Struct | None) – The value to return when not found.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct

classmethod bl_rna_get_subclass_py(id, default=None, /)
Parameters:
  • id (str) – The RNA type identifier.

  • default (type | None) – The value to return when not found.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties

Inherited Functions