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
@@ -1,8 +1,9 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import bl_ui.properties_grease_pencil_common
5
+ import bl_ui.utils
4
6
  import bpy.types
5
- import bpy_types
6
7
 
7
8
  GenericType1 = typing.TypeVar("GenericType1")
8
9
  GenericType2 = typing.TypeVar("GenericType2")
@@ -17,7 +18,7 @@ class CompositorPerformanceButtonsPanel:
17
18
  """
18
19
  ...
19
20
 
20
- class RENDER_PT_color_management(bpy.types.Panel, bpy_types._GenericUI):
21
+ class RENDER_PT_color_management(RenderButtonsPanel, bpy.types.Panel):
21
22
  COMPAT_ENGINES: typing.Any
22
23
  bl_context: typing.Any
23
24
  bl_label: typing.Any
@@ -51,7 +52,7 @@ class RENDER_PT_color_management(bpy.types.Panel, bpy_types._GenericUI):
51
52
  """
52
53
  ...
53
54
 
54
- class RENDER_PT_color_management_curves(bpy.types.Panel, bpy_types._GenericUI):
55
+ class RENDER_PT_color_management_curves(RenderButtonsPanel, bpy.types.Panel):
55
56
  COMPAT_ENGINES: typing.Any
56
57
  bl_context: typing.Any
57
58
  bl_label: typing.Any
@@ -92,9 +93,7 @@ class RENDER_PT_color_management_curves(bpy.types.Panel, bpy_types._GenericUI):
92
93
  """
93
94
  ...
94
95
 
95
- class RENDER_PT_color_management_display_settings(
96
- bpy.types.Panel, bpy_types._GenericUI
97
- ):
96
+ class RENDER_PT_color_management_display_settings(RenderButtonsPanel, bpy.types.Panel):
98
97
  COMPAT_ENGINES: typing.Any
99
98
  bl_context: typing.Any
100
99
  bl_label: typing.Any
@@ -128,7 +127,7 @@ class RENDER_PT_color_management_display_settings(
128
127
  """
129
128
  ...
130
129
 
131
- class RENDER_PT_color_management_white_balance(bpy.types.Panel, bpy_types._GenericUI):
130
+ class RENDER_PT_color_management_white_balance(RenderButtonsPanel, bpy.types.Panel):
132
131
  COMPAT_ENGINES: typing.Any
133
132
  bl_context: typing.Any
134
133
  bl_label: typing.Any
@@ -177,7 +176,7 @@ class RENDER_PT_color_management_white_balance(bpy.types.Panel, bpy_types._Gener
177
176
  ...
178
177
 
179
178
  class RENDER_PT_color_management_white_balance_presets(
180
- bpy.types.Panel, bpy_types._GenericUI
179
+ bl_ui.utils.PresetPanel, bpy.types.Panel
181
180
  ):
182
181
  bl_label: typing.Any
183
182
  bl_region_type: typing.Any
@@ -204,7 +203,7 @@ class RENDER_PT_color_management_white_balance_presets(
204
203
  """
205
204
  ...
206
205
 
207
- class RENDER_PT_context(bpy.types.Panel, bpy_types._GenericUI):
206
+ class RENDER_PT_context(bpy.types.Panel):
208
207
  bl_context: typing.Any
209
208
  bl_label: typing.Any
210
209
  bl_options: typing.Any
@@ -237,7 +236,7 @@ class RENDER_PT_context(bpy.types.Panel, bpy_types._GenericUI):
237
236
  """
238
237
  ...
239
238
 
240
- class RENDER_PT_eevee_ambient_occlusion(bpy.types.Panel, bpy_types._GenericUI):
239
+ class RENDER_PT_eevee_ambient_occlusion(RenderButtonsPanel, bpy.types.Panel):
241
240
  COMPAT_ENGINES: typing.Any
242
241
  bl_context: typing.Any
243
242
  bl_label: typing.Any
@@ -285,7 +284,7 @@ class RENDER_PT_eevee_ambient_occlusion(bpy.types.Panel, bpy_types._GenericUI):
285
284
  """
286
285
  ...
287
286
 
288
- class RENDER_PT_eevee_bloom(bpy.types.Panel, bpy_types._GenericUI):
287
+ class RENDER_PT_eevee_bloom(RenderButtonsPanel, bpy.types.Panel):
289
288
  COMPAT_ENGINES: typing.Any
290
289
  bl_context: typing.Any
291
290
  bl_label: typing.Any
@@ -333,7 +332,7 @@ class RENDER_PT_eevee_bloom(bpy.types.Panel, bpy_types._GenericUI):
333
332
  """
334
333
  ...
335
334
 
336
- class RENDER_PT_eevee_depth_of_field(bpy.types.Panel, bpy_types._GenericUI):
335
+ class RENDER_PT_eevee_depth_of_field(RenderButtonsPanel, bpy.types.Panel):
337
336
  COMPAT_ENGINES: typing.Any
338
337
  bl_context: typing.Any
339
338
  bl_label: typing.Any
@@ -374,7 +373,7 @@ class RENDER_PT_eevee_depth_of_field(bpy.types.Panel, bpy_types._GenericUI):
374
373
  """
375
374
  ...
376
375
 
377
- class RENDER_PT_eevee_film(bpy.types.Panel, bpy_types._GenericUI):
376
+ class RENDER_PT_eevee_film(RenderButtonsPanel, bpy.types.Panel):
378
377
  COMPAT_ENGINES: typing.Any
379
378
  bl_context: typing.Any
380
379
  bl_label: typing.Any
@@ -415,7 +414,7 @@ class RENDER_PT_eevee_film(bpy.types.Panel, bpy_types._GenericUI):
415
414
  """
416
415
  ...
417
416
 
418
- class RENDER_PT_eevee_hair(bpy.types.Panel, bpy_types._GenericUI):
417
+ class RENDER_PT_eevee_hair(RenderButtonsPanel, bpy.types.Panel):
419
418
  COMPAT_ENGINES: typing.Any
420
419
  bl_context: typing.Any
421
420
  bl_label: typing.Any
@@ -456,7 +455,7 @@ class RENDER_PT_eevee_hair(bpy.types.Panel, bpy_types._GenericUI):
456
455
  """
457
456
  ...
458
457
 
459
- class RENDER_PT_eevee_indirect_lighting(bpy.types.Panel, bpy_types._GenericUI):
458
+ class RENDER_PT_eevee_indirect_lighting(RenderButtonsPanel, bpy.types.Panel):
460
459
  COMPAT_ENGINES: typing.Any
461
460
  bl_context: typing.Any
462
461
  bl_label: typing.Any
@@ -497,7 +496,7 @@ class RENDER_PT_eevee_indirect_lighting(bpy.types.Panel, bpy_types._GenericUI):
497
496
  """
498
497
  ...
499
498
 
500
- class RENDER_PT_eevee_indirect_lighting_display(bpy.types.Panel, bpy_types._GenericUI):
499
+ class RENDER_PT_eevee_indirect_lighting_display(RenderButtonsPanel, bpy.types.Panel):
501
500
  COMPAT_ENGINES: typing.Any
502
501
  bl_context: typing.Any
503
502
  bl_label: typing.Any
@@ -538,7 +537,7 @@ class RENDER_PT_eevee_indirect_lighting_display(bpy.types.Panel, bpy_types._Gene
538
537
  """
539
538
  ...
540
539
 
541
- class RENDER_PT_eevee_motion_blur(bpy.types.Panel, bpy_types._GenericUI):
540
+ class RENDER_PT_eevee_motion_blur(RenderButtonsPanel, bpy.types.Panel):
542
541
  COMPAT_ENGINES: typing.Any
543
542
  bl_context: typing.Any
544
543
  bl_label: typing.Any
@@ -586,7 +585,7 @@ class RENDER_PT_eevee_motion_blur(bpy.types.Panel, bpy_types._GenericUI):
586
585
  """
587
586
  ...
588
587
 
589
- class RENDER_PT_eevee_next_clamping(bpy.types.Panel, bpy_types._GenericUI):
588
+ class RENDER_PT_eevee_next_clamping(RenderButtonsPanel, bpy.types.Panel):
590
589
  COMPAT_ENGINES: typing.Any
591
590
  bl_context: typing.Any
592
591
  bl_label: typing.Any
@@ -627,7 +626,7 @@ class RENDER_PT_eevee_next_clamping(bpy.types.Panel, bpy_types._GenericUI):
627
626
  """
628
627
  ...
629
628
 
630
- class RENDER_PT_eevee_next_clamping_surface(bpy.types.Panel, bpy_types._GenericUI):
629
+ class RENDER_PT_eevee_next_clamping_surface(RenderButtonsPanel, bpy.types.Panel):
631
630
  COMPAT_ENGINES: typing.Any
632
631
  bl_context: typing.Any
633
632
  bl_label: typing.Any
@@ -668,7 +667,7 @@ class RENDER_PT_eevee_next_clamping_surface(bpy.types.Panel, bpy_types._GenericU
668
667
  """
669
668
  ...
670
669
 
671
- class RENDER_PT_eevee_next_clamping_volume(bpy.types.Panel, bpy_types._GenericUI):
670
+ class RENDER_PT_eevee_next_clamping_volume(RenderButtonsPanel, bpy.types.Panel):
672
671
  COMPAT_ENGINES: typing.Any
673
672
  bl_context: typing.Any
674
673
  bl_label: typing.Any
@@ -709,7 +708,7 @@ class RENDER_PT_eevee_next_clamping_volume(bpy.types.Panel, bpy_types._GenericUI
709
708
  """
710
709
  ...
711
710
 
712
- class RENDER_PT_eevee_next_denoise(bpy.types.Panel, bpy_types._GenericUI):
711
+ class RENDER_PT_eevee_next_denoise(RenderButtonsPanel, bpy.types.Panel):
713
712
  COMPAT_ENGINES: typing.Any
714
713
  bl_context: typing.Any
715
714
  bl_label: typing.Any
@@ -758,7 +757,7 @@ class RENDER_PT_eevee_next_denoise(bpy.types.Panel, bpy_types._GenericUI):
758
757
  """
759
758
  ...
760
759
 
761
- class RENDER_PT_eevee_next_depth_of_field(bpy.types.Panel, bpy_types._GenericUI):
760
+ class RENDER_PT_eevee_next_depth_of_field(RenderButtonsPanel, bpy.types.Panel):
762
761
  COMPAT_ENGINES: typing.Any
763
762
  bl_context: typing.Any
764
763
  bl_label: typing.Any
@@ -799,7 +798,7 @@ class RENDER_PT_eevee_next_depth_of_field(bpy.types.Panel, bpy_types._GenericUI)
799
798
  """
800
799
  ...
801
800
 
802
- class RENDER_PT_eevee_next_film(bpy.types.Panel, bpy_types._GenericUI):
801
+ class RENDER_PT_eevee_next_film(RenderButtonsPanel, bpy.types.Panel):
803
802
  COMPAT_ENGINES: typing.Any
804
803
  bl_context: typing.Any
805
804
  bl_label: typing.Any
@@ -840,7 +839,7 @@ class RENDER_PT_eevee_next_film(bpy.types.Panel, bpy_types._GenericUI):
840
839
  """
841
840
  ...
842
841
 
843
- class RENDER_PT_eevee_next_gi_approximation(bpy.types.Panel, bpy_types._GenericUI):
842
+ class RENDER_PT_eevee_next_gi_approximation(RenderButtonsPanel, bpy.types.Panel):
844
843
  COMPAT_ENGINES: typing.Any
845
844
  bl_context: typing.Any
846
845
  bl_label: typing.Any
@@ -882,7 +881,7 @@ class RENDER_PT_eevee_next_gi_approximation(bpy.types.Panel, bpy_types._GenericU
882
881
  """
883
882
  ...
884
883
 
885
- class RENDER_PT_eevee_next_motion_blur(bpy.types.Panel, bpy_types._GenericUI):
884
+ class RENDER_PT_eevee_next_motion_blur(RenderButtonsPanel, bpy.types.Panel):
886
885
  COMPAT_ENGINES: typing.Any
887
886
  bl_context: typing.Any
888
887
  bl_label: typing.Any
@@ -930,7 +929,7 @@ class RENDER_PT_eevee_next_motion_blur(bpy.types.Panel, bpy_types._GenericUI):
930
929
  """
931
930
  ...
932
931
 
933
- class RENDER_PT_eevee_next_motion_blur_curve(bpy.types.Panel, bpy_types._GenericUI):
932
+ class RENDER_PT_eevee_next_motion_blur_curve(RenderButtonsPanel, bpy.types.Panel):
934
933
  COMPAT_ENGINES: typing.Any
935
934
  bl_context: typing.Any
936
935
  bl_label: typing.Any
@@ -964,7 +963,7 @@ class RENDER_PT_eevee_next_motion_blur_curve(bpy.types.Panel, bpy_types._Generic
964
963
  """
965
964
  ...
966
965
 
967
- class RENDER_PT_eevee_next_raytracing(bpy.types.Panel, bpy_types._GenericUI):
966
+ class RENDER_PT_eevee_next_raytracing(RenderButtonsPanel, bpy.types.Panel):
968
967
  COMPAT_ENGINES: typing.Any
969
968
  bl_context: typing.Any
970
969
  bl_label: typing.Any
@@ -1019,7 +1018,7 @@ class RENDER_PT_eevee_next_raytracing(bpy.types.Panel, bpy_types._GenericUI):
1019
1018
  """
1020
1019
  ...
1021
1020
 
1022
- class RENDER_PT_eevee_next_raytracing_presets(bpy.types.Panel, bpy_types._GenericUI):
1021
+ class RENDER_PT_eevee_next_raytracing_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
1023
1022
  bl_label: typing.Any
1024
1023
  bl_region_type: typing.Any
1025
1024
  bl_rna: typing.Any
@@ -1045,7 +1044,7 @@ class RENDER_PT_eevee_next_raytracing_presets(bpy.types.Panel, bpy_types._Generi
1045
1044
  """
1046
1045
  ...
1047
1046
 
1048
- class RENDER_PT_eevee_next_sampling(bpy.types.Panel, bpy_types._GenericUI):
1047
+ class RENDER_PT_eevee_next_sampling(RenderButtonsPanel, bpy.types.Panel):
1049
1048
  COMPAT_ENGINES: typing.Any
1050
1049
  bl_context: typing.Any
1051
1050
  bl_label: typing.Any
@@ -1085,7 +1084,7 @@ class RENDER_PT_eevee_next_sampling(bpy.types.Panel, bpy_types._GenericUI):
1085
1084
  """
1086
1085
  ...
1087
1086
 
1088
- class RENDER_PT_eevee_next_sampling_advanced(bpy.types.Panel, bpy_types._GenericUI):
1087
+ class RENDER_PT_eevee_next_sampling_advanced(RenderButtonsPanel, bpy.types.Panel):
1089
1088
  COMPAT_ENGINES: typing.Any
1090
1089
  bl_context: typing.Any
1091
1090
  bl_label: typing.Any
@@ -1127,7 +1126,7 @@ class RENDER_PT_eevee_next_sampling_advanced(bpy.types.Panel, bpy_types._Generic
1127
1126
  """
1128
1127
  ...
1129
1128
 
1130
- class RENDER_PT_eevee_next_sampling_render(bpy.types.Panel, bpy_types._GenericUI):
1129
+ class RENDER_PT_eevee_next_sampling_render(RenderButtonsPanel, bpy.types.Panel):
1131
1130
  COMPAT_ENGINES: typing.Any
1132
1131
  bl_context: typing.Any
1133
1132
  bl_label: typing.Any
@@ -1168,7 +1167,7 @@ class RENDER_PT_eevee_next_sampling_render(bpy.types.Panel, bpy_types._GenericUI
1168
1167
  """
1169
1168
  ...
1170
1169
 
1171
- class RENDER_PT_eevee_next_sampling_shadows(bpy.types.Panel, bpy_types._GenericUI):
1170
+ class RENDER_PT_eevee_next_sampling_shadows(RenderButtonsPanel, bpy.types.Panel):
1172
1171
  COMPAT_ENGINES: typing.Any
1173
1172
  bl_context: typing.Any
1174
1173
  bl_label: typing.Any
@@ -1217,7 +1216,7 @@ class RENDER_PT_eevee_next_sampling_shadows(bpy.types.Panel, bpy_types._GenericU
1217
1216
  """
1218
1217
  ...
1219
1218
 
1220
- class RENDER_PT_eevee_next_sampling_viewport(bpy.types.Panel, bpy_types._GenericUI):
1219
+ class RENDER_PT_eevee_next_sampling_viewport(RenderButtonsPanel, bpy.types.Panel):
1221
1220
  COMPAT_ENGINES: typing.Any
1222
1221
  bl_context: typing.Any
1223
1222
  bl_label: typing.Any
@@ -1258,7 +1257,7 @@ class RENDER_PT_eevee_next_sampling_viewport(bpy.types.Panel, bpy_types._Generic
1258
1257
  """
1259
1258
  ...
1260
1259
 
1261
- class RENDER_PT_eevee_next_screen_trace(bpy.types.Panel, bpy_types._GenericUI):
1260
+ class RENDER_PT_eevee_next_screen_trace(RenderButtonsPanel, bpy.types.Panel):
1262
1261
  COMPAT_ENGINES: typing.Any
1263
1262
  bl_context: typing.Any
1264
1263
  bl_label: typing.Any
@@ -1300,7 +1299,7 @@ class RENDER_PT_eevee_next_screen_trace(bpy.types.Panel, bpy_types._GenericUI):
1300
1299
  """
1301
1300
  ...
1302
1301
 
1303
- class RENDER_PT_eevee_next_volumes(bpy.types.Panel, bpy_types._GenericUI):
1302
+ class RENDER_PT_eevee_next_volumes(RenderButtonsPanel, bpy.types.Panel):
1304
1303
  COMPAT_ENGINES: typing.Any
1305
1304
  bl_context: typing.Any
1306
1305
  bl_label: typing.Any
@@ -1341,7 +1340,7 @@ class RENDER_PT_eevee_next_volumes(bpy.types.Panel, bpy_types._GenericUI):
1341
1340
  """
1342
1341
  ...
1343
1342
 
1344
- class RENDER_PT_eevee_next_volumes_range(bpy.types.Panel, bpy_types._GenericUI):
1343
+ class RENDER_PT_eevee_next_volumes_range(RenderButtonsPanel, bpy.types.Panel):
1345
1344
  COMPAT_ENGINES: typing.Any
1346
1345
  bl_context: typing.Any
1347
1346
  bl_label: typing.Any
@@ -1390,7 +1389,7 @@ class RENDER_PT_eevee_next_volumes_range(bpy.types.Panel, bpy_types._GenericUI):
1390
1389
  """
1391
1390
  ...
1392
1391
 
1393
- class RENDER_PT_eevee_performance(bpy.types.Panel, bpy_types._GenericUI):
1392
+ class RENDER_PT_eevee_performance(RenderButtonsPanel, bpy.types.Panel):
1394
1393
  COMPAT_ENGINES: typing.Any
1395
1394
  bl_context: typing.Any
1396
1395
  bl_label: typing.Any
@@ -1431,7 +1430,9 @@ class RENDER_PT_eevee_performance(bpy.types.Panel, bpy_types._GenericUI):
1431
1430
  """
1432
1431
  ...
1433
1432
 
1434
- class RENDER_PT_eevee_performance_compositor(bpy.types.Panel, bpy_types._GenericUI):
1433
+ class RENDER_PT_eevee_performance_compositor(
1434
+ CompositorPerformanceButtonsPanel, RenderButtonsPanel, bpy.types.Panel
1435
+ ):
1435
1436
  COMPAT_ENGINES: typing.Any
1436
1437
  bl_context: typing.Any
1437
1438
  bl_label: typing.Any
@@ -1458,7 +1459,7 @@ class RENDER_PT_eevee_performance_compositor(bpy.types.Panel, bpy_types._Generic
1458
1459
  """
1459
1460
  ...
1460
1461
 
1461
- class RENDER_PT_eevee_performance_memory(bpy.types.Panel, bpy_types._GenericUI):
1462
+ class RENDER_PT_eevee_performance_memory(RenderButtonsPanel, bpy.types.Panel):
1462
1463
  COMPAT_ENGINES: typing.Any
1463
1464
  bl_context: typing.Any
1464
1465
  bl_label: typing.Any
@@ -1500,7 +1501,7 @@ class RENDER_PT_eevee_performance_memory(bpy.types.Panel, bpy_types._GenericUI):
1500
1501
  """
1501
1502
  ...
1502
1503
 
1503
- class RENDER_PT_eevee_performance_viewport(bpy.types.Panel, bpy_types._GenericUI):
1504
+ class RENDER_PT_eevee_performance_viewport(RenderButtonsPanel, bpy.types.Panel):
1504
1505
  COMPAT_ENGINES: typing.Any
1505
1506
  bl_context: typing.Any
1506
1507
  bl_label: typing.Any
@@ -1542,7 +1543,7 @@ class RENDER_PT_eevee_performance_viewport(bpy.types.Panel, bpy_types._GenericUI
1542
1543
  """
1543
1544
  ...
1544
1545
 
1545
- class RENDER_PT_eevee_sampling(bpy.types.Panel, bpy_types._GenericUI):
1546
+ class RENDER_PT_eevee_sampling(RenderButtonsPanel, bpy.types.Panel):
1546
1547
  COMPAT_ENGINES: typing.Any
1547
1548
  bl_context: typing.Any
1548
1549
  bl_label: typing.Any
@@ -1582,7 +1583,7 @@ class RENDER_PT_eevee_sampling(bpy.types.Panel, bpy_types._GenericUI):
1582
1583
  """
1583
1584
  ...
1584
1585
 
1585
- class RENDER_PT_eevee_screen_space_reflections(bpy.types.Panel, bpy_types._GenericUI):
1586
+ class RENDER_PT_eevee_screen_space_reflections(RenderButtonsPanel, bpy.types.Panel):
1586
1587
  COMPAT_ENGINES: typing.Any
1587
1588
  bl_context: typing.Any
1588
1589
  bl_label: typing.Any
@@ -1630,7 +1631,7 @@ class RENDER_PT_eevee_screen_space_reflections(bpy.types.Panel, bpy_types._Gener
1630
1631
  """
1631
1632
  ...
1632
1633
 
1633
- class RENDER_PT_eevee_shadows(bpy.types.Panel, bpy_types._GenericUI):
1634
+ class RENDER_PT_eevee_shadows(RenderButtonsPanel, bpy.types.Panel):
1634
1635
  COMPAT_ENGINES: typing.Any
1635
1636
  bl_context: typing.Any
1636
1637
  bl_label: typing.Any
@@ -1671,7 +1672,7 @@ class RENDER_PT_eevee_shadows(bpy.types.Panel, bpy_types._GenericUI):
1671
1672
  """
1672
1673
  ...
1673
1674
 
1674
- class RENDER_PT_eevee_subsurface_scattering(bpy.types.Panel, bpy_types._GenericUI):
1675
+ class RENDER_PT_eevee_subsurface_scattering(RenderButtonsPanel, bpy.types.Panel):
1675
1676
  COMPAT_ENGINES: typing.Any
1676
1677
  bl_context: typing.Any
1677
1678
  bl_label: typing.Any
@@ -1712,7 +1713,7 @@ class RENDER_PT_eevee_subsurface_scattering(bpy.types.Panel, bpy_types._GenericU
1712
1713
  """
1713
1714
  ...
1714
1715
 
1715
- class RENDER_PT_eevee_volumetric(bpy.types.Panel, bpy_types._GenericUI):
1716
+ class RENDER_PT_eevee_volumetric(RenderButtonsPanel, bpy.types.Panel):
1716
1717
  COMPAT_ENGINES: typing.Any
1717
1718
  bl_context: typing.Any
1718
1719
  bl_label: typing.Any
@@ -1753,7 +1754,7 @@ class RENDER_PT_eevee_volumetric(bpy.types.Panel, bpy_types._GenericUI):
1753
1754
  """
1754
1755
  ...
1755
1756
 
1756
- class RENDER_PT_eevee_volumetric_lighting(bpy.types.Panel, bpy_types._GenericUI):
1757
+ class RENDER_PT_eevee_volumetric_lighting(RenderButtonsPanel, bpy.types.Panel):
1757
1758
  COMPAT_ENGINES: typing.Any
1758
1759
  bl_context: typing.Any
1759
1760
  bl_label: typing.Any
@@ -1793,7 +1794,7 @@ class RENDER_PT_eevee_volumetric_lighting(bpy.types.Panel, bpy_types._GenericUI)
1793
1794
  """
1794
1795
  ...
1795
1796
 
1796
- class RENDER_PT_eevee_volumetric_shadows(bpy.types.Panel, bpy_types._GenericUI):
1797
+ class RENDER_PT_eevee_volumetric_shadows(RenderButtonsPanel, bpy.types.Panel):
1797
1798
  COMPAT_ENGINES: typing.Any
1798
1799
  bl_context: typing.Any
1799
1800
  bl_label: typing.Any
@@ -1833,7 +1834,7 @@ class RENDER_PT_eevee_volumetric_shadows(bpy.types.Panel, bpy_types._GenericUI):
1833
1834
  """
1834
1835
  ...
1835
1836
 
1836
- class RENDER_PT_gpencil(bpy.types.Panel, bpy_types._GenericUI):
1837
+ class RENDER_PT_gpencil(RenderButtonsPanel, bpy.types.Panel):
1837
1838
  COMPAT_ENGINES: typing.Any
1838
1839
  bl_context: typing.Any
1839
1840
  bl_label: typing.Any
@@ -1867,7 +1868,7 @@ class RENDER_PT_gpencil(bpy.types.Panel, bpy_types._GenericUI):
1867
1868
  """
1868
1869
  ...
1869
1870
 
1870
- class RENDER_PT_hydra_debug(bpy.types.Panel, bpy_types._GenericUI):
1871
+ class RENDER_PT_hydra_debug(RenderButtonsPanel, bpy.types.Panel):
1871
1872
  COMPAT_ENGINES: typing.Any
1872
1873
  bl_context: typing.Any
1873
1874
  bl_label: typing.Any
@@ -1909,7 +1910,7 @@ class RENDER_PT_hydra_debug(bpy.types.Panel, bpy_types._GenericUI):
1909
1910
  """
1910
1911
  ...
1911
1912
 
1912
- class RENDER_PT_opengl_color(bpy.types.Panel, bpy_types._GenericUI):
1913
+ class RENDER_PT_opengl_color(RenderButtonsPanel, bpy.types.Panel):
1913
1914
  COMPAT_ENGINES: typing.Any
1914
1915
  bl_context: typing.Any
1915
1916
  bl_label: typing.Any
@@ -1949,7 +1950,7 @@ class RENDER_PT_opengl_color(bpy.types.Panel, bpy_types._GenericUI):
1949
1950
  """
1950
1951
  ...
1951
1952
 
1952
- class RENDER_PT_opengl_film(bpy.types.Panel, bpy_types._GenericUI):
1953
+ class RENDER_PT_opengl_film(RenderButtonsPanel, bpy.types.Panel):
1953
1954
  COMPAT_ENGINES: typing.Any
1954
1955
  bl_context: typing.Any
1955
1956
  bl_label: typing.Any
@@ -1982,7 +1983,7 @@ class RENDER_PT_opengl_film(bpy.types.Panel, bpy_types._GenericUI):
1982
1983
  """
1983
1984
  ...
1984
1985
 
1985
- class RENDER_PT_opengl_lighting(bpy.types.Panel, bpy_types._GenericUI):
1986
+ class RENDER_PT_opengl_lighting(RenderButtonsPanel, bpy.types.Panel):
1986
1987
  COMPAT_ENGINES: typing.Any
1987
1988
  bl_context: typing.Any
1988
1989
  bl_label: typing.Any
@@ -2022,7 +2023,7 @@ class RENDER_PT_opengl_lighting(bpy.types.Panel, bpy_types._GenericUI):
2022
2023
  """
2023
2024
  ...
2024
2025
 
2025
- class RENDER_PT_opengl_options(bpy.types.Panel, bpy_types._GenericUI):
2026
+ class RENDER_PT_opengl_options(RenderButtonsPanel, bpy.types.Panel):
2026
2027
  COMPAT_ENGINES: typing.Any
2027
2028
  bl_context: typing.Any
2028
2029
  bl_label: typing.Any
@@ -2062,7 +2063,7 @@ class RENDER_PT_opengl_options(bpy.types.Panel, bpy_types._GenericUI):
2062
2063
  """
2063
2064
  ...
2064
2065
 
2065
- class RENDER_PT_opengl_sampling(bpy.types.Panel, bpy_types._GenericUI):
2066
+ class RENDER_PT_opengl_sampling(RenderButtonsPanel, bpy.types.Panel):
2066
2067
  COMPAT_ENGINES: typing.Any
2067
2068
  bl_context: typing.Any
2068
2069
  bl_label: typing.Any
@@ -2102,7 +2103,7 @@ class RENDER_PT_opengl_sampling(bpy.types.Panel, bpy_types._GenericUI):
2102
2103
  """
2103
2104
  ...
2104
2105
 
2105
- class RENDER_PT_simplify(bpy.types.Panel, bpy_types._GenericUI):
2106
+ class RENDER_PT_simplify(RenderButtonsPanel, bpy.types.Panel):
2106
2107
  COMPAT_ENGINES: typing.Any
2107
2108
  bl_context: typing.Any
2108
2109
  bl_label: typing.Any
@@ -2142,7 +2143,11 @@ class RENDER_PT_simplify(bpy.types.Panel, bpy_types._GenericUI):
2142
2143
  """
2143
2144
  ...
2144
2145
 
2145
- class RENDER_PT_simplify_greasepencil(bpy.types.Panel, bpy_types._GenericUI):
2146
+ class RENDER_PT_simplify_greasepencil(
2147
+ bpy.types.Panel,
2148
+ RenderButtonsPanel,
2149
+ bl_ui.properties_grease_pencil_common.GreasePencilSimplifyPanel,
2150
+ ):
2146
2151
  COMPAT_ENGINES: typing.Any
2147
2152
  bl_context: typing.Any
2148
2153
  bl_label: typing.Any
@@ -2169,7 +2174,7 @@ class RENDER_PT_simplify_greasepencil(bpy.types.Panel, bpy_types._GenericUI):
2169
2174
  """
2170
2175
  ...
2171
2176
 
2172
- class RENDER_PT_simplify_render(bpy.types.Panel, bpy_types._GenericUI):
2177
+ class RENDER_PT_simplify_render(RenderButtonsPanel, bpy.types.Panel):
2173
2178
  COMPAT_ENGINES: typing.Any
2174
2179
  bl_context: typing.Any
2175
2180
  bl_label: typing.Any
@@ -2202,7 +2207,7 @@ class RENDER_PT_simplify_render(bpy.types.Panel, bpy_types._GenericUI):
2202
2207
  """
2203
2208
  ...
2204
2209
 
2205
- class RENDER_PT_simplify_viewport(bpy.types.Panel, bpy_types._GenericUI):
2210
+ class RENDER_PT_simplify_viewport(RenderButtonsPanel, bpy.types.Panel):
2206
2211
  COMPAT_ENGINES: typing.Any
2207
2212
  bl_context: typing.Any
2208
2213
  bl_label: typing.Any
@@ -2,26 +2,17 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
- import bpy_types
5
+ import rna_prop_ui
6
6
 
7
7
  GenericType1 = typing.TypeVar("GenericType1")
8
8
  GenericType2 = typing.TypeVar("GenericType2")
9
9
 
10
- class RigidBodySubPanel:
10
+ class SceneButtonsPanel:
11
11
  bl_context: typing.Any
12
- bl_parent_id: typing.Any
13
12
  bl_region_type: typing.Any
14
13
  bl_space_type: typing.Any
15
14
 
16
- @classmethod
17
- def poll(cls, context):
18
- """
19
-
20
- :param context:
21
- """
22
- ...
23
-
24
- class SCENE_PT_audio(bpy.types.Panel, bpy_types._GenericUI):
15
+ class SCENE_PT_audio(SceneButtonsPanel, bpy.types.Panel):
25
16
  bl_context: typing.Any
26
17
  bl_label: typing.Any
27
18
  bl_options: typing.Any
@@ -53,7 +44,9 @@ class SCENE_PT_audio(bpy.types.Panel, bpy_types._GenericUI):
53
44
  """
54
45
  ...
55
46
 
56
- class SCENE_PT_custom_props(bpy.types.Panel, bpy_types._GenericUI):
47
+ class SCENE_PT_custom_props(
48
+ rna_prop_ui.PropertyPanel, SceneButtonsPanel, bpy.types.Panel
49
+ ):
57
50
  """The subclass should have its own poll function
58
51
  and the variable '_context_path' MUST be set.
59
52
  """
@@ -83,7 +76,7 @@ class SCENE_PT_custom_props(bpy.types.Panel, bpy_types._GenericUI):
83
76
  """
84
77
  ...
85
78
 
86
- class SCENE_PT_eevee_next_light_probes(bpy.types.Panel, bpy_types._GenericUI):
79
+ class SCENE_PT_eevee_next_light_probes(SceneButtonsPanel, bpy.types.Panel):
87
80
  COMPAT_ENGINES: typing.Any
88
81
  bl_context: typing.Any
89
82
  bl_label: typing.Any
@@ -124,7 +117,9 @@ class SCENE_PT_eevee_next_light_probes(bpy.types.Panel, bpy_types._GenericUI):
124
117
  """
125
118
  ...
126
119
 
127
- class SCENE_PT_keyframing_settings(bpy.types.Panel, bpy_types._GenericUI):
120
+ class SCENE_PT_keyframing_settings(
121
+ SceneKeyingSetsPanel, SceneButtonsPanel, bpy.types.Panel
122
+ ):
128
123
  bl_context: typing.Any
129
124
  bl_label: typing.Any
130
125
  bl_parent_id: typing.Any
@@ -164,7 +159,9 @@ class SCENE_PT_keyframing_settings(bpy.types.Panel, bpy_types._GenericUI):
164
159
  """
165
160
  ...
166
161
 
167
- class SCENE_PT_keying_set_paths(bpy.types.Panel, bpy_types._GenericUI):
162
+ class SCENE_PT_keying_set_paths(
163
+ SceneKeyingSetsPanel, SceneButtonsPanel, bpy.types.Panel
164
+ ):
168
165
  bl_context: typing.Any
169
166
  bl_label: typing.Any
170
167
  bl_parent_id: typing.Any
@@ -204,7 +201,7 @@ class SCENE_PT_keying_set_paths(bpy.types.Panel, bpy_types._GenericUI):
204
201
  """
205
202
  ...
206
203
 
207
- class SCENE_PT_keying_sets(bpy.types.Panel, bpy_types._GenericUI):
204
+ class SCENE_PT_keying_sets(SceneKeyingSetsPanel, SceneButtonsPanel, bpy.types.Panel):
208
205
  bl_context: typing.Any
209
206
  bl_label: typing.Any
210
207
  bl_options: typing.Any
@@ -236,7 +233,7 @@ class SCENE_PT_keying_sets(bpy.types.Panel, bpy_types._GenericUI):
236
233
  """
237
234
  ...
238
235
 
239
- class SCENE_PT_physics(bpy.types.Panel, bpy_types._GenericUI):
236
+ class SCENE_PT_physics(SceneButtonsPanel, bpy.types.Panel):
240
237
  bl_context: typing.Any
241
238
  bl_label: typing.Any
242
239
  bl_options: typing.Any
@@ -275,9 +272,7 @@ class SCENE_PT_physics(bpy.types.Panel, bpy_types._GenericUI):
275
272
  """
276
273
  ...
277
274
 
278
- class SCENE_PT_rigid_body_cache(
279
- bpy.types.Panel, SceneButtonsPanel, bpy_types._GenericUI
280
- ):
275
+ class SCENE_PT_rigid_body_cache(RigidBodySubPanel, bpy.types.Panel):
281
276
  bl_context: typing.Any
282
277
  bl_label: typing.Any
283
278
  bl_options: typing.Any
@@ -310,9 +305,7 @@ class SCENE_PT_rigid_body_cache(
310
305
  """
311
306
  ...
312
307
 
313
- class SCENE_PT_rigid_body_field_weights(
314
- bpy.types.Panel, SceneButtonsPanel, bpy_types._GenericUI
315
- ):
308
+ class SCENE_PT_rigid_body_field_weights(RigidBodySubPanel, bpy.types.Panel):
316
309
  bl_context: typing.Any
317
310
  bl_label: typing.Any
318
311
  bl_options: typing.Any
@@ -345,7 +338,7 @@ class SCENE_PT_rigid_body_field_weights(
345
338
  """
346
339
  ...
347
340
 
348
- class SCENE_PT_rigid_body_world(bpy.types.Panel, bpy_types._GenericUI):
341
+ class SCENE_PT_rigid_body_world(SceneButtonsPanel, bpy.types.Panel):
349
342
  bl_context: typing.Any
350
343
  bl_label: typing.Any
351
344
  bl_options: typing.Any
@@ -384,9 +377,7 @@ class SCENE_PT_rigid_body_world(bpy.types.Panel, bpy_types._GenericUI):
384
377
  """
385
378
  ...
386
379
 
387
- class SCENE_PT_rigid_body_world_settings(
388
- bpy.types.Panel, SceneButtonsPanel, bpy_types._GenericUI
389
- ):
380
+ class SCENE_PT_rigid_body_world_settings(RigidBodySubPanel, bpy.types.Panel):
390
381
  bl_context: typing.Any
391
382
  bl_label: typing.Any
392
383
  bl_parent_id: typing.Any
@@ -418,7 +409,7 @@ class SCENE_PT_rigid_body_world_settings(
418
409
  """
419
410
  ...
420
411
 
421
- class SCENE_PT_scene(bpy.types.Panel, bpy_types._GenericUI):
412
+ class SCENE_PT_scene(SceneButtonsPanel, bpy.types.Panel):
422
413
  bl_context: typing.Any
423
414
  bl_label: typing.Any
424
415
  bl_region_type: typing.Any
@@ -449,7 +440,7 @@ class SCENE_PT_scene(bpy.types.Panel, bpy_types._GenericUI):
449
440
  """
450
441
  ...
451
442
 
452
- class SCENE_PT_simulation(bpy.types.Panel, bpy_types._GenericUI):
443
+ class SCENE_PT_simulation(SceneButtonsPanel, bpy.types.Panel):
453
444
  bl_context: typing.Any
454
445
  bl_label: typing.Any
455
446
  bl_options: typing.Any
@@ -481,7 +472,7 @@ class SCENE_PT_simulation(bpy.types.Panel, bpy_types._GenericUI):
481
472
  """
482
473
  ...
483
474
 
484
- class SCENE_PT_unit(bpy.types.Panel, bpy_types._GenericUI):
475
+ class SCENE_PT_unit(SceneButtonsPanel, bpy.types.Panel):
485
476
  bl_context: typing.Any
486
477
  bl_label: typing.Any
487
478
  bl_options: typing.Any
@@ -513,7 +504,7 @@ class SCENE_PT_unit(bpy.types.Panel, bpy_types._GenericUI):
513
504
  """
514
505
  ...
515
506
 
516
- class SCENE_UL_keying_set_paths(bpy.types.UIList, bpy_types._GenericUI):
507
+ class SCENE_UL_keying_set_paths(bpy.types.UIList):
517
508
  bl_rna: typing.Any
518
509
  id_data: typing.Any
519
510
 
@@ -557,11 +548,6 @@ class SCENE_UL_keying_set_paths(bpy.types.UIList, bpy_types._GenericUI):
557
548
  """
558
549
  ...
559
550
 
560
- class SceneButtonsPanel:
561
- bl_context: typing.Any
562
- bl_region_type: typing.Any
563
- bl_space_type: typing.Any
564
-
565
551
  class SceneKeyingSetsPanel:
566
552
  @staticmethod
567
553
  def draw_keyframing_settings(context, layout, ks, ksp):
@@ -573,3 +559,17 @@ class SceneKeyingSetsPanel:
573
559
  :param ksp:
574
560
  """
575
561
  ...
562
+
563
+ class RigidBodySubPanel(SceneButtonsPanel):
564
+ bl_context: typing.Any
565
+ bl_parent_id: typing.Any
566
+ bl_region_type: typing.Any
567
+ bl_space_type: typing.Any
568
+
569
+ @classmethod
570
+ def poll(cls, context):
571
+ """
572
+
573
+ :param context:
574
+ """
575
+ ...