fake-bpy-module 20241207__py3-none-any.whl → 20241209__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.
- addon_utils/__init__.pyi +2 -1
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +5 -2
- bl_console_utils/autocomplete/complete_import/__init__.pyi +6 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
- bl_console_utils/autocomplete/intellisense/__init__.pyi +8 -2
- blf/__init__.pyi +2 -1
- bmesh/ops/__init__.pyi +110 -53
- bmesh/types/__init__.pyi +18 -10
- bmesh/utils/__init__.pyi +14 -4
- bpy/app/icons/__init__.pyi +4 -1
- bpy/app/translations/__init__.pyi +4 -1
- bpy/msgbus/__init__.pyi +8 -5
- bpy/ops/action/__init__.pyi +38 -138
- bpy/ops/anim/__init__.pyi +61 -179
- bpy/ops/armature/__init__.pyi +48 -147
- bpy/ops/asset/__init__.pyi +16 -71
- bpy/ops/boid/__init__.pyi +8 -41
- bpy/ops/brush/__init__.pyi +13 -39
- bpy/ops/buttons/__init__.pyi +6 -29
- bpy/ops/cachefile/__init__.pyi +5 -19
- bpy/ops/camera/__init__.pyi +2 -5
- bpy/ops/clip/__init__.pyi +92 -290
- bpy/ops/cloth/__init__.pyi +1 -3
- bpy/ops/collection/__init__.pyi +9 -25
- bpy/ops/console/__init__.pyi +21 -79
- bpy/ops/constraint/__init__.pyi +18 -45
- bpy/ops/curve/__init__.pyi +51 -180
- bpy/ops/curves/__init__.pyi +28 -100
- bpy/ops/cycles/__init__.pyi +3 -9
- bpy/ops/dpaint/__init__.pyi +5 -19
- bpy/ops/ed/__init__.pyi +12 -53
- bpy/ops/export_anim/__init__.pyi +1 -3
- bpy/ops/export_scene/__init__.pyi +2 -5
- bpy/ops/extensions/__init__.pyi +34 -110
- bpy/ops/file/__init__.pyi +40 -167
- bpy/ops/fluid/__init__.pyi +14 -77
- bpy/ops/font/__init__.pyi +23 -85
- bpy/ops/geometry/__init__.pyi +10 -27
- bpy/ops/gizmogroup/__init__.pyi +2 -9
- bpy/ops/gpencil/__init__.pyi +8 -32
- bpy/ops/graph/__init__.pyi +65 -184
- bpy/ops/grease_pencil/__init__.pyi +108 -290
- bpy/ops/image/__init__.pyi +49 -154
- bpy/ops/import_anim/__init__.pyi +1 -3
- bpy/ops/import_curve/__init__.pyi +1 -3
- bpy/ops/import_scene/__init__.pyi +2 -4
- bpy/ops/info/__init__.pyi +7 -29
- bpy/ops/lattice/__init__.pyi +8 -29
- bpy/ops/marker/__init__.pyi +11 -31
- bpy/ops/mask/__init__.pyi +39 -132
- bpy/ops/material/__init__.pyi +3 -19
- bpy/ops/mball/__init__.pyi +8 -19
- bpy/ops/mesh/__init__.pyi +164 -401
- bpy/ops/nla/__init__.pyi +39 -147
- bpy/ops/node/__init__.pyi +115 -390
- bpy/ops/object/__init__.pyi +237 -630
- bpy/ops/outliner/__init__.pyi +71 -263
- bpy/ops/paint/__init__.pyi +54 -140
- bpy/ops/paintcurve/__init__.pyi +8 -33
- bpy/ops/palette/__init__.pyi +7 -27
- bpy/ops/particle/__init__.pyi +36 -134
- bpy/ops/pose/__init__.pyi +51 -169
- bpy/ops/poselib/__init__.pyi +9 -33
- bpy/ops/preferences/__init__.pyi +35 -94
- bpy/ops/ptcache/__init__.pyi +7 -33
- bpy/ops/render/__init__.pyi +13 -37
- bpy/ops/rigidbody/__init__.pyi +13 -45
- bpy/ops/scene/__init__.pyi +37 -121
- bpy/ops/screen/__init__.pyi +39 -137
- bpy/ops/script/__init__.pyi +3 -11
- bpy/ops/sculpt/__init__.pyi +37 -94
- bpy/ops/sculpt_curves/__init__.pyi +4 -10
- bpy/ops/sequencer/__init__.pyi +89 -284
- bpy/ops/sound/__init__.pyi +7 -23
- bpy/ops/spreadsheet/__init__.pyi +4 -15
- bpy/ops/surface/__init__.pyi +6 -13
- bpy/ops/text/__init__.pyi +43 -175
- bpy/ops/text_editor/__init__.pyi +1 -3
- bpy/ops/texture/__init__.pyi +4 -21
- bpy/ops/transform/__init__.pyi +27 -61
- bpy/ops/ui/__init__.pyi +34 -117
- bpy/ops/uilist/__init__.pyi +3 -7
- bpy/ops/uv/__init__.pyi +49 -134
- bpy/ops/view2d/__init__.pyi +14 -39
- bpy/ops/view3d/__init__.pyi +67 -232
- bpy/ops/wm/__init__.pyi +114 -298
- bpy/ops/workspace/__init__.pyi +7 -33
- bpy/ops/world/__init__.pyi +2 -11
- bpy/path/__init__.pyi +4 -2
- bpy/types/__init__.pyi +68 -32
- bpy/utils/__init__.pyi +18 -9
- bpy_extras/bmesh_utils/__init__.pyi +2 -1
- bpy_extras/io_utils/__init__.pyi +7 -2
- bpy_extras/mesh_utils/__init__.pyi +19 -7
- bpy_extras/view3d_utils/__init__.pyi +2 -2
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/METADATA +1 -1
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/RECORD +115 -115
- freestyle/functions/__init__.pyi +16 -4
- freestyle/types/__init__.pyi +60 -23
- freestyle/utils/ContextFunctions/__init__.pyi +2 -2
- gpu/capabilities/__init__.pyi +2 -1
- gpu/state/__init__.pyi +2 -2
- gpu/types/__init__.pyi +2 -2
- gpu_extras/batch/__init__.pyi +6 -3
- idprop/types/__init__.pyi +4 -3
- imbuf/__init__.pyi +2 -1
- imbuf/types/__init__.pyi +5 -2
- mathutils/__init__.pyi +25 -14
- mathutils/bvhtree/__init__.pyi +8 -7
- mathutils/geometry/__init__.pyi +38 -17
- mathutils/interpolate/__init__.pyi +2 -1
- mathutils/kdtree/__init__.pyi +11 -6
- mathutils/noise/__init__.pyi +2 -1
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20241207.dist-info → fake_bpy_module-20241209.dist-info}/top_level.txt +0 -0
bpy/ops/view2d/__init__.pyi
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import typing
|
|
2
2
|
import collections.abc
|
|
3
3
|
import typing_extensions
|
|
4
|
-
import bpy.types
|
|
5
4
|
|
|
6
5
|
def edge_pan(
|
|
7
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
8
6
|
execution_context: int | str | None = None,
|
|
9
7
|
undo: bool | None = None,
|
|
8
|
+
/,
|
|
10
9
|
*,
|
|
11
10
|
inside_padding: float | None = 1.0,
|
|
12
11
|
outside_padding: float | None = 0.0,
|
|
@@ -17,7 +16,6 @@ def edge_pan(
|
|
|
17
16
|
):
|
|
18
17
|
"""Pan the view when the mouse is held at an edge
|
|
19
18
|
|
|
20
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
21
19
|
:type execution_context: int | str | None
|
|
22
20
|
:type undo: bool | None
|
|
23
21
|
:param inside_padding: Inside Padding, Inside distance in UI units from the edge of the region within which to start panning
|
|
@@ -34,29 +32,23 @@ def edge_pan(
|
|
|
34
32
|
:type zoom_influence: float | None
|
|
35
33
|
"""
|
|
36
34
|
|
|
37
|
-
def ndof(
|
|
38
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
39
|
-
execution_context: int | str | None = None,
|
|
40
|
-
undo: bool | None = None,
|
|
41
|
-
):
|
|
35
|
+
def ndof(execution_context: int | str | None = None, undo: bool | None = None):
|
|
42
36
|
"""Use a 3D mouse device to pan/zoom the view
|
|
43
37
|
|
|
44
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
45
38
|
:type execution_context: int | str | None
|
|
46
39
|
:type undo: bool | None
|
|
47
40
|
"""
|
|
48
41
|
|
|
49
42
|
def pan(
|
|
50
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
51
43
|
execution_context: int | str | None = None,
|
|
52
44
|
undo: bool | None = None,
|
|
45
|
+
/,
|
|
53
46
|
*,
|
|
54
47
|
deltax: int | None = 0,
|
|
55
48
|
deltay: int | None = 0,
|
|
56
49
|
):
|
|
57
50
|
"""Pan the view
|
|
58
51
|
|
|
59
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
60
52
|
:type execution_context: int | str | None
|
|
61
53
|
:type undo: bool | None
|
|
62
54
|
:param deltax: Delta X
|
|
@@ -65,22 +57,17 @@ def pan(
|
|
|
65
57
|
:type deltay: int | None
|
|
66
58
|
"""
|
|
67
59
|
|
|
68
|
-
def reset(
|
|
69
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
70
|
-
execution_context: int | str | None = None,
|
|
71
|
-
undo: bool | None = None,
|
|
72
|
-
):
|
|
60
|
+
def reset(execution_context: int | str | None = None, undo: bool | None = None):
|
|
73
61
|
"""Reset the view
|
|
74
62
|
|
|
75
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
76
63
|
:type execution_context: int | str | None
|
|
77
64
|
:type undo: bool | None
|
|
78
65
|
"""
|
|
79
66
|
|
|
80
67
|
def scroll_down(
|
|
81
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
82
68
|
execution_context: int | str | None = None,
|
|
83
69
|
undo: bool | None = None,
|
|
70
|
+
/,
|
|
84
71
|
*,
|
|
85
72
|
deltax: int | None = 0,
|
|
86
73
|
deltay: int | None = 0,
|
|
@@ -88,7 +75,6 @@ def scroll_down(
|
|
|
88
75
|
):
|
|
89
76
|
"""Scroll the view down
|
|
90
77
|
|
|
91
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
92
78
|
:type execution_context: int | str | None
|
|
93
79
|
:type undo: bool | None
|
|
94
80
|
:param deltax: Delta X
|
|
@@ -100,16 +86,15 @@ def scroll_down(
|
|
|
100
86
|
"""
|
|
101
87
|
|
|
102
88
|
def scroll_left(
|
|
103
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
104
89
|
execution_context: int | str | None = None,
|
|
105
90
|
undo: bool | None = None,
|
|
91
|
+
/,
|
|
106
92
|
*,
|
|
107
93
|
deltax: int | None = 0,
|
|
108
94
|
deltay: int | None = 0,
|
|
109
95
|
):
|
|
110
96
|
"""Scroll the view left
|
|
111
97
|
|
|
112
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
113
98
|
:type execution_context: int | str | None
|
|
114
99
|
:type undo: bool | None
|
|
115
100
|
:param deltax: Delta X
|
|
@@ -119,16 +104,15 @@ def scroll_left(
|
|
|
119
104
|
"""
|
|
120
105
|
|
|
121
106
|
def scroll_right(
|
|
122
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
123
107
|
execution_context: int | str | None = None,
|
|
124
108
|
undo: bool | None = None,
|
|
109
|
+
/,
|
|
125
110
|
*,
|
|
126
111
|
deltax: int | None = 0,
|
|
127
112
|
deltay: int | None = 0,
|
|
128
113
|
):
|
|
129
114
|
"""Scroll the view right
|
|
130
115
|
|
|
131
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
132
116
|
:type execution_context: int | str | None
|
|
133
117
|
:type undo: bool | None
|
|
134
118
|
:param deltax: Delta X
|
|
@@ -138,9 +122,9 @@ def scroll_right(
|
|
|
138
122
|
"""
|
|
139
123
|
|
|
140
124
|
def scroll_up(
|
|
141
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
142
125
|
execution_context: int | str | None = None,
|
|
143
126
|
undo: bool | None = None,
|
|
127
|
+
/,
|
|
144
128
|
*,
|
|
145
129
|
deltax: int | None = 0,
|
|
146
130
|
deltay: int | None = 0,
|
|
@@ -148,7 +132,6 @@ def scroll_up(
|
|
|
148
132
|
):
|
|
149
133
|
"""Scroll the view up
|
|
150
134
|
|
|
151
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
152
135
|
:type execution_context: int | str | None
|
|
153
136
|
:type undo: bool | None
|
|
154
137
|
:param deltax: Delta X
|
|
@@ -160,21 +143,18 @@ def scroll_up(
|
|
|
160
143
|
"""
|
|
161
144
|
|
|
162
145
|
def scroller_activate(
|
|
163
|
-
|
|
164
|
-
execution_context: int | str | None = None,
|
|
165
|
-
undo: bool | None = None,
|
|
146
|
+
execution_context: int | str | None = None, undo: bool | None = None
|
|
166
147
|
):
|
|
167
148
|
"""Scroll view by mouse click and drag
|
|
168
149
|
|
|
169
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
170
150
|
:type execution_context: int | str | None
|
|
171
151
|
:type undo: bool | None
|
|
172
152
|
"""
|
|
173
153
|
|
|
174
154
|
def smoothview(
|
|
175
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
176
155
|
execution_context: int | str | None = None,
|
|
177
156
|
undo: bool | None = None,
|
|
157
|
+
/,
|
|
178
158
|
*,
|
|
179
159
|
xmin: int | None = 0,
|
|
180
160
|
xmax: int | None = 0,
|
|
@@ -184,7 +164,6 @@ def smoothview(
|
|
|
184
164
|
):
|
|
185
165
|
"""Undocumented, consider contributing.
|
|
186
166
|
|
|
187
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
188
167
|
:type execution_context: int | str | None
|
|
189
168
|
:type undo: bool | None
|
|
190
169
|
:param xmin: X Min
|
|
@@ -200,9 +179,9 @@ def smoothview(
|
|
|
200
179
|
"""
|
|
201
180
|
|
|
202
181
|
def zoom(
|
|
203
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
204
182
|
execution_context: int | str | None = None,
|
|
205
183
|
undo: bool | None = None,
|
|
184
|
+
/,
|
|
206
185
|
*,
|
|
207
186
|
deltax: float | None = 0.0,
|
|
208
187
|
deltay: float | None = 0.0,
|
|
@@ -210,7 +189,6 @@ def zoom(
|
|
|
210
189
|
):
|
|
211
190
|
"""Zoom in/out the view
|
|
212
191
|
|
|
213
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
214
192
|
:type execution_context: int | str | None
|
|
215
193
|
:type undo: bool | None
|
|
216
194
|
:param deltax: Delta X
|
|
@@ -222,9 +200,9 @@ def zoom(
|
|
|
222
200
|
"""
|
|
223
201
|
|
|
224
202
|
def zoom_border(
|
|
225
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
226
203
|
execution_context: int | str | None = None,
|
|
227
204
|
undo: bool | None = None,
|
|
205
|
+
/,
|
|
228
206
|
*,
|
|
229
207
|
xmin: int | None = 0,
|
|
230
208
|
xmax: int | None = 0,
|
|
@@ -235,7 +213,6 @@ def zoom_border(
|
|
|
235
213
|
):
|
|
236
214
|
"""Zoom in the view to the nearest item contained in the border
|
|
237
215
|
|
|
238
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
239
216
|
:type execution_context: int | str | None
|
|
240
217
|
:type undo: bool | None
|
|
241
218
|
:param xmin: X Min
|
|
@@ -253,16 +230,15 @@ def zoom_border(
|
|
|
253
230
|
"""
|
|
254
231
|
|
|
255
232
|
def zoom_in(
|
|
256
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
257
233
|
execution_context: int | str | None = None,
|
|
258
234
|
undo: bool | None = None,
|
|
235
|
+
/,
|
|
259
236
|
*,
|
|
260
237
|
zoomfacx: float | None = 0.0,
|
|
261
238
|
zoomfacy: float | None = 0.0,
|
|
262
239
|
):
|
|
263
240
|
"""Zoom in the view
|
|
264
241
|
|
|
265
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
266
242
|
:type execution_context: int | str | None
|
|
267
243
|
:type undo: bool | None
|
|
268
244
|
:param zoomfacx: Zoom Factor X
|
|
@@ -272,16 +248,15 @@ def zoom_in(
|
|
|
272
248
|
"""
|
|
273
249
|
|
|
274
250
|
def zoom_out(
|
|
275
|
-
override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
|
|
276
251
|
execution_context: int | str | None = None,
|
|
277
252
|
undo: bool | None = None,
|
|
253
|
+
/,
|
|
278
254
|
*,
|
|
279
255
|
zoomfacx: float | None = 0.0,
|
|
280
256
|
zoomfacy: float | None = 0.0,
|
|
281
257
|
):
|
|
282
258
|
"""Zoom out the view
|
|
283
259
|
|
|
284
|
-
:type override_context: bpy.types.Context | dict[str, typing.Any] | None
|
|
285
260
|
:type execution_context: int | str | None
|
|
286
261
|
:type undo: bool | None
|
|
287
262
|
:param zoomfacx: Zoom Factor X
|