Package bpy :: Package ops :: Module sculpt
[hide private]
[frames] | no frames]

Module sculpt

Functions [hide private]
 
brush_stroke(stroke=None, scale=(0.0, 0.0, 0.0), flag=0, clip_tolerance=(0.0, 0.0, 0.0), initial_mouse=(0.0, 0.0), depth=0.0)
(undocumented operator)
 
radial_control(initial_value=0.0, new_value=0.0, mode='SIZE', initial_mouse=(0, 0))
(undocumented operator)
 
sculptmode_toggle()
(undocumented operator)
 
set_persistent_base()
(undocumented operator)
Function Details [hide private]

brush_stroke(stroke=None, scale=(0.0, 0.0, 0.0), flag=0, clip_tolerance=(0.0, 0.0, 0.0), initial_mouse=(0.0, 0.0), depth=0.0)

 

(undocumented operator)

Parameters:
  • scale (float array of 3 items) - in (0, inf)
  • flag (int) - in (0, inf)
  • clip_tolerance (float array of 3 items) - in (0, inf)
  • initial_mouse (float array of 2 items) - in (-inf, inf)
  • depth (float) - in (0, inf)
  • stroke (collection)

radial_control(initial_value=0.0, new_value=0.0, mode='SIZE', initial_mouse=(0, 0))

 

(undocumented operator)

Parameters:
  • initial_value (float) - in (0, inf)
  • new_value (float) - in (0, inf)
  • mode (enum) - in (SIZE, STRENGTH, ANGLE)
  • initial_mouse (int array of 2 items) - in (-inf, inf)