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_object#

Object used for reference point

Type:

Object

reference_point#

Type of speed guide

  • CURSOR Cursor – Use cursor as reference point.

  • CUSTOM Custom – Use custom reference point.

  • OBJECT Object – Use object as reference point.

Type:

enum in [‘CURSOR’, ‘CUSTOM’, ‘OBJECT’], default ‘CURSOR’

spacing#

Guide spacing

Type:

float in [0, inf], default 20.0

type#

Type of speed guide

  • CIRCULAR Circular – Use single point to create rings.

  • RADIAL Radial – Use single point as direction.

  • PARALLEL Parallel – Parallel lines.

  • GRID Grid – Grid allows horizontal and vertical lines.

  • ISO Isometric – Grid allows isometric and vertical lines.

Type:

enum in [‘CIRCULAR’, ‘RADIAL’, ‘PARALLEL’, ‘GRID’, ‘ISO’], 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.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