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)
-
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
-
Inherited Properties
Inherited Functions
References