GPencilEditCurvePoint(bpy_struct)
base class — bpy_struct
- class bpy.types.GPencilEditCurvePoint(bpy_struct)
Bezier curve point with two handles
- co
Coordinates of the control point
- Type
float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
- handle_left
Coordinates of the first handle
- Type
float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
- handle_right
Coordinates of the second handle
- Type
float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
- hide
Visibility status
- Type
boolean, default False
- point_index
Index of the corresponding grease pencil stroke point
- Type
int in [0, inf], default 0, (readonly)
- pressure
Pressure of the grease pencil stroke point
- Type
float in [0, inf], default 0.0
- select_control_point
Control point selection status
- Type
boolean, default False
- select_left_handle
Handle 1 selection status
- Type
boolean, default False
- select_right_handle
Handle 2 selection status
- Type
boolean, default False
- strength
Color intensity (alpha factor) of the grease pencil stroke point
- Type
float in [0, 1], default 0.0
- uv_factor
Internal UV factor
- Type
float in [0, 1], default 0.0
- uv_rotation
Internal UV factor for dot mode
- Type
float in [-1.5708, 1.5708], default 0.0
- vertex_color
Vertex color of the grease pencil stroke point
- Type
float array of 4 items in [0, 1], default (0.0, 0.0, 0.0, 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.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
References