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 [‘X’, ‘Y’, ‘Z’], default ‘X’
-
axis_v
¶ Pole axis for rotation
Type: enum in [‘X’, ‘Y’, ‘Z’], default ‘X’
-
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.0, 0.0)
-
uv_layer
¶ UV Layer 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
-
Inherited Properties
Inherited Functions