fake-bpy-module 20240417__py3-none-any.whl → 20240419__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
- bl_operators/geometry_nodes/__init__.pyi +13 -0
- bl_ui/properties_data_light/__init__.pyi +337 -0
- 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 +80 -80
- bpy/ops/node/__init__.pyi +202 -202
- bpy/ops/object/__init__.pyi +509 -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 +101517 -5027
- 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-20240419.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.dist-info}/RECORD +139 -135
- {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240419.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-20240419.dist-info}/WHEEL +0 -0
bpy/ops/view2d/__init__.pyi
CHANGED
|
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
|
|
|
5
5
|
|
|
6
6
|
def edge_pan(
|
|
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
|
inside_padding: typing.Any = 1.0,
|
|
11
11
|
outside_padding: typing.Any = 0.0,
|
|
@@ -17,7 +17,7 @@ def edge_pan(
|
|
|
17
17
|
"""Pan the view when the mouse is held at an edge
|
|
18
18
|
|
|
19
19
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
20
|
-
:type execution_context: str
|
|
20
|
+
:type execution_context: typing.Union[str, int]
|
|
21
21
|
:type undo: bool
|
|
22
22
|
:param inside_padding: Inside Padding, Inside distance in UI units from the edge of the region within which to start panning
|
|
23
23
|
:type inside_padding: typing.Any
|
|
@@ -37,13 +37,13 @@ def edge_pan(
|
|
|
37
37
|
|
|
38
38
|
def ndof(
|
|
39
39
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
40
|
-
execution_context: str = None,
|
|
40
|
+
execution_context: typing.Union[str, int] = None,
|
|
41
41
|
undo: bool = None,
|
|
42
42
|
):
|
|
43
43
|
"""Use a 3D mouse device to pan/zoom the view
|
|
44
44
|
|
|
45
45
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
46
|
-
:type execution_context: str
|
|
46
|
+
:type execution_context: typing.Union[str, int]
|
|
47
47
|
:type undo: bool
|
|
48
48
|
"""
|
|
49
49
|
|
|
@@ -51,7 +51,7 @@ def ndof(
|
|
|
51
51
|
|
|
52
52
|
def pan(
|
|
53
53
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
54
|
-
execution_context: str = None,
|
|
54
|
+
execution_context: typing.Union[str, int] = None,
|
|
55
55
|
undo: bool = None,
|
|
56
56
|
deltax: typing.Any = 0,
|
|
57
57
|
deltay: typing.Any = 0,
|
|
@@ -59,7 +59,7 @@ def pan(
|
|
|
59
59
|
"""Pan the view
|
|
60
60
|
|
|
61
61
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
62
|
-
:type execution_context: str
|
|
62
|
+
:type execution_context: typing.Union[str, int]
|
|
63
63
|
:type undo: bool
|
|
64
64
|
:param deltax: Delta X
|
|
65
65
|
:type deltax: typing.Any
|
|
@@ -71,13 +71,13 @@ def pan(
|
|
|
71
71
|
|
|
72
72
|
def reset(
|
|
73
73
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
74
|
-
execution_context: str = None,
|
|
74
|
+
execution_context: typing.Union[str, int] = None,
|
|
75
75
|
undo: bool = None,
|
|
76
76
|
):
|
|
77
77
|
"""Reset the view
|
|
78
78
|
|
|
79
79
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
80
|
-
:type execution_context: str
|
|
80
|
+
:type execution_context: typing.Union[str, int]
|
|
81
81
|
:type undo: bool
|
|
82
82
|
"""
|
|
83
83
|
|
|
@@ -85,7 +85,7 @@ def reset(
|
|
|
85
85
|
|
|
86
86
|
def scroll_down(
|
|
87
87
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
88
|
-
execution_context: str = None,
|
|
88
|
+
execution_context: typing.Union[str, int] = None,
|
|
89
89
|
undo: bool = None,
|
|
90
90
|
deltax: typing.Any = 0,
|
|
91
91
|
deltay: typing.Any = 0,
|
|
@@ -94,7 +94,7 @@ def scroll_down(
|
|
|
94
94
|
"""Scroll the view down
|
|
95
95
|
|
|
96
96
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
97
|
-
:type execution_context: str
|
|
97
|
+
:type execution_context: typing.Union[str, int]
|
|
98
98
|
:type undo: bool
|
|
99
99
|
:param deltax: Delta X
|
|
100
100
|
:type deltax: typing.Any
|
|
@@ -108,7 +108,7 @@ def scroll_down(
|
|
|
108
108
|
|
|
109
109
|
def scroll_left(
|
|
110
110
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
111
|
-
execution_context: str = None,
|
|
111
|
+
execution_context: typing.Union[str, int] = None,
|
|
112
112
|
undo: bool = None,
|
|
113
113
|
deltax: typing.Any = 0,
|
|
114
114
|
deltay: typing.Any = 0,
|
|
@@ -116,7 +116,7 @@ def scroll_left(
|
|
|
116
116
|
"""Scroll the view left
|
|
117
117
|
|
|
118
118
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
119
|
-
:type execution_context: str
|
|
119
|
+
:type execution_context: typing.Union[str, int]
|
|
120
120
|
:type undo: bool
|
|
121
121
|
:param deltax: Delta X
|
|
122
122
|
:type deltax: typing.Any
|
|
@@ -128,7 +128,7 @@ def scroll_left(
|
|
|
128
128
|
|
|
129
129
|
def scroll_right(
|
|
130
130
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
131
|
-
execution_context: str = None,
|
|
131
|
+
execution_context: typing.Union[str, int] = None,
|
|
132
132
|
undo: bool = None,
|
|
133
133
|
deltax: typing.Any = 0,
|
|
134
134
|
deltay: typing.Any = 0,
|
|
@@ -136,7 +136,7 @@ def scroll_right(
|
|
|
136
136
|
"""Scroll the view right
|
|
137
137
|
|
|
138
138
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
139
|
-
:type execution_context: str
|
|
139
|
+
:type execution_context: typing.Union[str, int]
|
|
140
140
|
:type undo: bool
|
|
141
141
|
:param deltax: Delta X
|
|
142
142
|
:type deltax: typing.Any
|
|
@@ -148,7 +148,7 @@ def scroll_right(
|
|
|
148
148
|
|
|
149
149
|
def scroll_up(
|
|
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
|
deltax: typing.Any = 0,
|
|
154
154
|
deltay: typing.Any = 0,
|
|
@@ -157,7 +157,7 @@ def scroll_up(
|
|
|
157
157
|
"""Scroll the view up
|
|
158
158
|
|
|
159
159
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
160
|
-
:type execution_context: str
|
|
160
|
+
:type execution_context: typing.Union[str, int]
|
|
161
161
|
:type undo: bool
|
|
162
162
|
:param deltax: Delta X
|
|
163
163
|
:type deltax: typing.Any
|
|
@@ -171,13 +171,13 @@ def scroll_up(
|
|
|
171
171
|
|
|
172
172
|
def scroller_activate(
|
|
173
173
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
174
|
-
execution_context: str = None,
|
|
174
|
+
execution_context: typing.Union[str, int] = None,
|
|
175
175
|
undo: bool = None,
|
|
176
176
|
):
|
|
177
177
|
"""Scroll view by mouse click and drag
|
|
178
178
|
|
|
179
179
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
180
|
-
:type execution_context: str
|
|
180
|
+
:type execution_context: typing.Union[str, int]
|
|
181
181
|
:type undo: bool
|
|
182
182
|
"""
|
|
183
183
|
|
|
@@ -185,7 +185,7 @@ def scroller_activate(
|
|
|
185
185
|
|
|
186
186
|
def smoothview(
|
|
187
187
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
188
|
-
execution_context: str = None,
|
|
188
|
+
execution_context: typing.Union[str, int] = None,
|
|
189
189
|
undo: bool = None,
|
|
190
190
|
xmin: typing.Any = 0,
|
|
191
191
|
xmax: typing.Any = 0,
|
|
@@ -196,7 +196,7 @@ def smoothview(
|
|
|
196
196
|
"""Undocumented, consider contributing.
|
|
197
197
|
|
|
198
198
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
199
|
-
:type execution_context: str
|
|
199
|
+
:type execution_context: typing.Union[str, int]
|
|
200
200
|
:type undo: bool
|
|
201
201
|
:param xmin: X Min
|
|
202
202
|
:type xmin: typing.Any
|
|
@@ -214,7 +214,7 @@ def smoothview(
|
|
|
214
214
|
|
|
215
215
|
def zoom(
|
|
216
216
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
217
|
-
execution_context: str = None,
|
|
217
|
+
execution_context: typing.Union[str, int] = None,
|
|
218
218
|
undo: bool = None,
|
|
219
219
|
deltax: typing.Any = 0.0,
|
|
220
220
|
deltay: typing.Any = 0.0,
|
|
@@ -223,7 +223,7 @@ def zoom(
|
|
|
223
223
|
"""Zoom in/out the view
|
|
224
224
|
|
|
225
225
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
226
|
-
:type execution_context: str
|
|
226
|
+
:type execution_context: typing.Union[str, int]
|
|
227
227
|
:type undo: bool
|
|
228
228
|
:param deltax: Delta X
|
|
229
229
|
:type deltax: typing.Any
|
|
@@ -237,7 +237,7 @@ def zoom(
|
|
|
237
237
|
|
|
238
238
|
def zoom_border(
|
|
239
239
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
240
|
-
execution_context: str = None,
|
|
240
|
+
execution_context: typing.Union[str, int] = None,
|
|
241
241
|
undo: bool = None,
|
|
242
242
|
xmin: typing.Any = 0,
|
|
243
243
|
xmax: typing.Any = 0,
|
|
@@ -249,7 +249,7 @@ def zoom_border(
|
|
|
249
249
|
"""Zoom in the view to the nearest item contained in the border
|
|
250
250
|
|
|
251
251
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
252
|
-
:type execution_context: str
|
|
252
|
+
:type execution_context: typing.Union[str, int]
|
|
253
253
|
:type undo: bool
|
|
254
254
|
:param xmin: X Min
|
|
255
255
|
:type xmin: typing.Any
|
|
@@ -269,7 +269,7 @@ def zoom_border(
|
|
|
269
269
|
|
|
270
270
|
def zoom_in(
|
|
271
271
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
272
|
-
execution_context: str = None,
|
|
272
|
+
execution_context: typing.Union[str, int] = None,
|
|
273
273
|
undo: bool = None,
|
|
274
274
|
zoomfacx: typing.Any = 0.0,
|
|
275
275
|
zoomfacy: typing.Any = 0.0,
|
|
@@ -277,7 +277,7 @@ def zoom_in(
|
|
|
277
277
|
"""Zoom in the view
|
|
278
278
|
|
|
279
279
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
280
|
-
:type execution_context: str
|
|
280
|
+
:type execution_context: typing.Union[str, int]
|
|
281
281
|
:type undo: bool
|
|
282
282
|
:param zoomfacx: Zoom Factor X
|
|
283
283
|
:type zoomfacx: typing.Any
|
|
@@ -289,7 +289,7 @@ def zoom_in(
|
|
|
289
289
|
|
|
290
290
|
def zoom_out(
|
|
291
291
|
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
292
|
-
execution_context: str = None,
|
|
292
|
+
execution_context: typing.Union[str, int] = None,
|
|
293
293
|
undo: bool = None,
|
|
294
294
|
zoomfacx: typing.Any = 0.0,
|
|
295
295
|
zoomfacy: typing.Any = 0.0,
|
|
@@ -297,7 +297,7 @@ def zoom_out(
|
|
|
297
297
|
"""Zoom out the view
|
|
298
298
|
|
|
299
299
|
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
300
|
-
:type execution_context: str
|
|
300
|
+
:type execution_context: typing.Union[str, int]
|
|
301
301
|
:type undo: bool
|
|
302
302
|
:param zoomfacx: Zoom Factor X
|
|
303
303
|
:type zoomfacx: typing.Any
|