fake-bpy-module 20240417__py3-none-any.whl → 20240418__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_internal/__init__.pyi +4 -0
- _bpy_internal/freedesktop/__init__.pyi +88 -0
- _bpy_internal/freedesktop/py.typed +0 -0
- _bpy_internal/py.typed +0 -0
- aud/__init__.pyi +121 -48
- bgl/__init__.pyi +2443 -1265
- bl_math/__init__.pyi +19 -3
- blf/__init__.pyi +63 -13
- bmesh/__init__.pyi +13 -0
- bmesh/geometry/__init__.pyi +5 -0
- bmesh/ops/__init__.pyi +157 -68
- bmesh/types/__init__.pyi +109 -62
- bmesh/utils/__init__.pyi +11 -2
- bpy/__init__.pyi +7 -0
- bpy/app/__init__.pyi +13 -0
- bpy/app/handlers/__init__.pyi +41 -0
- bpy/app/icons/__init__.pyi +4 -2
- bpy/app/timers/__init__.pyi +38 -2
- bpy/app/translations/__init__.pyi +58 -0
- bpy/msgbus/__init__.pyi +46 -0
- bpy/ops/__init__.pyi +151 -0
- bpy/ops/action/__init__.pyi +76 -76
- bpy/ops/anim/__init__.pyi +104 -104
- bpy/ops/armature/__init__.pyi +96 -96
- bpy/ops/asset/__init__.pyi +32 -32
- bpy/ops/boid/__init__.pyi +16 -16
- bpy/ops/brush/__init__.pyi +18 -18
- bpy/ops/buttons/__init__.pyi +12 -12
- bpy/ops/cachefile/__init__.pyi +10 -10
- bpy/ops/camera/__init__.pyi +4 -4
- bpy/ops/clip/__init__.pyi +184 -184
- bpy/ops/cloth/__init__.pyi +2 -2
- bpy/ops/collection/__init__.pyi +18 -18
- bpy/ops/console/__init__.pyi +42 -42
- bpy/ops/constraint/__init__.pyi +36 -36
- bpy/ops/curve/__init__.pyi +102 -102
- bpy/ops/curves/__init__.pyi +54 -54
- bpy/ops/cycles/__init__.pyi +6 -6
- bpy/ops/dpaint/__init__.pyi +10 -10
- bpy/ops/ed/__init__.pyi +24 -24
- bpy/ops/export_anim/__init__.pyi +2 -2
- bpy/ops/export_mesh/__init__.pyi +2 -2
- bpy/ops/export_scene/__init__.pyi +7 -7
- bpy/ops/file/__init__.pyi +80 -80
- bpy/ops/fluid/__init__.pyi +28 -28
- bpy/ops/font/__init__.pyi +46 -46
- bpy/ops/geometry/__init__.pyi +20 -20
- bpy/ops/gizmogroup/__init__.pyi +4 -4
- bpy/ops/gpencil/__init__.pyi +300 -300
- bpy/ops/graph/__init__.pyi +130 -130
- bpy/ops/grease_pencil/__init__.pyi +112 -112
- bpy/ops/image/__init__.pyi +92 -92
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +2 -2
- bpy/ops/import_mesh/__init__.pyi +2 -2
- bpy/ops/import_scene/__init__.pyi +6 -6
- bpy/ops/info/__init__.pyi +14 -14
- bpy/ops/lattice/__init__.pyi +16 -16
- bpy/ops/marker/__init__.pyi +22 -22
- bpy/ops/mask/__init__.pyi +78 -78
- bpy/ops/material/__init__.pyi +6 -6
- bpy/ops/mball/__init__.pyi +16 -16
- bpy/ops/mesh/__init__.pyi +326 -326
- bpy/ops/nla/__init__.pyi +79 -79
- bpy/ops/node/__init__.pyi +202 -202
- bpy/ops/object/__init__.pyi +488 -500
- bpy/ops/outliner/__init__.pyi +138 -138
- bpy/ops/paint/__init__.pyi +104 -104
- bpy/ops/paintcurve/__init__.pyi +16 -16
- bpy/ops/palette/__init__.pyi +14 -14
- bpy/ops/particle/__init__.pyi +72 -72
- bpy/ops/pose/__init__.pyi +78 -78
- bpy/ops/poselib/__init__.pyi +18 -18
- bpy/ops/preferences/__init__.pyi +76 -76
- bpy/ops/ptcache/__init__.pyi +14 -14
- bpy/ops/render/__init__.pyi +24 -24
- bpy/ops/rigidbody/__init__.pyi +26 -26
- bpy/ops/scene/__init__.pyi +78 -78
- bpy/ops/screen/__init__.pyi +78 -78
- bpy/ops/script/__init__.pyi +6 -6
- bpy/ops/sculpt/__init__.pyi +62 -62
- bpy/ops/sculpt_curves/__init__.pyi +8 -8
- bpy/ops/sequencer/__init__.pyi +170 -170
- bpy/ops/sound/__init__.pyi +14 -14
- bpy/ops/spreadsheet/__init__.pyi +8 -8
- bpy/ops/surface/__init__.pyi +12 -12
- bpy/ops/text/__init__.pyi +86 -86
- bpy/ops/text_editor/__init__.pyi +2 -2
- bpy/ops/texture/__init__.pyi +8 -8
- bpy/ops/transform/__init__.pyi +54 -54
- bpy/ops/ui/__init__.pyi +64 -64
- bpy/ops/uilist/__init__.pyi +6 -6
- bpy/ops/uv/__init__.pyi +98 -98
- bpy/ops/view2d/__init__.pyi +28 -28
- bpy/ops/view3d/__init__.pyi +134 -134
- bpy/ops/wm/__init__.pyi +224 -224
- bpy/ops/workspace/__init__.pyi +14 -14
- bpy/ops/world/__init__.pyi +2 -2
- bpy/path/__init__.pyi +6 -0
- bpy/props/__init__.pyi +141 -29
- bpy/types/__init__.pyi +101490 -5018
- bpy/utils/__init__.pyi +18 -3
- bpy/utils/previews/__init__.pyi +15 -0
- bpy/utils/units/__init__.pyi +11 -3
- bpy_extras/__init__.pyi +19 -0
- bpy_extras/asset_utils/__init__.pyi +5 -0
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/RECORD +137 -133
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/top_level.txt +1 -0
- freestyle/__init__.pyi +18 -0
- freestyle/chainingiterators/__init__.pyi +20 -5
- freestyle/functions/__init__.pyi +151 -155
- freestyle/predicates/__init__.pyi +53 -46
- freestyle/shaders/__init__.pyi +91 -32
- freestyle/types/__init__.pyi +362 -120
- freestyle/utils/ContextFunctions/__init__.pyi +32 -7
- freestyle/utils/__init__.pyi +13 -1
- gpu/__init__.pyi +225 -0
- gpu/capabilities/__init__.pyi +37 -15
- gpu/matrix/__init__.pyi +7 -1
- gpu/platform/__init__.pyi +5 -0
- gpu/select/__init__.pyi +5 -0
- gpu/shader/__init__.pyi +77 -0
- gpu/state/__init__.pyi +15 -4
- gpu/texture/__init__.pyi +5 -0
- gpu/types/__init__.pyi +91 -33
- gpu_extras/__init__.pyi +15 -0
- gpu_extras/presets/__init__.pyi +16 -4
- imbuf/__init__.pyi +13 -0
- imbuf/types/__init__.pyi +20 -5
- mathutils/__init__.pyi +349 -227
- mathutils/bvhtree/__init__.pyi +21 -8
- mathutils/geometry/__init__.pyi +23 -9
- mathutils/interpolate/__init__.pyi +5 -0
- mathutils/kdtree/__init__.pyi +19 -5
- mathutils/noise/__init__.pyi +87 -41
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/WHEEL +0 -0
bpy/ops/mball/__init__.pyi
CHANGED
|
@@ -5,14 +5,14 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def delete_metaelems(
|
|
7
7
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
-
execution_context: str = None,
|
|
8
|
+
execution_context: typing.Union[str, int] = None,
|
|
9
9
|
undo: bool = None,
|
|
10
10
|
confirm: typing.Union[bool, typing.Any] = True,
|
|
11
11
|
):
|
|
12
12
|
"""Delete selected metaball element(s)
|
|
13
13
|
|
|
14
14
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
15
|
-
:type execution_context: str
|
|
15
|
+
:type execution_context: typing.Union[str, int]
|
|
16
16
|
:type undo: bool
|
|
17
17
|
:param confirm: Confirm, Prompt for confirmation
|
|
18
18
|
:type confirm: typing.Union[bool, typing.Any]
|
|
@@ -22,13 +22,13 @@ def delete_metaelems(
|
|
|
22
22
|
|
|
23
23
|
def duplicate_metaelems(
|
|
24
24
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
25
|
-
execution_context: str = None,
|
|
25
|
+
execution_context: typing.Union[str, int] = None,
|
|
26
26
|
undo: bool = None,
|
|
27
27
|
):
|
|
28
28
|
"""Duplicate selected metaball element(s)
|
|
29
29
|
|
|
30
30
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
31
|
-
:type execution_context: str
|
|
31
|
+
:type execution_context: typing.Union[str, int]
|
|
32
32
|
:type undo: bool
|
|
33
33
|
"""
|
|
34
34
|
|
|
@@ -36,7 +36,7 @@ def duplicate_metaelems(
|
|
|
36
36
|
|
|
37
37
|
def duplicate_move(
|
|
38
38
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
39
|
-
execution_context: str = None,
|
|
39
|
+
execution_context: typing.Union[str, int] = None,
|
|
40
40
|
undo: bool = None,
|
|
41
41
|
MBALL_OT_duplicate_metaelems: typing.Any = None,
|
|
42
42
|
TRANSFORM_OT_translate: typing.Any = None,
|
|
@@ -44,7 +44,7 @@ def duplicate_move(
|
|
|
44
44
|
"""Make copies of the selected metaball elements and move them
|
|
45
45
|
|
|
46
46
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
47
|
-
:type execution_context: str
|
|
47
|
+
:type execution_context: typing.Union[str, int]
|
|
48
48
|
:type undo: bool
|
|
49
49
|
:param MBALL_OT_duplicate_metaelems: Duplicate Metaball Elements, Duplicate selected metaball element(s)
|
|
50
50
|
:type MBALL_OT_duplicate_metaelems: typing.Any
|
|
@@ -56,14 +56,14 @@ def duplicate_move(
|
|
|
56
56
|
|
|
57
57
|
def hide_metaelems(
|
|
58
58
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
59
|
-
execution_context: str = None,
|
|
59
|
+
execution_context: typing.Union[str, int] = None,
|
|
60
60
|
undo: bool = None,
|
|
61
61
|
unselected: typing.Union[bool, typing.Any] = False,
|
|
62
62
|
):
|
|
63
63
|
"""Hide (un)selected metaball element(s)
|
|
64
64
|
|
|
65
65
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
66
|
-
:type execution_context: str
|
|
66
|
+
:type execution_context: typing.Union[str, int]
|
|
67
67
|
:type undo: bool
|
|
68
68
|
:param unselected: Unselected, Hide unselected rather than selected
|
|
69
69
|
:type unselected: typing.Union[bool, typing.Any]
|
|
@@ -73,14 +73,14 @@ def hide_metaelems(
|
|
|
73
73
|
|
|
74
74
|
def reveal_metaelems(
|
|
75
75
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
76
|
-
execution_context: str = None,
|
|
76
|
+
execution_context: typing.Union[str, int] = None,
|
|
77
77
|
undo: bool = None,
|
|
78
78
|
select: typing.Union[bool, typing.Any] = True,
|
|
79
79
|
):
|
|
80
80
|
"""Reveal all hidden metaball elements
|
|
81
81
|
|
|
82
82
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
83
|
-
:type execution_context: str
|
|
83
|
+
:type execution_context: typing.Union[str, int]
|
|
84
84
|
:type undo: bool
|
|
85
85
|
:param select: Select
|
|
86
86
|
:type select: typing.Union[bool, typing.Any]
|
|
@@ -90,14 +90,14 @@ def reveal_metaelems(
|
|
|
90
90
|
|
|
91
91
|
def select_all(
|
|
92
92
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
93
|
-
execution_context: str = None,
|
|
93
|
+
execution_context: typing.Union[str, int] = None,
|
|
94
94
|
undo: bool = None,
|
|
95
95
|
action: typing.Any = "TOGGLE",
|
|
96
96
|
):
|
|
97
97
|
"""Change selection of all metaball elements
|
|
98
98
|
|
|
99
99
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
100
|
-
:type execution_context: str
|
|
100
|
+
:type execution_context: typing.Union[str, int]
|
|
101
101
|
:type undo: bool
|
|
102
102
|
:param action: Action, Selection action to execute
|
|
103
103
|
|
|
@@ -119,7 +119,7 @@ def select_all(
|
|
|
119
119
|
|
|
120
120
|
def select_random_metaelems(
|
|
121
121
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
122
|
-
execution_context: str = None,
|
|
122
|
+
execution_context: typing.Union[str, int] = None,
|
|
123
123
|
undo: bool = None,
|
|
124
124
|
ratio: typing.Any = 0.5,
|
|
125
125
|
seed: typing.Any = 0,
|
|
@@ -128,7 +128,7 @@ def select_random_metaelems(
|
|
|
128
128
|
"""Randomly select metaball elements
|
|
129
129
|
|
|
130
130
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
131
|
-
:type execution_context: str
|
|
131
|
+
:type execution_context: typing.Union[str, int]
|
|
132
132
|
:type undo: bool
|
|
133
133
|
:param ratio: Ratio, Portion of items to select randomly
|
|
134
134
|
:type ratio: typing.Any
|
|
@@ -148,7 +148,7 @@ def select_random_metaelems(
|
|
|
148
148
|
|
|
149
149
|
def select_similar(
|
|
150
150
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
151
|
-
execution_context: str = None,
|
|
151
|
+
execution_context: typing.Union[str, int] = None,
|
|
152
152
|
undo: bool = None,
|
|
153
153
|
type: typing.Any = "TYPE",
|
|
154
154
|
threshold: typing.Any = 0.1,
|
|
@@ -156,7 +156,7 @@ def select_similar(
|
|
|
156
156
|
"""Select similar metaballs by property types
|
|
157
157
|
|
|
158
158
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
159
|
-
:type execution_context: str
|
|
159
|
+
:type execution_context: typing.Union[str, int]
|
|
160
160
|
:type undo: bool
|
|
161
161
|
:param type: Type
|
|
162
162
|
:type type: typing.Any
|