GPencilSculptGuide(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.GPencilSculptGuide(bpy_struct)¶ Guides for drawing
-
angle¶ Direction of lines
Type: float in [-6.28319, 6.28319], default 0.0
-
angle_snap¶ Angle snapping
Type: float in [-6.28319, 6.28319], default 0.0
-
location¶ Custom reference point for guides
Type: float array of 3 items in [-inf, inf], default (0.0, 0.0, 0.0)
-
reference_point¶ Type of speed guide
CURSORCursor, Use cursor as reference point.CUSTOMCustom, Use custom reference point.OBJECTObject, Use object as reference point.
Type: enum in [‘CURSOR’, ‘CUSTOM’, ‘OBJECT’], default ‘CURSOR’
-
spacing¶ Guide spacing
Type: float in [0, inf], default 0.01
-
type¶ Type of speed guide
CIRCULARCircular, Use single point to create rings.RADIALRadial, Use single point as direction.PARALLELParallel, Parallel lines.GRIDGrid, Grid allows horizontal and vertical lines.
Type: enum in [‘CIRCULAR’, ‘RADIAL’, ‘PARALLEL’, ‘GRID’], default ‘CIRCULAR’
-
use_guide¶ Enable speed guides
Type: boolean, default False
-
use_snapping¶ Enable snapping to guides angle or spacing options
Type: boolean, default False
-
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.Structsubclass
-
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