fake-bpy-module 20240327__py3-none-any.whl → 20240329__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 +3 -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 +7 -7
  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 +429 -427
  53. bpy/ops/nla/__init__.pyi +90 -91
  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 +5257 -3766
  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-20240329.dist-info}/METADATA +1 -1
  94. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.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-20240329.dist-info}/WHEEL +0 -0
  114. {fake_bpy_module-20240327.dist-info → fake_bpy_module-20240329.dist-info}/top_level.txt +0 -0
bpy/ops/file/__init__.pyi CHANGED
@@ -5,13 +5,13 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def autopack_toggle(
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
  ):
11
11
  """Automatically pack all external files into the .blend file
12
12
 
13
13
  :type override_context: typing.Union[dict, bpy.types.Context]
14
- :type execution_context: typing.Union[str, int]
14
+ :type execution_context: str
15
15
  :type undo: bool
16
16
  """
17
17
 
@@ -19,13 +19,13 @@ def autopack_toggle(
19
19
 
20
20
  def bookmark_add(
21
21
  override_context: typing.Union[dict, bpy.types.Context] = None,
22
- execution_context: typing.Union[str, int] = None,
22
+ execution_context: str = None,
23
23
  undo: bool = None,
24
24
  ):
25
25
  """Add a bookmark for the selected/active directory
26
26
 
27
27
  :type override_context: typing.Union[dict, bpy.types.Context]
28
- :type execution_context: typing.Union[str, int]
28
+ :type execution_context: str
29
29
  :type undo: bool
30
30
  """
31
31
 
@@ -33,13 +33,13 @@ def bookmark_add(
33
33
 
34
34
  def bookmark_cleanup(
35
35
  override_context: typing.Union[dict, bpy.types.Context] = None,
36
- execution_context: typing.Union[str, int] = None,
36
+ execution_context: str = None,
37
37
  undo: bool = None,
38
38
  ):
39
39
  """Delete all invalid bookmarks
40
40
 
41
41
  :type override_context: typing.Union[dict, bpy.types.Context]
42
- :type execution_context: typing.Union[str, int]
42
+ :type execution_context: str
43
43
  :type undo: bool
44
44
  """
45
45
 
@@ -47,14 +47,14 @@ def bookmark_cleanup(
47
47
 
48
48
  def bookmark_delete(
49
49
  override_context: typing.Union[dict, bpy.types.Context] = None,
50
- execution_context: typing.Union[str, int] = None,
50
+ execution_context: str = None,
51
51
  undo: bool = None,
52
52
  index: typing.Any = -1,
53
53
  ):
54
54
  """Delete selected bookmark
55
55
 
56
56
  :type override_context: typing.Union[dict, bpy.types.Context]
57
- :type execution_context: typing.Union[str, int]
57
+ :type execution_context: str
58
58
  :type undo: bool
59
59
  :param index: Index
60
60
  :type index: typing.Any
@@ -64,14 +64,14 @@ def bookmark_delete(
64
64
 
65
65
  def bookmark_move(
66
66
  override_context: typing.Union[dict, bpy.types.Context] = None,
67
- execution_context: typing.Union[str, int] = None,
67
+ execution_context: str = None,
68
68
  undo: bool = None,
69
69
  direction: typing.Any = "TOP",
70
70
  ):
71
71
  """Move the active bookmark up/down in the list
72
72
 
73
73
  :type override_context: typing.Union[dict, bpy.types.Context]
74
- :type execution_context: typing.Union[str, int]
74
+ :type execution_context: str
75
75
  :type undo: bool
76
76
  :param direction: Direction, Direction to move the active bookmark towards
77
77
 
@@ -93,13 +93,13 @@ def bookmark_move(
93
93
 
94
94
  def cancel(
95
95
  override_context: typing.Union[dict, bpy.types.Context] = None,
96
- execution_context: typing.Union[str, int] = None,
96
+ execution_context: str = None,
97
97
  undo: bool = None,
98
98
  ):
99
99
  """Cancel loading of selected file
100
100
 
101
101
  :type override_context: typing.Union[dict, bpy.types.Context]
102
- :type execution_context: typing.Union[str, int]
102
+ :type execution_context: str
103
103
  :type undo: bool
104
104
  """
105
105
 
@@ -107,13 +107,13 @@ def cancel(
107
107
 
108
108
  def delete(
109
109
  override_context: typing.Union[dict, bpy.types.Context] = None,
110
- execution_context: typing.Union[str, int] = None,
110
+ execution_context: str = None,
111
111
  undo: bool = None,
112
112
  ):
113
113
  """Move selected files to the trash or recycle bin
114
114
 
115
115
  :type override_context: typing.Union[dict, bpy.types.Context]
116
- :type execution_context: typing.Union[str, int]
116
+ :type execution_context: str
117
117
  :type undo: bool
118
118
  """
119
119
 
@@ -121,36 +121,33 @@ def delete(
121
121
 
122
122
  def directory_new(
123
123
  override_context: typing.Union[dict, bpy.types.Context] = None,
124
- execution_context: typing.Union[str, int] = None,
124
+ execution_context: str = None,
125
125
  undo: bool = None,
126
126
  directory: typing.Union[str, typing.Any] = "",
127
127
  open: typing.Union[bool, typing.Any] = False,
128
- confirm: typing.Union[bool, typing.Any] = True,
129
128
  ):
130
129
  """Create a new directory
131
130
 
132
131
  :type override_context: typing.Union[dict, bpy.types.Context]
133
- :type execution_context: typing.Union[str, int]
132
+ :type execution_context: str
134
133
  :type undo: bool
135
134
  :param directory: Directory, Name of new directory
136
135
  :type directory: typing.Union[str, typing.Any]
137
136
  :param open: Open, Open new directory
138
137
  :type open: typing.Union[bool, typing.Any]
139
- :param confirm: Confirm, Prompt for confirmation
140
- :type confirm: typing.Union[bool, typing.Any]
141
138
  """
142
139
 
143
140
  ...
144
141
 
145
142
  def edit_directory_path(
146
143
  override_context: typing.Union[dict, bpy.types.Context] = None,
147
- execution_context: typing.Union[str, int] = None,
144
+ execution_context: str = None,
148
145
  undo: bool = None,
149
146
  ):
150
147
  """Start editing directory field
151
148
 
152
149
  :type override_context: typing.Union[dict, bpy.types.Context]
153
- :type execution_context: typing.Union[str, int]
150
+ :type execution_context: str
154
151
  :type undo: bool
155
152
  """
156
153
 
@@ -158,13 +155,13 @@ def edit_directory_path(
158
155
 
159
156
  def execute(
160
157
  override_context: typing.Union[dict, bpy.types.Context] = None,
161
- execution_context: typing.Union[str, int] = None,
158
+ execution_context: str = None,
162
159
  undo: bool = None,
163
160
  ):
164
161
  """Execute selected file
165
162
 
166
163
  :type override_context: typing.Union[dict, bpy.types.Context]
167
- :type execution_context: typing.Union[str, int]
164
+ :type execution_context: str
168
165
  :type undo: bool
169
166
  """
170
167
 
@@ -172,7 +169,7 @@ def execute(
172
169
 
173
170
  def external_operation(
174
171
  override_context: typing.Union[dict, bpy.types.Context] = None,
175
- execution_context: typing.Union[str, int] = None,
172
+ execution_context: str = None,
176
173
  undo: bool = None,
177
174
  filepath: typing.Union[str, typing.Any] = "",
178
175
  operation: typing.Any = "OPEN",
@@ -180,7 +177,7 @@ def external_operation(
180
177
  """Perform external operation on a file or folder
181
178
 
182
179
  :type override_context: typing.Union[dict, bpy.types.Context]
183
- :type execution_context: typing.Union[str, int]
180
+ :type execution_context: str
184
181
  :type undo: bool
185
182
  :param filepath: File or folder path
186
183
  :type filepath: typing.Union[str, typing.Any]
@@ -237,14 +234,14 @@ def external_operation(
237
234
 
238
235
  def filenum(
239
236
  override_context: typing.Union[dict, bpy.types.Context] = None,
240
- execution_context: typing.Union[str, int] = None,
237
+ execution_context: str = None,
241
238
  undo: bool = None,
242
239
  increment: typing.Any = 1,
243
240
  ):
244
241
  """Increment number in filename
245
242
 
246
243
  :type override_context: typing.Union[dict, bpy.types.Context]
247
- :type execution_context: typing.Union[str, int]
244
+ :type execution_context: str
248
245
  :type undo: bool
249
246
  :param increment: Increment
250
247
  :type increment: typing.Any
@@ -254,14 +251,14 @@ def filenum(
254
251
 
255
252
  def filepath_drop(
256
253
  override_context: typing.Union[dict, bpy.types.Context] = None,
257
- execution_context: typing.Union[str, int] = None,
254
+ execution_context: str = None,
258
255
  undo: bool = None,
259
256
  filepath: typing.Union[str, typing.Any] = "Path",
260
257
  ):
261
258
  """Undocumented, consider contributing.
262
259
 
263
260
  :type override_context: typing.Union[dict, bpy.types.Context]
264
- :type execution_context: typing.Union[str, int]
261
+ :type execution_context: str
265
262
  :type undo: bool
266
263
  :type filepath: typing.Union[str, typing.Any]
267
264
  """
@@ -270,7 +267,7 @@ def filepath_drop(
270
267
 
271
268
  def find_missing_files(
272
269
  override_context: typing.Union[dict, bpy.types.Context] = None,
273
- execution_context: typing.Union[str, int] = None,
270
+ execution_context: str = None,
274
271
  undo: bool = None,
275
272
  find_all: typing.Union[bool, typing.Any] = False,
276
273
  directory: typing.Union[str, typing.Any] = "",
@@ -300,7 +297,7 @@ def find_missing_files(
300
297
  """Try to find missing external files
301
298
 
302
299
  :type override_context: typing.Union[dict, bpy.types.Context]
303
- :type execution_context: typing.Union[str, int]
300
+ :type execution_context: str
304
301
  :type undo: bool
305
302
  :param find_all: Find All, Find all files in the search path (not just missing)
306
303
  :type find_all: typing.Union[bool, typing.Any]
@@ -368,13 +365,13 @@ def find_missing_files(
368
365
 
369
366
  def hidedot(
370
367
  override_context: typing.Union[dict, bpy.types.Context] = None,
371
- execution_context: typing.Union[str, int] = None,
368
+ execution_context: str = None,
372
369
  undo: bool = None,
373
370
  ):
374
371
  """Toggle hide hidden dot files
375
372
 
376
373
  :type override_context: typing.Union[dict, bpy.types.Context]
377
- :type execution_context: typing.Union[str, int]
374
+ :type execution_context: str
378
375
  :type undo: bool
379
376
  """
380
377
 
@@ -382,13 +379,13 @@ def hidedot(
382
379
 
383
380
  def highlight(
384
381
  override_context: typing.Union[dict, bpy.types.Context] = None,
385
- execution_context: typing.Union[str, int] = None,
382
+ execution_context: str = None,
386
383
  undo: bool = None,
387
384
  ):
388
385
  """Highlight selected file(s)
389
386
 
390
387
  :type override_context: typing.Union[dict, bpy.types.Context]
391
- :type execution_context: typing.Union[str, int]
388
+ :type execution_context: str
392
389
  :type undo: bool
393
390
  """
394
391
 
@@ -396,13 +393,13 @@ def highlight(
396
393
 
397
394
  def make_paths_absolute(
398
395
  override_context: typing.Union[dict, bpy.types.Context] = None,
399
- execution_context: typing.Union[str, int] = None,
396
+ execution_context: str = None,
400
397
  undo: bool = None,
401
398
  ):
402
399
  """Make all paths to external files absolute
403
400
 
404
401
  :type override_context: typing.Union[dict, bpy.types.Context]
405
- :type execution_context: typing.Union[str, int]
402
+ :type execution_context: str
406
403
  :type undo: bool
407
404
  """
408
405
 
@@ -410,13 +407,13 @@ def make_paths_absolute(
410
407
 
411
408
  def make_paths_relative(
412
409
  override_context: typing.Union[dict, bpy.types.Context] = None,
413
- execution_context: typing.Union[str, int] = None,
410
+ execution_context: str = None,
414
411
  undo: bool = None,
415
412
  ):
416
413
  """Make all paths to external files relative to current .blend
417
414
 
418
415
  :type override_context: typing.Union[dict, bpy.types.Context]
419
- :type execution_context: typing.Union[str, int]
416
+ :type execution_context: str
420
417
  :type undo: bool
421
418
  """
422
419
 
@@ -424,13 +421,13 @@ def make_paths_relative(
424
421
 
425
422
  def mouse_execute(
426
423
  override_context: typing.Union[dict, bpy.types.Context] = None,
427
- execution_context: typing.Union[str, int] = None,
424
+ execution_context: str = None,
428
425
  undo: bool = None,
429
426
  ):
430
427
  """Perform the current execute action for the file under the cursor (e.g. open the file)
431
428
 
432
429
  :type override_context: typing.Union[dict, bpy.types.Context]
433
- :type execution_context: typing.Union[str, int]
430
+ :type execution_context: str
434
431
  :type undo: bool
435
432
  """
436
433
 
@@ -438,13 +435,13 @@ def mouse_execute(
438
435
 
439
436
  def next(
440
437
  override_context: typing.Union[dict, bpy.types.Context] = None,
441
- execution_context: typing.Union[str, int] = None,
438
+ execution_context: str = None,
442
439
  undo: bool = None,
443
440
  ):
444
441
  """Move to next folder
445
442
 
446
443
  :type override_context: typing.Union[dict, bpy.types.Context]
447
- :type execution_context: typing.Union[str, int]
444
+ :type execution_context: str
448
445
  :type undo: bool
449
446
  """
450
447
 
@@ -452,13 +449,13 @@ def next(
452
449
 
453
450
  def pack_all(
454
451
  override_context: typing.Union[dict, bpy.types.Context] = None,
455
- execution_context: typing.Union[str, int] = None,
452
+ execution_context: str = None,
456
453
  undo: bool = None,
457
454
  ):
458
455
  """Pack all used external files into this .blend
459
456
 
460
457
  :type override_context: typing.Union[dict, bpy.types.Context]
461
- :type execution_context: typing.Union[str, int]
458
+ :type execution_context: str
462
459
  :type undo: bool
463
460
  """
464
461
 
@@ -466,13 +463,13 @@ def pack_all(
466
463
 
467
464
  def pack_libraries(
468
465
  override_context: typing.Union[dict, bpy.types.Context] = None,
469
- execution_context: typing.Union[str, int] = None,
466
+ execution_context: str = None,
470
467
  undo: bool = None,
471
468
  ):
472
469
  """Store all data-blocks linked from other .blend files in the current .blend file. Library references are preserved so the linked data-blocks can be unpacked again
473
470
 
474
471
  :type override_context: typing.Union[dict, bpy.types.Context]
475
- :type execution_context: typing.Union[str, int]
472
+ :type execution_context: str
476
473
  :type undo: bool
477
474
  """
478
475
 
@@ -480,13 +477,13 @@ def pack_libraries(
480
477
 
481
478
  def parent(
482
479
  override_context: typing.Union[dict, bpy.types.Context] = None,
483
- execution_context: typing.Union[str, int] = None,
480
+ execution_context: str = None,
484
481
  undo: bool = None,
485
482
  ):
486
483
  """Move to parent directory
487
484
 
488
485
  :type override_context: typing.Union[dict, bpy.types.Context]
489
- :type execution_context: typing.Union[str, int]
486
+ :type execution_context: str
490
487
  :type undo: bool
491
488
  """
492
489
 
@@ -494,13 +491,13 @@ def parent(
494
491
 
495
492
  def previous(
496
493
  override_context: typing.Union[dict, bpy.types.Context] = None,
497
- execution_context: typing.Union[str, int] = None,
494
+ execution_context: str = None,
498
495
  undo: bool = None,
499
496
  ):
500
497
  """Move to previous folder
501
498
 
502
499
  :type override_context: typing.Union[dict, bpy.types.Context]
503
- :type execution_context: typing.Union[str, int]
500
+ :type execution_context: str
504
501
  :type undo: bool
505
502
  """
506
503
 
@@ -508,13 +505,13 @@ def previous(
508
505
 
509
506
  def refresh(
510
507
  override_context: typing.Union[dict, bpy.types.Context] = None,
511
- execution_context: typing.Union[str, int] = None,
508
+ execution_context: str = None,
512
509
  undo: bool = None,
513
510
  ):
514
511
  """Refresh the file list
515
512
 
516
513
  :type override_context: typing.Union[dict, bpy.types.Context]
517
- :type execution_context: typing.Union[str, int]
514
+ :type execution_context: str
518
515
  :type undo: bool
519
516
  """
520
517
 
@@ -522,13 +519,13 @@ def refresh(
522
519
 
523
520
  def rename(
524
521
  override_context: typing.Union[dict, bpy.types.Context] = None,
525
- execution_context: typing.Union[str, int] = None,
522
+ execution_context: str = None,
526
523
  undo: bool = None,
527
524
  ):
528
525
  """Rename file or file directory
529
526
 
530
527
  :type override_context: typing.Union[dict, bpy.types.Context]
531
- :type execution_context: typing.Union[str, int]
528
+ :type execution_context: str
532
529
  :type undo: bool
533
530
  """
534
531
 
@@ -536,13 +533,13 @@ def rename(
536
533
 
537
534
  def report_missing_files(
538
535
  override_context: typing.Union[dict, bpy.types.Context] = None,
539
- execution_context: typing.Union[str, int] = None,
536
+ execution_context: str = None,
540
537
  undo: bool = None,
541
538
  ):
542
539
  """Report all missing external files
543
540
 
544
541
  :type override_context: typing.Union[dict, bpy.types.Context]
545
- :type execution_context: typing.Union[str, int]
542
+ :type execution_context: str
546
543
  :type undo: bool
547
544
  """
548
545
 
@@ -550,13 +547,13 @@ def report_missing_files(
550
547
 
551
548
  def reset_recent(
552
549
  override_context: typing.Union[dict, bpy.types.Context] = None,
553
- execution_context: typing.Union[str, int] = None,
550
+ execution_context: str = None,
554
551
  undo: bool = None,
555
552
  ):
556
553
  """Reset recent files
557
554
 
558
555
  :type override_context: typing.Union[dict, bpy.types.Context]
559
- :type execution_context: typing.Union[str, int]
556
+ :type execution_context: str
560
557
  :type undo: bool
561
558
  """
562
559
 
@@ -564,7 +561,7 @@ def reset_recent(
564
561
 
565
562
  def select(
566
563
  override_context: typing.Union[dict, bpy.types.Context] = None,
567
- execution_context: typing.Union[str, int] = None,
564
+ execution_context: str = None,
568
565
  undo: bool = None,
569
566
  wait_to_deselect_others: typing.Union[bool, typing.Any] = False,
570
567
  mouse_x: typing.Any = 0,
@@ -579,7 +576,7 @@ def select(
579
576
  """Handle mouse clicks to select and activate items
580
577
 
581
578
  :type override_context: typing.Union[dict, bpy.types.Context]
582
- :type execution_context: typing.Union[str, int]
579
+ :type execution_context: str
583
580
  :type undo: bool
584
581
  :param wait_to_deselect_others: Wait to Deselect Others
585
582
  :type wait_to_deselect_others: typing.Union[bool, typing.Any]
@@ -605,14 +602,14 @@ def select(
605
602
 
606
603
  def select_all(
607
604
  override_context: typing.Union[dict, bpy.types.Context] = None,
608
- execution_context: typing.Union[str, int] = None,
605
+ execution_context: str = None,
609
606
  undo: bool = None,
610
607
  action: typing.Any = "TOGGLE",
611
608
  ):
612
609
  """Select or deselect all files
613
610
 
614
611
  :type override_context: typing.Union[dict, bpy.types.Context]
615
- :type execution_context: typing.Union[str, int]
612
+ :type execution_context: str
616
613
  :type undo: bool
617
614
  :param action: Action, Selection action to execute
618
615
 
@@ -634,14 +631,14 @@ def select_all(
634
631
 
635
632
  def select_bookmark(
636
633
  override_context: typing.Union[dict, bpy.types.Context] = None,
637
- execution_context: typing.Union[str, int] = None,
634
+ execution_context: str = None,
638
635
  undo: bool = None,
639
636
  dir: typing.Union[str, typing.Any] = "",
640
637
  ):
641
638
  """Select a bookmarked directory
642
639
 
643
640
  :type override_context: typing.Union[dict, bpy.types.Context]
644
- :type execution_context: typing.Union[str, int]
641
+ :type execution_context: str
645
642
  :type undo: bool
646
643
  :param dir: Directory
647
644
  :type dir: typing.Union[str, typing.Any]
@@ -651,7 +648,7 @@ def select_bookmark(
651
648
 
652
649
  def select_box(
653
650
  override_context: typing.Union[dict, bpy.types.Context] = None,
654
- execution_context: typing.Union[str, int] = None,
651
+ execution_context: str = None,
655
652
  undo: bool = None,
656
653
  xmin: typing.Any = 0,
657
654
  xmax: typing.Any = 0,
@@ -663,7 +660,7 @@ def select_box(
663
660
  """Activate/select the file(s) contained in the border
664
661
 
665
662
  :type override_context: typing.Union[dict, bpy.types.Context]
666
- :type execution_context: typing.Union[str, int]
663
+ :type execution_context: str
667
664
  :type undo: bool
668
665
  :param xmin: X Min
669
666
  :type xmin: typing.Any
@@ -692,7 +689,7 @@ def select_box(
692
689
 
693
690
  def select_walk(
694
691
  override_context: typing.Union[dict, bpy.types.Context] = None,
695
- execution_context: typing.Union[str, int] = None,
692
+ execution_context: str = None,
696
693
  undo: bool = None,
697
694
  direction: typing.Any = "UP",
698
695
  extend: typing.Union[bool, typing.Any] = False,
@@ -701,7 +698,7 @@ def select_walk(
701
698
  """Select/Deselect files by walking through them
702
699
 
703
700
  :type override_context: typing.Union[dict, bpy.types.Context]
704
- :type execution_context: typing.Union[str, int]
701
+ :type execution_context: str
705
702
  :type undo: bool
706
703
  :param direction: Walk Direction, Select/Deselect element in this direction
707
704
  :type direction: typing.Any
@@ -715,13 +712,13 @@ def select_walk(
715
712
 
716
713
  def smoothscroll(
717
714
  override_context: typing.Union[dict, bpy.types.Context] = None,
718
- execution_context: typing.Union[str, int] = None,
715
+ execution_context: str = None,
719
716
  undo: bool = None,
720
717
  ):
721
718
  """Smooth scroll to make editable file visible
722
719
 
723
720
  :type override_context: typing.Union[dict, bpy.types.Context]
724
- :type execution_context: typing.Union[str, int]
721
+ :type execution_context: str
725
722
  :type undo: bool
726
723
  """
727
724
 
@@ -729,13 +726,13 @@ def smoothscroll(
729
726
 
730
727
  def sort_column_ui_context(
731
728
  override_context: typing.Union[dict, bpy.types.Context] = None,
732
- execution_context: typing.Union[str, int] = None,
729
+ execution_context: str = None,
733
730
  undo: bool = None,
734
731
  ):
735
732
  """Change sorting to use column under cursor
736
733
 
737
734
  :type override_context: typing.Union[dict, bpy.types.Context]
738
- :type execution_context: typing.Union[str, int]
735
+ :type execution_context: str
739
736
  :type undo: bool
740
737
  """
741
738
 
@@ -743,13 +740,13 @@ def sort_column_ui_context(
743
740
 
744
741
  def start_filter(
745
742
  override_context: typing.Union[dict, bpy.types.Context] = None,
746
- execution_context: typing.Union[str, int] = None,
743
+ execution_context: str = None,
747
744
  undo: bool = None,
748
745
  ):
749
746
  """Start entering filter text
750
747
 
751
748
  :type override_context: typing.Union[dict, bpy.types.Context]
752
- :type execution_context: typing.Union[str, int]
749
+ :type execution_context: str
753
750
  :type undo: bool
754
751
  """
755
752
 
@@ -757,14 +754,14 @@ def start_filter(
757
754
 
758
755
  def unpack_all(
759
756
  override_context: typing.Union[dict, bpy.types.Context] = None,
760
- execution_context: typing.Union[str, int] = None,
757
+ execution_context: str = None,
761
758
  undo: bool = None,
762
759
  method: typing.Any = "USE_LOCAL",
763
760
  ):
764
761
  """Unpack all files packed into this .blend to external ones
765
762
 
766
763
  :type override_context: typing.Union[dict, bpy.types.Context]
767
- :type execution_context: typing.Union[str, int]
764
+ :type execution_context: str
768
765
  :type undo: bool
769
766
  :param method: Method, How to unpack
770
767
  :type method: typing.Any
@@ -774,7 +771,7 @@ def unpack_all(
774
771
 
775
772
  def unpack_item(
776
773
  override_context: typing.Union[dict, bpy.types.Context] = None,
777
- execution_context: typing.Union[str, int] = None,
774
+ execution_context: str = None,
778
775
  undo: bool = None,
779
776
  method: typing.Any = "USE_LOCAL",
780
777
  id_name: typing.Union[str, typing.Any] = "",
@@ -783,7 +780,7 @@ def unpack_item(
783
780
  """Unpack this file to an external file
784
781
 
785
782
  :type override_context: typing.Union[dict, bpy.types.Context]
786
- :type execution_context: typing.Union[str, int]
783
+ :type execution_context: str
787
784
  :type undo: bool
788
785
  :param method: Method, How to unpack
789
786
  :type method: typing.Any
@@ -797,13 +794,13 @@ def unpack_item(
797
794
 
798
795
  def unpack_libraries(
799
796
  override_context: typing.Union[dict, bpy.types.Context] = None,
800
- execution_context: typing.Union[str, int] = None,
797
+ execution_context: str = None,
801
798
  undo: bool = None,
802
799
  ):
803
800
  """Restore all packed linked data-blocks to their original locations
804
801
 
805
802
  :type override_context: typing.Union[dict, bpy.types.Context]
806
- :type execution_context: typing.Union[str, int]
803
+ :type execution_context: str
807
804
  :type undo: bool
808
805
  """
809
806
 
@@ -811,13 +808,13 @@ def unpack_libraries(
811
808
 
812
809
  def view_selected(
813
810
  override_context: typing.Union[dict, bpy.types.Context] = None,
814
- execution_context: typing.Union[str, int] = None,
811
+ execution_context: str = None,
815
812
  undo: bool = None,
816
813
  ):
817
814
  """Scroll the selected files into view
818
815
 
819
816
  :type override_context: typing.Union[dict, bpy.types.Context]
820
- :type execution_context: typing.Union[str, int]
817
+ :type execution_context: str
821
818
  :type undo: bool
822
819
  """
823
820