fake-bpy-module 20240729__py3-none-any.whl → 20240730__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/gpencil/__init__.pyi +0 -120
- bpy/ops/object/__init__.pyi +0 -218
- bpy/ops/wm/__init__.pyi +13 -1
- bpy/types/__init__.pyi +1355 -6492
- bpy/utils/__init__.pyi +3 -1
- {fake_bpy_module-20240729.dist-info → fake_bpy_module-20240730.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240729.dist-info → fake_bpy_module-20240730.dist-info}/RECORD +10 -10
- {fake_bpy_module-20240729.dist-info → fake_bpy_module-20240730.dist-info}/WHEEL +1 -1
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20240729.dist-info → fake_bpy_module-20240730.dist-info}/top_level.txt +0 -0
bpy/ops/gpencil/__init__.pyi
CHANGED
|
@@ -1755,66 +1755,6 @@ def sculptmode_toggle(
|
|
|
1755
1755
|
|
|
1756
1756
|
...
|
|
1757
1757
|
|
|
1758
|
-
def segment_add(
|
|
1759
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1760
|
-
execution_context: int | str | None = None,
|
|
1761
|
-
undo: bool | None = None,
|
|
1762
|
-
*,
|
|
1763
|
-
modifier: str = "",
|
|
1764
|
-
):
|
|
1765
|
-
"""Add a segment to the dash modifier
|
|
1766
|
-
|
|
1767
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1768
|
-
:type execution_context: int | str | None
|
|
1769
|
-
:type undo: bool | None
|
|
1770
|
-
:param modifier: Modifier, Name of the modifier to edit
|
|
1771
|
-
:type modifier: str
|
|
1772
|
-
"""
|
|
1773
|
-
|
|
1774
|
-
...
|
|
1775
|
-
|
|
1776
|
-
def segment_move(
|
|
1777
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1778
|
-
execution_context: int | str | None = None,
|
|
1779
|
-
undo: bool | None = None,
|
|
1780
|
-
*,
|
|
1781
|
-
modifier: str = "",
|
|
1782
|
-
type: str | None = "UP",
|
|
1783
|
-
):
|
|
1784
|
-
"""Move the active dash segment up or down
|
|
1785
|
-
|
|
1786
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1787
|
-
:type execution_context: int | str | None
|
|
1788
|
-
:type undo: bool | None
|
|
1789
|
-
:param modifier: Modifier, Name of the modifier to edit
|
|
1790
|
-
:type modifier: str
|
|
1791
|
-
:param type: Type
|
|
1792
|
-
:type type: str | None
|
|
1793
|
-
"""
|
|
1794
|
-
|
|
1795
|
-
...
|
|
1796
|
-
|
|
1797
|
-
def segment_remove(
|
|
1798
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1799
|
-
execution_context: int | str | None = None,
|
|
1800
|
-
undo: bool | None = None,
|
|
1801
|
-
*,
|
|
1802
|
-
modifier: str = "",
|
|
1803
|
-
index: int | None = 0,
|
|
1804
|
-
):
|
|
1805
|
-
"""Remove the active segment from the dash modifier
|
|
1806
|
-
|
|
1807
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1808
|
-
:type execution_context: int | str | None
|
|
1809
|
-
:type undo: bool | None
|
|
1810
|
-
:param modifier: Modifier, Name of the modifier to edit
|
|
1811
|
-
:type modifier: str
|
|
1812
|
-
:param index: Index, Index of the segment to remove
|
|
1813
|
-
:type index: int | None
|
|
1814
|
-
"""
|
|
1815
|
-
|
|
1816
|
-
...
|
|
1817
|
-
|
|
1818
1758
|
def select(
|
|
1819
1759
|
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1820
1760
|
execution_context: int | str | None = None,
|
|
@@ -2865,66 +2805,6 @@ def stroke_trim(
|
|
|
2865
2805
|
|
|
2866
2806
|
...
|
|
2867
2807
|
|
|
2868
|
-
def time_segment_add(
|
|
2869
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2870
|
-
execution_context: int | str | None = None,
|
|
2871
|
-
undo: bool | None = None,
|
|
2872
|
-
*,
|
|
2873
|
-
modifier: str = "",
|
|
2874
|
-
):
|
|
2875
|
-
"""Add a segment to the time modifier
|
|
2876
|
-
|
|
2877
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2878
|
-
:type execution_context: int | str | None
|
|
2879
|
-
:type undo: bool | None
|
|
2880
|
-
:param modifier: Modifier, Name of the modifier to edit
|
|
2881
|
-
:type modifier: str
|
|
2882
|
-
"""
|
|
2883
|
-
|
|
2884
|
-
...
|
|
2885
|
-
|
|
2886
|
-
def time_segment_move(
|
|
2887
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2888
|
-
execution_context: int | str | None = None,
|
|
2889
|
-
undo: bool | None = None,
|
|
2890
|
-
*,
|
|
2891
|
-
modifier: str = "",
|
|
2892
|
-
type: str | None = "UP",
|
|
2893
|
-
):
|
|
2894
|
-
"""Move the active time segment up or down
|
|
2895
|
-
|
|
2896
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2897
|
-
:type execution_context: int | str | None
|
|
2898
|
-
:type undo: bool | None
|
|
2899
|
-
:param modifier: Modifier, Name of the modifier to edit
|
|
2900
|
-
:type modifier: str
|
|
2901
|
-
:param type: Type
|
|
2902
|
-
:type type: str | None
|
|
2903
|
-
"""
|
|
2904
|
-
|
|
2905
|
-
...
|
|
2906
|
-
|
|
2907
|
-
def time_segment_remove(
|
|
2908
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2909
|
-
execution_context: int | str | None = None,
|
|
2910
|
-
undo: bool | None = None,
|
|
2911
|
-
*,
|
|
2912
|
-
modifier: str = "",
|
|
2913
|
-
index: int | None = 0,
|
|
2914
|
-
):
|
|
2915
|
-
"""Remove the active segment from the time modifier
|
|
2916
|
-
|
|
2917
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2918
|
-
:type execution_context: int | str | None
|
|
2919
|
-
:type undo: bool | None
|
|
2920
|
-
:param modifier: Modifier, Name of the modifier to edit
|
|
2921
|
-
:type modifier: str
|
|
2922
|
-
:param index: Index, Index of the segment to remove
|
|
2923
|
-
:type index: int | None
|
|
2924
|
-
"""
|
|
2925
|
-
|
|
2926
|
-
...
|
|
2927
|
-
|
|
2928
2808
|
def tint_flip(
|
|
2929
2809
|
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2930
2810
|
execution_context: int | str | None = None,
|
bpy/ops/object/__init__.pyi
CHANGED
|
@@ -1670,168 +1670,6 @@ def gpencil_add(
|
|
|
1670
1670
|
|
|
1671
1671
|
...
|
|
1672
1672
|
|
|
1673
|
-
def gpencil_modifier_add(
|
|
1674
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1675
|
-
execution_context: int | str | None = None,
|
|
1676
|
-
undo: bool | None = None,
|
|
1677
|
-
*,
|
|
1678
|
-
type: str | None = "GP_THICK",
|
|
1679
|
-
):
|
|
1680
|
-
"""Add a procedural operation/effect to the active grease pencil object
|
|
1681
|
-
|
|
1682
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1683
|
-
:type execution_context: int | str | None
|
|
1684
|
-
:type undo: bool | None
|
|
1685
|
-
:param type: Type
|
|
1686
|
-
:type type: str | None
|
|
1687
|
-
"""
|
|
1688
|
-
|
|
1689
|
-
...
|
|
1690
|
-
|
|
1691
|
-
def gpencil_modifier_apply(
|
|
1692
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1693
|
-
execution_context: int | str | None = None,
|
|
1694
|
-
undo: bool | None = None,
|
|
1695
|
-
*,
|
|
1696
|
-
apply_as: str | None = "DATA",
|
|
1697
|
-
modifier: str = "",
|
|
1698
|
-
report: bool | None = False,
|
|
1699
|
-
):
|
|
1700
|
-
"""Apply modifier and remove from the stack
|
|
1701
|
-
|
|
1702
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1703
|
-
:type execution_context: int | str | None
|
|
1704
|
-
:type undo: bool | None
|
|
1705
|
-
:param apply_as: Apply As, How to apply the modifier to the geometry
|
|
1706
|
-
|
|
1707
|
-
DATA
|
|
1708
|
-
Object Data -- Apply modifier to the object's data.
|
|
1709
|
-
|
|
1710
|
-
SHAPE
|
|
1711
|
-
New Shape -- Apply deform-only modifier to a new shape on this object.
|
|
1712
|
-
:type apply_as: str | None
|
|
1713
|
-
:param modifier: Modifier, Name of the modifier to edit
|
|
1714
|
-
:type modifier: str
|
|
1715
|
-
:param report: Report, Create a notification after the operation
|
|
1716
|
-
:type report: bool | None
|
|
1717
|
-
"""
|
|
1718
|
-
|
|
1719
|
-
...
|
|
1720
|
-
|
|
1721
|
-
def gpencil_modifier_copy(
|
|
1722
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1723
|
-
execution_context: int | str | None = None,
|
|
1724
|
-
undo: bool | None = None,
|
|
1725
|
-
*,
|
|
1726
|
-
modifier: str = "",
|
|
1727
|
-
):
|
|
1728
|
-
"""Duplicate modifier at the same position in the stack
|
|
1729
|
-
|
|
1730
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1731
|
-
:type execution_context: int | str | None
|
|
1732
|
-
:type undo: bool | None
|
|
1733
|
-
:param modifier: Modifier, Name of the modifier to edit
|
|
1734
|
-
:type modifier: str
|
|
1735
|
-
"""
|
|
1736
|
-
|
|
1737
|
-
...
|
|
1738
|
-
|
|
1739
|
-
def gpencil_modifier_copy_to_selected(
|
|
1740
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1741
|
-
execution_context: int | str | None = None,
|
|
1742
|
-
undo: bool | None = None,
|
|
1743
|
-
*,
|
|
1744
|
-
modifier: str = "",
|
|
1745
|
-
):
|
|
1746
|
-
"""Copy the modifier from the active object to all selected objects
|
|
1747
|
-
|
|
1748
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1749
|
-
:type execution_context: int | str | None
|
|
1750
|
-
:type undo: bool | None
|
|
1751
|
-
:param modifier: Modifier, Name of the modifier to edit
|
|
1752
|
-
:type modifier: str
|
|
1753
|
-
"""
|
|
1754
|
-
|
|
1755
|
-
...
|
|
1756
|
-
|
|
1757
|
-
def gpencil_modifier_move_down(
|
|
1758
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1759
|
-
execution_context: int | str | None = None,
|
|
1760
|
-
undo: bool | None = None,
|
|
1761
|
-
*,
|
|
1762
|
-
modifier: str = "",
|
|
1763
|
-
):
|
|
1764
|
-
"""Move modifier down in the stack
|
|
1765
|
-
|
|
1766
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1767
|
-
:type execution_context: int | str | None
|
|
1768
|
-
:type undo: bool | None
|
|
1769
|
-
:param modifier: Modifier, Name of the modifier to edit
|
|
1770
|
-
:type modifier: str
|
|
1771
|
-
"""
|
|
1772
|
-
|
|
1773
|
-
...
|
|
1774
|
-
|
|
1775
|
-
def gpencil_modifier_move_to_index(
|
|
1776
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1777
|
-
execution_context: int | str | None = None,
|
|
1778
|
-
undo: bool | None = None,
|
|
1779
|
-
*,
|
|
1780
|
-
modifier: str = "",
|
|
1781
|
-
index: int | None = 0,
|
|
1782
|
-
):
|
|
1783
|
-
"""Change the modifier's position in the list so it evaluates after the set number of others
|
|
1784
|
-
|
|
1785
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1786
|
-
:type execution_context: int | str | None
|
|
1787
|
-
:type undo: bool | None
|
|
1788
|
-
:param modifier: Modifier, Name of the modifier to edit
|
|
1789
|
-
:type modifier: str
|
|
1790
|
-
:param index: Index, The index to move the modifier to
|
|
1791
|
-
:type index: int | None
|
|
1792
|
-
"""
|
|
1793
|
-
|
|
1794
|
-
...
|
|
1795
|
-
|
|
1796
|
-
def gpencil_modifier_move_up(
|
|
1797
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1798
|
-
execution_context: int | str | None = None,
|
|
1799
|
-
undo: bool | None = None,
|
|
1800
|
-
*,
|
|
1801
|
-
modifier: str = "",
|
|
1802
|
-
):
|
|
1803
|
-
"""Move modifier up in the stack
|
|
1804
|
-
|
|
1805
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1806
|
-
:type execution_context: int | str | None
|
|
1807
|
-
:type undo: bool | None
|
|
1808
|
-
:param modifier: Modifier, Name of the modifier to edit
|
|
1809
|
-
:type modifier: str
|
|
1810
|
-
"""
|
|
1811
|
-
|
|
1812
|
-
...
|
|
1813
|
-
|
|
1814
|
-
def gpencil_modifier_remove(
|
|
1815
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1816
|
-
execution_context: int | str | None = None,
|
|
1817
|
-
undo: bool | None = None,
|
|
1818
|
-
*,
|
|
1819
|
-
modifier: str = "",
|
|
1820
|
-
report: bool | None = False,
|
|
1821
|
-
):
|
|
1822
|
-
"""Remove a modifier from the active grease pencil object
|
|
1823
|
-
|
|
1824
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
1825
|
-
:type execution_context: int | str | None
|
|
1826
|
-
:type undo: bool | None
|
|
1827
|
-
:param modifier: Modifier, Name of the modifier to edit
|
|
1828
|
-
:type modifier: str
|
|
1829
|
-
:param report: Report, Create a notification after the operation
|
|
1830
|
-
:type report: bool | None
|
|
1831
|
-
"""
|
|
1832
|
-
|
|
1833
|
-
...
|
|
1834
|
-
|
|
1835
1673
|
def grease_pencil_add(
|
|
1836
1674
|
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
1837
1675
|
execution_context: int | str | None = None,
|
|
@@ -2652,62 +2490,6 @@ def lineart_clear(
|
|
|
2652
2490
|
|
|
2653
2491
|
...
|
|
2654
2492
|
|
|
2655
|
-
def lineart_legacy_bake_strokes(
|
|
2656
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2657
|
-
execution_context: int | str | None = None,
|
|
2658
|
-
undo: bool | None = None,
|
|
2659
|
-
):
|
|
2660
|
-
"""Bake Line Art for current Grease Pencil object
|
|
2661
|
-
|
|
2662
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2663
|
-
:type execution_context: int | str | None
|
|
2664
|
-
:type undo: bool | None
|
|
2665
|
-
"""
|
|
2666
|
-
|
|
2667
|
-
...
|
|
2668
|
-
|
|
2669
|
-
def lineart_legacy_bake_strokes_all(
|
|
2670
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2671
|
-
execution_context: int | str | None = None,
|
|
2672
|
-
undo: bool | None = None,
|
|
2673
|
-
):
|
|
2674
|
-
"""Bake all Grease Pencil objects that have a Line Art modifier
|
|
2675
|
-
|
|
2676
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2677
|
-
:type execution_context: int | str | None
|
|
2678
|
-
:type undo: bool | None
|
|
2679
|
-
"""
|
|
2680
|
-
|
|
2681
|
-
...
|
|
2682
|
-
|
|
2683
|
-
def lineart_legacy_clear(
|
|
2684
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2685
|
-
execution_context: int | str | None = None,
|
|
2686
|
-
undo: bool | None = None,
|
|
2687
|
-
):
|
|
2688
|
-
"""Clear all strokes in current Grease Pencil object
|
|
2689
|
-
|
|
2690
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2691
|
-
:type execution_context: int | str | None
|
|
2692
|
-
:type undo: bool | None
|
|
2693
|
-
"""
|
|
2694
|
-
|
|
2695
|
-
...
|
|
2696
|
-
|
|
2697
|
-
def lineart_legacy_clear_all(
|
|
2698
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2699
|
-
execution_context: int | str | None = None,
|
|
2700
|
-
undo: bool | None = None,
|
|
2701
|
-
):
|
|
2702
|
-
"""Clear all strokes in all Grease Pencil objects that have a Line Art modifier
|
|
2703
|
-
|
|
2704
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
2705
|
-
:type execution_context: int | str | None
|
|
2706
|
-
:type undo: bool | None
|
|
2707
|
-
"""
|
|
2708
|
-
|
|
2709
|
-
...
|
|
2710
|
-
|
|
2711
2493
|
def link_to_collection(
|
|
2712
2494
|
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
2713
2495
|
execution_context: int | str | None = None,
|
bpy/ops/wm/__init__.pyi
CHANGED
|
@@ -4987,7 +4987,8 @@ def usd_export(
|
|
|
4987
4987
|
convert_orientation: bool | None = False,
|
|
4988
4988
|
export_global_forward_selection: str | None = "NEGATIVE_Z",
|
|
4989
4989
|
export_global_up_selection: str | None = "Y",
|
|
4990
|
-
export_textures: bool | None =
|
|
4990
|
+
export_textures: bool | None = False,
|
|
4991
|
+
export_textures_mode: str | None = "NEW",
|
|
4991
4992
|
overwrite_textures: bool | None = False,
|
|
4992
4993
|
relative_paths: bool | None = True,
|
|
4993
4994
|
xform_op_mode: str | None = "TRS",
|
|
@@ -5165,6 +5166,17 @@ def usd_export(
|
|
|
5165
5166
|
:type export_global_up_selection: str | None
|
|
5166
5167
|
:param export_textures: Export Textures, If exporting materials, export textures referenced by material nodes to a 'textures' directory in the same directory as the USD file
|
|
5167
5168
|
:type export_textures: bool | None
|
|
5169
|
+
:param export_textures_mode: Export Textures, Texture export method
|
|
5170
|
+
|
|
5171
|
+
KEEP
|
|
5172
|
+
Keep -- Use original location of textures.
|
|
5173
|
+
|
|
5174
|
+
PRESERVE
|
|
5175
|
+
Preserve -- Preserve file paths of textures from already imported USD files.Export remaining textures to a 'textures' folder next to the USD file.
|
|
5176
|
+
|
|
5177
|
+
NEW
|
|
5178
|
+
New Path -- Export textures to a 'textures' folder next to the USD file.
|
|
5179
|
+
:type export_textures_mode: str | None
|
|
5168
5180
|
:param overwrite_textures: Overwrite Textures, Overwrite existing files when exporting textures
|
|
5169
5181
|
:type overwrite_textures: bool | None
|
|
5170
5182
|
:param relative_paths: Relative Paths, Use relative paths to reference external files (i.e. textures, volumes) in USD, otherwise use absolute paths
|