fake-bpy-module 20240814__py3-none-any.whl → 20240815__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/grease_pencil/__init__.pyi +14 -0
- {fake_bpy_module-20240814.dist-info → fake_bpy_module-20240815.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240814.dist-info → fake_bpy_module-20240815.dist-info}/RECORD +5 -5
- {fake_bpy_module-20240814.dist-info → fake_bpy_module-20240815.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240814.dist-info → fake_bpy_module-20240815.dist-info}/top_level.txt +0 -0
|
@@ -1658,6 +1658,20 @@ def weight_brush_stroke(
|
|
|
1658
1658
|
|
|
1659
1659
|
...
|
|
1660
1660
|
|
|
1661
|
+
def weight_invert(
|
|
1662
|
+
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1663
|
+
execution_context: int | str | None = None,
|
|
1664
|
+
undo: bool | None = None,
|
|
1665
|
+
):
|
|
1666
|
+
"""Invert the weight of active vertex group
|
|
1667
|
+
|
|
1668
|
+
:type override_context: bpy.types.Context | dict[str, typing.Any]
|
|
1669
|
+
:type execution_context: int | str | None
|
|
1670
|
+
:type undo: bool | None
|
|
1671
|
+
"""
|
|
1672
|
+
|
|
1673
|
+
...
|
|
1674
|
+
|
|
1661
1675
|
def weight_sample(
|
|
1662
1676
|
override_context: bpy.types.Context | dict[str, typing.Any] = None,
|
|
1663
1677
|
execution_context: int | str | None = None,
|
|
@@ -223,7 +223,7 @@ bpy/ops/geometry/__init__.pyi,sha256=Z6e6ctOiWc9_8nWzMaxaSQkxy6YPz0sM81FUzuuPpD4
|
|
|
223
223
|
bpy/ops/gizmogroup/__init__.pyi,sha256=RpAYYMScoOxyEA-BN0DTCct_xo4ReHHMTG3TusJQdRE,1678
|
|
224
224
|
bpy/ops/gpencil/__init__.pyi,sha256=E1l2ZC9Uilh8ckBwsdrbuDge-BYwwdvtwcQID3a2sIQ,107384
|
|
225
225
|
bpy/ops/graph/__init__.pyi,sha256=-Wfh00juJx-90J2qsTdLdSILhwoBduZ_QGa8dZmGH74,53254
|
|
226
|
-
bpy/ops/grease_pencil/__init__.pyi,sha256=
|
|
226
|
+
bpy/ops/grease_pencil/__init__.pyi,sha256=6LcMXzIVIuYhc6Cp2gGs0TUZ1Ka0c9YXYgEA34FySX8,53395
|
|
227
227
|
bpy/ops/image/__init__.pyi,sha256=JhvuKOJN8y7nfqvYUiPr3oi_ewGgHOWAIABZIkGhk6c,59882
|
|
228
228
|
bpy/ops/import_anim/__init__.pyi,sha256=8HRyzhoN2h0G838B4-wlqqjS75fB_o9fw5Vh0Pbtb9w,3304
|
|
229
229
|
bpy/ops/import_curve/__init__.pyi,sha256=6RgVI-JGcPMXaLQtzilYTDy1meCPZLY5OYzgFB3UgC0,739
|
|
@@ -356,7 +356,7 @@ rna_xml/__init__.pyi,sha256=aUk0kaxu1bMT5z1b2S_CnI0r-p7119GGYDjeV65sx6w,670
|
|
|
356
356
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
357
357
|
sys_info/__init__.pyi,sha256=-GCmGVtiditgEnxiqi7hwH2wbEMmrtUNGvMEbxVezU4,189
|
|
358
358
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
359
|
-
fake_bpy_module-
|
|
360
|
-
fake_bpy_module-
|
|
361
|
-
fake_bpy_module-
|
|
362
|
-
fake_bpy_module-
|
|
359
|
+
fake_bpy_module-20240815.dist-info/METADATA,sha256=f6H1YVDL-Cd5-45dI3XNFLsi7MKxcXXqRAzRNnOfo_c,7289
|
|
360
|
+
fake_bpy_module-20240815.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
|
|
361
|
+
fake_bpy_module-20240815.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
|
|
362
|
+
fake_bpy_module-20240815.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|