GPencilSculptSettings(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.GPencilSculptSettings(bpy_struct)¶ Properties for Grease Pencil stroke sculpting tool
-
brush¶ Type: GPencilSculptBrush, (readonly)
-
tool¶ SMOOTHSmooth, Smooth stroke points.THICKNESSThickness, Adjust thickness 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’, ‘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