fake-bpy-module 20240417__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 (137) 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. blf/__init__.pyi +63 -13
  9. bmesh/__init__.pyi +13 -0
  10. bmesh/geometry/__init__.pyi +5 -0
  11. bmesh/ops/__init__.pyi +157 -68
  12. bmesh/types/__init__.pyi +109 -62
  13. bmesh/utils/__init__.pyi +11 -2
  14. bpy/__init__.pyi +7 -0
  15. bpy/app/__init__.pyi +13 -0
  16. bpy/app/handlers/__init__.pyi +41 -0
  17. bpy/app/icons/__init__.pyi +4 -2
  18. bpy/app/timers/__init__.pyi +38 -2
  19. bpy/app/translations/__init__.pyi +58 -0
  20. bpy/msgbus/__init__.pyi +46 -0
  21. bpy/ops/__init__.pyi +151 -0
  22. bpy/ops/action/__init__.pyi +76 -76
  23. bpy/ops/anim/__init__.pyi +104 -104
  24. bpy/ops/armature/__init__.pyi +96 -96
  25. bpy/ops/asset/__init__.pyi +32 -32
  26. bpy/ops/boid/__init__.pyi +16 -16
  27. bpy/ops/brush/__init__.pyi +18 -18
  28. bpy/ops/buttons/__init__.pyi +12 -12
  29. bpy/ops/cachefile/__init__.pyi +10 -10
  30. bpy/ops/camera/__init__.pyi +4 -4
  31. bpy/ops/clip/__init__.pyi +184 -184
  32. bpy/ops/cloth/__init__.pyi +2 -2
  33. bpy/ops/collection/__init__.pyi +18 -18
  34. bpy/ops/console/__init__.pyi +42 -42
  35. bpy/ops/constraint/__init__.pyi +36 -36
  36. bpy/ops/curve/__init__.pyi +102 -102
  37. bpy/ops/curves/__init__.pyi +54 -54
  38. bpy/ops/cycles/__init__.pyi +6 -6
  39. bpy/ops/dpaint/__init__.pyi +10 -10
  40. bpy/ops/ed/__init__.pyi +24 -24
  41. bpy/ops/export_anim/__init__.pyi +2 -2
  42. bpy/ops/export_mesh/__init__.pyi +2 -2
  43. bpy/ops/export_scene/__init__.pyi +7 -7
  44. bpy/ops/file/__init__.pyi +80 -80
  45. bpy/ops/fluid/__init__.pyi +28 -28
  46. bpy/ops/font/__init__.pyi +46 -46
  47. bpy/ops/geometry/__init__.pyi +20 -20
  48. bpy/ops/gizmogroup/__init__.pyi +4 -4
  49. bpy/ops/gpencil/__init__.pyi +300 -300
  50. bpy/ops/graph/__init__.pyi +130 -130
  51. bpy/ops/grease_pencil/__init__.pyi +112 -112
  52. bpy/ops/image/__init__.pyi +92 -92
  53. bpy/ops/import_anim/__init__.pyi +2 -2
  54. bpy/ops/import_curve/__init__.pyi +2 -2
  55. bpy/ops/import_mesh/__init__.pyi +2 -2
  56. bpy/ops/import_scene/__init__.pyi +6 -6
  57. bpy/ops/info/__init__.pyi +14 -14
  58. bpy/ops/lattice/__init__.pyi +16 -16
  59. bpy/ops/marker/__init__.pyi +22 -22
  60. bpy/ops/mask/__init__.pyi +78 -78
  61. bpy/ops/material/__init__.pyi +6 -6
  62. bpy/ops/mball/__init__.pyi +16 -16
  63. bpy/ops/mesh/__init__.pyi +326 -326
  64. bpy/ops/nla/__init__.pyi +79 -79
  65. bpy/ops/node/__init__.pyi +202 -202
  66. bpy/ops/object/__init__.pyi +488 -500
  67. bpy/ops/outliner/__init__.pyi +138 -138
  68. bpy/ops/paint/__init__.pyi +104 -104
  69. bpy/ops/paintcurve/__init__.pyi +16 -16
  70. bpy/ops/palette/__init__.pyi +14 -14
  71. bpy/ops/particle/__init__.pyi +72 -72
  72. bpy/ops/pose/__init__.pyi +78 -78
  73. bpy/ops/poselib/__init__.pyi +18 -18
  74. bpy/ops/preferences/__init__.pyi +76 -76
  75. bpy/ops/ptcache/__init__.pyi +14 -14
  76. bpy/ops/render/__init__.pyi +24 -24
  77. bpy/ops/rigidbody/__init__.pyi +26 -26
  78. bpy/ops/scene/__init__.pyi +78 -78
  79. bpy/ops/screen/__init__.pyi +78 -78
  80. bpy/ops/script/__init__.pyi +6 -6
  81. bpy/ops/sculpt/__init__.pyi +62 -62
  82. bpy/ops/sculpt_curves/__init__.pyi +8 -8
  83. bpy/ops/sequencer/__init__.pyi +170 -170
  84. bpy/ops/sound/__init__.pyi +14 -14
  85. bpy/ops/spreadsheet/__init__.pyi +8 -8
  86. bpy/ops/surface/__init__.pyi +12 -12
  87. bpy/ops/text/__init__.pyi +86 -86
  88. bpy/ops/text_editor/__init__.pyi +2 -2
  89. bpy/ops/texture/__init__.pyi +8 -8
  90. bpy/ops/transform/__init__.pyi +54 -54
  91. bpy/ops/ui/__init__.pyi +64 -64
  92. bpy/ops/uilist/__init__.pyi +6 -6
  93. bpy/ops/uv/__init__.pyi +98 -98
  94. bpy/ops/view2d/__init__.pyi +28 -28
  95. bpy/ops/view3d/__init__.pyi +134 -134
  96. bpy/ops/wm/__init__.pyi +224 -224
  97. bpy/ops/workspace/__init__.pyi +14 -14
  98. bpy/ops/world/__init__.pyi +2 -2
  99. bpy/path/__init__.pyi +6 -0
  100. bpy/props/__init__.pyi +141 -29
  101. bpy/types/__init__.pyi +101490 -5018
  102. bpy/utils/__init__.pyi +18 -3
  103. bpy/utils/previews/__init__.pyi +15 -0
  104. bpy/utils/units/__init__.pyi +11 -3
  105. bpy_extras/__init__.pyi +19 -0
  106. bpy_extras/asset_utils/__init__.pyi +5 -0
  107. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/METADATA +1 -1
  108. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/RECORD +137 -133
  109. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/top_level.txt +1 -0
  110. freestyle/__init__.pyi +18 -0
  111. freestyle/chainingiterators/__init__.pyi +20 -5
  112. freestyle/functions/__init__.pyi +151 -155
  113. freestyle/predicates/__init__.pyi +53 -46
  114. freestyle/shaders/__init__.pyi +91 -32
  115. freestyle/types/__init__.pyi +362 -120
  116. freestyle/utils/ContextFunctions/__init__.pyi +32 -7
  117. freestyle/utils/__init__.pyi +13 -1
  118. gpu/__init__.pyi +225 -0
  119. gpu/capabilities/__init__.pyi +37 -15
  120. gpu/matrix/__init__.pyi +7 -1
  121. gpu/platform/__init__.pyi +5 -0
  122. gpu/select/__init__.pyi +5 -0
  123. gpu/shader/__init__.pyi +77 -0
  124. gpu/state/__init__.pyi +15 -4
  125. gpu/texture/__init__.pyi +5 -0
  126. gpu/types/__init__.pyi +91 -33
  127. gpu_extras/__init__.pyi +15 -0
  128. gpu_extras/presets/__init__.pyi +16 -4
  129. imbuf/__init__.pyi +13 -0
  130. imbuf/types/__init__.pyi +20 -5
  131. mathutils/__init__.pyi +349 -227
  132. mathutils/bvhtree/__init__.pyi +21 -8
  133. mathutils/geometry/__init__.pyi +23 -9
  134. mathutils/interpolate/__init__.pyi +5 -0
  135. mathutils/kdtree/__init__.pyi +19 -5
  136. mathutils/noise/__init__.pyi +87 -41
  137. {fake_bpy_module-20240417.dist-info → fake_bpy_module-20240418.dist-info}/WHEEL +0 -0
@@ -5,13 +5,13 @@ GenericType = typing.TypeVar("GenericType")
5
5
 
6
6
  def add_target(
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
  """Add a target to the constraint
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,7 +19,7 @@ def add_target(
19
19
 
20
20
  def apply(
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
  constraint: typing.Union[str, typing.Any] = "",
25
25
  owner: typing.Any = "OBJECT",
@@ -28,7 +28,7 @@ def apply(
28
28
  """Apply constraint and remove from the stack
29
29
 
30
30
  :type override_context: typing.Union[dict, bpy.types.Context]
31
- :type execution_context: str
31
+ :type execution_context: typing.Union[str, int]
32
32
  :type undo: bool
33
33
  :param constraint: Constraint, Name of the constraint to edit
34
34
  :type constraint: typing.Union[str, typing.Any]
@@ -48,7 +48,7 @@ def apply(
48
48
 
49
49
  def childof_clear_inverse(
50
50
  override_context: typing.Union[dict, bpy.types.Context] = None,
51
- execution_context: str = None,
51
+ execution_context: typing.Union[str, int] = None,
52
52
  undo: bool = None,
53
53
  constraint: typing.Union[str, typing.Any] = "",
54
54
  owner: typing.Any = "OBJECT",
@@ -56,7 +56,7 @@ def childof_clear_inverse(
56
56
  """Clear inverse correction for Child Of constraint
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
  :param constraint: Constraint, Name of the constraint to edit
62
62
  :type constraint: typing.Union[str, typing.Any]
@@ -74,7 +74,7 @@ def childof_clear_inverse(
74
74
 
75
75
  def childof_set_inverse(
76
76
  override_context: typing.Union[dict, bpy.types.Context] = None,
77
- execution_context: str = None,
77
+ execution_context: typing.Union[str, int] = None,
78
78
  undo: bool = None,
79
79
  constraint: typing.Union[str, typing.Any] = "",
80
80
  owner: typing.Any = "OBJECT",
@@ -82,7 +82,7 @@ def childof_set_inverse(
82
82
  """Set inverse correction for Child Of constraint
83
83
 
84
84
  :type override_context: typing.Union[dict, bpy.types.Context]
85
- :type execution_context: str
85
+ :type execution_context: typing.Union[str, int]
86
86
  :type undo: bool
87
87
  :param constraint: Constraint, Name of the constraint to edit
88
88
  :type constraint: typing.Union[str, typing.Any]
@@ -100,7 +100,7 @@ def childof_set_inverse(
100
100
 
101
101
  def copy(
102
102
  override_context: typing.Union[dict, bpy.types.Context] = None,
103
- execution_context: str = None,
103
+ execution_context: typing.Union[str, int] = None,
104
104
  undo: bool = None,
105
105
  constraint: typing.Union[str, typing.Any] = "",
106
106
  owner: typing.Any = "OBJECT",
@@ -109,7 +109,7 @@ def copy(
109
109
  """Duplicate constraint at the same position in the stack
110
110
 
111
111
  :type override_context: typing.Union[dict, bpy.types.Context]
112
- :type execution_context: str
112
+ :type execution_context: typing.Union[str, int]
113
113
  :type undo: bool
114
114
  :param constraint: Constraint, Name of the constraint to edit
115
115
  :type constraint: typing.Union[str, typing.Any]
@@ -129,7 +129,7 @@ def copy(
129
129
 
130
130
  def copy_to_selected(
131
131
  override_context: typing.Union[dict, bpy.types.Context] = None,
132
- execution_context: str = None,
132
+ execution_context: typing.Union[str, int] = None,
133
133
  undo: bool = None,
134
134
  constraint: typing.Union[str, typing.Any] = "",
135
135
  owner: typing.Any = "OBJECT",
@@ -137,7 +137,7 @@ def copy_to_selected(
137
137
  """Copy constraint to other selected objects/bones
138
138
 
139
139
  :type override_context: typing.Union[dict, bpy.types.Context]
140
- :type execution_context: str
140
+ :type execution_context: typing.Union[str, int]
141
141
  :type undo: bool
142
142
  :param constraint: Constraint, Name of the constraint to edit
143
143
  :type constraint: typing.Union[str, typing.Any]
@@ -155,7 +155,7 @@ def copy_to_selected(
155
155
 
156
156
  def delete(
157
157
  override_context: typing.Union[dict, bpy.types.Context] = None,
158
- execution_context: str = None,
158
+ execution_context: typing.Union[str, int] = None,
159
159
  undo: bool = None,
160
160
  constraint: typing.Union[str, typing.Any] = "",
161
161
  owner: typing.Any = "OBJECT",
@@ -164,7 +164,7 @@ def delete(
164
164
  """Remove constraint from constraint stack
165
165
 
166
166
  :type override_context: typing.Union[dict, bpy.types.Context]
167
- :type execution_context: str
167
+ :type execution_context: typing.Union[str, int]
168
168
  :type undo: bool
169
169
  :param constraint: Constraint, Name of the constraint to edit
170
170
  :type constraint: typing.Union[str, typing.Any]
@@ -184,13 +184,13 @@ def delete(
184
184
 
185
185
  def disable_keep_transform(
186
186
  override_context: typing.Union[dict, bpy.types.Context] = None,
187
- execution_context: str = None,
187
+ execution_context: typing.Union[str, int] = None,
188
188
  undo: bool = None,
189
189
  ):
190
190
  """Set the influence of this constraint to zero while trying to maintain the object's transformation. Other active constraints can still influence the final transformation
191
191
 
192
192
  :type override_context: typing.Union[dict, bpy.types.Context]
193
- :type execution_context: str
193
+ :type execution_context: typing.Union[str, int]
194
194
  :type undo: bool
195
195
  """
196
196
 
@@ -198,7 +198,7 @@ def disable_keep_transform(
198
198
 
199
199
  def followpath_path_animate(
200
200
  override_context: typing.Union[dict, bpy.types.Context] = None,
201
- execution_context: str = None,
201
+ execution_context: typing.Union[str, int] = None,
202
202
  undo: bool = None,
203
203
  constraint: typing.Union[str, typing.Any] = "",
204
204
  owner: typing.Any = "OBJECT",
@@ -208,7 +208,7 @@ def followpath_path_animate(
208
208
  """Add default animation for path used by constraint if it isn't animated already
209
209
 
210
210
  :type override_context: typing.Union[dict, bpy.types.Context]
211
- :type execution_context: str
211
+ :type execution_context: typing.Union[str, int]
212
212
  :type undo: bool
213
213
  :param constraint: Constraint, Name of the constraint to edit
214
214
  :type constraint: typing.Union[str, typing.Any]
@@ -230,7 +230,7 @@ def followpath_path_animate(
230
230
 
231
231
  def limitdistance_reset(
232
232
  override_context: typing.Union[dict, bpy.types.Context] = None,
233
- execution_context: str = None,
233
+ execution_context: typing.Union[str, int] = None,
234
234
  undo: bool = None,
235
235
  constraint: typing.Union[str, typing.Any] = "",
236
236
  owner: typing.Any = "OBJECT",
@@ -238,7 +238,7 @@ def limitdistance_reset(
238
238
  """Reset limiting distance for Limit Distance Constraint
239
239
 
240
240
  :type override_context: typing.Union[dict, bpy.types.Context]
241
- :type execution_context: str
241
+ :type execution_context: typing.Union[str, int]
242
242
  :type undo: bool
243
243
  :param constraint: Constraint, Name of the constraint to edit
244
244
  :type constraint: typing.Union[str, typing.Any]
@@ -256,7 +256,7 @@ def limitdistance_reset(
256
256
 
257
257
  def move_down(
258
258
  override_context: typing.Union[dict, bpy.types.Context] = None,
259
- execution_context: str = None,
259
+ execution_context: typing.Union[str, int] = None,
260
260
  undo: bool = None,
261
261
  constraint: typing.Union[str, typing.Any] = "",
262
262
  owner: typing.Any = "OBJECT",
@@ -264,7 +264,7 @@ def move_down(
264
264
  """Move constraint down in constraint stack
265
265
 
266
266
  :type override_context: typing.Union[dict, bpy.types.Context]
267
- :type execution_context: str
267
+ :type execution_context: typing.Union[str, int]
268
268
  :type undo: bool
269
269
  :param constraint: Constraint, Name of the constraint to edit
270
270
  :type constraint: typing.Union[str, typing.Any]
@@ -282,7 +282,7 @@ def move_down(
282
282
 
283
283
  def move_to_index(
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
  constraint: typing.Union[str, typing.Any] = "",
288
288
  owner: typing.Any = "OBJECT",
@@ -291,7 +291,7 @@ def move_to_index(
291
291
  """Change the constraint's position in the list so it evaluates after the set number of others
292
292
 
293
293
  :type override_context: typing.Union[dict, bpy.types.Context]
294
- :type execution_context: str
294
+ :type execution_context: typing.Union[str, int]
295
295
  :type undo: bool
296
296
  :param constraint: Constraint, Name of the constraint to edit
297
297
  :type constraint: typing.Union[str, typing.Any]
@@ -311,7 +311,7 @@ def move_to_index(
311
311
 
312
312
  def move_up(
313
313
  override_context: typing.Union[dict, bpy.types.Context] = None,
314
- execution_context: str = None,
314
+ execution_context: typing.Union[str, int] = None,
315
315
  undo: bool = None,
316
316
  constraint: typing.Union[str, typing.Any] = "",
317
317
  owner: typing.Any = "OBJECT",
@@ -319,7 +319,7 @@ def move_up(
319
319
  """Move constraint up in constraint stack
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
  :param constraint: Constraint, Name of the constraint to edit
325
325
  :type constraint: typing.Union[str, typing.Any]
@@ -337,13 +337,13 @@ def move_up(
337
337
 
338
338
  def normalize_target_weights(
339
339
  override_context: typing.Union[dict, bpy.types.Context] = None,
340
- execution_context: str = None,
340
+ execution_context: typing.Union[str, int] = None,
341
341
  undo: bool = None,
342
342
  ):
343
343
  """Normalize weights of all target bones
344
344
 
345
345
  :type override_context: typing.Union[dict, bpy.types.Context]
346
- :type execution_context: str
346
+ :type execution_context: typing.Union[str, int]
347
347
  :type undo: bool
348
348
  """
349
349
 
@@ -351,7 +351,7 @@ def normalize_target_weights(
351
351
 
352
352
  def objectsolver_clear_inverse(
353
353
  override_context: typing.Union[dict, bpy.types.Context] = None,
354
- execution_context: str = None,
354
+ execution_context: typing.Union[str, int] = None,
355
355
  undo: bool = None,
356
356
  constraint: typing.Union[str, typing.Any] = "",
357
357
  owner: typing.Any = "OBJECT",
@@ -359,7 +359,7 @@ def objectsolver_clear_inverse(
359
359
  """Clear inverse correction for Object Solver constraint
360
360
 
361
361
  :type override_context: typing.Union[dict, bpy.types.Context]
362
- :type execution_context: str
362
+ :type execution_context: typing.Union[str, int]
363
363
  :type undo: bool
364
364
  :param constraint: Constraint, Name of the constraint to edit
365
365
  :type constraint: typing.Union[str, typing.Any]
@@ -377,7 +377,7 @@ def objectsolver_clear_inverse(
377
377
 
378
378
  def objectsolver_set_inverse(
379
379
  override_context: typing.Union[dict, bpy.types.Context] = None,
380
- execution_context: str = None,
380
+ execution_context: typing.Union[str, int] = None,
381
381
  undo: bool = None,
382
382
  constraint: typing.Union[str, typing.Any] = "",
383
383
  owner: typing.Any = "OBJECT",
@@ -385,7 +385,7 @@ def objectsolver_set_inverse(
385
385
  """Set inverse correction for Object Solver constraint
386
386
 
387
387
  :type override_context: typing.Union[dict, bpy.types.Context]
388
- :type execution_context: str
388
+ :type execution_context: typing.Union[str, int]
389
389
  :type undo: bool
390
390
  :param constraint: Constraint, Name of the constraint to edit
391
391
  :type constraint: typing.Union[str, typing.Any]
@@ -403,14 +403,14 @@ def objectsolver_set_inverse(
403
403
 
404
404
  def remove_target(
405
405
  override_context: typing.Union[dict, bpy.types.Context] = None,
406
- execution_context: str = None,
406
+ execution_context: typing.Union[str, int] = None,
407
407
  undo: bool = None,
408
408
  index: typing.Any = 0,
409
409
  ):
410
410
  """Remove the target from the constraint
411
411
 
412
412
  :type override_context: typing.Union[dict, bpy.types.Context]
413
- :type execution_context: str
413
+ :type execution_context: typing.Union[str, int]
414
414
  :type undo: bool
415
415
  :param index: index
416
416
  :type index: typing.Any
@@ -420,7 +420,7 @@ def remove_target(
420
420
 
421
421
  def stretchto_reset(
422
422
  override_context: typing.Union[dict, bpy.types.Context] = None,
423
- execution_context: str = None,
423
+ execution_context: typing.Union[str, int] = None,
424
424
  undo: bool = None,
425
425
  constraint: typing.Union[str, typing.Any] = "",
426
426
  owner: typing.Any = "OBJECT",
@@ -428,7 +428,7 @@ def stretchto_reset(
428
428
  """Reset original length of bone for Stretch To Constraint
429
429
 
430
430
  :type override_context: typing.Union[dict, bpy.types.Context]
431
- :type execution_context: str
431
+ :type execution_context: typing.Union[str, int]
432
432
  :type undo: bool
433
433
  :param constraint: Constraint, Name of the constraint to edit
434
434
  :type constraint: typing.Union[str, typing.Any]