fake-bpy-module 20240411__py3-none-any.whl → 20240418__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 (145) hide show
  1. _bpy_internal/__init__.pyi +4 -0
  2. _bpy_internal/freedesktop/__init__.pyi +88 -0
  3. _bpy_internal/freedesktop/py.typed +0 -0
  4. _bpy_internal/py.typed +0 -0
  5. aud/__init__.pyi +121 -48
  6. bgl/__init__.pyi +2443 -1265
  7. bl_math/__init__.pyi +19 -3
  8. bl_operators/presets/__init__.pyi +7 -0
  9. bl_ui/node_add_menu/__init__.pyi +1 -1
  10. bl_ui/properties_data_lightprobe/__init__.pyi +1134 -0
  11. bl_ui/properties_physics_dynamicpaint/__init__.pyi +3 -0
  12. bl_ui/properties_physics_fluid/__init__.pyi +3 -0
  13. bl_ui/space_toolsystem_toolbar/__init__.pyi +17 -0
  14. bl_ui/space_userpref/__init__.pyi +13 -4
  15. bl_ui/space_view3d/__init__.pyi +190 -0
  16. blf/__init__.pyi +63 -13
  17. bmesh/__init__.pyi +13 -0
  18. bmesh/geometry/__init__.pyi +5 -0
  19. bmesh/ops/__init__.pyi +157 -68
  20. bmesh/types/__init__.pyi +109 -62
  21. bmesh/utils/__init__.pyi +11 -2
  22. bpy/__init__.pyi +7 -0
  23. bpy/app/__init__.pyi +13 -0
  24. bpy/app/handlers/__init__.pyi +41 -0
  25. bpy/app/icons/__init__.pyi +4 -2
  26. bpy/app/timers/__init__.pyi +38 -2
  27. bpy/app/translations/__init__.pyi +59 -1
  28. bpy/msgbus/__init__.pyi +46 -0
  29. bpy/ops/__init__.pyi +151 -0
  30. bpy/ops/action/__init__.pyi +76 -76
  31. bpy/ops/anim/__init__.pyi +104 -104
  32. bpy/ops/armature/__init__.pyi +96 -96
  33. bpy/ops/asset/__init__.pyi +32 -32
  34. bpy/ops/boid/__init__.pyi +16 -16
  35. bpy/ops/brush/__init__.pyi +18 -18
  36. bpy/ops/buttons/__init__.pyi +12 -12
  37. bpy/ops/cachefile/__init__.pyi +10 -10
  38. bpy/ops/camera/__init__.pyi +4 -4
  39. bpy/ops/clip/__init__.pyi +184 -184
  40. bpy/ops/cloth/__init__.pyi +2 -2
  41. bpy/ops/collection/__init__.pyi +18 -18
  42. bpy/ops/console/__init__.pyi +42 -42
  43. bpy/ops/constraint/__init__.pyi +36 -36
  44. bpy/ops/curve/__init__.pyi +102 -102
  45. bpy/ops/curves/__init__.pyi +132 -50
  46. bpy/ops/cycles/__init__.pyi +6 -6
  47. bpy/ops/dpaint/__init__.pyi +10 -10
  48. bpy/ops/ed/__init__.pyi +24 -24
  49. bpy/ops/export_anim/__init__.pyi +2 -2
  50. bpy/ops/export_mesh/__init__.pyi +2 -2
  51. bpy/ops/export_scene/__init__.pyi +11 -8
  52. bpy/ops/file/__init__.pyi +80 -80
  53. bpy/ops/fluid/__init__.pyi +28 -28
  54. bpy/ops/font/__init__.pyi +46 -46
  55. bpy/ops/geometry/__init__.pyi +20 -20
  56. bpy/ops/gizmogroup/__init__.pyi +4 -4
  57. bpy/ops/gpencil/__init__.pyi +300 -300
  58. bpy/ops/graph/__init__.pyi +130 -130
  59. bpy/ops/grease_pencil/__init__.pyi +139 -110
  60. bpy/ops/image/__init__.pyi +92 -92
  61. bpy/ops/import_anim/__init__.pyi +2 -2
  62. bpy/ops/import_curve/__init__.pyi +2 -2
  63. bpy/ops/import_mesh/__init__.pyi +2 -2
  64. bpy/ops/import_scene/__init__.pyi +6 -6
  65. bpy/ops/info/__init__.pyi +14 -14
  66. bpy/ops/lattice/__init__.pyi +16 -16
  67. bpy/ops/marker/__init__.pyi +22 -22
  68. bpy/ops/mask/__init__.pyi +78 -78
  69. bpy/ops/material/__init__.pyi +6 -6
  70. bpy/ops/mball/__init__.pyi +16 -16
  71. bpy/ops/mesh/__init__.pyi +327 -327
  72. bpy/ops/nla/__init__.pyi +80 -80
  73. bpy/ops/node/__init__.pyi +203 -203
  74. bpy/ops/object/__init__.pyi +496 -508
  75. bpy/ops/outliner/__init__.pyi +139 -139
  76. bpy/ops/paint/__init__.pyi +104 -104
  77. bpy/ops/paintcurve/__init__.pyi +16 -16
  78. bpy/ops/palette/__init__.pyi +14 -14
  79. bpy/ops/particle/__init__.pyi +72 -72
  80. bpy/ops/pose/__init__.pyi +78 -78
  81. bpy/ops/poselib/__init__.pyi +18 -18
  82. bpy/ops/preferences/__init__.pyi +77 -77
  83. bpy/ops/ptcache/__init__.pyi +14 -14
  84. bpy/ops/render/__init__.pyi +24 -24
  85. bpy/ops/rigidbody/__init__.pyi +26 -26
  86. bpy/ops/scene/__init__.pyi +78 -78
  87. bpy/ops/screen/__init__.pyi +78 -78
  88. bpy/ops/script/__init__.pyi +6 -6
  89. bpy/ops/sculpt/__init__.pyi +68 -62
  90. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  91. bpy/ops/sequencer/__init__.pyi +170 -170
  92. bpy/ops/sound/__init__.pyi +14 -14
  93. bpy/ops/spreadsheet/__init__.pyi +8 -8
  94. bpy/ops/surface/__init__.pyi +12 -12
  95. bpy/ops/text/__init__.pyi +86 -86
  96. bpy/ops/text_editor/__init__.pyi +2 -2
  97. bpy/ops/texture/__init__.pyi +8 -8
  98. bpy/ops/transform/__init__.pyi +54 -54
  99. bpy/ops/ui/__init__.pyi +64 -64
  100. bpy/ops/uilist/__init__.pyi +6 -6
  101. bpy/ops/uv/__init__.pyi +98 -98
  102. bpy/ops/view2d/__init__.pyi +28 -28
  103. bpy/ops/view3d/__init__.pyi +134 -134
  104. bpy/ops/wm/__init__.pyi +225 -225
  105. bpy/ops/workspace/__init__.pyi +14 -14
  106. bpy/ops/world/__init__.pyi +2 -2
  107. bpy/path/__init__.pyi +6 -0
  108. bpy/props/__init__.pyi +141 -29
  109. bpy/types/__init__.pyi +101773 -5222
  110. bpy/utils/__init__.pyi +18 -3
  111. bpy/utils/previews/__init__.pyi +15 -0
  112. bpy/utils/units/__init__.pyi +11 -3
  113. bpy_extras/__init__.pyi +19 -0
  114. bpy_extras/asset_utils/__init__.pyi +5 -0
  115. {fake_bpy_module-20240411.dist-info → fake_bpy_module-20240418.dist-info}/METADATA +1 -1
  116. {fake_bpy_module-20240411.dist-info → fake_bpy_module-20240418.dist-info}/RECORD +145 -141
  117. {fake_bpy_module-20240411.dist-info → fake_bpy_module-20240418.dist-info}/top_level.txt +1 -0
  118. freestyle/__init__.pyi +18 -0
  119. freestyle/chainingiterators/__init__.pyi +20 -5
  120. freestyle/functions/__init__.pyi +151 -155
  121. freestyle/predicates/__init__.pyi +53 -46
  122. freestyle/shaders/__init__.pyi +91 -32
  123. freestyle/types/__init__.pyi +362 -120
  124. freestyle/utils/ContextFunctions/__init__.pyi +32 -7
  125. freestyle/utils/__init__.pyi +13 -1
  126. gpu/__init__.pyi +225 -0
  127. gpu/capabilities/__init__.pyi +37 -15
  128. gpu/matrix/__init__.pyi +7 -1
  129. gpu/platform/__init__.pyi +5 -0
  130. gpu/select/__init__.pyi +5 -0
  131. gpu/shader/__init__.pyi +77 -0
  132. gpu/state/__init__.pyi +15 -4
  133. gpu/texture/__init__.pyi +5 -0
  134. gpu/types/__init__.pyi +91 -33
  135. gpu_extras/__init__.pyi +15 -0
  136. gpu_extras/presets/__init__.pyi +16 -4
  137. imbuf/__init__.pyi +13 -0
  138. imbuf/types/__init__.pyi +20 -5
  139. mathutils/__init__.pyi +349 -227
  140. mathutils/bvhtree/__init__.pyi +21 -8
  141. mathutils/geometry/__init__.pyi +23 -9
  142. mathutils/interpolate/__init__.pyi +5 -0
  143. mathutils/kdtree/__init__.pyi +19 -5
  144. mathutils/noise/__init__.pyi +87 -41
  145. {fake_bpy_module-20240411.dist-info → fake_bpy_module-20240418.dist-info}/WHEEL +0 -0
bpy/ops/ui/__init__.pyi CHANGED
@@ -5,13 +5,13 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def assign_default_button(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: str = None,
8
+ execution_context: typing.Union[str, int] = None,
9
9
  undo: bool = None,
10
10
  ):
11
11
  """Set this property's current value as the new default
12
12
 
13
13
  :type override_context: typing.Union[dict, bpy.types.Context]
14
- :type execution_context: str
14
+ :type execution_context: typing.Union[str, int]
15
15
  :type undo: bool
16
16
  """
17
17
 
@@ -19,14 +19,14 @@ def assign_default_button(
19
19
 
20
20
  def button_execute(
21
21
  override_context: typing.Union[dict, bpy.types.Context] = None,
22
- execution_context: str = None,
22
+ execution_context: typing.Union[str, int] = None,
23
23
  undo: bool = None,
24
24
  skip_depressed: typing.Union[bool, typing.Any] = False,
25
25
  ):
26
26
  """Presses active button
27
27
 
28
28
  :type override_context: typing.Union[dict, bpy.types.Context]
29
- :type execution_context: str
29
+ :type execution_context: typing.Union[str, int]
30
30
  :type undo: bool
31
31
  :param skip_depressed: Skip Depressed
32
32
  :type skip_depressed: typing.Union[bool, typing.Any]
@@ -36,13 +36,13 @@ def button_execute(
36
36
 
37
37
  def button_string_clear(
38
38
  override_context: typing.Union[dict, bpy.types.Context] = None,
39
- execution_context: str = None,
39
+ execution_context: typing.Union[str, int] = None,
40
40
  undo: bool = None,
41
41
  ):
42
42
  """Unsets the text of the active button
43
43
 
44
44
  :type override_context: typing.Union[dict, bpy.types.Context]
45
- :type execution_context: str
45
+ :type execution_context: typing.Union[str, int]
46
46
  :type undo: bool
47
47
  """
48
48
 
@@ -50,13 +50,13 @@ def button_string_clear(
50
50
 
51
51
  def copy_as_driver_button(
52
52
  override_context: typing.Union[dict, bpy.types.Context] = None,
53
- execution_context: str = None,
53
+ execution_context: typing.Union[str, int] = None,
54
54
  undo: bool = None,
55
55
  ):
56
56
  """Create a new driver with this property as input, and copy it to the internal clipboard. Use Paste Driver to add it to the target property, or Paste Driver Variables to extend an existing driver
57
57
 
58
58
  :type override_context: typing.Union[dict, bpy.types.Context]
59
- :type execution_context: str
59
+ :type execution_context: typing.Union[str, int]
60
60
  :type undo: bool
61
61
  """
62
62
 
@@ -64,14 +64,14 @@ def copy_as_driver_button(
64
64
 
65
65
  def copy_data_path_button(
66
66
  override_context: typing.Union[dict, bpy.types.Context] = None,
67
- execution_context: str = None,
67
+ execution_context: typing.Union[str, int] = None,
68
68
  undo: bool = None,
69
69
  full_path: typing.Union[bool, typing.Any] = False,
70
70
  ):
71
71
  """Copy the RNA data path for this property to the clipboard
72
72
 
73
73
  :type override_context: typing.Union[dict, bpy.types.Context]
74
- :type execution_context: str
74
+ :type execution_context: typing.Union[str, int]
75
75
  :type undo: bool
76
76
  :param full_path: full_path, Copy full data path
77
77
  :type full_path: typing.Union[bool, typing.Any]
@@ -81,13 +81,13 @@ def copy_data_path_button(
81
81
 
82
82
  def copy_python_command_button(
83
83
  override_context: typing.Union[dict, bpy.types.Context] = None,
84
- execution_context: str = None,
84
+ execution_context: typing.Union[str, int] = None,
85
85
  undo: bool = None,
86
86
  ):
87
87
  """Copy the Python command matching this button
88
88
 
89
89
  :type override_context: typing.Union[dict, bpy.types.Context]
90
- :type execution_context: str
90
+ :type execution_context: typing.Union[str, int]
91
91
  :type undo: bool
92
92
  """
93
93
 
@@ -95,14 +95,14 @@ def copy_python_command_button(
95
95
 
96
96
  def copy_to_selected_button(
97
97
  override_context: typing.Union[dict, bpy.types.Context] = None,
98
- execution_context: str = None,
98
+ execution_context: typing.Union[str, int] = None,
99
99
  undo: bool = None,
100
100
  all: typing.Union[bool, typing.Any] = True,
101
101
  ):
102
102
  """Copy the property's value from the active item to the same property of all selected items if the same property exists
103
103
 
104
104
  :type override_context: typing.Union[dict, bpy.types.Context]
105
- :type execution_context: str
105
+ :type execution_context: typing.Union[str, int]
106
106
  :type undo: bool
107
107
  :param all: All, Copy to selected all elements of the array
108
108
  :type all: typing.Union[bool, typing.Any]
@@ -112,7 +112,7 @@ def copy_to_selected_button(
112
112
 
113
113
  def drop_color(
114
114
  override_context: typing.Union[dict, bpy.types.Context] = None,
115
- execution_context: str = None,
115
+ execution_context: typing.Union[str, int] = None,
116
116
  undo: bool = None,
117
117
  color: typing.Any = (0.0, 0.0, 0.0),
118
118
  gamma: typing.Union[bool, typing.Any] = False,
@@ -120,7 +120,7 @@ def drop_color(
120
120
  """Drop colors to buttons
121
121
 
122
122
  :type override_context: typing.Union[dict, bpy.types.Context]
123
- :type execution_context: str
123
+ :type execution_context: typing.Union[str, int]
124
124
  :type undo: bool
125
125
  :param color: Color, Source color
126
126
  :type color: typing.Any
@@ -132,14 +132,14 @@ def drop_color(
132
132
 
133
133
  def drop_material(
134
134
  override_context: typing.Union[dict, bpy.types.Context] = None,
135
- execution_context: str = None,
135
+ execution_context: typing.Union[str, int] = None,
136
136
  undo: bool = None,
137
137
  session_uid: typing.Any = 0,
138
138
  ):
139
139
  """Drag material to Material slots in Properties
140
140
 
141
141
  :type override_context: typing.Union[dict, bpy.types.Context]
142
- :type execution_context: str
142
+ :type execution_context: typing.Union[str, int]
143
143
  :type undo: bool
144
144
  :param session_uid: Session UID, Session UID of the data-block to use by the operator
145
145
  :type session_uid: typing.Any
@@ -149,14 +149,14 @@ def drop_material(
149
149
 
150
150
  def drop_name(
151
151
  override_context: typing.Union[dict, bpy.types.Context] = None,
152
- execution_context: str = None,
152
+ execution_context: typing.Union[str, int] = None,
153
153
  undo: bool = None,
154
154
  string: typing.Union[str, typing.Any] = "",
155
155
  ):
156
156
  """Drop name to button
157
157
 
158
158
  :type override_context: typing.Union[dict, bpy.types.Context]
159
- :type execution_context: str
159
+ :type execution_context: typing.Union[str, int]
160
160
  :type undo: bool
161
161
  :param string: String, The string value to drop into the button
162
162
  :type string: typing.Union[str, typing.Any]
@@ -166,13 +166,13 @@ def drop_name(
166
166
 
167
167
  def editsource(
168
168
  override_context: typing.Union[dict, bpy.types.Context] = None,
169
- execution_context: str = None,
169
+ execution_context: typing.Union[str, int] = None,
170
170
  undo: bool = None,
171
171
  ):
172
172
  """Edit UI source code of the active button
173
173
 
174
174
  :type override_context: typing.Union[dict, bpy.types.Context]
175
- :type execution_context: str
175
+ :type execution_context: typing.Union[str, int]
176
176
  :type undo: bool
177
177
  """
178
178
 
@@ -180,13 +180,13 @@ def editsource(
180
180
 
181
181
  def edittranslation_init(
182
182
  override_context: typing.Union[dict, bpy.types.Context] = None,
183
- execution_context: str = None,
183
+ execution_context: typing.Union[str, int] = None,
184
184
  undo: bool = None,
185
185
  ):
186
186
  """Edit i18n in current language for the active button
187
187
 
188
188
  :type override_context: typing.Union[dict, bpy.types.Context]
189
- :type execution_context: str
189
+ :type execution_context: typing.Union[str, int]
190
190
  :type undo: bool
191
191
  """
192
192
 
@@ -194,13 +194,13 @@ def edittranslation_init(
194
194
 
195
195
  def eyedropper_color(
196
196
  override_context: typing.Union[dict, bpy.types.Context] = None,
197
- execution_context: str = None,
197
+ execution_context: typing.Union[str, int] = None,
198
198
  undo: bool = None,
199
199
  ):
200
200
  """Sample a color from the Blender window to store in a property
201
201
 
202
202
  :type override_context: typing.Union[dict, bpy.types.Context]
203
- :type execution_context: str
203
+ :type execution_context: typing.Union[str, int]
204
204
  :type undo: bool
205
205
  """
206
206
 
@@ -208,13 +208,13 @@ def eyedropper_color(
208
208
 
209
209
  def eyedropper_colorramp(
210
210
  override_context: typing.Union[dict, bpy.types.Context] = None,
211
- execution_context: str = None,
211
+ execution_context: typing.Union[str, int] = None,
212
212
  undo: bool = None,
213
213
  ):
214
214
  """Sample a color band
215
215
 
216
216
  :type override_context: typing.Union[dict, bpy.types.Context]
217
- :type execution_context: str
217
+ :type execution_context: typing.Union[str, int]
218
218
  :type undo: bool
219
219
  """
220
220
 
@@ -222,13 +222,13 @@ def eyedropper_colorramp(
222
222
 
223
223
  def eyedropper_colorramp_point(
224
224
  override_context: typing.Union[dict, bpy.types.Context] = None,
225
- execution_context: str = None,
225
+ execution_context: typing.Union[str, int] = None,
226
226
  undo: bool = None,
227
227
  ):
228
228
  """Point-sample a color band
229
229
 
230
230
  :type override_context: typing.Union[dict, bpy.types.Context]
231
- :type execution_context: str
231
+ :type execution_context: typing.Union[str, int]
232
232
  :type undo: bool
233
233
  """
234
234
 
@@ -236,13 +236,13 @@ def eyedropper_colorramp_point(
236
236
 
237
237
  def eyedropper_depth(
238
238
  override_context: typing.Union[dict, bpy.types.Context] = None,
239
- execution_context: str = None,
239
+ execution_context: typing.Union[str, int] = None,
240
240
  undo: bool = None,
241
241
  ):
242
242
  """Sample depth from the 3D view
243
243
 
244
244
  :type override_context: typing.Union[dict, bpy.types.Context]
245
- :type execution_context: str
245
+ :type execution_context: typing.Union[str, int]
246
246
  :type undo: bool
247
247
  """
248
248
 
@@ -250,14 +250,14 @@ def eyedropper_depth(
250
250
 
251
251
  def eyedropper_driver(
252
252
  override_context: typing.Union[dict, bpy.types.Context] = None,
253
- execution_context: str = None,
253
+ execution_context: typing.Union[str, int] = None,
254
254
  undo: bool = None,
255
255
  mapping_type: typing.Any = "SINGLE_MANY",
256
256
  ):
257
257
  """Pick a property to use as a driver target
258
258
 
259
259
  :type override_context: typing.Union[dict, bpy.types.Context]
260
- :type execution_context: str
260
+ :type execution_context: typing.Union[str, int]
261
261
  :type undo: bool
262
262
  :param mapping_type: Mapping Type, Method used to match target and driven properties
263
263
 
@@ -282,14 +282,14 @@ def eyedropper_driver(
282
282
 
283
283
  def eyedropper_gpencil_color(
284
284
  override_context: typing.Union[dict, bpy.types.Context] = None,
285
- execution_context: str = None,
285
+ execution_context: typing.Union[str, int] = None,
286
286
  undo: bool = None,
287
287
  mode: typing.Any = "MATERIAL",
288
288
  ):
289
289
  """Sample a color from the Blender Window and create Grease Pencil material
290
290
 
291
291
  :type override_context: typing.Union[dict, bpy.types.Context]
292
- :type execution_context: str
292
+ :type execution_context: typing.Union[str, int]
293
293
  :type undo: bool
294
294
  :param mode: Mode
295
295
  :type mode: typing.Any
@@ -299,13 +299,13 @@ def eyedropper_gpencil_color(
299
299
 
300
300
  def eyedropper_id(
301
301
  override_context: typing.Union[dict, bpy.types.Context] = None,
302
- execution_context: str = None,
302
+ execution_context: typing.Union[str, int] = None,
303
303
  undo: bool = None,
304
304
  ):
305
305
  """Sample a data-block from the 3D View to store in a property
306
306
 
307
307
  :type override_context: typing.Union[dict, bpy.types.Context]
308
- :type execution_context: str
308
+ :type execution_context: typing.Union[str, int]
309
309
  :type undo: bool
310
310
  """
311
311
 
@@ -313,13 +313,13 @@ def eyedropper_id(
313
313
 
314
314
  def jump_to_target_button(
315
315
  override_context: typing.Union[dict, bpy.types.Context] = None,
316
- execution_context: str = None,
316
+ execution_context: typing.Union[str, int] = None,
317
317
  undo: bool = None,
318
318
  ):
319
319
  """Switch to the target object or bone
320
320
 
321
321
  :type override_context: typing.Union[dict, bpy.types.Context]
322
- :type execution_context: str
322
+ :type execution_context: typing.Union[str, int]
323
323
  :type undo: bool
324
324
  """
325
325
 
@@ -327,13 +327,13 @@ def jump_to_target_button(
327
327
 
328
328
  def list_start_filter(
329
329
  override_context: typing.Union[dict, bpy.types.Context] = None,
330
- execution_context: str = None,
330
+ execution_context: typing.Union[str, int] = None,
331
331
  undo: bool = None,
332
332
  ):
333
333
  """Start entering filter text for the list in focus
334
334
 
335
335
  :type override_context: typing.Union[dict, bpy.types.Context]
336
- :type execution_context: str
336
+ :type execution_context: typing.Union[str, int]
337
337
  :type undo: bool
338
338
  """
339
339
 
@@ -341,13 +341,13 @@ def list_start_filter(
341
341
 
342
342
  def override_idtemplate_clear(
343
343
  override_context: typing.Union[dict, bpy.types.Context] = None,
344
- execution_context: str = None,
344
+ execution_context: typing.Union[str, int] = None,
345
345
  undo: bool = None,
346
346
  ):
347
347
  """Delete the selected local override and relink its usages to the linked data-block if possible, else reset it and mark it as non editable
348
348
 
349
349
  :type override_context: typing.Union[dict, bpy.types.Context]
350
- :type execution_context: str
350
+ :type execution_context: typing.Union[str, int]
351
351
  :type undo: bool
352
352
  """
353
353
 
@@ -355,13 +355,13 @@ def override_idtemplate_clear(
355
355
 
356
356
  def override_idtemplate_make(
357
357
  override_context: typing.Union[dict, bpy.types.Context] = None,
358
- execution_context: str = None,
358
+ execution_context: typing.Union[str, int] = None,
359
359
  undo: bool = None,
360
360
  ):
361
361
  """Create a local override of the selected linked data-block, and its hierarchy of dependencies
362
362
 
363
363
  :type override_context: typing.Union[dict, bpy.types.Context]
364
- :type execution_context: str
364
+ :type execution_context: typing.Union[str, int]
365
365
  :type undo: bool
366
366
  """
367
367
 
@@ -369,13 +369,13 @@ def override_idtemplate_make(
369
369
 
370
370
  def override_idtemplate_reset(
371
371
  override_context: typing.Union[dict, bpy.types.Context] = None,
372
- execution_context: str = None,
372
+ execution_context: typing.Union[str, int] = None,
373
373
  undo: bool = None,
374
374
  ):
375
375
  """Reset the selected local override to its linked reference values
376
376
 
377
377
  :type override_context: typing.Union[dict, bpy.types.Context]
378
- :type execution_context: str
378
+ :type execution_context: typing.Union[str, int]
379
379
  :type undo: bool
380
380
  """
381
381
 
@@ -383,14 +383,14 @@ def override_idtemplate_reset(
383
383
 
384
384
  def override_remove_button(
385
385
  override_context: typing.Union[dict, bpy.types.Context] = None,
386
- execution_context: str = None,
386
+ execution_context: typing.Union[str, int] = None,
387
387
  undo: bool = None,
388
388
  all: typing.Union[bool, typing.Any] = True,
389
389
  ):
390
390
  """Remove an override operation
391
391
 
392
392
  :type override_context: typing.Union[dict, bpy.types.Context]
393
- :type execution_context: str
393
+ :type execution_context: typing.Union[str, int]
394
394
  :type undo: bool
395
395
  :param all: All, Reset to default values all elements of the array
396
396
  :type all: typing.Union[bool, typing.Any]
@@ -400,7 +400,7 @@ def override_remove_button(
400
400
 
401
401
  def override_type_set_button(
402
402
  override_context: typing.Union[dict, bpy.types.Context] = None,
403
- execution_context: str = None,
403
+ execution_context: typing.Union[str, int] = None,
404
404
  undo: bool = None,
405
405
  all: typing.Union[bool, typing.Any] = True,
406
406
  type: typing.Any = "REPLACE",
@@ -408,7 +408,7 @@ def override_type_set_button(
408
408
  """Create an override operation, or set the type of an existing one
409
409
 
410
410
  :type override_context: typing.Union[dict, bpy.types.Context]
411
- :type execution_context: str
411
+ :type execution_context: typing.Union[str, int]
412
412
  :type undo: bool
413
413
  :param all: All, Reset to default values all elements of the array
414
414
  :type all: typing.Union[bool, typing.Any]
@@ -432,13 +432,13 @@ def override_type_set_button(
432
432
 
433
433
  def reloadtranslation(
434
434
  override_context: typing.Union[dict, bpy.types.Context] = None,
435
- execution_context: str = None,
435
+ execution_context: typing.Union[str, int] = None,
436
436
  undo: bool = None,
437
437
  ):
438
438
  """Force a full reload of UI translation
439
439
 
440
440
  :type override_context: typing.Union[dict, bpy.types.Context]
441
- :type execution_context: str
441
+ :type execution_context: typing.Union[str, int]
442
442
  :type undo: bool
443
443
  """
444
444
 
@@ -446,14 +446,14 @@ def reloadtranslation(
446
446
 
447
447
  def reset_default_button(
448
448
  override_context: typing.Union[dict, bpy.types.Context] = None,
449
- execution_context: str = None,
449
+ execution_context: typing.Union[str, int] = None,
450
450
  undo: bool = None,
451
451
  all: typing.Union[bool, typing.Any] = True,
452
452
  ):
453
453
  """Reset this property's value to its default value
454
454
 
455
455
  :type override_context: typing.Union[dict, bpy.types.Context]
456
- :type execution_context: str
456
+ :type execution_context: typing.Union[str, int]
457
457
  :type undo: bool
458
458
  :param all: All, Reset to default values all elements of the array
459
459
  :type all: typing.Union[bool, typing.Any]
@@ -463,13 +463,13 @@ def reset_default_button(
463
463
 
464
464
  def unset_property_button(
465
465
  override_context: typing.Union[dict, bpy.types.Context] = None,
466
- execution_context: str = None,
466
+ execution_context: typing.Union[str, int] = None,
467
467
  undo: bool = None,
468
468
  ):
469
469
  """Clear the property and use default or generated value in operators
470
470
 
471
471
  :type override_context: typing.Union[dict, bpy.types.Context]
472
- :type execution_context: str
472
+ :type execution_context: typing.Union[str, int]
473
473
  :type undo: bool
474
474
  """
475
475
 
@@ -477,13 +477,13 @@ def unset_property_button(
477
477
 
478
478
  def view_drop(
479
479
  override_context: typing.Union[dict, bpy.types.Context] = None,
480
- execution_context: str = None,
480
+ execution_context: typing.Union[str, int] = None,
481
481
  undo: bool = None,
482
482
  ):
483
483
  """Drag and drop onto a data-set or item within the data-set
484
484
 
485
485
  :type override_context: typing.Union[dict, bpy.types.Context]
486
- :type execution_context: str
486
+ :type execution_context: typing.Union[str, int]
487
487
  :type undo: bool
488
488
  """
489
489
 
@@ -491,13 +491,13 @@ def view_drop(
491
491
 
492
492
  def view_item_rename(
493
493
  override_context: typing.Union[dict, bpy.types.Context] = None,
494
- execution_context: str = None,
494
+ execution_context: typing.Union[str, int] = None,
495
495
  undo: bool = None,
496
496
  ):
497
497
  """Rename the active item in the data-set view
498
498
 
499
499
  :type override_context: typing.Union[dict, bpy.types.Context]
500
- :type execution_context: str
500
+ :type execution_context: typing.Union[str, int]
501
501
  :type undo: bool
502
502
  """
503
503
 
@@ -505,13 +505,13 @@ def view_item_rename(
505
505
 
506
506
  def view_start_filter(
507
507
  override_context: typing.Union[dict, bpy.types.Context] = None,
508
- execution_context: str = None,
508
+ execution_context: typing.Union[str, int] = None,
509
509
  undo: bool = None,
510
510
  ):
511
511
  """Start entering filter text for the data-set in focus
512
512
 
513
513
  :type override_context: typing.Union[dict, bpy.types.Context]
514
- :type execution_context: str
514
+ :type execution_context: typing.Union[str, int]
515
515
  :type undo: bool
516
516
  """
517
517
 
@@ -5,7 +5,7 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def entry_add(
7
7
  override_context: typing.Union[dict, bpy.types.Context] = None,
8
- execution_context: str = None,
8
+ execution_context: typing.Union[str, int] = None,
9
9
  undo: bool = None,
10
10
  list_path: typing.Union[str, typing.Any] = "",
11
11
  active_index_path: typing.Union[str, typing.Any] = "",
@@ -13,7 +13,7 @@ def entry_add(
13
13
  """Add an entry to the list after the current active item
14
14
 
15
15
  :type override_context: typing.Union[dict, bpy.types.Context]
16
- :type execution_context: str
16
+ :type execution_context: typing.Union[str, int]
17
17
  :type undo: bool
18
18
  :param list_path: list_path
19
19
  :type list_path: typing.Union[str, typing.Any]
@@ -25,7 +25,7 @@ def entry_add(
25
25
 
26
26
  def entry_move(
27
27
  override_context: typing.Union[dict, bpy.types.Context] = None,
28
- execution_context: str = None,
28
+ execution_context: typing.Union[str, int] = None,
29
29
  undo: bool = None,
30
30
  list_path: typing.Union[str, typing.Any] = "",
31
31
  active_index_path: typing.Union[str, typing.Any] = "",
@@ -34,7 +34,7 @@ def entry_move(
34
34
  """Move an entry in the list up or down
35
35
 
36
36
  :type override_context: typing.Union[dict, bpy.types.Context]
37
- :type execution_context: str
37
+ :type execution_context: typing.Union[str, int]
38
38
  :type undo: bool
39
39
  :param list_path: list_path
40
40
  :type list_path: typing.Union[str, typing.Any]
@@ -54,7 +54,7 @@ def entry_move(
54
54
 
55
55
  def entry_remove(
56
56
  override_context: typing.Union[dict, bpy.types.Context] = None,
57
- execution_context: str = None,
57
+ execution_context: typing.Union[str, int] = None,
58
58
  undo: bool = None,
59
59
  list_path: typing.Union[str, typing.Any] = "",
60
60
  active_index_path: typing.Union[str, typing.Any] = "",
@@ -62,7 +62,7 @@ def entry_remove(
62
62
  """Remove the selected entry from the list
63
63
 
64
64
  :type override_context: typing.Union[dict, bpy.types.Context]
65
- :type execution_context: str
65
+ :type execution_context: typing.Union[str, int]
66
66
  :type undo: bool
67
67
  :param list_path: list_path
68
68
  :type list_path: typing.Union[str, typing.Any]