fake-bpy-module 20240722__py3-none-any.whl → 20240723__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 (96) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +2 -2
  3. bl_operators/bone_selection_sets/__init__.pyi +16 -16
  4. bl_operators/connect_to_output/__init__.pyi +4 -1
  5. bl_operators/image_as_planes/__init__.pyi +12 -2
  6. bl_operators/node/__init__.pyi +14 -14
  7. bl_operators/object_quick_effects/__init__.pyi +3 -3
  8. bl_operators/presets/__init__.pyi +24 -24
  9. bl_operators/sequencer/__init__.pyi +76 -76
  10. bl_operators/wm/__init__.pyi +4 -5
  11. bl_ui/__init__.pyi +3 -4
  12. bl_ui/anim/__init__.pyi +1 -2
  13. bl_ui/asset_shelf/__init__.pyi +1 -2
  14. bl_ui/generic_ui_list/__init__.pyi +3 -3
  15. bl_ui/node_add_menu/__init__.pyi +1 -2
  16. bl_ui/node_add_menu_compositor/__init__.pyi +18 -19
  17. bl_ui/node_add_menu_geometry/__init__.pyi +50 -53
  18. bl_ui/node_add_menu_shader/__init__.pyi +10 -11
  19. bl_ui/node_add_menu_texture/__init__.pyi +9 -10
  20. bl_ui/properties_collection/__init__.pyi +9 -7
  21. bl_ui/properties_constraint/__init__.pyi +227 -80
  22. bl_ui/properties_data_armature/__init__.pyi +27 -18
  23. bl_ui/properties_data_bone/__init__.pyi +13 -11
  24. bl_ui/properties_data_camera/__init__.pyi +18 -15
  25. bl_ui/properties_data_curve/__init__.pyi +72 -78
  26. bl_ui/properties_data_curves/__init__.pyi +9 -7
  27. bl_ui/properties_data_empty/__init__.pyi +2 -3
  28. bl_ui/properties_data_gpencil/__init__.pyi +42 -21
  29. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -19
  30. bl_ui/properties_data_lattice/__init__.pyi +6 -4
  31. bl_ui/properties_data_light/__init__.pyi +15 -13
  32. bl_ui/properties_data_lightprobe/__init__.pyi +13 -14
  33. bl_ui/properties_data_mesh/__init__.pyi +71 -69
  34. bl_ui/properties_data_metaball/__init__.pyi +8 -6
  35. bl_ui/properties_data_modifier/__init__.pyi +9 -10
  36. bl_ui/properties_data_pointcloud/__init__.pyi +8 -6
  37. bl_ui/properties_data_shaderfx/__init__.pyi +1 -2
  38. bl_ui/properties_data_speaker/__init__.pyi +8 -6
  39. bl_ui/properties_data_volume/__init__.pyi +11 -9
  40. bl_ui/properties_freestyle/__init__.pyi +31 -84
  41. bl_ui/properties_grease_pencil_common/__init__.pyi +15 -16
  42. bl_ui/properties_mask_common/__init__.pyi +7 -8
  43. bl_ui/properties_material/__init__.pyi +19 -17
  44. bl_ui/properties_material_gpencil/__init__.pyi +17 -11
  45. bl_ui/properties_object/__init__.pyi +22 -15
  46. bl_ui/properties_output/__init__.pyi +19 -19
  47. bl_ui/properties_paint_common/__init__.pyi +18 -19
  48. bl_ui/properties_particle/__init__.pyi +56 -53
  49. bl_ui/properties_physics_cloth/__init__.pyi +15 -15
  50. bl_ui/properties_physics_common/__init__.pyi +1 -2
  51. bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -25
  52. bl_ui/properties_physics_field/__init__.pyi +10 -11
  53. bl_ui/properties_physics_fluid/__init__.pyi +29 -29
  54. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -2
  55. bl_ui/properties_physics_rigidbody/__init__.pyi +10 -9
  56. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +25 -14
  57. bl_ui/properties_physics_softbody/__init__.pyi +15 -16
  58. bl_ui/properties_render/__init__.pyi +63 -58
  59. bl_ui/properties_scene/__init__.pyi +37 -37
  60. bl_ui/properties_texture/__init__.pyi +31 -43
  61. bl_ui/properties_view_layer/__init__.pyi +52 -56
  62. bl_ui/properties_workspace/__init__.pyi +7 -5
  63. bl_ui/properties_world/__init__.pyi +13 -11
  64. bl_ui/space_clip/__init__.pyi +90 -72
  65. bl_ui/space_console/__init__.pyi +6 -7
  66. bl_ui/space_dopesheet/__init__.pyi +68 -32
  67. bl_ui/space_filebrowser/__init__.pyi +38 -32
  68. bl_ui/space_graph/__init__.pyi +23 -21
  69. bl_ui/space_image/__init__.pyi +254 -274
  70. bl_ui/space_info/__init__.pyi +6 -7
  71. bl_ui/space_nla/__init__.pyi +18 -18
  72. bl_ui/space_node/__init__.pyi +35 -29
  73. bl_ui/space_outliner/__init__.pyi +14 -15
  74. bl_ui/space_properties/__init__.pyi +3 -4
  75. bl_ui/space_sequencer/__init__.pyi +95 -79
  76. bl_ui/space_spreadsheet/__init__.pyi +1 -2
  77. bl_ui/space_statusbar/__init__.pyi +1 -2
  78. bl_ui/space_text/__init__.pyi +16 -17
  79. bl_ui/space_time/__init__.pyi +7 -8
  80. bl_ui/space_toolsystem_common/__init__.pyi +1 -2
  81. bl_ui/space_toolsystem_toolbar/__init__.pyi +13 -5
  82. bl_ui/space_topbar/__init__.pyi +26 -27
  83. bl_ui/space_userpref/__init__.pyi +126 -92
  84. bl_ui/space_view3d/__init__.pyi +359 -366
  85. bl_ui/space_view3d_toolbar/__init__.pyi +649 -825
  86. bl_ui/temp_anim_layers/__init__.pyi +1 -2
  87. bpy/ops/sequencer/__init__.pyi +1 -1
  88. bpy/types/__init__.pyi +29718 -29418
  89. bpy_extras/node_shader_utils/__init__.pyi +118 -118
  90. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/METADATA +1 -1
  91. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/RECORD +96 -96
  92. freestyle/utils/__init__.pyi +1 -1
  93. keyingsets_builtins/__init__.pyi +2 -2
  94. nodeitems_builtins/__init__.pyi +4 -4
  95. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/WHEEL +0 -0
  96. {fake_bpy_module-20240722.dist-info → fake_bpy_module-20240723.dist-info}/top_level.txt +0 -0
@@ -2,12 +2,13 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
- import bpy_types
6
5
 
7
6
  GenericType1 = typing.TypeVar("GenericType1")
8
7
  GenericType2 = typing.TypeVar("GenericType2")
9
8
 
10
- class PHYSICS_PT_rigid_body_constraint(bpy.types.Panel, bpy_types._GenericUI):
9
+ class PHYSICS_PT_rigid_body_constraint(
10
+ PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
11
+ ):
11
12
  COMPAT_ENGINES: typing.Any
12
13
  bl_context: typing.Any
13
14
  bl_label: typing.Any
@@ -47,7 +48,9 @@ class PHYSICS_PT_rigid_body_constraint(bpy.types.Panel, bpy_types._GenericUI):
47
48
  """
48
49
  ...
49
50
 
50
- class PHYSICS_PT_rigid_body_constraint_limits(bpy.types.Panel, bpy_types._GenericUI):
51
+ class PHYSICS_PT_rigid_body_constraint_limits(
52
+ PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
53
+ ):
51
54
  COMPAT_ENGINES: typing.Any
52
55
  bl_context: typing.Any
53
56
  bl_label: typing.Any
@@ -89,7 +92,7 @@ class PHYSICS_PT_rigid_body_constraint_limits(bpy.types.Panel, bpy_types._Generi
89
92
  ...
90
93
 
91
94
  class PHYSICS_PT_rigid_body_constraint_limits_angular(
92
- bpy.types.Panel, bpy_types._GenericUI
95
+ PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
93
96
  ):
94
97
  COMPAT_ENGINES: typing.Any
95
98
  bl_context: typing.Any
@@ -132,7 +135,7 @@ class PHYSICS_PT_rigid_body_constraint_limits_angular(
132
135
  ...
133
136
 
134
137
  class PHYSICS_PT_rigid_body_constraint_limits_linear(
135
- bpy.types.Panel, bpy_types._GenericUI
138
+ PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
136
139
  ):
137
140
  COMPAT_ENGINES: typing.Any
138
141
  bl_context: typing.Any
@@ -174,7 +177,9 @@ class PHYSICS_PT_rigid_body_constraint_limits_linear(
174
177
  """
175
178
  ...
176
179
 
177
- class PHYSICS_PT_rigid_body_constraint_motor(bpy.types.Panel, bpy_types._GenericUI):
180
+ class PHYSICS_PT_rigid_body_constraint_motor(
181
+ PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
182
+ ):
178
183
  COMPAT_ENGINES: typing.Any
179
184
  bl_context: typing.Any
180
185
  bl_label: typing.Any
@@ -216,7 +221,7 @@ class PHYSICS_PT_rigid_body_constraint_motor(bpy.types.Panel, bpy_types._Generic
216
221
  ...
217
222
 
218
223
  class PHYSICS_PT_rigid_body_constraint_motor_angular(
219
- bpy.types.Panel, bpy_types._GenericUI
224
+ PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
220
225
  ):
221
226
  COMPAT_ENGINES: typing.Any
222
227
  bl_context: typing.Any
@@ -266,7 +271,7 @@ class PHYSICS_PT_rigid_body_constraint_motor_angular(
266
271
  ...
267
272
 
268
273
  class PHYSICS_PT_rigid_body_constraint_motor_linear(
269
- bpy.types.Panel, bpy_types._GenericUI
274
+ PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
270
275
  ):
271
276
  COMPAT_ENGINES: typing.Any
272
277
  bl_context: typing.Any
@@ -315,7 +320,9 @@ class PHYSICS_PT_rigid_body_constraint_motor_linear(
315
320
  """
316
321
  ...
317
322
 
318
- class PHYSICS_PT_rigid_body_constraint_objects(bpy.types.Panel, bpy_types._GenericUI):
323
+ class PHYSICS_PT_rigid_body_constraint_objects(
324
+ PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
325
+ ):
319
326
  COMPAT_ENGINES: typing.Any
320
327
  bl_context: typing.Any
321
328
  bl_label: typing.Any
@@ -357,7 +364,7 @@ class PHYSICS_PT_rigid_body_constraint_objects(bpy.types.Panel, bpy_types._Gener
357
364
  ...
358
365
 
359
366
  class PHYSICS_PT_rigid_body_constraint_override_iterations(
360
- bpy.types.Panel, bpy_types._GenericUI
367
+ PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
361
368
  ):
362
369
  COMPAT_ENGINES: typing.Any
363
370
  bl_context: typing.Any
@@ -406,7 +413,9 @@ class PHYSICS_PT_rigid_body_constraint_override_iterations(
406
413
  """
407
414
  ...
408
415
 
409
- class PHYSICS_PT_rigid_body_constraint_settings(bpy.types.Panel, bpy_types._GenericUI):
416
+ class PHYSICS_PT_rigid_body_constraint_settings(
417
+ PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
418
+ ):
410
419
  COMPAT_ENGINES: typing.Any
411
420
  bl_context: typing.Any
412
421
  bl_label: typing.Any
@@ -447,7 +456,9 @@ class PHYSICS_PT_rigid_body_constraint_settings(bpy.types.Panel, bpy_types._Gene
447
456
  """
448
457
  ...
449
458
 
450
- class PHYSICS_PT_rigid_body_constraint_springs(bpy.types.Panel, bpy_types._GenericUI):
459
+ class PHYSICS_PT_rigid_body_constraint_springs(
460
+ PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
461
+ ):
451
462
  COMPAT_ENGINES: typing.Any
452
463
  bl_context: typing.Any
453
464
  bl_label: typing.Any
@@ -489,7 +500,7 @@ class PHYSICS_PT_rigid_body_constraint_springs(bpy.types.Panel, bpy_types._Gener
489
500
  ...
490
501
 
491
502
  class PHYSICS_PT_rigid_body_constraint_springs_angular(
492
- bpy.types.Panel, bpy_types._GenericUI
503
+ PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
493
504
  ):
494
505
  COMPAT_ENGINES: typing.Any
495
506
  bl_context: typing.Any
@@ -532,7 +543,7 @@ class PHYSICS_PT_rigid_body_constraint_springs_angular(
532
543
  ...
533
544
 
534
545
  class PHYSICS_PT_rigid_body_constraint_springs_linear(
535
- bpy.types.Panel, bpy_types._GenericUI
546
+ PHYSICS_PT_rigidbody_constraint_panel, bpy.types.Panel
536
547
  ):
537
548
  COMPAT_ENGINES: typing.Any
538
549
  bl_context: typing.Any
@@ -2,12 +2,11 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
- import bpy_types
6
5
 
7
6
  GenericType1 = typing.TypeVar("GenericType1")
8
7
  GenericType2 = typing.TypeVar("GenericType2")
9
8
 
10
- class PHYSICS_PT_softbody(bpy.types.Panel, bpy_types._GenericUI):
9
+ class PHYSICS_PT_softbody(PhysicButtonsPanel, bpy.types.Panel):
11
10
  COMPAT_ENGINES: typing.Any
12
11
  bl_context: typing.Any
13
12
  bl_label: typing.Any
@@ -39,7 +38,7 @@ class PHYSICS_PT_softbody(bpy.types.Panel, bpy_types._GenericUI):
39
38
  """
40
39
  ...
41
40
 
42
- class PHYSICS_PT_softbody_cache(bpy.types.Panel, bpy_types._GenericUI):
41
+ class PHYSICS_PT_softbody_cache(PhysicButtonsPanel, bpy.types.Panel):
43
42
  COMPAT_ENGINES: typing.Any
44
43
  bl_context: typing.Any
45
44
  bl_label: typing.Any
@@ -73,7 +72,7 @@ class PHYSICS_PT_softbody_cache(bpy.types.Panel, bpy_types._GenericUI):
73
72
  """
74
73
  ...
75
74
 
76
- class PHYSICS_PT_softbody_collision(bpy.types.Panel, bpy_types._GenericUI):
75
+ class PHYSICS_PT_softbody_collision(PhysicButtonsPanel, bpy.types.Panel):
77
76
  COMPAT_ENGINES: typing.Any
78
77
  bl_context: typing.Any
79
78
  bl_label: typing.Any
@@ -114,7 +113,7 @@ class PHYSICS_PT_softbody_collision(bpy.types.Panel, bpy_types._GenericUI):
114
113
  """
115
114
  ...
116
115
 
117
- class PHYSICS_PT_softbody_edge(bpy.types.Panel, bpy_types._GenericUI):
116
+ class PHYSICS_PT_softbody_edge(PhysicButtonsPanel, bpy.types.Panel):
118
117
  COMPAT_ENGINES: typing.Any
119
118
  bl_context: typing.Any
120
119
  bl_label: typing.Any
@@ -155,7 +154,7 @@ class PHYSICS_PT_softbody_edge(bpy.types.Panel, bpy_types._GenericUI):
155
154
  """
156
155
  ...
157
156
 
158
- class PHYSICS_PT_softbody_edge_aerodynamics(bpy.types.Panel, bpy_types._GenericUI):
157
+ class PHYSICS_PT_softbody_edge_aerodynamics(PhysicButtonsPanel, bpy.types.Panel):
159
158
  COMPAT_ENGINES: typing.Any
160
159
  bl_context: typing.Any
161
160
  bl_label: typing.Any
@@ -189,7 +188,7 @@ class PHYSICS_PT_softbody_edge_aerodynamics(bpy.types.Panel, bpy_types._GenericU
189
188
  """
190
189
  ...
191
190
 
192
- class PHYSICS_PT_softbody_edge_stiffness(bpy.types.Panel, bpy_types._GenericUI):
191
+ class PHYSICS_PT_softbody_edge_stiffness(PhysicButtonsPanel, bpy.types.Panel):
193
192
  COMPAT_ENGINES: typing.Any
194
193
  bl_context: typing.Any
195
194
  bl_label: typing.Any
@@ -230,7 +229,7 @@ class PHYSICS_PT_softbody_edge_stiffness(bpy.types.Panel, bpy_types._GenericUI):
230
229
  """
231
230
  ...
232
231
 
233
- class PHYSICS_PT_softbody_field_weights(bpy.types.Panel, bpy_types._GenericUI):
232
+ class PHYSICS_PT_softbody_field_weights(PhysicButtonsPanel, bpy.types.Panel):
234
233
  COMPAT_ENGINES: typing.Any
235
234
  bl_context: typing.Any
236
235
  bl_label: typing.Any
@@ -264,7 +263,7 @@ class PHYSICS_PT_softbody_field_weights(bpy.types.Panel, bpy_types._GenericUI):
264
263
  """
265
264
  ...
266
265
 
267
- class PHYSICS_PT_softbody_goal(bpy.types.Panel, bpy_types._GenericUI):
266
+ class PHYSICS_PT_softbody_goal(PhysicButtonsPanel, bpy.types.Panel):
268
267
  COMPAT_ENGINES: typing.Any
269
268
  bl_context: typing.Any
270
269
  bl_label: typing.Any
@@ -305,7 +304,7 @@ class PHYSICS_PT_softbody_goal(bpy.types.Panel, bpy_types._GenericUI):
305
304
  """
306
305
  ...
307
306
 
308
- class PHYSICS_PT_softbody_goal_settings(bpy.types.Panel, bpy_types._GenericUI):
307
+ class PHYSICS_PT_softbody_goal_settings(PhysicButtonsPanel, bpy.types.Panel):
309
308
  COMPAT_ENGINES: typing.Any
310
309
  bl_context: typing.Any
311
310
  bl_label: typing.Any
@@ -339,7 +338,7 @@ class PHYSICS_PT_softbody_goal_settings(bpy.types.Panel, bpy_types._GenericUI):
339
338
  """
340
339
  ...
341
340
 
342
- class PHYSICS_PT_softbody_goal_strengths(bpy.types.Panel, bpy_types._GenericUI):
341
+ class PHYSICS_PT_softbody_goal_strengths(PhysicButtonsPanel, bpy.types.Panel):
343
342
  COMPAT_ENGINES: typing.Any
344
343
  bl_context: typing.Any
345
344
  bl_label: typing.Any
@@ -373,7 +372,7 @@ class PHYSICS_PT_softbody_goal_strengths(bpy.types.Panel, bpy_types._GenericUI):
373
372
  """
374
373
  ...
375
374
 
376
- class PHYSICS_PT_softbody_object(bpy.types.Panel, bpy_types._GenericUI):
375
+ class PHYSICS_PT_softbody_object(PhysicButtonsPanel, bpy.types.Panel):
377
376
  COMPAT_ENGINES: typing.Any
378
377
  bl_context: typing.Any
379
378
  bl_label: typing.Any
@@ -407,7 +406,7 @@ class PHYSICS_PT_softbody_object(bpy.types.Panel, bpy_types._GenericUI):
407
406
  """
408
407
  ...
409
408
 
410
- class PHYSICS_PT_softbody_simulation(bpy.types.Panel, bpy_types._GenericUI):
409
+ class PHYSICS_PT_softbody_simulation(PhysicButtonsPanel, bpy.types.Panel):
411
410
  COMPAT_ENGINES: typing.Any
412
411
  bl_context: typing.Any
413
412
  bl_label: typing.Any
@@ -441,7 +440,7 @@ class PHYSICS_PT_softbody_simulation(bpy.types.Panel, bpy_types._GenericUI):
441
440
  """
442
441
  ...
443
442
 
444
- class PHYSICS_PT_softbody_solver(bpy.types.Panel, bpy_types._GenericUI):
443
+ class PHYSICS_PT_softbody_solver(PhysicButtonsPanel, bpy.types.Panel):
445
444
  COMPAT_ENGINES: typing.Any
446
445
  bl_context: typing.Any
447
446
  bl_label: typing.Any
@@ -475,7 +474,7 @@ class PHYSICS_PT_softbody_solver(bpy.types.Panel, bpy_types._GenericUI):
475
474
  """
476
475
  ...
477
476
 
478
- class PHYSICS_PT_softbody_solver_diagnostics(bpy.types.Panel, bpy_types._GenericUI):
477
+ class PHYSICS_PT_softbody_solver_diagnostics(PhysicButtonsPanel, bpy.types.Panel):
479
478
  COMPAT_ENGINES: typing.Any
480
479
  bl_context: typing.Any
481
480
  bl_label: typing.Any
@@ -509,7 +508,7 @@ class PHYSICS_PT_softbody_solver_diagnostics(bpy.types.Panel, bpy_types._Generic
509
508
  """
510
509
  ...
511
510
 
512
- class PHYSICS_PT_softbody_solver_helpers(bpy.types.Panel, bpy_types._GenericUI):
511
+ class PHYSICS_PT_softbody_solver_helpers(PhysicButtonsPanel, bpy.types.Panel):
513
512
  COMPAT_ENGINES: typing.Any
514
513
  bl_context: typing.Any
515
514
  bl_label: typing.Any