fake-bpy-module 20240706__py3-none-any.whl → 20240708__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 (63) hide show
  1. bl_operators/assets/__init__.pyi +8 -8
  2. bl_operators/image_as_planes/__init__.pyi +43 -43
  3. bl_operators/node/__init__.pyi +234 -234
  4. bl_operators/object_quick_effects/__init__.pyi +21 -21
  5. bl_operators/presets/__init__.pyi +388 -388
  6. bl_ui/properties_collection/__init__.pyi +12 -12
  7. bl_ui/properties_constraint/__init__.pyi +954 -954
  8. bl_ui/properties_data_armature/__init__.pyi +85 -85
  9. bl_ui/properties_data_bone/__init__.pyi +12 -12
  10. bl_ui/properties_data_curve/__init__.pyi +92 -92
  11. bl_ui/properties_data_curves/__init__.pyi +12 -12
  12. bl_ui/properties_data_empty/__init__.pyi +12 -12
  13. bl_ui/properties_data_gpencil/__init__.pyi +265 -265
  14. bl_ui/properties_data_grease_pencil/__init__.pyi +312 -312
  15. bl_ui/properties_data_lattice/__init__.pyi +12 -12
  16. bl_ui/properties_data_light/__init__.pyi +12 -12
  17. bl_ui/properties_data_lightprobe/__init__.pyi +12 -12
  18. bl_ui/properties_data_mesh/__init__.pyi +527 -527
  19. bl_ui/properties_data_metaball/__init__.pyi +12 -12
  20. bl_ui/properties_data_modifier/__init__.pyi +19 -19
  21. bl_ui/properties_data_pointcloud/__init__.pyi +140 -140
  22. bl_ui/properties_data_shaderfx/__init__.pyi +5 -5
  23. bl_ui/properties_data_speaker/__init__.pyi +12 -12
  24. bl_ui/properties_data_volume/__init__.pyi +65 -65
  25. bl_ui/properties_freestyle/__init__.pyi +248 -248
  26. bl_ui/properties_material/__init__.pyi +145 -145
  27. bl_ui/properties_material_gpencil/__init__.pyi +86 -86
  28. bl_ui/properties_object/__init__.pyi +75 -75
  29. bl_ui/properties_output/__init__.pyi +201 -201
  30. bl_ui/properties_particle/__init__.pyi +220 -220
  31. bl_ui/properties_physics_cloth/__init__.pyi +12 -12
  32. bl_ui/properties_physics_common/__init__.pyi +12 -12
  33. bl_ui/properties_physics_dynamicpaint/__init__.pyi +187 -187
  34. bl_ui/properties_physics_field/__init__.pyi +19 -19
  35. bl_ui/properties_physics_fluid/__init__.pyi +61 -61
  36. bl_ui/properties_physics_rigidbody/__init__.pyi +5 -5
  37. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +5 -5
  38. bl_ui/properties_physics_softbody/__init__.pyi +12 -12
  39. bl_ui/properties_render/__init__.pyi +217 -217
  40. bl_ui/properties_scene/__init__.pyi +143 -143
  41. bl_ui/properties_texture/__init__.pyi +156 -156
  42. bl_ui/properties_view_layer/__init__.pyi +78 -78
  43. bl_ui/properties_workspace/__init__.pyi +64 -64
  44. bl_ui/properties_world/__init__.pyi +12 -12
  45. bl_ui/space_clip/__init__.pyi +366 -366
  46. bl_ui/space_dopesheet/__init__.pyi +176 -176
  47. bl_ui/space_filebrowser/__init__.pyi +735 -735
  48. bl_ui/space_image/__init__.pyi +646 -646
  49. bl_ui/space_sequencer/__init__.pyi +841 -389
  50. bl_ui/space_time/__init__.pyi +11 -11
  51. bl_ui/space_userpref/__init__.pyi +684 -684
  52. bl_ui/space_view3d/__init__.pyi +1152 -1152
  53. bl_ui/space_view3d_toolbar/__init__.pyi +2831 -2831
  54. bmesh/types/__init__.pyi +48 -0
  55. bpy/types/__init__.pyi +70624 -70606
  56. {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/METADATA +4 -4
  57. {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/RECORD +63 -63
  58. freestyle/utils/__init__.pyi +1 -1
  59. keyingsets_builtins/__init__.pyi +87 -87
  60. mathutils/__init__.pyi +156 -50
  61. nodeitems_builtins/__init__.pyi +7 -7
  62. {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/WHEEL +0 -0
  63. {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/top_level.txt +0 -0
@@ -13,19 +13,13 @@ class SceneButtonsPanel:
13
13
  bl_region_type: typing.Any
14
14
  bl_space_type: typing.Any
15
15
 
16
- class SceneKeyingSetsPanel:
17
- def draw_keyframing_settings(self, context, layout, ks, ksp):
18
- """
19
-
20
- :param context:
21
- :param layout:
22
- :param ks:
23
- :param ksp:
24
- """
25
- ...
26
-
27
- class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
16
+ class SCENE_PT_audio(SceneButtonsPanel, bpy_types._GenericUI):
17
+ bl_context: typing.Any
18
+ bl_label: typing.Any
19
+ bl_options: typing.Any
20
+ bl_region_type: typing.Any
28
21
  bl_rna: typing.Any
22
+ bl_space_type: typing.Any
29
23
  id_data: typing.Any
30
24
 
31
25
  def append(self, draw_func):
@@ -60,27 +54,10 @@ class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
60
54
  """
61
55
  ...
62
56
 
63
- def draw_item(
64
- self,
65
- _context,
66
- layout,
67
- _data,
68
- item,
69
- icon,
70
- _active_data,
71
- _active_propname,
72
- _index,
73
- ):
57
+ def draw(self, context):
74
58
  """
75
59
 
76
- :param _context:
77
- :param layout:
78
- :param _data:
79
- :param item:
80
- :param icon:
81
- :param _active_data:
82
- :param _active_propname:
83
- :param _index:
60
+ :param context:
84
61
  """
85
62
  ...
86
63
 
@@ -256,23 +233,17 @@ class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
256
233
  """
257
234
  ...
258
235
 
259
- class RigidBodySubPanel(SceneButtonsPanel):
260
- bl_context: typing.Any
261
- bl_parent_id: typing.Any
262
- bl_region_type: typing.Any
263
- bl_space_type: typing.Any
264
-
265
- def poll(self, context):
266
- """
267
-
268
- :param context:
269
- """
270
- ...
236
+ class SCENE_PT_custom_props(
237
+ SceneButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
238
+ ):
239
+ """The subclass should have its own poll function
240
+ and the variable '_context_path' MUST be set.
241
+ """
271
242
 
272
- class SCENE_PT_audio(SceneButtonsPanel, bpy_types._GenericUI):
273
243
  bl_context: typing.Any
274
244
  bl_label: typing.Any
275
245
  bl_options: typing.Any
246
+ bl_order: typing.Any
276
247
  bl_region_type: typing.Any
277
248
  bl_rna: typing.Any
278
249
  bl_space_type: typing.Any
@@ -439,6 +410,13 @@ class SCENE_PT_audio(SceneButtonsPanel, bpy_types._GenericUI):
439
410
  """Returns the property from the path, raise an exception when not found."""
440
411
  ...
441
412
 
413
+ def poll(self, context):
414
+ """
415
+
416
+ :param context:
417
+ """
418
+ ...
419
+
442
420
  def pop(self):
443
421
  """Remove and return the value of the custom property assigned to key or default
444
422
  when not found (matches Python's dictionary function of the same name).
@@ -489,17 +467,11 @@ class SCENE_PT_audio(SceneButtonsPanel, bpy_types._GenericUI):
489
467
  """
490
468
  ...
491
469
 
492
- class SCENE_PT_custom_props(
493
- SceneButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
494
- ):
495
- """The subclass should have its own poll function
496
- and the variable '_context_path' MUST be set.
497
- """
498
-
470
+ class SCENE_PT_eevee_next_light_probes(SceneButtonsPanel, bpy_types._GenericUI):
471
+ COMPAT_ENGINES: typing.Any
499
472
  bl_context: typing.Any
500
473
  bl_label: typing.Any
501
474
  bl_options: typing.Any
502
- bl_order: typing.Any
503
475
  bl_region_type: typing.Any
504
476
  bl_rna: typing.Any
505
477
  bl_space_type: typing.Any
@@ -723,11 +695,12 @@ class SCENE_PT_custom_props(
723
695
  """
724
696
  ...
725
697
 
726
- class SCENE_PT_eevee_next_light_probes(SceneButtonsPanel, bpy_types._GenericUI):
727
- COMPAT_ENGINES: typing.Any
698
+ class SCENE_PT_keyframing_settings(
699
+ SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
700
+ ):
728
701
  bl_context: typing.Any
729
702
  bl_label: typing.Any
730
- bl_options: typing.Any
703
+ bl_parent_id: typing.Any
731
704
  bl_region_type: typing.Any
732
705
  bl_rna: typing.Any
733
706
  bl_space_type: typing.Any
@@ -772,6 +745,16 @@ class SCENE_PT_eevee_next_light_probes(SceneButtonsPanel, bpy_types._GenericUI):
772
745
  """
773
746
  ...
774
747
 
748
+ def draw_keyframing_settings(self, context, layout, ks, ksp):
749
+ """
750
+
751
+ :param context:
752
+ :param layout:
753
+ :param ks:
754
+ :param ksp:
755
+ """
756
+ ...
757
+
775
758
  def driver_add(self) -> bpy.types.FCurve:
776
759
  """Adds driver(s) to the given property
777
760
 
@@ -951,10 +934,12 @@ class SCENE_PT_eevee_next_light_probes(SceneButtonsPanel, bpy_types._GenericUI):
951
934
  """
952
935
  ...
953
936
 
954
- class SCENE_PT_physics(SceneButtonsPanel, bpy_types._GenericUI):
937
+ class SCENE_PT_keying_set_paths(
938
+ SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
939
+ ):
955
940
  bl_context: typing.Any
956
941
  bl_label: typing.Any
957
- bl_options: typing.Any
942
+ bl_parent_id: typing.Any
958
943
  bl_region_type: typing.Any
959
944
  bl_rna: typing.Any
960
945
  bl_space_type: typing.Any
@@ -999,10 +984,13 @@ class SCENE_PT_physics(SceneButtonsPanel, bpy_types._GenericUI):
999
984
  """
1000
985
  ...
1001
986
 
1002
- def draw_header(self, context):
987
+ def draw_keyframing_settings(self, context, layout, ks, ksp):
1003
988
  """
1004
989
 
1005
990
  :param context:
991
+ :param layout:
992
+ :param ks:
993
+ :param ksp:
1006
994
  """
1007
995
  ...
1008
996
 
@@ -1128,6 +1116,13 @@ class SCENE_PT_physics(SceneButtonsPanel, bpy_types._GenericUI):
1128
1116
  """Returns the property from the path, raise an exception when not found."""
1129
1117
  ...
1130
1118
 
1119
+ def poll(self, context):
1120
+ """
1121
+
1122
+ :param context:
1123
+ """
1124
+ ...
1125
+
1131
1126
  def pop(self):
1132
1127
  """Remove and return the value of the custom property assigned to key or default
1133
1128
  when not found (matches Python's dictionary function of the same name).
@@ -1178,7 +1173,9 @@ class SCENE_PT_physics(SceneButtonsPanel, bpy_types._GenericUI):
1178
1173
  """
1179
1174
  ...
1180
1175
 
1181
- class SCENE_PT_rigid_body_world(SceneButtonsPanel, bpy_types._GenericUI):
1176
+ class SCENE_PT_keying_sets(
1177
+ SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
1178
+ ):
1182
1179
  bl_context: typing.Any
1183
1180
  bl_label: typing.Any
1184
1181
  bl_options: typing.Any
@@ -1226,10 +1223,13 @@ class SCENE_PT_rigid_body_world(SceneButtonsPanel, bpy_types._GenericUI):
1226
1223
  """
1227
1224
  ...
1228
1225
 
1229
- def draw_header(self, context):
1226
+ def draw_keyframing_settings(self, context, layout, ks, ksp):
1230
1227
  """
1231
1228
 
1232
1229
  :param context:
1230
+ :param layout:
1231
+ :param ks:
1232
+ :param ksp:
1233
1233
  """
1234
1234
  ...
1235
1235
 
@@ -1405,9 +1405,10 @@ class SCENE_PT_rigid_body_world(SceneButtonsPanel, bpy_types._GenericUI):
1405
1405
  """
1406
1406
  ...
1407
1407
 
1408
- class SCENE_PT_scene(SceneButtonsPanel, bpy_types._GenericUI):
1408
+ class SCENE_PT_physics(SceneButtonsPanel, bpy_types._GenericUI):
1409
1409
  bl_context: typing.Any
1410
1410
  bl_label: typing.Any
1411
+ bl_options: typing.Any
1411
1412
  bl_region_type: typing.Any
1412
1413
  bl_rna: typing.Any
1413
1414
  bl_space_type: typing.Any
@@ -1452,6 +1453,13 @@ class SCENE_PT_scene(SceneButtonsPanel, bpy_types._GenericUI):
1452
1453
  """
1453
1454
  ...
1454
1455
 
1456
+ def draw_header(self, context):
1457
+ """
1458
+
1459
+ :param context:
1460
+ """
1461
+ ...
1462
+
1455
1463
  def driver_add(self) -> bpy.types.FCurve:
1456
1464
  """Adds driver(s) to the given property
1457
1465
 
@@ -1624,10 +1632,13 @@ class SCENE_PT_scene(SceneButtonsPanel, bpy_types._GenericUI):
1624
1632
  """
1625
1633
  ...
1626
1634
 
1627
- class SCENE_PT_simulation(SceneButtonsPanel, bpy_types._GenericUI):
1635
+ class SCENE_PT_rigid_body_cache(
1636
+ RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
1637
+ ):
1628
1638
  bl_context: typing.Any
1629
1639
  bl_label: typing.Any
1630
1640
  bl_options: typing.Any
1641
+ bl_parent_id: typing.Any
1631
1642
  bl_region_type: typing.Any
1632
1643
  bl_rna: typing.Any
1633
1644
  bl_space_type: typing.Any
@@ -1794,6 +1805,13 @@ class SCENE_PT_simulation(SceneButtonsPanel, bpy_types._GenericUI):
1794
1805
  """Returns the property from the path, raise an exception when not found."""
1795
1806
  ...
1796
1807
 
1808
+ def poll(self, context):
1809
+ """
1810
+
1811
+ :param context:
1812
+ """
1813
+ ...
1814
+
1797
1815
  def pop(self):
1798
1816
  """Remove and return the value of the custom property assigned to key or default
1799
1817
  when not found (matches Python's dictionary function of the same name).
@@ -1844,10 +1862,13 @@ class SCENE_PT_simulation(SceneButtonsPanel, bpy_types._GenericUI):
1844
1862
  """
1845
1863
  ...
1846
1864
 
1847
- class SCENE_PT_unit(SceneButtonsPanel, bpy_types._GenericUI):
1865
+ class SCENE_PT_rigid_body_field_weights(
1866
+ RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
1867
+ ):
1848
1868
  bl_context: typing.Any
1849
1869
  bl_label: typing.Any
1850
1870
  bl_options: typing.Any
1871
+ bl_parent_id: typing.Any
1851
1872
  bl_region_type: typing.Any
1852
1873
  bl_rna: typing.Any
1853
1874
  bl_space_type: typing.Any
@@ -2014,6 +2035,13 @@ class SCENE_PT_unit(SceneButtonsPanel, bpy_types._GenericUI):
2014
2035
  """Returns the property from the path, raise an exception when not found."""
2015
2036
  ...
2016
2037
 
2038
+ def poll(self, context):
2039
+ """
2040
+
2041
+ :param context:
2042
+ """
2043
+ ...
2044
+
2017
2045
  def pop(self):
2018
2046
  """Remove and return the value of the custom property assigned to key or default
2019
2047
  when not found (matches Python's dictionary function of the same name).
@@ -2064,12 +2092,10 @@ class SCENE_PT_unit(SceneButtonsPanel, bpy_types._GenericUI):
2064
2092
  """
2065
2093
  ...
2066
2094
 
2067
- class SCENE_PT_keyframing_settings(
2068
- SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
2069
- ):
2095
+ class SCENE_PT_rigid_body_world(SceneButtonsPanel, bpy_types._GenericUI):
2070
2096
  bl_context: typing.Any
2071
2097
  bl_label: typing.Any
2072
- bl_parent_id: typing.Any
2098
+ bl_options: typing.Any
2073
2099
  bl_region_type: typing.Any
2074
2100
  bl_rna: typing.Any
2075
2101
  bl_space_type: typing.Any
@@ -2114,13 +2140,10 @@ class SCENE_PT_keyframing_settings(
2114
2140
  """
2115
2141
  ...
2116
2142
 
2117
- def draw_keyframing_settings(self, context, layout, ks, ksp):
2143
+ def draw_header(self, context):
2118
2144
  """
2119
2145
 
2120
2146
  :param context:
2121
- :param layout:
2122
- :param ks:
2123
- :param ksp:
2124
2147
  """
2125
2148
  ...
2126
2149
 
@@ -2246,13 +2269,6 @@ class SCENE_PT_keyframing_settings(
2246
2269
  """Returns the property from the path, raise an exception when not found."""
2247
2270
  ...
2248
2271
 
2249
- def poll(self, context):
2250
- """
2251
-
2252
- :param context:
2253
- """
2254
- ...
2255
-
2256
2272
  def pop(self):
2257
2273
  """Remove and return the value of the custom property assigned to key or default
2258
2274
  when not found (matches Python's dictionary function of the same name).
@@ -2303,8 +2319,8 @@ class SCENE_PT_keyframing_settings(
2303
2319
  """
2304
2320
  ...
2305
2321
 
2306
- class SCENE_PT_keying_set_paths(
2307
- SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
2322
+ class SCENE_PT_rigid_body_world_settings(
2323
+ RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
2308
2324
  ):
2309
2325
  bl_context: typing.Any
2310
2326
  bl_label: typing.Any
@@ -2353,16 +2369,6 @@ class SCENE_PT_keying_set_paths(
2353
2369
  """
2354
2370
  ...
2355
2371
 
2356
- def draw_keyframing_settings(self, context, layout, ks, ksp):
2357
- """
2358
-
2359
- :param context:
2360
- :param layout:
2361
- :param ks:
2362
- :param ksp:
2363
- """
2364
- ...
2365
-
2366
2372
  def driver_add(self) -> bpy.types.FCurve:
2367
2373
  """Adds driver(s) to the given property
2368
2374
 
@@ -2542,12 +2548,9 @@ class SCENE_PT_keying_set_paths(
2542
2548
  """
2543
2549
  ...
2544
2550
 
2545
- class SCENE_PT_keying_sets(
2546
- SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
2547
- ):
2551
+ class SCENE_PT_scene(SceneButtonsPanel, bpy_types._GenericUI):
2548
2552
  bl_context: typing.Any
2549
2553
  bl_label: typing.Any
2550
- bl_options: typing.Any
2551
2554
  bl_region_type: typing.Any
2552
2555
  bl_rna: typing.Any
2553
2556
  bl_space_type: typing.Any
@@ -2592,16 +2595,6 @@ class SCENE_PT_keying_sets(
2592
2595
  """
2593
2596
  ...
2594
2597
 
2595
- def draw_keyframing_settings(self, context, layout, ks, ksp):
2596
- """
2597
-
2598
- :param context:
2599
- :param layout:
2600
- :param ks:
2601
- :param ksp:
2602
- """
2603
- ...
2604
-
2605
2598
  def driver_add(self) -> bpy.types.FCurve:
2606
2599
  """Adds driver(s) to the given property
2607
2600
 
@@ -2774,13 +2767,10 @@ class SCENE_PT_keying_sets(
2774
2767
  """
2775
2768
  ...
2776
2769
 
2777
- class SCENE_PT_rigid_body_cache(
2778
- RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
2779
- ):
2770
+ class SCENE_PT_simulation(SceneButtonsPanel, bpy_types._GenericUI):
2780
2771
  bl_context: typing.Any
2781
2772
  bl_label: typing.Any
2782
2773
  bl_options: typing.Any
2783
- bl_parent_id: typing.Any
2784
2774
  bl_region_type: typing.Any
2785
2775
  bl_rna: typing.Any
2786
2776
  bl_space_type: typing.Any
@@ -2947,13 +2937,6 @@ class SCENE_PT_rigid_body_cache(
2947
2937
  """Returns the property from the path, raise an exception when not found."""
2948
2938
  ...
2949
2939
 
2950
- def poll(self, context):
2951
- """
2952
-
2953
- :param context:
2954
- """
2955
- ...
2956
-
2957
2940
  def pop(self):
2958
2941
  """Remove and return the value of the custom property assigned to key or default
2959
2942
  when not found (matches Python's dictionary function of the same name).
@@ -3004,13 +2987,10 @@ class SCENE_PT_rigid_body_cache(
3004
2987
  """
3005
2988
  ...
3006
2989
 
3007
- class SCENE_PT_rigid_body_field_weights(
3008
- RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
3009
- ):
2990
+ class SCENE_PT_unit(SceneButtonsPanel, bpy_types._GenericUI):
3010
2991
  bl_context: typing.Any
3011
2992
  bl_label: typing.Any
3012
2993
  bl_options: typing.Any
3013
- bl_parent_id: typing.Any
3014
2994
  bl_region_type: typing.Any
3015
2995
  bl_rna: typing.Any
3016
2996
  bl_space_type: typing.Any
@@ -3177,13 +3157,6 @@ class SCENE_PT_rigid_body_field_weights(
3177
3157
  """Returns the property from the path, raise an exception when not found."""
3178
3158
  ...
3179
3159
 
3180
- def poll(self, context):
3181
- """
3182
-
3183
- :param context:
3184
- """
3185
- ...
3186
-
3187
3160
  def pop(self):
3188
3161
  """Remove and return the value of the custom property assigned to key or default
3189
3162
  when not found (matches Python's dictionary function of the same name).
@@ -3234,15 +3207,8 @@ class SCENE_PT_rigid_body_field_weights(
3234
3207
  """
3235
3208
  ...
3236
3209
 
3237
- class SCENE_PT_rigid_body_world_settings(
3238
- RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
3239
- ):
3240
- bl_context: typing.Any
3241
- bl_label: typing.Any
3242
- bl_parent_id: typing.Any
3243
- bl_region_type: typing.Any
3210
+ class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
3244
3211
  bl_rna: typing.Any
3245
- bl_space_type: typing.Any
3246
3212
  id_data: typing.Any
3247
3213
 
3248
3214
  def append(self, draw_func):
@@ -3277,10 +3243,27 @@ class SCENE_PT_rigid_body_world_settings(
3277
3243
  """
3278
3244
  ...
3279
3245
 
3280
- def draw(self, context):
3246
+ def draw_item(
3247
+ self,
3248
+ _context,
3249
+ layout,
3250
+ _data,
3251
+ item,
3252
+ icon,
3253
+ _active_data,
3254
+ _active_propname,
3255
+ _index,
3256
+ ):
3281
3257
  """
3282
3258
 
3283
- :param context:
3259
+ :param _context:
3260
+ :param layout:
3261
+ :param _data:
3262
+ :param item:
3263
+ :param icon:
3264
+ :param _active_data:
3265
+ :param _active_propname:
3266
+ :param _index:
3284
3267
  """
3285
3268
  ...
3286
3269
 
@@ -3406,13 +3389,6 @@ class SCENE_PT_rigid_body_world_settings(
3406
3389
  """Returns the property from the path, raise an exception when not found."""
3407
3390
  ...
3408
3391
 
3409
- def poll(self, context):
3410
- """
3411
-
3412
- :param context:
3413
- """
3414
- ...
3415
-
3416
3392
  def pop(self):
3417
3393
  """Remove and return the value of the custom property assigned to key or default
3418
3394
  when not found (matches Python's dictionary function of the same name).
@@ -3462,3 +3438,27 @@ class SCENE_PT_rigid_body_world_settings(
3462
3438
  :return: custom property values.
3463
3439
  """
3464
3440
  ...
3441
+
3442
+ class SceneKeyingSetsPanel:
3443
+ def draw_keyframing_settings(self, context, layout, ks, ksp):
3444
+ """
3445
+
3446
+ :param context:
3447
+ :param layout:
3448
+ :param ks:
3449
+ :param ksp:
3450
+ """
3451
+ ...
3452
+
3453
+ class RigidBodySubPanel(SceneButtonsPanel):
3454
+ bl_context: typing.Any
3455
+ bl_parent_id: typing.Any
3456
+ bl_region_type: typing.Any
3457
+ bl_space_type: typing.Any
3458
+
3459
+ def poll(self, context):
3460
+ """
3461
+
3462
+ :param context:
3463
+ """
3464
+ ...