fake-bpy-module 20240601__py3-none-any.whl → 20240605__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.

Files changed (108) hide show
  1. aud/__init__.pyi +4 -4
  2. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -4
  3. bl_ui/space_node/__init__.pyi +0 -1
  4. bl_ui/space_sequencer/__init__.pyi +14 -0
  5. bl_ui/space_userpref/__init__.pyi +234 -0
  6. bl_ui/space_view3d/__init__.pyi +810 -0
  7. bl_ui/space_view3d_toolbar/__init__.pyi +949 -3
  8. blf/__init__.pyi +4 -4
  9. bmesh/ops/__init__.pyi +97 -82
  10. bmesh/types/__init__.pyi +37 -32
  11. bmesh/utils/__init__.pyi +2 -4
  12. bpy/app/handlers/__init__.pyi +36 -36
  13. bpy/ops/action/__init__.pyi +152 -152
  14. bpy/ops/anim/__init__.pyi +216 -216
  15. bpy/ops/armature/__init__.pyi +192 -192
  16. bpy/ops/asset/__init__.pyi +64 -64
  17. bpy/ops/boid/__init__.pyi +32 -32
  18. bpy/ops/brush/__init__.pyi +36 -36
  19. bpy/ops/buttons/__init__.pyi +24 -24
  20. bpy/ops/cachefile/__init__.pyi +20 -20
  21. bpy/ops/camera/__init__.pyi +8 -8
  22. bpy/ops/clip/__init__.pyi +368 -368
  23. bpy/ops/cloth/__init__.pyi +4 -4
  24. bpy/ops/collection/__init__.pyi +36 -36
  25. bpy/ops/console/__init__.pyi +84 -84
  26. bpy/ops/constraint/__init__.pyi +72 -72
  27. bpy/ops/curve/__init__.pyi +204 -204
  28. bpy/ops/curves/__init__.pyi +108 -108
  29. bpy/ops/cycles/__init__.pyi +12 -12
  30. bpy/ops/dpaint/__init__.pyi +20 -20
  31. bpy/ops/ed/__init__.pyi +48 -48
  32. bpy/ops/export_anim/__init__.pyi +4 -4
  33. bpy/ops/export_scene/__init__.pyi +8 -8
  34. bpy/ops/extensions/__init__.pyi +123 -109
  35. bpy/ops/file/__init__.pyi +160 -160
  36. bpy/ops/fluid/__init__.pyi +56 -56
  37. bpy/ops/font/__init__.pyi +92 -92
  38. bpy/ops/geometry/__init__.pyi +40 -40
  39. bpy/ops/gizmogroup/__init__.pyi +8 -8
  40. bpy/ops/gpencil/__init__.pyi +600 -600
  41. bpy/ops/graph/__init__.pyi +260 -260
  42. bpy/ops/grease_pencil/__init__.pyi +292 -292
  43. bpy/ops/image/__init__.pyi +192 -192
  44. bpy/ops/import_anim/__init__.pyi +4 -4
  45. bpy/ops/import_curve/__init__.pyi +4 -4
  46. bpy/ops/import_scene/__init__.pyi +8 -8
  47. bpy/ops/info/__init__.pyi +28 -28
  48. bpy/ops/lattice/__init__.pyi +32 -32
  49. bpy/ops/marker/__init__.pyi +44 -44
  50. bpy/ops/mask/__init__.pyi +156 -156
  51. bpy/ops/material/__init__.pyi +12 -12
  52. bpy/ops/mball/__init__.pyi +32 -32
  53. bpy/ops/mesh/__init__.pyi +652 -652
  54. bpy/ops/nla/__init__.pyi +156 -156
  55. bpy/ops/node/__init__.pyi +416 -416
  56. bpy/ops/object/__init__.pyi +984 -984
  57. bpy/ops/outliner/__init__.pyi +284 -284
  58. bpy/ops/paint/__init__.pyi +220 -220
  59. bpy/ops/paintcurve/__init__.pyi +32 -32
  60. bpy/ops/palette/__init__.pyi +28 -28
  61. bpy/ops/particle/__init__.pyi +144 -144
  62. bpy/ops/pose/__init__.pyi +156 -156
  63. bpy/ops/poselib/__init__.pyi +36 -36
  64. bpy/ops/preferences/__init__.pyi +148 -148
  65. bpy/ops/ptcache/__init__.pyi +28 -28
  66. bpy/ops/render/__init__.pyi +48 -48
  67. bpy/ops/rigidbody/__init__.pyi +52 -52
  68. bpy/ops/scene/__init__.pyi +148 -192
  69. bpy/ops/screen/__init__.pyi +156 -156
  70. bpy/ops/script/__init__.pyi +12 -12
  71. bpy/ops/sculpt/__init__.pyi +152 -152
  72. bpy/ops/sculpt_curves/__init__.pyi +16 -16
  73. bpy/ops/sequencer/__init__.pyi +364 -340
  74. bpy/ops/sound/__init__.pyi +28 -28
  75. bpy/ops/spreadsheet/__init__.pyi +16 -16
  76. bpy/ops/surface/__init__.pyi +24 -24
  77. bpy/ops/text/__init__.pyi +172 -172
  78. bpy/ops/text_editor/__init__.pyi +4 -4
  79. bpy/ops/texture/__init__.pyi +16 -16
  80. bpy/ops/transform/__init__.pyi +111 -108
  81. bpy/ops/ui/__init__.pyi +132 -132
  82. bpy/ops/uilist/__init__.pyi +12 -12
  83. bpy/ops/uv/__init__.pyi +196 -196
  84. bpy/ops/view2d/__init__.pyi +56 -56
  85. bpy/ops/view3d/__init__.pyi +268 -268
  86. bpy/ops/wm/__init__.pyi +448 -448
  87. bpy/ops/workspace/__init__.pyi +28 -28
  88. bpy/ops/world/__init__.pyi +8 -8
  89. bpy/path/__init__.pyi +18 -18
  90. bpy/props/__init__.pyi +11 -11
  91. bpy/types/__init__.pyi +2185 -1933
  92. bpy/utils/__init__.pyi +4 -4
  93. bpy_extras/mesh_utils/__init__.pyi +4 -4
  94. bpy_extras/view3d_utils/__init__.pyi +24 -20
  95. bpy_types/__init__.pyi +12 -7
  96. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/METADATA +5 -1
  97. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/RECORD +108 -108
  98. freestyle/types/__init__.pyi +64 -64
  99. freestyle/utils/__init__.pyi +2 -2
  100. gpu/matrix/__init__.pyi +15 -6
  101. gpu/state/__init__.pyi +2 -2
  102. gpu/types/__init__.pyi +6 -4
  103. gpu_extras/presets/__init__.pyi +8 -4
  104. imbuf/__init__.pyi +4 -4
  105. mathutils/__init__.pyi +292 -187
  106. mathutils/geometry/__init__.pyi +2 -5
  107. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/WHEEL +0 -0
  108. {fake_bpy_module-20240601.dist-info → fake_bpy_module-20240605.dist-info}/top_level.txt +0 -0
@@ -6,8 +6,8 @@ GenericType1 = typing.TypeVar("GenericType1")
6
6
  GenericType2 = typing.TypeVar("GenericType2")
7
7
 
8
8
  def edge_pan(
9
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
10
- execution_context: str | int | None = None,
9
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
10
+ execution_context: int | str | None = None,
11
11
  undo: bool | None = None,
12
12
  *,
13
13
  inside_padding: typing.Any | None = 1.0,
@@ -19,8 +19,8 @@ def edge_pan(
19
19
  ):
20
20
  """Pan the view when the mouse is held at an edge
21
21
 
22
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
23
- :type execution_context: str | int | None
22
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
23
+ :type execution_context: int | str | None
24
24
  :type undo: bool | None
25
25
  :param inside_padding: Inside Padding, Inside distance in UI units from the edge of the region within which to start panning
26
26
  :type inside_padding: typing.Any | None
@@ -39,22 +39,22 @@ def edge_pan(
39
39
  ...
40
40
 
41
41
  def ndof(
42
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
43
- execution_context: str | int | None = None,
42
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
43
+ execution_context: int | str | None = None,
44
44
  undo: bool | None = None,
45
45
  ):
46
46
  """Use a 3D mouse device to pan/zoom the view
47
47
 
48
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
49
- :type execution_context: str | int | None
48
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
49
+ :type execution_context: int | str | None
50
50
  :type undo: bool | None
51
51
  """
52
52
 
53
53
  ...
54
54
 
55
55
  def pan(
56
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
57
- execution_context: str | int | None = None,
56
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
57
+ execution_context: int | str | None = None,
58
58
  undo: bool | None = None,
59
59
  *,
60
60
  deltax: typing.Any | None = 0,
@@ -62,8 +62,8 @@ def pan(
62
62
  ):
63
63
  """Pan the view
64
64
 
65
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
66
- :type execution_context: str | int | None
65
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
66
+ :type execution_context: int | str | None
67
67
  :type undo: bool | None
68
68
  :param deltax: Delta X
69
69
  :type deltax: typing.Any | None
@@ -74,22 +74,22 @@ def pan(
74
74
  ...
75
75
 
76
76
  def reset(
77
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
78
- execution_context: str | int | None = None,
77
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
78
+ execution_context: int | str | None = None,
79
79
  undo: bool | None = None,
80
80
  ):
81
81
  """Reset the view
82
82
 
83
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
84
- :type execution_context: str | int | None
83
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
84
+ :type execution_context: int | str | None
85
85
  :type undo: bool | None
86
86
  """
87
87
 
88
88
  ...
89
89
 
90
90
  def scroll_down(
91
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
92
- execution_context: str | int | None = None,
91
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
92
+ execution_context: int | str | None = None,
93
93
  undo: bool | None = None,
94
94
  *,
95
95
  deltax: typing.Any | None = 0,
@@ -98,8 +98,8 @@ def scroll_down(
98
98
  ):
99
99
  """Scroll the view down
100
100
 
101
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
102
- :type execution_context: str | int | None
101
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
102
+ :type execution_context: int | str | None
103
103
  :type undo: bool | None
104
104
  :param deltax: Delta X
105
105
  :type deltax: typing.Any | None
@@ -112,8 +112,8 @@ def scroll_down(
112
112
  ...
113
113
 
114
114
  def scroll_left(
115
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
116
- execution_context: str | int | None = None,
115
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
116
+ execution_context: int | str | None = None,
117
117
  undo: bool | None = None,
118
118
  *,
119
119
  deltax: typing.Any | None = 0,
@@ -121,8 +121,8 @@ def scroll_left(
121
121
  ):
122
122
  """Scroll the view left
123
123
 
124
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
125
- :type execution_context: str | int | None
124
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
125
+ :type execution_context: int | str | None
126
126
  :type undo: bool | None
127
127
  :param deltax: Delta X
128
128
  :type deltax: typing.Any | None
@@ -133,8 +133,8 @@ def scroll_left(
133
133
  ...
134
134
 
135
135
  def scroll_right(
136
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
137
- execution_context: str | int | None = None,
136
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
137
+ execution_context: int | str | None = None,
138
138
  undo: bool | None = None,
139
139
  *,
140
140
  deltax: typing.Any | None = 0,
@@ -142,8 +142,8 @@ def scroll_right(
142
142
  ):
143
143
  """Scroll the view right
144
144
 
145
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
146
- :type execution_context: str | int | None
145
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
146
+ :type execution_context: int | str | None
147
147
  :type undo: bool | None
148
148
  :param deltax: Delta X
149
149
  :type deltax: typing.Any | None
@@ -154,8 +154,8 @@ def scroll_right(
154
154
  ...
155
155
 
156
156
  def scroll_up(
157
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
158
- execution_context: str | int | None = None,
157
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
158
+ execution_context: int | str | None = None,
159
159
  undo: bool | None = None,
160
160
  *,
161
161
  deltax: typing.Any | None = 0,
@@ -164,8 +164,8 @@ def scroll_up(
164
164
  ):
165
165
  """Scroll the view up
166
166
 
167
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
168
- :type execution_context: str | int | None
167
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
168
+ :type execution_context: int | str | None
169
169
  :type undo: bool | None
170
170
  :param deltax: Delta X
171
171
  :type deltax: typing.Any | None
@@ -178,22 +178,22 @@ def scroll_up(
178
178
  ...
179
179
 
180
180
  def scroller_activate(
181
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
182
- execution_context: str | int | None = None,
181
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
182
+ execution_context: int | str | None = None,
183
183
  undo: bool | None = None,
184
184
  ):
185
185
  """Scroll view by mouse click and drag
186
186
 
187
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
188
- :type execution_context: str | int | None
187
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
188
+ :type execution_context: int | str | None
189
189
  :type undo: bool | None
190
190
  """
191
191
 
192
192
  ...
193
193
 
194
194
  def smoothview(
195
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
196
- execution_context: str | int | None = None,
195
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
196
+ execution_context: int | str | None = None,
197
197
  undo: bool | None = None,
198
198
  *,
199
199
  xmin: typing.Any | None = 0,
@@ -204,8 +204,8 @@ def smoothview(
204
204
  ):
205
205
  """Undocumented, consider contributing.
206
206
 
207
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
208
- :type execution_context: str | int | None
207
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
208
+ :type execution_context: int | str | None
209
209
  :type undo: bool | None
210
210
  :param xmin: X Min
211
211
  :type xmin: typing.Any | None
@@ -222,8 +222,8 @@ def smoothview(
222
222
  ...
223
223
 
224
224
  def zoom(
225
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
226
- execution_context: str | int | None = None,
225
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
226
+ execution_context: int | str | None = None,
227
227
  undo: bool | None = None,
228
228
  *,
229
229
  deltax: typing.Any | None = 0.0,
@@ -232,8 +232,8 @@ def zoom(
232
232
  ):
233
233
  """Zoom in/out the view
234
234
 
235
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
236
- :type execution_context: str | int | None
235
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
236
+ :type execution_context: int | str | None
237
237
  :type undo: bool | None
238
238
  :param deltax: Delta X
239
239
  :type deltax: typing.Any | None
@@ -246,8 +246,8 @@ def zoom(
246
246
  ...
247
247
 
248
248
  def zoom_border(
249
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
250
- execution_context: str | int | None = None,
249
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
250
+ execution_context: int | str | None = None,
251
251
  undo: bool | None = None,
252
252
  *,
253
253
  xmin: typing.Any | None = 0,
@@ -259,8 +259,8 @@ def zoom_border(
259
259
  ):
260
260
  """Zoom in the view to the nearest item contained in the border
261
261
 
262
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
263
- :type execution_context: str | int | None
262
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
263
+ :type execution_context: int | str | None
264
264
  :type undo: bool | None
265
265
  :param xmin: X Min
266
266
  :type xmin: typing.Any | None
@@ -279,8 +279,8 @@ def zoom_border(
279
279
  ...
280
280
 
281
281
  def zoom_in(
282
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
283
- execution_context: str | int | None = None,
282
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
283
+ execution_context: int | str | None = None,
284
284
  undo: bool | None = None,
285
285
  *,
286
286
  zoomfacx: typing.Any | None = 0.0,
@@ -288,8 +288,8 @@ def zoom_in(
288
288
  ):
289
289
  """Zoom in the view
290
290
 
291
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
292
- :type execution_context: str | int | None
291
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
292
+ :type execution_context: int | str | None
293
293
  :type undo: bool | None
294
294
  :param zoomfacx: Zoom Factor X
295
295
  :type zoomfacx: typing.Any | None
@@ -300,8 +300,8 @@ def zoom_in(
300
300
  ...
301
301
 
302
302
  def zoom_out(
303
- override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
304
- execution_context: str | int | None = None,
303
+ override_context: bpy.types.Context | dict[str, typing.Any] | None = None,
304
+ execution_context: int | str | None = None,
305
305
  undo: bool | None = None,
306
306
  *,
307
307
  zoomfacx: typing.Any | None = 0.0,
@@ -309,8 +309,8 @@ def zoom_out(
309
309
  ):
310
310
  """Zoom out the view
311
311
 
312
- :type override_context: dict[str, typing.Any] | bpy.types.Context | None
313
- :type execution_context: str | int | None
312
+ :type override_context: bpy.types.Context | dict[str, typing.Any] | None
313
+ :type execution_context: int | str | None
314
314
  :type undo: bool | None
315
315
  :param zoomfacx: Zoom Factor X
316
316
  :type zoomfacx: typing.Any | None