fake-bpy-module 20250123__py3-none-any.whl → 20250125__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

@@ -10,6 +10,7 @@ def brush_edit(
10
10
  *,
11
11
  stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
12
12
  | None = None,
13
+ pen_flip: bool | None = False,
13
14
  ):
14
15
  """Apply a stroke of brush to the particles
15
16
 
@@ -17,6 +18,8 @@ def brush_edit(
17
18
  :type undo: bool | None
18
19
  :param stroke: Stroke
19
20
  :type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
21
+ :param pen_flip: Pen Flip, Whether a tablet's eraser mode is being used
22
+ :type pen_flip: bool | None
20
23
  """
21
24
 
22
25
  def connect_hair(