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.
- bpy/ops/particle/__init__.pyi +3 -0
- bpy/types/__init__.pyi +31019 -31019
- {fake_bpy_module-20250123.dist-info → fake_bpy_module-20250125.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250123.dist-info → fake_bpy_module-20250125.dist-info}/RECORD +8 -8
- freestyle/utils/__init__.pyi +1 -1
- gpu_extras/batch/__init__.pyi +3 -2
- {fake_bpy_module-20250123.dist-info → fake_bpy_module-20250125.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250123.dist-info → fake_bpy_module-20250125.dist-info}/top_level.txt +0 -0
bpy/ops/particle/__init__.pyi
CHANGED
|
@@ -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(
|