fake-bpy-module 20240327__py3-none-any.whl → 20240330__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 (114) hide show
  1. aud/__init__.pyi +34 -96
  2. bgl/__init__.pyi +1265 -2417
  3. bl_math/__init__.pyi +3 -14
  4. bl_ui/space_toolsystem_toolbar/__init__.pyi +6 -0
  5. blf/__init__.pyi +13 -50
  6. bmesh/ops/__init__.pyi +68 -142
  7. bmesh/types/__init__.pyi +18 -44
  8. bmesh/utils/__init__.pyi +2 -6
  9. bpy/app/icons/__init__.pyi +2 -4
  10. bpy/app/timers/__init__.pyi +2 -6
  11. bpy/ops/action/__init__.pyi +92 -93
  12. bpy/ops/anim/__init__.pyi +104 -104
  13. bpy/ops/armature/__init__.pyi +108 -112
  14. bpy/ops/asset/__init__.pyi +32 -32
  15. bpy/ops/boid/__init__.pyi +18 -18
  16. bpy/ops/brush/__init__.pyi +18 -18
  17. bpy/ops/buttons/__init__.pyi +12 -12
  18. bpy/ops/cachefile/__init__.pyi +10 -10
  19. bpy/ops/camera/__init__.pyi +4 -4
  20. bpy/ops/clip/__init__.pyi +194 -195
  21. bpy/ops/cloth/__init__.pyi +2 -2
  22. bpy/ops/collection/__init__.pyi +10 -10
  23. bpy/ops/console/__init__.pyi +42 -42
  24. bpy/ops/constraint/__init__.pyi +36 -36
  25. bpy/ops/curve/__init__.pyi +114 -118
  26. bpy/ops/curves/__init__.pyi +55 -53
  27. bpy/ops/cycles/__init__.pyi +6 -6
  28. bpy/ops/dpaint/__init__.pyi +12 -12
  29. bpy/ops/ed/__init__.pyi +24 -24
  30. bpy/ops/export_anim/__init__.pyi +2 -2
  31. bpy/ops/export_mesh/__init__.pyi +2 -2
  32. bpy/ops/export_scene/__init__.pyi +9 -9
  33. bpy/ops/file/__init__.pyi +80 -83
  34. bpy/ops/fluid/__init__.pyi +28 -28
  35. bpy/ops/font/__init__.pyi +46 -46
  36. bpy/ops/geometry/__init__.pyi +38 -38
  37. bpy/ops/gizmogroup/__init__.pyi +4 -4
  38. bpy/ops/gpencil/__init__.pyi +308 -309
  39. bpy/ops/graph/__init__.pyi +150 -151
  40. bpy/ops/grease_pencil/__init__.pyi +114 -115
  41. bpy/ops/image/__init__.pyi +100 -100
  42. bpy/ops/import_anim/__init__.pyi +2 -2
  43. bpy/ops/import_curve/__init__.pyi +2 -2
  44. bpy/ops/import_mesh/__init__.pyi +2 -2
  45. bpy/ops/import_scene/__init__.pyi +6 -6
  46. bpy/ops/info/__init__.pyi +14 -14
  47. bpy/ops/lattice/__init__.pyi +16 -16
  48. bpy/ops/marker/__init__.pyi +22 -22
  49. bpy/ops/mask/__init__.pyi +90 -91
  50. bpy/ops/material/__init__.pyi +6 -6
  51. bpy/ops/mball/__init__.pyi +20 -21
  52. bpy/ops/mesh/__init__.pyi +431 -429
  53. bpy/ops/nla/__init__.pyi +89 -90
  54. bpy/ops/node/__init__.pyi +242 -243
  55. bpy/ops/object/__init__.pyi +572 -567
  56. bpy/ops/outliner/__init__.pyi +142 -142
  57. bpy/ops/paint/__init__.pyi +182 -126
  58. bpy/ops/paintcurve/__init__.pyi +20 -20
  59. bpy/ops/palette/__init__.pyi +14 -14
  60. bpy/ops/particle/__init__.pyi +72 -72
  61. bpy/ops/pose/__init__.pyi +90 -90
  62. bpy/ops/poselib/__init__.pyi +18 -18
  63. bpy/ops/preferences/__init__.pyi +76 -76
  64. bpy/ops/ptcache/__init__.pyi +14 -14
  65. bpy/ops/render/__init__.pyi +24 -24
  66. bpy/ops/rigidbody/__init__.pyi +34 -34
  67. bpy/ops/scene/__init__.pyi +86 -86
  68. bpy/ops/screen/__init__.pyi +84 -84
  69. bpy/ops/script/__init__.pyi +6 -6
  70. bpy/ops/sculpt/__init__.pyi +62 -62
  71. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  72. bpy/ops/sequencer/__init__.pyi +184 -185
  73. bpy/ops/sound/__init__.pyi +16 -16
  74. bpy/ops/spreadsheet/__init__.pyi +8 -8
  75. bpy/ops/surface/__init__.pyi +12 -12
  76. bpy/ops/text/__init__.pyi +86 -86
  77. bpy/ops/text_editor/__init__.pyi +2 -2
  78. bpy/ops/texture/__init__.pyi +8 -8
  79. bpy/ops/transform/__init__.pyi +112 -112
  80. bpy/ops/ui/__init__.pyi +64 -64
  81. bpy/ops/uilist/__init__.pyi +6 -6
  82. bpy/ops/uv/__init__.pyi +104 -105
  83. bpy/ops/view2d/__init__.pyi +28 -28
  84. bpy/ops/view3d/__init__.pyi +134 -134
  85. bpy/ops/wm/__init__.pyi +232 -232
  86. bpy/ops/workspace/__init__.pyi +14 -14
  87. bpy/ops/world/__init__.pyi +2 -2
  88. bpy/props/__init__.pyi +29 -52
  89. bpy/types/__init__.pyi +5354 -3708
  90. bpy/utils/__init__.pyi +3 -6
  91. bpy/utils/units/__init__.pyi +3 -6
  92. bpy_extras/io_utils/__init__.pyi +8 -0
  93. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240330.dist-info}/METADATA +1 -1
  94. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240330.dist-info}/RECORD +114 -114
  95. freestyle/chainingiterators/__init__.pyi +5 -12
  96. freestyle/functions/__init__.pyi +19 -73
  97. freestyle/predicates/__init__.pyi +8 -21
  98. freestyle/shaders/__init__.pyi +32 -81
  99. freestyle/types/__init__.pyi +100 -270
  100. freestyle/utils/ContextFunctions/__init__.pyi +7 -27
  101. freestyle/utils/__init__.pyi +1 -2
  102. gpu/capabilities/__init__.pyi +15 -32
  103. gpu/matrix/__init__.pyi +1 -2
  104. gpu/state/__init__.pyi +4 -10
  105. gpu/types/__init__.pyi +29 -87
  106. gpu_extras/presets/__init__.pyi +4 -16
  107. imbuf/types/__init__.pyi +4 -10
  108. mathutils/__init__.pyi +106 -257
  109. mathutils/bvhtree/__init__.pyi +7 -15
  110. mathutils/geometry/__init__.pyi +9 -18
  111. mathutils/kdtree/__init__.pyi +4 -11
  112. mathutils/noise/__init__.pyi +41 -82
  113. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240330.dist-info}/WHEEL +0 -0
  114. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240330.dist-info}/top_level.txt +0 -0
@@ -5,14 +5,14 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def actionzone(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: typing.Union[str, int] = None,
8
+ execution_context: str = None,
9
9
  undo: bool = None,
10
10
  modifier: typing.Any = 0,
11
11
  ):
12
12
  """Handle area action zones for mouse actions/gestures
13
13
 
14
14
  :type override_context: typing.Union[dict, bpy.types.Context]
15
- :type execution_context: typing.Union[str, int]
15
+ :type execution_context: str
16
16
  :type undo: bool
17
17
  :param modifier: Modifier, Modifier state
18
18
  :type modifier: typing.Any
@@ -22,14 +22,14 @@ def actionzone(
22
22
 
23
23
  def animation_cancel(
24
24
  override_context: typing.Union[dict, bpy.types.Context] = None,
25
- execution_context: typing.Union[str, int] = None,
25
+ execution_context: str = None,
26
26
  undo: bool = None,
27
27
  restore_frame: typing.Union[bool, typing.Any] = True,
28
28
  ):
29
29
  """Cancel animation, returning to the original frame
30
30
 
31
31
  :type override_context: typing.Union[dict, bpy.types.Context]
32
- :type execution_context: typing.Union[str, int]
32
+ :type execution_context: str
33
33
  :type undo: bool
34
34
  :param restore_frame: Restore Frame, Restore the frame when animation was initialized
35
35
  :type restore_frame: typing.Union[bool, typing.Any]
@@ -39,7 +39,7 @@ def animation_cancel(
39
39
 
40
40
  def animation_play(
41
41
  override_context: typing.Union[dict, bpy.types.Context] = None,
42
- execution_context: typing.Union[str, int] = None,
42
+ execution_context: str = None,
43
43
  undo: bool = None,
44
44
  reverse: typing.Union[bool, typing.Any] = False,
45
45
  sync: typing.Union[bool, typing.Any] = False,
@@ -47,7 +47,7 @@ def animation_play(
47
47
  """Play animation
48
48
 
49
49
  :type override_context: typing.Union[dict, bpy.types.Context]
50
- :type execution_context: typing.Union[str, int]
50
+ :type execution_context: str
51
51
  :type undo: bool
52
52
  :param reverse: Play in Reverse, Animation is played backwards
53
53
  :type reverse: typing.Union[bool, typing.Any]
@@ -59,13 +59,13 @@ def animation_play(
59
59
 
60
60
  def animation_step(
61
61
  override_context: typing.Union[dict, bpy.types.Context] = None,
62
- execution_context: typing.Union[str, int] = None,
62
+ execution_context: str = None,
63
63
  undo: bool = None,
64
64
  ):
65
65
  """Step through animation by position
66
66
 
67
67
  :type override_context: typing.Union[dict, bpy.types.Context]
68
- :type execution_context: typing.Union[str, int]
68
+ :type execution_context: str
69
69
  :type undo: bool
70
70
  """
71
71
 
@@ -73,13 +73,13 @@ def animation_step(
73
73
 
74
74
  def area_close(
75
75
  override_context: typing.Union[dict, bpy.types.Context] = None,
76
- execution_context: typing.Union[str, int] = None,
76
+ execution_context: str = None,
77
77
  undo: bool = None,
78
78
  ):
79
79
  """Close selected area
80
80
 
81
81
  :type override_context: typing.Union[dict, bpy.types.Context]
82
- :type execution_context: typing.Union[str, int]
82
+ :type execution_context: str
83
83
  :type undo: bool
84
84
  """
85
85
 
@@ -87,13 +87,13 @@ def area_close(
87
87
 
88
88
  def area_dupli(
89
89
  override_context: typing.Union[dict, bpy.types.Context] = None,
90
- execution_context: typing.Union[str, int] = None,
90
+ execution_context: str = None,
91
91
  undo: bool = None,
92
92
  ):
93
93
  """Duplicate selected area into new window
94
94
 
95
95
  :type override_context: typing.Union[dict, bpy.types.Context]
96
- :type execution_context: typing.Union[str, int]
96
+ :type execution_context: str
97
97
  :type undo: bool
98
98
  """
99
99
 
@@ -101,14 +101,14 @@ def area_dupli(
101
101
 
102
102
  def area_join(
103
103
  override_context: typing.Union[dict, bpy.types.Context] = None,
104
- execution_context: typing.Union[str, int] = None,
104
+ execution_context: str = None,
105
105
  undo: bool = None,
106
106
  cursor: typing.Any = (0, 0),
107
107
  ):
108
108
  """Join selected areas into new window
109
109
 
110
110
  :type override_context: typing.Union[dict, bpy.types.Context]
111
- :type execution_context: typing.Union[str, int]
111
+ :type execution_context: str
112
112
  :type undo: bool
113
113
  :param cursor: Cursor
114
114
  :type cursor: typing.Any
@@ -118,7 +118,7 @@ def area_join(
118
118
 
119
119
  def area_move(
120
120
  override_context: typing.Union[dict, bpy.types.Context] = None,
121
- execution_context: typing.Union[str, int] = None,
121
+ execution_context: str = None,
122
122
  undo: bool = None,
123
123
  x: typing.Any = 0,
124
124
  y: typing.Any = 0,
@@ -127,7 +127,7 @@ def area_move(
127
127
  """Move selected area edges
128
128
 
129
129
  :type override_context: typing.Union[dict, bpy.types.Context]
130
- :type execution_context: typing.Union[str, int]
130
+ :type execution_context: str
131
131
  :type undo: bool
132
132
  :param x: X
133
133
  :type x: typing.Any
@@ -141,13 +141,13 @@ def area_move(
141
141
 
142
142
  def area_options(
143
143
  override_context: typing.Union[dict, bpy.types.Context] = None,
144
- execution_context: typing.Union[str, int] = None,
144
+ execution_context: str = None,
145
145
  undo: bool = None,
146
146
  ):
147
147
  """Operations for splitting and merging
148
148
 
149
149
  :type override_context: typing.Union[dict, bpy.types.Context]
150
- :type execution_context: typing.Union[str, int]
150
+ :type execution_context: str
151
151
  :type undo: bool
152
152
  """
153
153
 
@@ -155,7 +155,7 @@ def area_options(
155
155
 
156
156
  def area_split(
157
157
  override_context: typing.Union[dict, bpy.types.Context] = None,
158
- execution_context: typing.Union[str, int] = None,
158
+ execution_context: str = None,
159
159
  undo: bool = None,
160
160
  direction: typing.Any = "HORIZONTAL",
161
161
  factor: typing.Any = 0.5,
@@ -164,7 +164,7 @@ def area_split(
164
164
  """Split selected area into new windows
165
165
 
166
166
  :type override_context: typing.Union[dict, bpy.types.Context]
167
- :type execution_context: typing.Union[str, int]
167
+ :type execution_context: str
168
168
  :type undo: bool
169
169
  :param direction: Direction
170
170
  :type direction: typing.Any
@@ -178,14 +178,14 @@ def area_split(
178
178
 
179
179
  def area_swap(
180
180
  override_context: typing.Union[dict, bpy.types.Context] = None,
181
- execution_context: typing.Union[str, int] = None,
181
+ execution_context: str = None,
182
182
  undo: bool = None,
183
183
  cursor: typing.Any = (0, 0),
184
184
  ):
185
185
  """Swap selected areas screen positions
186
186
 
187
187
  :type override_context: typing.Union[dict, bpy.types.Context]
188
- :type execution_context: typing.Union[str, int]
188
+ :type execution_context: str
189
189
  :type undo: bool
190
190
  :param cursor: Cursor
191
191
  :type cursor: typing.Any
@@ -195,13 +195,13 @@ def area_swap(
195
195
 
196
196
  def back_to_previous(
197
197
  override_context: typing.Union[dict, bpy.types.Context] = None,
198
- execution_context: typing.Union[str, int] = None,
198
+ execution_context: str = None,
199
199
  undo: bool = None,
200
200
  ):
201
201
  """Revert back to the original screen layout, before fullscreen area overlay
202
202
 
203
203
  :type override_context: typing.Union[dict, bpy.types.Context]
204
- :type execution_context: typing.Union[str, int]
204
+ :type execution_context: str
205
205
  :type undo: bool
206
206
  """
207
207
 
@@ -209,13 +209,13 @@ def back_to_previous(
209
209
 
210
210
  def delete(
211
211
  override_context: typing.Union[dict, bpy.types.Context] = None,
212
- execution_context: typing.Union[str, int] = None,
212
+ execution_context: str = None,
213
213
  undo: bool = None,
214
214
  ):
215
215
  """Delete active screen
216
216
 
217
217
  :type override_context: typing.Union[dict, bpy.types.Context]
218
- :type execution_context: typing.Union[str, int]
218
+ :type execution_context: str
219
219
  :type undo: bool
220
220
  """
221
221
 
@@ -223,13 +223,13 @@ def delete(
223
223
 
224
224
  def drivers_editor_show(
225
225
  override_context: typing.Union[dict, bpy.types.Context] = None,
226
- execution_context: typing.Union[str, int] = None,
226
+ execution_context: str = None,
227
227
  undo: bool = None,
228
228
  ):
229
229
  """Show drivers editor in a separate window
230
230
 
231
231
  :type override_context: typing.Union[dict, bpy.types.Context]
232
- :type execution_context: typing.Union[str, int]
232
+ :type execution_context: str
233
233
  :type undo: bool
234
234
  """
235
235
 
@@ -237,14 +237,14 @@ def drivers_editor_show(
237
237
 
238
238
  def frame_jump(
239
239
  override_context: typing.Union[dict, bpy.types.Context] = None,
240
- execution_context: typing.Union[str, int] = None,
240
+ execution_context: str = None,
241
241
  undo: bool = None,
242
242
  end: typing.Union[bool, typing.Any] = False,
243
243
  ):
244
244
  """Jump to first/last frame in frame range
245
245
 
246
246
  :type override_context: typing.Union[dict, bpy.types.Context]
247
- :type execution_context: typing.Union[str, int]
247
+ :type execution_context: str
248
248
  :type undo: bool
249
249
  :param end: Last Frame, Jump to the last frame of the frame range
250
250
  :type end: typing.Union[bool, typing.Any]
@@ -254,14 +254,14 @@ def frame_jump(
254
254
 
255
255
  def frame_offset(
256
256
  override_context: typing.Union[dict, bpy.types.Context] = None,
257
- execution_context: typing.Union[str, int] = None,
257
+ execution_context: str = None,
258
258
  undo: bool = None,
259
259
  delta: typing.Any = 0,
260
260
  ):
261
261
  """Move current frame forward/backward by a given number
262
262
 
263
263
  :type override_context: typing.Union[dict, bpy.types.Context]
264
- :type execution_context: typing.Union[str, int]
264
+ :type execution_context: str
265
265
  :type undo: bool
266
266
  :param delta: Delta
267
267
  :type delta: typing.Any
@@ -271,13 +271,13 @@ def frame_offset(
271
271
 
272
272
  def header_toggle_menus(
273
273
  override_context: typing.Union[dict, bpy.types.Context] = None,
274
- execution_context: typing.Union[str, int] = None,
274
+ execution_context: str = None,
275
275
  undo: bool = None,
276
276
  ):
277
277
  """Expand or collapse the header pulldown menus
278
278
 
279
279
  :type override_context: typing.Union[dict, bpy.types.Context]
280
- :type execution_context: typing.Union[str, int]
280
+ :type execution_context: str
281
281
  :type undo: bool
282
282
  """
283
283
 
@@ -285,13 +285,13 @@ def header_toggle_menus(
285
285
 
286
286
  def info_log_show(
287
287
  override_context: typing.Union[dict, bpy.types.Context] = None,
288
- execution_context: typing.Union[str, int] = None,
288
+ execution_context: str = None,
289
289
  undo: bool = None,
290
290
  ):
291
291
  """Show info log in a separate window
292
292
 
293
293
  :type override_context: typing.Union[dict, bpy.types.Context]
294
- :type execution_context: typing.Union[str, int]
294
+ :type execution_context: str
295
295
  :type undo: bool
296
296
  """
297
297
 
@@ -299,14 +299,14 @@ def info_log_show(
299
299
 
300
300
  def keyframe_jump(
301
301
  override_context: typing.Union[dict, bpy.types.Context] = None,
302
- execution_context: typing.Union[str, int] = None,
302
+ execution_context: str = None,
303
303
  undo: bool = None,
304
304
  next: typing.Union[bool, typing.Any] = True,
305
305
  ):
306
306
  """Jump to previous/next keyframe
307
307
 
308
308
  :type override_context: typing.Union[dict, bpy.types.Context]
309
- :type execution_context: typing.Union[str, int]
309
+ :type execution_context: str
310
310
  :type undo: bool
311
311
  :param next: Next Keyframe
312
312
  :type next: typing.Union[bool, typing.Any]
@@ -316,14 +316,14 @@ def keyframe_jump(
316
316
 
317
317
  def marker_jump(
318
318
  override_context: typing.Union[dict, bpy.types.Context] = None,
319
- execution_context: typing.Union[str, int] = None,
319
+ execution_context: str = None,
320
320
  undo: bool = None,
321
321
  next: typing.Union[bool, typing.Any] = True,
322
322
  ):
323
323
  """Jump to previous/next marker
324
324
 
325
325
  :type override_context: typing.Union[dict, bpy.types.Context]
326
- :type execution_context: typing.Union[str, int]
326
+ :type execution_context: str
327
327
  :type undo: bool
328
328
  :param next: Next Marker
329
329
  :type next: typing.Union[bool, typing.Any]
@@ -333,13 +333,13 @@ def marker_jump(
333
333
 
334
334
  def new(
335
335
  override_context: typing.Union[dict, bpy.types.Context] = None,
336
- execution_context: typing.Union[str, int] = None,
336
+ execution_context: str = None,
337
337
  undo: bool = None,
338
338
  ):
339
339
  """Add a new screen
340
340
 
341
341
  :type override_context: typing.Union[dict, bpy.types.Context]
342
- :type execution_context: typing.Union[str, int]
342
+ :type execution_context: str
343
343
  :type undo: bool
344
344
  """
345
345
 
@@ -347,13 +347,13 @@ def new(
347
347
 
348
348
  def redo_last(
349
349
  override_context: typing.Union[dict, bpy.types.Context] = None,
350
- execution_context: typing.Union[str, int] = None,
350
+ execution_context: str = None,
351
351
  undo: bool = None,
352
352
  ):
353
353
  """Display parameters for last action performed
354
354
 
355
355
  :type override_context: typing.Union[dict, bpy.types.Context]
356
- :type execution_context: typing.Union[str, int]
356
+ :type execution_context: str
357
357
  :type undo: bool
358
358
  """
359
359
 
@@ -361,13 +361,13 @@ def redo_last(
361
361
 
362
362
  def region_blend(
363
363
  override_context: typing.Union[dict, bpy.types.Context] = None,
364
- execution_context: typing.Union[str, int] = None,
364
+ execution_context: str = None,
365
365
  undo: bool = None,
366
366
  ):
367
367
  """Blend in and out overlapping region
368
368
 
369
369
  :type override_context: typing.Union[dict, bpy.types.Context]
370
- :type execution_context: typing.Union[str, int]
370
+ :type execution_context: str
371
371
  :type undo: bool
372
372
  """
373
373
 
@@ -375,13 +375,13 @@ def region_blend(
375
375
 
376
376
  def region_context_menu(
377
377
  override_context: typing.Union[dict, bpy.types.Context] = None,
378
- execution_context: typing.Union[str, int] = None,
378
+ execution_context: str = None,
379
379
  undo: bool = None,
380
380
  ):
381
381
  """Display region context menu
382
382
 
383
383
  :type override_context: typing.Union[dict, bpy.types.Context]
384
- :type execution_context: typing.Union[str, int]
384
+ :type execution_context: str
385
385
  :type undo: bool
386
386
  """
387
387
 
@@ -389,13 +389,13 @@ def region_context_menu(
389
389
 
390
390
  def region_flip(
391
391
  override_context: typing.Union[dict, bpy.types.Context] = None,
392
- execution_context: typing.Union[str, int] = None,
392
+ execution_context: str = None,
393
393
  undo: bool = None,
394
394
  ):
395
395
  """Toggle the region's alignment (left/right or top/bottom)
396
396
 
397
397
  :type override_context: typing.Union[dict, bpy.types.Context]
398
- :type execution_context: typing.Union[str, int]
398
+ :type execution_context: str
399
399
  :type undo: bool
400
400
  """
401
401
 
@@ -403,13 +403,13 @@ def region_flip(
403
403
 
404
404
  def region_quadview(
405
405
  override_context: typing.Union[dict, bpy.types.Context] = None,
406
- execution_context: typing.Union[str, int] = None,
406
+ execution_context: str = None,
407
407
  undo: bool = None,
408
408
  ):
409
409
  """Split selected area into camera, front, right, and top views
410
410
 
411
411
  :type override_context: typing.Union[dict, bpy.types.Context]
412
- :type execution_context: typing.Union[str, int]
412
+ :type execution_context: str
413
413
  :type undo: bool
414
414
  """
415
415
 
@@ -417,13 +417,13 @@ def region_quadview(
417
417
 
418
418
  def region_scale(
419
419
  override_context: typing.Union[dict, bpy.types.Context] = None,
420
- execution_context: typing.Union[str, int] = None,
420
+ execution_context: str = None,
421
421
  undo: bool = None,
422
422
  ):
423
423
  """Scale selected area
424
424
 
425
425
  :type override_context: typing.Union[dict, bpy.types.Context]
426
- :type execution_context: typing.Union[str, int]
426
+ :type execution_context: str
427
427
  :type undo: bool
428
428
  """
429
429
 
@@ -431,31 +431,31 @@ def region_scale(
431
431
 
432
432
  def region_toggle(
433
433
  override_context: typing.Union[dict, bpy.types.Context] = None,
434
- execution_context: typing.Union[str, int] = None,
434
+ execution_context: str = None,
435
435
  undo: bool = None,
436
- region_type: typing.Any = "WINDOW",
436
+ region_type: typing.Union[str, int] = "WINDOW",
437
437
  ):
438
438
  """Hide or unhide the region
439
439
 
440
440
  :type override_context: typing.Union[dict, bpy.types.Context]
441
- :type execution_context: typing.Union[str, int]
441
+ :type execution_context: str
442
442
  :type undo: bool
443
443
  :param region_type: Region Type, Type of the region to toggle
444
- :type region_type: typing.Any
444
+ :type region_type: typing.Union[str, int]
445
445
  """
446
446
 
447
447
  ...
448
448
 
449
449
  def repeat_history(
450
450
  override_context: typing.Union[dict, bpy.types.Context] = None,
451
- execution_context: typing.Union[str, int] = None,
451
+ execution_context: str = None,
452
452
  undo: bool = None,
453
453
  index: typing.Any = 0,
454
454
  ):
455
455
  """Display menu for previous actions performed
456
456
 
457
457
  :type override_context: typing.Union[dict, bpy.types.Context]
458
- :type execution_context: typing.Union[str, int]
458
+ :type execution_context: str
459
459
  :type undo: bool
460
460
  :param index: Index
461
461
  :type index: typing.Any
@@ -465,13 +465,13 @@ def repeat_history(
465
465
 
466
466
  def repeat_last(
467
467
  override_context: typing.Union[dict, bpy.types.Context] = None,
468
- execution_context: typing.Union[str, int] = None,
468
+ execution_context: str = None,
469
469
  undo: bool = None,
470
470
  ):
471
471
  """Repeat last action
472
472
 
473
473
  :type override_context: typing.Union[dict, bpy.types.Context]
474
- :type execution_context: typing.Union[str, int]
474
+ :type execution_context: str
475
475
  :type undo: bool
476
476
  """
477
477
 
@@ -479,14 +479,14 @@ def repeat_last(
479
479
 
480
480
  def screen_full_area(
481
481
  override_context: typing.Union[dict, bpy.types.Context] = None,
482
- execution_context: typing.Union[str, int] = None,
482
+ execution_context: str = None,
483
483
  undo: bool = None,
484
484
  use_hide_panels: typing.Union[bool, typing.Any] = False,
485
485
  ):
486
486
  """Toggle display selected area as fullscreen/maximized
487
487
 
488
488
  :type override_context: typing.Union[dict, bpy.types.Context]
489
- :type execution_context: typing.Union[str, int]
489
+ :type execution_context: str
490
490
  :type undo: bool
491
491
  :param use_hide_panels: Hide Panels, Hide all the panels
492
492
  :type use_hide_panels: typing.Union[bool, typing.Any]
@@ -496,14 +496,14 @@ def screen_full_area(
496
496
 
497
497
  def screen_set(
498
498
  override_context: typing.Union[dict, bpy.types.Context] = None,
499
- execution_context: typing.Union[str, int] = None,
499
+ execution_context: str = None,
500
500
  undo: bool = None,
501
501
  delta: typing.Any = 1,
502
502
  ):
503
503
  """Cycle through available screens
504
504
 
505
505
  :type override_context: typing.Union[dict, bpy.types.Context]
506
- :type execution_context: typing.Union[str, int]
506
+ :type execution_context: str
507
507
  :type undo: bool
508
508
  :param delta: Delta
509
509
  :type delta: typing.Any
@@ -513,7 +513,7 @@ def screen_set(
513
513
 
514
514
  def screenshot(
515
515
  override_context: typing.Union[dict, bpy.types.Context] = None,
516
- execution_context: typing.Union[str, int] = None,
516
+ execution_context: str = None,
517
517
  undo: bool = None,
518
518
  filepath: typing.Union[str, typing.Any] = "",
519
519
  hide_props_region: typing.Union[bool, typing.Any] = True,
@@ -544,7 +544,7 @@ def screenshot(
544
544
  """Capture a picture of the whole Blender window
545
545
 
546
546
  :type override_context: typing.Union[dict, bpy.types.Context]
547
- :type execution_context: typing.Union[str, int]
547
+ :type execution_context: str
548
548
  :type undo: bool
549
549
  :param filepath: File Path, Path to file
550
550
  :type filepath: typing.Union[str, typing.Any]
@@ -614,7 +614,7 @@ def screenshot(
614
614
 
615
615
  def screenshot_area(
616
616
  override_context: typing.Union[dict, bpy.types.Context] = None,
617
- execution_context: typing.Union[str, int] = None,
617
+ execution_context: str = None,
618
618
  undo: bool = None,
619
619
  filepath: typing.Union[str, typing.Any] = "",
620
620
  hide_props_region: typing.Union[bool, typing.Any] = True,
@@ -645,7 +645,7 @@ def screenshot_area(
645
645
  """Capture a picture of an editor
646
646
 
647
647
  :type override_context: typing.Union[dict, bpy.types.Context]
648
- :type execution_context: typing.Union[str, int]
648
+ :type execution_context: str
649
649
  :type undo: bool
650
650
  :param filepath: File Path, Path to file
651
651
  :type filepath: typing.Union[str, typing.Any]
@@ -715,14 +715,14 @@ def screenshot_area(
715
715
 
716
716
  def space_context_cycle(
717
717
  override_context: typing.Union[dict, bpy.types.Context] = None,
718
- execution_context: typing.Union[str, int] = None,
718
+ execution_context: str = None,
719
719
  undo: bool = None,
720
720
  direction: typing.Any = "NEXT",
721
721
  ):
722
722
  """Cycle through the editor context by activating the next/previous one
723
723
 
724
724
  :type override_context: typing.Union[dict, bpy.types.Context]
725
- :type execution_context: typing.Union[str, int]
725
+ :type execution_context: str
726
726
  :type undo: bool
727
727
  :param direction: Direction, Direction to cycle through
728
728
  :type direction: typing.Any
@@ -732,30 +732,30 @@ def space_context_cycle(
732
732
 
733
733
  def space_type_set_or_cycle(
734
734
  override_context: typing.Union[dict, bpy.types.Context] = None,
735
- execution_context: typing.Union[str, int] = None,
735
+ execution_context: str = None,
736
736
  undo: bool = None,
737
- space_type: typing.Any = "EMPTY",
737
+ space_type: typing.Union[str, int] = "EMPTY",
738
738
  ):
739
739
  """Set the space type or cycle subtype
740
740
 
741
741
  :type override_context: typing.Union[dict, bpy.types.Context]
742
- :type execution_context: typing.Union[str, int]
742
+ :type execution_context: str
743
743
  :type undo: bool
744
744
  :param space_type: Type
745
- :type space_type: typing.Any
745
+ :type space_type: typing.Union[str, int]
746
746
  """
747
747
 
748
748
  ...
749
749
 
750
750
  def spacedata_cleanup(
751
751
  override_context: typing.Union[dict, bpy.types.Context] = None,
752
- execution_context: typing.Union[str, int] = None,
752
+ execution_context: str = None,
753
753
  undo: bool = None,
754
754
  ):
755
755
  """Remove unused settings for invisible editors
756
756
 
757
757
  :type override_context: typing.Union[dict, bpy.types.Context]
758
- :type execution_context: typing.Union[str, int]
758
+ :type execution_context: str
759
759
  :type undo: bool
760
760
  """
761
761
 
@@ -763,31 +763,31 @@ def spacedata_cleanup(
763
763
 
764
764
  def userpref_show(
765
765
  override_context: typing.Union[dict, bpy.types.Context] = None,
766
- execution_context: typing.Union[str, int] = None,
766
+ execution_context: str = None,
767
767
  undo: bool = None,
768
- section: typing.Any = "INTERFACE",
768
+ section: typing.Union[str, int] = "INTERFACE",
769
769
  ):
770
770
  """Edit user preferences and system settings
771
771
 
772
772
  :type override_context: typing.Union[dict, bpy.types.Context]
773
- :type execution_context: typing.Union[str, int]
773
+ :type execution_context: str
774
774
  :type undo: bool
775
775
  :param section: Section to activate in the Preferences
776
- :type section: typing.Any
776
+ :type section: typing.Union[str, int]
777
777
  """
778
778
 
779
779
  ...
780
780
 
781
781
  def workspace_cycle(
782
782
  override_context: typing.Union[dict, bpy.types.Context] = None,
783
- execution_context: typing.Union[str, int] = None,
783
+ execution_context: str = None,
784
784
  undo: bool = None,
785
785
  direction: typing.Any = "NEXT",
786
786
  ):
787
787
  """Cycle through workspaces
788
788
 
789
789
  :type override_context: typing.Union[dict, bpy.types.Context]
790
- :type execution_context: typing.Union[str, int]
790
+ :type execution_context: str
791
791
  :type undo: bool
792
792
  :param direction: Direction, Direction to cycle through
793
793
  :type direction: typing.Any