fake-bpy-module 20240721__py3-none-any.whl → 20240722__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 (71) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +1 -2
  2. bl_operators/assets/__init__.pyi +2 -2
  3. bl_operators/bone_selection_sets/__init__.pyi +16 -28
  4. bl_operators/connect_to_output/__init__.pyi +1 -4
  5. bl_operators/image_as_planes/__init__.pyi +2 -12
  6. bl_operators/node/__init__.pyi +14 -16
  7. bl_operators/object_quick_effects/__init__.pyi +3 -3
  8. bl_operators/presets/__init__.pyi +22 -25
  9. bl_operators/sequencer/__init__.pyi +76 -76
  10. bl_ui/generic_ui_list/__init__.pyi +3 -3
  11. bl_ui/properties_collection/__init__.pyi +5 -19
  12. bl_ui/properties_constraint/__init__.pyi +79 -289
  13. bl_ui/properties_data_armature/__init__.pyi +9 -33
  14. bl_ui/properties_data_bone/__init__.pyi +10 -17
  15. bl_ui/properties_data_camera/__init__.pyi +14 -32
  16. bl_ui/properties_data_curve/__init__.pyi +69 -88
  17. bl_ui/properties_data_curves/__init__.pyi +4 -9
  18. bl_ui/properties_data_empty/__init__.pyi +2 -2
  19. bl_ui/properties_data_gpencil/__init__.pyi +15 -50
  20. bl_ui/properties_data_grease_pencil/__init__.pyi +10 -36
  21. bl_ui/properties_data_lattice/__init__.pyi +3 -6
  22. bl_ui/properties_data_light/__init__.pyi +12 -25
  23. bl_ui/properties_data_lightprobe/__init__.pyi +13 -35
  24. bl_ui/properties_data_mesh/__init__.pyi +63 -72
  25. bl_ui/properties_data_metaball/__init__.pyi +5 -10
  26. bl_ui/properties_data_modifier/__init__.pyi +9 -23
  27. bl_ui/properties_data_pointcloud/__init__.pyi +3 -10
  28. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  29. bl_ui/properties_data_speaker/__init__.pyi +5 -8
  30. bl_ui/properties_data_volume/__init__.pyi +7 -14
  31. bl_ui/properties_freestyle/__init__.pyi +9 -42
  32. bl_ui/properties_material/__init__.pyi +14 -40
  33. bl_ui/properties_material_gpencil/__init__.pyi +8 -32
  34. bl_ui/properties_object/__init__.pyi +13 -31
  35. bl_ui/properties_output/__init__.pyi +16 -43
  36. bl_ui/properties_paint_common/__init__.pyi +17 -17
  37. bl_ui/properties_particle/__init__.pyi +50 -135
  38. bl_ui/properties_physics_cloth/__init__.pyi +14 -35
  39. bl_ui/properties_physics_common/__init__.pyi +1 -1
  40. bl_ui/properties_physics_dynamicpaint/__init__.pyi +21 -57
  41. bl_ui/properties_physics_field/__init__.pyi +10 -26
  42. bl_ui/properties_physics_fluid/__init__.pyi +28 -51
  43. bl_ui/properties_physics_rigidbody/__init__.pyi +8 -18
  44. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -25
  45. bl_ui/properties_physics_softbody/__init__.pyi +15 -43
  46. bl_ui/properties_render/__init__.pyi +54 -150
  47. bl_ui/properties_scene/__init__.pyi +29 -42
  48. bl_ui/properties_texture/__init__.pyi +26 -58
  49. bl_ui/properties_view_layer/__init__.pyi +16 -43
  50. bl_ui/properties_workspace/__init__.pyi +3 -9
  51. bl_ui/properties_world/__init__.pyi +10 -19
  52. bl_ui/space_clip/__init__.pyi +31 -93
  53. bl_ui/space_dopesheet/__init__.pyi +13 -66
  54. bl_ui/space_filebrowser/__init__.pyi +17 -38
  55. bl_ui/space_graph/__init__.pyi +1 -6
  56. bl_ui/space_image/__init__.pyi +190 -235
  57. bl_ui/space_nla/__init__.pyi +2 -11
  58. bl_ui/space_node/__init__.pyi +3 -16
  59. bl_ui/space_sequencer/__init__.pyi +34 -104
  60. bl_ui/space_time/__init__.pyi +3 -7
  61. bl_ui/space_toolsystem_toolbar/__init__.pyi +4 -21
  62. bl_ui/space_userpref/__init__.pyi +76 -215
  63. bl_ui/space_view3d/__init__.pyi +91 -147
  64. bl_ui/space_view3d_toolbar/__init__.pyi +435 -543
  65. bpy_extras/node_shader_utils/__init__.pyi +118 -118
  66. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240722.dist-info}/METADATA +1 -1
  67. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240722.dist-info}/RECORD +71 -71
  68. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240722.dist-info}/WHEEL +1 -1
  69. keyingsets_builtins/__init__.pyi +2 -2
  70. nodeitems_builtins/__init__.pyi +3 -3
  71. {fake_bpy_module-20240721.dist-info → fake_bpy_module-20240722.dist-info}/top_level.txt +0 -0
@@ -7,9 +7,7 @@ import bpy_types
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class PHYSICS_PT_rigid_body_constraint(
11
- bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
12
- ):
10
+ class PHYSICS_PT_rigid_body_constraint(bpy.types.Panel, bpy_types._GenericUI):
13
11
  COMPAT_ENGINES: typing.Any
14
12
  bl_context: typing.Any
15
13
  bl_label: typing.Any
@@ -49,9 +47,7 @@ class PHYSICS_PT_rigid_body_constraint(
49
47
  """
50
48
  ...
51
49
 
52
- class PHYSICS_PT_rigid_body_constraint_limits(
53
- bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
54
- ):
50
+ class PHYSICS_PT_rigid_body_constraint_limits(bpy.types.Panel, bpy_types._GenericUI):
55
51
  COMPAT_ENGINES: typing.Any
56
52
  bl_context: typing.Any
57
53
  bl_label: typing.Any
@@ -93,7 +89,7 @@ class PHYSICS_PT_rigid_body_constraint_limits(
93
89
  ...
94
90
 
95
91
  class PHYSICS_PT_rigid_body_constraint_limits_angular(
96
- bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
92
+ bpy.types.Panel, bpy_types._GenericUI
97
93
  ):
98
94
  COMPAT_ENGINES: typing.Any
99
95
  bl_context: typing.Any
@@ -136,7 +132,7 @@ class PHYSICS_PT_rigid_body_constraint_limits_angular(
136
132
  ...
137
133
 
138
134
  class PHYSICS_PT_rigid_body_constraint_limits_linear(
139
- bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
135
+ bpy.types.Panel, bpy_types._GenericUI
140
136
  ):
141
137
  COMPAT_ENGINES: typing.Any
142
138
  bl_context: typing.Any
@@ -178,9 +174,7 @@ class PHYSICS_PT_rigid_body_constraint_limits_linear(
178
174
  """
179
175
  ...
180
176
 
181
- class PHYSICS_PT_rigid_body_constraint_motor(
182
- bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
183
- ):
177
+ class PHYSICS_PT_rigid_body_constraint_motor(bpy.types.Panel, bpy_types._GenericUI):
184
178
  COMPAT_ENGINES: typing.Any
185
179
  bl_context: typing.Any
186
180
  bl_label: typing.Any
@@ -222,7 +216,7 @@ class PHYSICS_PT_rigid_body_constraint_motor(
222
216
  ...
223
217
 
224
218
  class PHYSICS_PT_rigid_body_constraint_motor_angular(
225
- bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
219
+ bpy.types.Panel, bpy_types._GenericUI
226
220
  ):
227
221
  COMPAT_ENGINES: typing.Any
228
222
  bl_context: typing.Any
@@ -272,7 +266,7 @@ class PHYSICS_PT_rigid_body_constraint_motor_angular(
272
266
  ...
273
267
 
274
268
  class PHYSICS_PT_rigid_body_constraint_motor_linear(
275
- bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
269
+ bpy.types.Panel, bpy_types._GenericUI
276
270
  ):
277
271
  COMPAT_ENGINES: typing.Any
278
272
  bl_context: typing.Any
@@ -321,9 +315,7 @@ class PHYSICS_PT_rigid_body_constraint_motor_linear(
321
315
  """
322
316
  ...
323
317
 
324
- class PHYSICS_PT_rigid_body_constraint_objects(
325
- bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
326
- ):
318
+ class PHYSICS_PT_rigid_body_constraint_objects(bpy.types.Panel, bpy_types._GenericUI):
327
319
  COMPAT_ENGINES: typing.Any
328
320
  bl_context: typing.Any
329
321
  bl_label: typing.Any
@@ -365,7 +357,7 @@ class PHYSICS_PT_rigid_body_constraint_objects(
365
357
  ...
366
358
 
367
359
  class PHYSICS_PT_rigid_body_constraint_override_iterations(
368
- bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
360
+ bpy.types.Panel, bpy_types._GenericUI
369
361
  ):
370
362
  COMPAT_ENGINES: typing.Any
371
363
  bl_context: typing.Any
@@ -414,9 +406,7 @@ class PHYSICS_PT_rigid_body_constraint_override_iterations(
414
406
  """
415
407
  ...
416
408
 
417
- class PHYSICS_PT_rigid_body_constraint_settings(
418
- bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
419
- ):
409
+ class PHYSICS_PT_rigid_body_constraint_settings(bpy.types.Panel, bpy_types._GenericUI):
420
410
  COMPAT_ENGINES: typing.Any
421
411
  bl_context: typing.Any
422
412
  bl_label: typing.Any
@@ -457,9 +447,7 @@ class PHYSICS_PT_rigid_body_constraint_settings(
457
447
  """
458
448
  ...
459
449
 
460
- class PHYSICS_PT_rigid_body_constraint_springs(
461
- bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
462
- ):
450
+ class PHYSICS_PT_rigid_body_constraint_springs(bpy.types.Panel, bpy_types._GenericUI):
463
451
  COMPAT_ENGINES: typing.Any
464
452
  bl_context: typing.Any
465
453
  bl_label: typing.Any
@@ -501,7 +489,7 @@ class PHYSICS_PT_rigid_body_constraint_springs(
501
489
  ...
502
490
 
503
491
  class PHYSICS_PT_rigid_body_constraint_springs_angular(
504
- bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
492
+ bpy.types.Panel, bpy_types._GenericUI
505
493
  ):
506
494
  COMPAT_ENGINES: typing.Any
507
495
  bl_context: typing.Any
@@ -544,7 +532,7 @@ class PHYSICS_PT_rigid_body_constraint_springs_angular(
544
532
  ...
545
533
 
546
534
  class PHYSICS_PT_rigid_body_constraint_springs_linear(
547
- bpy.types.Panel, PHYSICS_PT_rigidbody_constraint_panel, bpy_types._GenericUI
535
+ bpy.types.Panel, bpy_types._GenericUI
548
536
  ):
549
537
  COMPAT_ENGINES: typing.Any
550
538
  bl_context: typing.Any
@@ -7,7 +7,7 @@ import bpy_types
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class PHYSICS_PT_softbody(bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI):
10
+ class PHYSICS_PT_softbody(bpy.types.Panel, bpy_types._GenericUI):
11
11
  COMPAT_ENGINES: typing.Any
12
12
  bl_context: typing.Any
13
13
  bl_label: typing.Any
@@ -39,9 +39,7 @@ class PHYSICS_PT_softbody(bpy.types.Panel, PhysicButtonsPanel, bpy_types._Generi
39
39
  """
40
40
  ...
41
41
 
42
- class PHYSICS_PT_softbody_cache(
43
- bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
44
- ):
42
+ class PHYSICS_PT_softbody_cache(bpy.types.Panel, bpy_types._GenericUI):
45
43
  COMPAT_ENGINES: typing.Any
46
44
  bl_context: typing.Any
47
45
  bl_label: typing.Any
@@ -75,9 +73,7 @@ class PHYSICS_PT_softbody_cache(
75
73
  """
76
74
  ...
77
75
 
78
- class PHYSICS_PT_softbody_collision(
79
- bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
80
- ):
76
+ class PHYSICS_PT_softbody_collision(bpy.types.Panel, bpy_types._GenericUI):
81
77
  COMPAT_ENGINES: typing.Any
82
78
  bl_context: typing.Any
83
79
  bl_label: typing.Any
@@ -118,9 +114,7 @@ class PHYSICS_PT_softbody_collision(
118
114
  """
119
115
  ...
120
116
 
121
- class PHYSICS_PT_softbody_edge(
122
- bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
123
- ):
117
+ class PHYSICS_PT_softbody_edge(bpy.types.Panel, bpy_types._GenericUI):
124
118
  COMPAT_ENGINES: typing.Any
125
119
  bl_context: typing.Any
126
120
  bl_label: typing.Any
@@ -161,9 +155,7 @@ class PHYSICS_PT_softbody_edge(
161
155
  """
162
156
  ...
163
157
 
164
- class PHYSICS_PT_softbody_edge_aerodynamics(
165
- bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
166
- ):
158
+ class PHYSICS_PT_softbody_edge_aerodynamics(bpy.types.Panel, bpy_types._GenericUI):
167
159
  COMPAT_ENGINES: typing.Any
168
160
  bl_context: typing.Any
169
161
  bl_label: typing.Any
@@ -197,9 +189,7 @@ class PHYSICS_PT_softbody_edge_aerodynamics(
197
189
  """
198
190
  ...
199
191
 
200
- class PHYSICS_PT_softbody_edge_stiffness(
201
- bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
202
- ):
192
+ class PHYSICS_PT_softbody_edge_stiffness(bpy.types.Panel, bpy_types._GenericUI):
203
193
  COMPAT_ENGINES: typing.Any
204
194
  bl_context: typing.Any
205
195
  bl_label: typing.Any
@@ -240,9 +230,7 @@ class PHYSICS_PT_softbody_edge_stiffness(
240
230
  """
241
231
  ...
242
232
 
243
- class PHYSICS_PT_softbody_field_weights(
244
- bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
245
- ):
233
+ class PHYSICS_PT_softbody_field_weights(bpy.types.Panel, bpy_types._GenericUI):
246
234
  COMPAT_ENGINES: typing.Any
247
235
  bl_context: typing.Any
248
236
  bl_label: typing.Any
@@ -276,9 +264,7 @@ class PHYSICS_PT_softbody_field_weights(
276
264
  """
277
265
  ...
278
266
 
279
- class PHYSICS_PT_softbody_goal(
280
- bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
281
- ):
267
+ class PHYSICS_PT_softbody_goal(bpy.types.Panel, bpy_types._GenericUI):
282
268
  COMPAT_ENGINES: typing.Any
283
269
  bl_context: typing.Any
284
270
  bl_label: typing.Any
@@ -319,9 +305,7 @@ class PHYSICS_PT_softbody_goal(
319
305
  """
320
306
  ...
321
307
 
322
- class PHYSICS_PT_softbody_goal_settings(
323
- bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
324
- ):
308
+ class PHYSICS_PT_softbody_goal_settings(bpy.types.Panel, bpy_types._GenericUI):
325
309
  COMPAT_ENGINES: typing.Any
326
310
  bl_context: typing.Any
327
311
  bl_label: typing.Any
@@ -355,9 +339,7 @@ class PHYSICS_PT_softbody_goal_settings(
355
339
  """
356
340
  ...
357
341
 
358
- class PHYSICS_PT_softbody_goal_strengths(
359
- bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
360
- ):
342
+ class PHYSICS_PT_softbody_goal_strengths(bpy.types.Panel, bpy_types._GenericUI):
361
343
  COMPAT_ENGINES: typing.Any
362
344
  bl_context: typing.Any
363
345
  bl_label: typing.Any
@@ -391,9 +373,7 @@ class PHYSICS_PT_softbody_goal_strengths(
391
373
  """
392
374
  ...
393
375
 
394
- class PHYSICS_PT_softbody_object(
395
- bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
396
- ):
376
+ class PHYSICS_PT_softbody_object(bpy.types.Panel, bpy_types._GenericUI):
397
377
  COMPAT_ENGINES: typing.Any
398
378
  bl_context: typing.Any
399
379
  bl_label: typing.Any
@@ -427,9 +407,7 @@ class PHYSICS_PT_softbody_object(
427
407
  """
428
408
  ...
429
409
 
430
- class PHYSICS_PT_softbody_simulation(
431
- bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
432
- ):
410
+ class PHYSICS_PT_softbody_simulation(bpy.types.Panel, bpy_types._GenericUI):
433
411
  COMPAT_ENGINES: typing.Any
434
412
  bl_context: typing.Any
435
413
  bl_label: typing.Any
@@ -463,9 +441,7 @@ class PHYSICS_PT_softbody_simulation(
463
441
  """
464
442
  ...
465
443
 
466
- class PHYSICS_PT_softbody_solver(
467
- bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
468
- ):
444
+ class PHYSICS_PT_softbody_solver(bpy.types.Panel, bpy_types._GenericUI):
469
445
  COMPAT_ENGINES: typing.Any
470
446
  bl_context: typing.Any
471
447
  bl_label: typing.Any
@@ -499,9 +475,7 @@ class PHYSICS_PT_softbody_solver(
499
475
  """
500
476
  ...
501
477
 
502
- class PHYSICS_PT_softbody_solver_diagnostics(
503
- bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
504
- ):
478
+ class PHYSICS_PT_softbody_solver_diagnostics(bpy.types.Panel, bpy_types._GenericUI):
505
479
  COMPAT_ENGINES: typing.Any
506
480
  bl_context: typing.Any
507
481
  bl_label: typing.Any
@@ -535,9 +509,7 @@ class PHYSICS_PT_softbody_solver_diagnostics(
535
509
  """
536
510
  ...
537
511
 
538
- class PHYSICS_PT_softbody_solver_helpers(
539
- bpy.types.Panel, PhysicButtonsPanel, bpy_types._GenericUI
540
- ):
512
+ class PHYSICS_PT_softbody_solver_helpers(bpy.types.Panel, bpy_types._GenericUI):
541
513
  COMPAT_ENGINES: typing.Any
542
514
  bl_context: typing.Any
543
515
  bl_label: typing.Any