Package bpy :: Module types :: Class UVProjectModifier
[hide private]
[frames] | no frames]

Class UVProjectModifier


The UV Project Modifier Object

UV projection modifier to sets UVs from a projector.

(no references to this struct found)

Instance Variables [hide private]
boolean editmode
Use modifier while in the edit mode. (Inherited from bpy.types.Modifier)
boolean expanded
Set modifier expanded in the user interface. (Inherited from bpy.types.Modifier)
float in [1, inf] horizontal_aspect_ratio
Horizontal Aspect Ratio
Image image
Image
string name
Modifier name. (Inherited from bpy.types.Modifier)
int in [1, 10] num_projectors
Number of projectors to use.
boolean on_cage
Enable direct editing of modifier control cage. (Inherited from bpy.types.Modifier)
boolean override_image
Override faces' current images with the given image.
Collection of UVProjector (readonly) projectors
Projectors
boolean realtime
Realtime display of a modifier. (Inherited from bpy.types.Modifier)
boolean render
Use modifier during rendering. (Inherited from bpy.types.Modifier)
enum (readonly) type
Type in... (Inherited from bpy.types.Modifier)
string uv_layer
UV layer name.
float in [1, inf] vertical_aspect_ratio
Vertical Aspect Ratio
Instance Variable Details [hide private]

uv_layer

UV layer name. (maximum length of 32)
Type:
string