GPencilSculptSettings(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.GPencilSculptSettings(bpy_struct)¶ Properties for Grease Pencil stroke sculpting tool
-
affect_position¶ The brush affects the position of the point
Type: boolean, default False
-
affect_strength¶ The brush affects the color strength of the point
Type: boolean, default False
-
affect_thickness¶ The brush affects the thickness of the point
Type: boolean, default False
-
brush¶ Type: GPencilSculptBrush, (readonly)
-
lockaxis¶ GP_LOCKAXIS_NONENone.GP_LOCKAXIS_XX, Project strokes to plane locked to X.GP_LOCKAXIS_YY, Project strokes to plane locked to Y.GP_LOCKAXIS_ZZ, Project strokes to plane locked to Z.
Type: enum in [‘GP_LOCKAXIS_NONE’, ‘GP_LOCKAXIS_X’, ‘GP_LOCKAXIS_Y’, ‘GP_LOCKAXIS_Z’], default ‘GP_LOCKAXIS_NONE’
-
selection_alpha¶ Alpha value for selected vertices
Type: float in [0, 1], default 0.0
-
tool¶ SMOOTHSmooth, Smooth stroke points.THICKNESSThickness, Adjust thickness of strokes.STRENGTHStrength, Adjust color strength of strokes.GRABGrab, Translate the set of points initially within the brush circle.PUSHPush, Move points out of the way, as if combing them.TWISTTwist, Rotate points around the midpoint of the brush.PINCHPinch, Pull points towards the midpoint of the brush.RANDOMIZERandomize, Introduce jitter/randomness into strokes.CLONEClone, Paste copies of the strokes stored on the clipboard.
Type: enum in [‘SMOOTH’, ‘THICKNESS’, ‘STRENGTH’, ‘GRAB’, ‘PUSH’, ‘TWIST’, ‘PINCH’, ‘RANDOMIZE’, ‘CLONE’], default ‘SMOOTH’
-
use_select_mask¶ Only sculpt selected stroke points
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