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