fake-bpy-module 20240421__py3-none-any.whl → 20240422__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.
Files changed (187) hide show
  1. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  2. bl_operators/assets/__init__.pyi +12 -12
  3. bl_operators/geometry_nodes/__init__.pyi +256 -238
  4. bl_operators/node/__init__.pyi +262 -260
  5. bl_operators/object_quick_effects/__init__.pyi +19 -19
  6. bl_operators/presets/__init__.pyi +371 -368
  7. bl_operators/wm/__init__.pyi +4 -4
  8. bl_ui/__init__.pyi +3 -3
  9. bl_ui/anim/__init__.pyi +1 -1
  10. bl_ui/asset_shelf/__init__.pyi +1 -1
  11. bl_ui/generic_ui_list/__init__.pyi +3 -3
  12. bl_ui/node_add_menu/__init__.pyi +1 -1
  13. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  14. bl_ui/node_add_menu_geometry/__init__.pyi +50 -48
  15. bl_ui/node_add_menu_shader/__init__.pyi +10 -10
  16. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  17. bl_ui/properties_collection/__init__.pyi +39 -25
  18. bl_ui/properties_constraint/__init__.pyi +1257 -1041
  19. bl_ui/properties_data_armature/__init__.pyi +120 -96
  20. bl_ui/properties_data_bone/__init__.pyi +36 -29
  21. bl_ui/properties_data_camera/__init__.pyi +32 -14
  22. bl_ui/properties_data_curve/__init__.pyi +143 -116
  23. bl_ui/properties_data_curves/__init__.pyi +30 -25
  24. bl_ui/properties_data_empty/__init__.pyi +21 -21
  25. bl_ui/properties_data_gpencil/__init__.pyi +297 -260
  26. bl_ui/properties_data_grease_pencil/__init__.pyi +228 -205
  27. bl_ui/properties_data_lattice/__init__.pyi +25 -22
  28. bl_ui/properties_data_light/__init__.pyi +44 -31
  29. bl_ui/properties_data_lightprobe/__init__.pyi +54 -32
  30. bl_ui/properties_data_mesh/__init__.pyi +579 -570
  31. bl_ui/properties_data_metaball/__init__.pyi +29 -24
  32. bl_ui/properties_data_modifier/__init__.pyi +55 -43
  33. bl_ui/properties_data_pointcloud/__init__.pyi +146 -139
  34. bl_ui/properties_data_shaderfx/__init__.pyi +13 -13
  35. bl_ui/properties_data_speaker/__init__.pyi +27 -24
  36. bl_ui/properties_data_volume/__init__.pyi +75 -68
  37. bl_ui/properties_freestyle/__init__.pyi +407 -284
  38. bl_ui/properties_grease_pencil_common/__init__.pyi +13 -13
  39. bl_ui/properties_mask_common/__init__.pyi +7 -7
  40. bl_ui/properties_material/__init__.pyi +186 -162
  41. bl_ui/properties_material_gpencil/__init__.pyi +111 -87
  42. bl_ui/properties_object/__init__.pyi +102 -84
  43. bl_ui/properties_output/__init__.pyi +255 -228
  44. bl_ui/properties_paint_common/__init__.pyi +9 -9
  45. bl_ui/properties_particle/__init__.pyi +341 -254
  46. bl_ui/properties_physics_cloth/__init__.pyi +54 -33
  47. bl_ui/properties_physics_common/__init__.pyi +20 -20
  48. bl_ui/properties_physics_dynamicpaint/__init__.pyi +231 -193
  49. bl_ui/properties_physics_field/__init__.pyi +52 -36
  50. bl_ui/properties_physics_fluid/__init__.pyi +119 -96
  51. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -1
  52. bl_ui/properties_physics_rigidbody/__init__.pyi +36 -20
  53. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +51 -25
  54. bl_ui/properties_physics_softbody/__init__.pyi +62 -34
  55. bl_ui/properties_render/__init__.pyi +275 -187
  56. bl_ui/properties_scene/__init__.pyi +173 -154
  57. bl_ui/properties_texture/__init__.pyi +251 -205
  58. bl_ui/properties_view_layer/__init__.pyi +126 -93
  59. bl_ui/properties_workspace/__init__.pyi +82 -76
  60. bl_ui/properties_world/__init__.pyi +31 -26
  61. bl_ui/space_clip/__init__.pyi +495 -433
  62. bl_ui/space_console/__init__.pyi +6 -6
  63. bl_ui/space_dopesheet/__init__.pyi +209 -174
  64. bl_ui/space_filebrowser/__init__.pyi +691 -679
  65. bl_ui/space_graph/__init__.pyi +25 -20
  66. bl_ui/space_image/__init__.pyi +959 -845
  67. bl_ui/space_info/__init__.pyi +6 -6
  68. bl_ui/space_nla/__init__.pyi +26 -17
  69. bl_ui/space_node/__init__.pyi +49 -36
  70. bl_ui/space_outliner/__init__.pyi +14 -14
  71. bl_ui/space_properties/__init__.pyi +3 -3
  72. bl_ui/space_sequencer/__init__.pyi +510 -444
  73. bl_ui/space_spreadsheet/__init__.pyi +1 -1
  74. bl_ui/space_statusbar/__init__.pyi +1 -1
  75. bl_ui/space_text/__init__.pyi +16 -16
  76. bl_ui/space_time/__init__.pyi +27 -23
  77. bl_ui/space_toolsystem_common/__init__.pyi +1 -1
  78. bl_ui/space_toolsystem_toolbar/__init__.pyi +21 -4
  79. bl_ui/space_topbar/__init__.pyi +26 -26
  80. bl_ui/space_userpref/__init__.pyi +795 -658
  81. bl_ui/space_view3d/__init__.pyi +1460 -1428
  82. bl_ui/space_view3d_toolbar/__init__.pyi +2968 -2657
  83. bl_ui/temp_anim_layers/__init__.pyi +1 -1
  84. bmesh/types/__init__.pyi +13 -6
  85. bpy/app/__init__.pyi +4 -4
  86. bpy/app/icons/__init__.pyi +8 -6
  87. bpy/app/timers/__init__.pyi +10 -8
  88. bpy/app/translations/__init__.pyi +22 -20
  89. bpy/msgbus/__init__.pyi +4 -2
  90. bpy/ops/action/__init__.pyi +319 -316
  91. bpy/ops/anim/__init__.pyi +428 -428
  92. bpy/ops/armature/__init__.pyi +359 -358
  93. bpy/ops/asset/__init__.pyi +146 -146
  94. bpy/ops/boid/__init__.pyi +50 -50
  95. bpy/ops/brush/__init__.pyi +72 -72
  96. bpy/ops/buttons/__init__.pyi +128 -128
  97. bpy/ops/cachefile/__init__.pyi +124 -124
  98. bpy/ops/camera/__init__.pyi +22 -22
  99. bpy/ops/clip/__init__.pyi +773 -768
  100. bpy/ops/cloth/__init__.pyi +10 -10
  101. bpy/ops/collection/__init__.pyi +64 -64
  102. bpy/ops/console/__init__.pyi +150 -150
  103. bpy/ops/constraint/__init__.pyi +150 -150
  104. bpy/ops/curve/__init__.pyi +475 -472
  105. bpy/ops/curves/__init__.pyi +247 -244
  106. bpy/ops/cycles/__init__.pyi +18 -18
  107. bpy/ops/dpaint/__init__.pyi +34 -34
  108. bpy/ops/ed/__init__.pyi +122 -122
  109. bpy/ops/export_anim/__init__.pyi +18 -18
  110. bpy/ops/export_mesh/__init__.pyi +26 -26
  111. bpy/ops/export_scene/__init__.pyi +333 -307
  112. bpy/ops/file/__init__.pyi +340 -340
  113. bpy/ops/fluid/__init__.pyi +88 -88
  114. bpy/ops/font/__init__.pyi +252 -252
  115. bpy/ops/geometry/__init__.pyi +86 -86
  116. bpy/ops/gizmogroup/__init__.pyi +22 -22
  117. bpy/ops/gpencil/__init__.pyi +1459 -1444
  118. bpy/ops/graph/__init__.pyi +645 -642
  119. bpy/ops/grease_pencil/__init__.pyi +441 -436
  120. bpy/ops/image/__init__.pyi +614 -612
  121. bpy/ops/import_anim/__init__.pyi +26 -26
  122. bpy/ops/import_curve/__init__.pyi +6 -6
  123. bpy/ops/import_mesh/__init__.pyi +20 -18
  124. bpy/ops/import_scene/__init__.pyi +92 -86
  125. bpy/ops/info/__init__.pyi +60 -60
  126. bpy/ops/lattice/__init__.pyi +64 -64
  127. bpy/ops/marker/__init__.pyi +106 -106
  128. bpy/ops/mask/__init__.pyi +321 -318
  129. bpy/ops/material/__init__.pyi +18 -18
  130. bpy/ops/mball/__init__.pyi +71 -70
  131. bpy/ops/mesh/__init__.pyi +1997 -1990
  132. bpy/ops/nla/__init__.pyi +330 -329
  133. bpy/ops/node/__init__.pyi +867 -852
  134. bpy/ops/object/__init__.pyi +2433 -2430
  135. bpy/ops/outliner/__init__.pyi +498 -498
  136. bpy/ops/paint/__init__.pyi +554 -544
  137. bpy/ops/paintcurve/__init__.pyi +64 -64
  138. bpy/ops/palette/__init__.pyi +48 -48
  139. bpy/ops/particle/__init__.pyi +266 -264
  140. bpy/ops/pose/__init__.pyi +336 -336
  141. bpy/ops/poselib/__init__.pyi +70 -70
  142. bpy/ops/preferences/__init__.pyi +338 -336
  143. bpy/ops/ptcache/__init__.pyi +46 -46
  144. bpy/ops/render/__init__.pyi +114 -114
  145. bpy/ops/rigidbody/__init__.pyi +102 -102
  146. bpy/ops/scene/__init__.pyi +270 -270
  147. bpy/ops/screen/__init__.pyi +378 -378
  148. bpy/ops/script/__init__.pyi +18 -18
  149. bpy/ops/sculpt/__init__.pyi +411 -405
  150. bpy/ops/sculpt_curves/__init__.pyi +42 -40
  151. bpy/ops/sequencer/__init__.pyi +1053 -1040
  152. bpy/ops/sound/__init__.pyi +208 -208
  153. bpy/ops/spreadsheet/__init__.pyi +30 -30
  154. bpy/ops/surface/__init__.pyi +108 -108
  155. bpy/ops/text/__init__.pyi +382 -382
  156. bpy/ops/text_editor/__init__.pyi +10 -10
  157. bpy/ops/texture/__init__.pyi +26 -26
  158. bpy/ops/transform/__init__.pyi +826 -790
  159. bpy/ops/ui/__init__.pyi +216 -216
  160. bpy/ops/uilist/__init__.pyi +20 -20
  161. bpy/ops/uv/__init__.pyi +605 -600
  162. bpy/ops/view2d/__init__.pyi +156 -156
  163. bpy/ops/view3d/__init__.pyi +578 -576
  164. bpy/ops/wm/__init__.pyi +2412 -2376
  165. bpy/ops/workspace/__init__.pyi +42 -42
  166. bpy/ops/world/__init__.pyi +6 -6
  167. bpy/path/__init__.pyi +48 -33
  168. bpy/props/__init__.pyi +263 -261
  169. bpy/types/__init__.pyi +106351 -103198
  170. bpy/utils/__init__.pyi +87 -52
  171. bpy/utils/previews/__init__.pyi +2 -2
  172. bpy/utils/units/__init__.pyi +20 -17
  173. bpy_extras/anim_utils/__init__.pyi +9 -2
  174. bpy_extras/io_utils/__init__.pyi +2 -1
  175. bpy_extras/view3d_utils/__init__.pyi +2 -1
  176. bpy_types/__init__.pyi +236 -236
  177. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/METADATA +1 -1
  178. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/RECORD +187 -187
  179. freestyle/chainingiterators/__init__.pyi +7 -2
  180. freestyle/types/__init__.pyi +8 -3
  181. gpu_extras/presets/__init__.pyi +14 -2
  182. keyingsets_builtins/__init__.pyi +92 -92
  183. mathutils/__init__.pyi +9 -5
  184. mathutils/geometry/__init__.pyi +8 -4
  185. nodeitems_builtins/__init__.pyi +7 -7
  186. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/WHEEL +0 -0
  187. {fake_bpy_module-20240421.dist-info → fake_bpy_module-20240422.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,6 @@
1
1
  import typing
2
2
  import bpy_types
3
+ import rna_prop_ui
3
4
 
4
5
  GenericType = typing.TypeVar("GenericType")
5
6
 
@@ -15,27 +16,25 @@ class SceneButtonsPanel:
15
16
  bl_space_type: typing.Any
16
17
  """ """
17
18
 
18
- class SCENE_PT_audio(bpy_types._GenericUI):
19
- """ """
20
-
21
- bl_context: typing.Any
19
+ class SceneKeyingSetsPanel:
22
20
  """ """
23
21
 
24
- bl_label: typing.Any
25
- """ """
22
+ def draw_keyframing_settings(self, context, layout, ks, ksp):
23
+ """
26
24
 
27
- bl_options: typing.Any
28
- """ """
25
+ :param context:
26
+ :param layout:
27
+ :param ks:
28
+ :param ksp:
29
+ """
30
+ ...
29
31
 
30
- bl_region_type: typing.Any
32
+ class SCENE_UL_keying_set_paths(bpy_types.UIList, bpy_types._GenericUI):
31
33
  """ """
32
34
 
33
35
  bl_rna: typing.Any
34
36
  """ """
35
37
 
36
- bl_space_type: typing.Any
37
- """ """
38
-
39
38
  id_data: typing.Any
40
39
  """ """
41
40
 
@@ -58,10 +57,27 @@ class SCENE_PT_audio(bpy_types._GenericUI):
58
57
  """ """
59
58
  ...
60
59
 
61
- def draw(self, context):
60
+ def draw_item(
61
+ self,
62
+ _context,
63
+ layout,
64
+ _data,
65
+ item,
66
+ icon,
67
+ _active_data,
68
+ _active_propname,
69
+ _index,
70
+ ):
62
71
  """
63
72
 
64
- :param context:
73
+ :param _context:
74
+ :param layout:
75
+ :param _data:
76
+ :param item:
77
+ :param icon:
78
+ :param _active_data:
79
+ :param _active_propname:
80
+ :param _index:
65
81
  """
66
82
  ...
67
83
 
@@ -167,19 +183,38 @@ class SCENE_PT_audio(bpy_types._GenericUI):
167
183
  """ """
168
184
  ...
169
185
 
170
- class SCENE_PT_custom_props(bpy_types._GenericUI):
186
+ class RigidBodySubPanel(SceneButtonsPanel):
171
187
  """ """
172
188
 
173
189
  bl_context: typing.Any
174
190
  """ """
175
191
 
176
- bl_label: typing.Any
192
+ bl_parent_id: typing.Any
177
193
  """ """
178
194
 
179
- bl_options: typing.Any
195
+ bl_region_type: typing.Any
180
196
  """ """
181
197
 
182
- bl_order: typing.Any
198
+ bl_space_type: typing.Any
199
+ """ """
200
+
201
+ def poll(self, context):
202
+ """
203
+
204
+ :param context:
205
+ """
206
+ ...
207
+
208
+ class SCENE_PT_audio(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
209
+ """ """
210
+
211
+ bl_context: typing.Any
212
+ """ """
213
+
214
+ bl_label: typing.Any
215
+ """ """
216
+
217
+ bl_options: typing.Any
183
218
  """ """
184
219
 
185
220
  bl_region_type: typing.Any
@@ -288,13 +323,6 @@ class SCENE_PT_custom_props(bpy_types._GenericUI):
288
323
  """ """
289
324
  ...
290
325
 
291
- def poll(self, context):
292
- """
293
-
294
- :param context:
295
- """
296
- ...
297
-
298
326
  def pop(self):
299
327
  """ """
300
328
  ...
@@ -329,10 +357,9 @@ class SCENE_PT_custom_props(bpy_types._GenericUI):
329
357
  """ """
330
358
  ...
331
359
 
332
- class SCENE_PT_eevee_next_light_probes(bpy_types._GenericUI):
333
- """ """
334
-
335
- COMPAT_ENGINES: typing.Any
360
+ class SCENE_PT_custom_props(
361
+ bpy_types.Panel, SceneButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
362
+ ):
336
363
  """ """
337
364
 
338
365
  bl_context: typing.Any
@@ -344,6 +371,9 @@ class SCENE_PT_eevee_next_light_probes(bpy_types._GenericUI):
344
371
  bl_options: typing.Any
345
372
  """ """
346
373
 
374
+ bl_order: typing.Any
375
+ """ """
376
+
347
377
  bl_region_type: typing.Any
348
378
  """ """
349
379
 
@@ -491,7 +521,12 @@ class SCENE_PT_eevee_next_light_probes(bpy_types._GenericUI):
491
521
  """ """
492
522
  ...
493
523
 
494
- class SCENE_PT_keyframing_settings(bpy_types._GenericUI):
524
+ class SCENE_PT_eevee_next_light_probes(
525
+ bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI
526
+ ):
527
+ """ """
528
+
529
+ COMPAT_ENGINES: typing.Any
495
530
  """ """
496
531
 
497
532
  bl_context: typing.Any
@@ -500,7 +535,7 @@ class SCENE_PT_keyframing_settings(bpy_types._GenericUI):
500
535
  bl_label: typing.Any
501
536
  """ """
502
537
 
503
- bl_parent_id: typing.Any
538
+ bl_options: typing.Any
504
539
  """ """
505
540
 
506
541
  bl_region_type: typing.Any
@@ -541,16 +576,6 @@ class SCENE_PT_keyframing_settings(bpy_types._GenericUI):
541
576
  """
542
577
  ...
543
578
 
544
- def draw_keyframing_settings(self, context, layout, ks, ksp):
545
- """
546
-
547
- :param context:
548
- :param layout:
549
- :param ks:
550
- :param ksp:
551
- """
552
- ...
553
-
554
579
  def driver_add(self):
555
580
  """ """
556
581
  ...
@@ -660,7 +685,7 @@ class SCENE_PT_keyframing_settings(bpy_types._GenericUI):
660
685
  """ """
661
686
  ...
662
687
 
663
- class SCENE_PT_keying_set_paths(bpy_types._GenericUI):
688
+ class SCENE_PT_physics(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
664
689
  """ """
665
690
 
666
691
  bl_context: typing.Any
@@ -669,7 +694,7 @@ class SCENE_PT_keying_set_paths(bpy_types._GenericUI):
669
694
  bl_label: typing.Any
670
695
  """ """
671
696
 
672
- bl_parent_id: typing.Any
697
+ bl_options: typing.Any
673
698
  """ """
674
699
 
675
700
  bl_region_type: typing.Any
@@ -710,13 +735,10 @@ class SCENE_PT_keying_set_paths(bpy_types._GenericUI):
710
735
  """
711
736
  ...
712
737
 
713
- def draw_keyframing_settings(self, context, layout, ks, ksp):
738
+ def draw_header(self, context):
714
739
  """
715
740
 
716
741
  :param context:
717
- :param layout:
718
- :param ks:
719
- :param ksp:
720
742
  """
721
743
  ...
722
744
 
@@ -788,13 +810,6 @@ class SCENE_PT_keying_set_paths(bpy_types._GenericUI):
788
810
  """ """
789
811
  ...
790
812
 
791
- def poll(self, context):
792
- """
793
-
794
- :param context:
795
- """
796
- ...
797
-
798
813
  def pop(self):
799
814
  """ """
800
815
  ...
@@ -829,7 +844,9 @@ class SCENE_PT_keying_set_paths(bpy_types._GenericUI):
829
844
  """ """
830
845
  ...
831
846
 
832
- class SCENE_PT_keying_sets(bpy_types._GenericUI):
847
+ class SCENE_PT_rigid_body_world(
848
+ bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI
849
+ ):
833
850
  """ """
834
851
 
835
852
  bl_context: typing.Any
@@ -879,13 +896,10 @@ class SCENE_PT_keying_sets(bpy_types._GenericUI):
879
896
  """
880
897
  ...
881
898
 
882
- def draw_keyframing_settings(self, context, layout, ks, ksp):
899
+ def draw_header(self, context):
883
900
  """
884
901
 
885
902
  :param context:
886
- :param layout:
887
- :param ks:
888
- :param ksp:
889
903
  """
890
904
  ...
891
905
 
@@ -991,7 +1005,7 @@ class SCENE_PT_keying_sets(bpy_types._GenericUI):
991
1005
  """ """
992
1006
  ...
993
1007
 
994
- class SCENE_PT_physics(bpy_types._GenericUI):
1008
+ class SCENE_PT_scene(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
995
1009
  """ """
996
1010
 
997
1011
  bl_context: typing.Any
@@ -1000,9 +1014,6 @@ class SCENE_PT_physics(bpy_types._GenericUI):
1000
1014
  bl_label: typing.Any
1001
1015
  """ """
1002
1016
 
1003
- bl_options: typing.Any
1004
- """ """
1005
-
1006
1017
  bl_region_type: typing.Any
1007
1018
  """ """
1008
1019
 
@@ -1041,13 +1052,6 @@ class SCENE_PT_physics(bpy_types._GenericUI):
1041
1052
  """
1042
1053
  ...
1043
1054
 
1044
- def draw_header(self, context):
1045
- """
1046
-
1047
- :param context:
1048
- """
1049
- ...
1050
-
1051
1055
  def driver_add(self):
1052
1056
  """ """
1053
1057
  ...
@@ -1150,7 +1154,7 @@ class SCENE_PT_physics(bpy_types._GenericUI):
1150
1154
  """ """
1151
1155
  ...
1152
1156
 
1153
- class SCENE_PT_rigid_body_cache(bpy_types._GenericUI):
1157
+ class SCENE_PT_simulation(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
1154
1158
  """ """
1155
1159
 
1156
1160
  bl_context: typing.Any
@@ -1162,9 +1166,6 @@ class SCENE_PT_rigid_body_cache(bpy_types._GenericUI):
1162
1166
  bl_options: typing.Any
1163
1167
  """ """
1164
1168
 
1165
- bl_parent_id: typing.Any
1166
- """ """
1167
-
1168
1169
  bl_region_type: typing.Any
1169
1170
  """ """
1170
1171
 
@@ -1271,13 +1272,6 @@ class SCENE_PT_rigid_body_cache(bpy_types._GenericUI):
1271
1272
  """ """
1272
1273
  ...
1273
1274
 
1274
- def poll(self, context):
1275
- """
1276
-
1277
- :param context:
1278
- """
1279
- ...
1280
-
1281
1275
  def pop(self):
1282
1276
  """ """
1283
1277
  ...
@@ -1312,7 +1306,7 @@ class SCENE_PT_rigid_body_cache(bpy_types._GenericUI):
1312
1306
  """ """
1313
1307
  ...
1314
1308
 
1315
- class SCENE_PT_rigid_body_field_weights(bpy_types._GenericUI):
1309
+ class SCENE_PT_unit(bpy_types.Panel, SceneButtonsPanel, bpy_types._GenericUI):
1316
1310
  """ """
1317
1311
 
1318
1312
  bl_context: typing.Any
@@ -1324,9 +1318,6 @@ class SCENE_PT_rigid_body_field_weights(bpy_types._GenericUI):
1324
1318
  bl_options: typing.Any
1325
1319
  """ """
1326
1320
 
1327
- bl_parent_id: typing.Any
1328
- """ """
1329
-
1330
1321
  bl_region_type: typing.Any
1331
1322
  """ """
1332
1323
 
@@ -1433,13 +1424,6 @@ class SCENE_PT_rigid_body_field_weights(bpy_types._GenericUI):
1433
1424
  """ """
1434
1425
  ...
1435
1426
 
1436
- def poll(self, context):
1437
- """
1438
-
1439
- :param context:
1440
- """
1441
- ...
1442
-
1443
1427
  def pop(self):
1444
1428
  """ """
1445
1429
  ...
@@ -1474,7 +1458,9 @@ class SCENE_PT_rigid_body_field_weights(bpy_types._GenericUI):
1474
1458
  """ """
1475
1459
  ...
1476
1460
 
1477
- class SCENE_PT_rigid_body_world(bpy_types._GenericUI):
1461
+ class SCENE_PT_keyframing_settings(
1462
+ bpy_types.Panel, SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
1463
+ ):
1478
1464
  """ """
1479
1465
 
1480
1466
  bl_context: typing.Any
@@ -1483,7 +1469,7 @@ class SCENE_PT_rigid_body_world(bpy_types._GenericUI):
1483
1469
  bl_label: typing.Any
1484
1470
  """ """
1485
1471
 
1486
- bl_options: typing.Any
1472
+ bl_parent_id: typing.Any
1487
1473
  """ """
1488
1474
 
1489
1475
  bl_region_type: typing.Any
@@ -1524,10 +1510,13 @@ class SCENE_PT_rigid_body_world(bpy_types._GenericUI):
1524
1510
  """
1525
1511
  ...
1526
1512
 
1527
- def draw_header(self, context):
1513
+ def draw_keyframing_settings(self, context, layout, ks, ksp):
1528
1514
  """
1529
1515
 
1530
1516
  :param context:
1517
+ :param layout:
1518
+ :param ks:
1519
+ :param ksp:
1531
1520
  """
1532
1521
  ...
1533
1522
 
@@ -1599,6 +1588,13 @@ class SCENE_PT_rigid_body_world(bpy_types._GenericUI):
1599
1588
  """ """
1600
1589
  ...
1601
1590
 
1591
+ def poll(self, context):
1592
+ """
1593
+
1594
+ :param context:
1595
+ """
1596
+ ...
1597
+
1602
1598
  def pop(self):
1603
1599
  """ """
1604
1600
  ...
@@ -1633,7 +1629,9 @@ class SCENE_PT_rigid_body_world(bpy_types._GenericUI):
1633
1629
  """ """
1634
1630
  ...
1635
1631
 
1636
- class SCENE_PT_rigid_body_world_settings(bpy_types._GenericUI):
1632
+ class SCENE_PT_keying_set_paths(
1633
+ bpy_types.Panel, SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
1634
+ ):
1637
1635
  """ """
1638
1636
 
1639
1637
  bl_context: typing.Any
@@ -1683,6 +1681,16 @@ class SCENE_PT_rigid_body_world_settings(bpy_types._GenericUI):
1683
1681
  """
1684
1682
  ...
1685
1683
 
1684
+ def draw_keyframing_settings(self, context, layout, ks, ksp):
1685
+ """
1686
+
1687
+ :param context:
1688
+ :param layout:
1689
+ :param ks:
1690
+ :param ksp:
1691
+ """
1692
+ ...
1693
+
1686
1694
  def driver_add(self):
1687
1695
  """ """
1688
1696
  ...
@@ -1792,7 +1800,9 @@ class SCENE_PT_rigid_body_world_settings(bpy_types._GenericUI):
1792
1800
  """ """
1793
1801
  ...
1794
1802
 
1795
- class SCENE_PT_scene(bpy_types._GenericUI):
1803
+ class SCENE_PT_keying_sets(
1804
+ bpy_types.Panel, SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
1805
+ ):
1796
1806
  """ """
1797
1807
 
1798
1808
  bl_context: typing.Any
@@ -1801,6 +1811,9 @@ class SCENE_PT_scene(bpy_types._GenericUI):
1801
1811
  bl_label: typing.Any
1802
1812
  """ """
1803
1813
 
1814
+ bl_options: typing.Any
1815
+ """ """
1816
+
1804
1817
  bl_region_type: typing.Any
1805
1818
  """ """
1806
1819
 
@@ -1839,6 +1852,16 @@ class SCENE_PT_scene(bpy_types._GenericUI):
1839
1852
  """
1840
1853
  ...
1841
1854
 
1855
+ def draw_keyframing_settings(self, context, layout, ks, ksp):
1856
+ """
1857
+
1858
+ :param context:
1859
+ :param layout:
1860
+ :param ks:
1861
+ :param ksp:
1862
+ """
1863
+ ...
1864
+
1842
1865
  def driver_add(self):
1843
1866
  """ """
1844
1867
  ...
@@ -1941,7 +1964,9 @@ class SCENE_PT_scene(bpy_types._GenericUI):
1941
1964
  """ """
1942
1965
  ...
1943
1966
 
1944
- class SCENE_PT_simulation(bpy_types._GenericUI):
1967
+ class SCENE_PT_rigid_body_cache(
1968
+ bpy_types.Panel, RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
1969
+ ):
1945
1970
  """ """
1946
1971
 
1947
1972
  bl_context: typing.Any
@@ -1953,6 +1978,9 @@ class SCENE_PT_simulation(bpy_types._GenericUI):
1953
1978
  bl_options: typing.Any
1954
1979
  """ """
1955
1980
 
1981
+ bl_parent_id: typing.Any
1982
+ """ """
1983
+
1956
1984
  bl_region_type: typing.Any
1957
1985
  """ """
1958
1986
 
@@ -2059,6 +2087,13 @@ class SCENE_PT_simulation(bpy_types._GenericUI):
2059
2087
  """ """
2060
2088
  ...
2061
2089
 
2090
+ def poll(self, context):
2091
+ """
2092
+
2093
+ :param context:
2094
+ """
2095
+ ...
2096
+
2062
2097
  def pop(self):
2063
2098
  """ """
2064
2099
  ...
@@ -2093,7 +2128,9 @@ class SCENE_PT_simulation(bpy_types._GenericUI):
2093
2128
  """ """
2094
2129
  ...
2095
2130
 
2096
- class SCENE_PT_unit(bpy_types._GenericUI):
2131
+ class SCENE_PT_rigid_body_field_weights(
2132
+ bpy_types.Panel, RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
2133
+ ):
2097
2134
  """ """
2098
2135
 
2099
2136
  bl_context: typing.Any
@@ -2105,6 +2142,9 @@ class SCENE_PT_unit(bpy_types._GenericUI):
2105
2142
  bl_options: typing.Any
2106
2143
  """ """
2107
2144
 
2145
+ bl_parent_id: typing.Any
2146
+ """ """
2147
+
2108
2148
  bl_region_type: typing.Any
2109
2149
  """ """
2110
2150
 
@@ -2211,6 +2251,13 @@ class SCENE_PT_unit(bpy_types._GenericUI):
2211
2251
  """ """
2212
2252
  ...
2213
2253
 
2254
+ def poll(self, context):
2255
+ """
2256
+
2257
+ :param context:
2258
+ """
2259
+ ...
2260
+
2214
2261
  def pop(self):
2215
2262
  """ """
2216
2263
  ...
@@ -2245,12 +2292,29 @@ class SCENE_PT_unit(bpy_types._GenericUI):
2245
2292
  """ """
2246
2293
  ...
2247
2294
 
2248
- class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
2295
+ class SCENE_PT_rigid_body_world_settings(
2296
+ bpy_types.Panel, RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
2297
+ ):
2298
+ """ """
2299
+
2300
+ bl_context: typing.Any
2301
+ """ """
2302
+
2303
+ bl_label: typing.Any
2304
+ """ """
2305
+
2306
+ bl_parent_id: typing.Any
2307
+ """ """
2308
+
2309
+ bl_region_type: typing.Any
2249
2310
  """ """
2250
2311
 
2251
2312
  bl_rna: typing.Any
2252
2313
  """ """
2253
2314
 
2315
+ bl_space_type: typing.Any
2316
+ """ """
2317
+
2254
2318
  id_data: typing.Any
2255
2319
  """ """
2256
2320
 
@@ -2273,27 +2337,10 @@ class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
2273
2337
  """ """
2274
2338
  ...
2275
2339
 
2276
- def draw_item(
2277
- self,
2278
- _context,
2279
- layout,
2280
- _data,
2281
- item,
2282
- icon,
2283
- _active_data,
2284
- _active_propname,
2285
- _index,
2286
- ):
2340
+ def draw(self, context):
2287
2341
  """
2288
2342
 
2289
- :param _context:
2290
- :param layout:
2291
- :param _data:
2292
- :param item:
2293
- :param icon:
2294
- :param _active_data:
2295
- :param _active_propname:
2296
- :param _index:
2343
+ :param context:
2297
2344
  """
2298
2345
  ...
2299
2346
 
@@ -2365,6 +2412,13 @@ class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
2365
2412
  """ """
2366
2413
  ...
2367
2414
 
2415
+ def poll(self, context):
2416
+ """
2417
+
2418
+ :param context:
2419
+ """
2420
+ ...
2421
+
2368
2422
  def pop(self):
2369
2423
  """ """
2370
2424
  ...
@@ -2398,38 +2452,3 @@ class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
2398
2452
  def values(self):
2399
2453
  """ """
2400
2454
  ...
2401
-
2402
- class SceneKeyingSetsPanel:
2403
- """ """
2404
-
2405
- def draw_keyframing_settings(self, context, layout, ks, ksp):
2406
- """
2407
-
2408
- :param context:
2409
- :param layout:
2410
- :param ks:
2411
- :param ksp:
2412
- """
2413
- ...
2414
-
2415
- class RigidBodySubPanel(SceneButtonsPanel):
2416
- """ """
2417
-
2418
- bl_context: typing.Any
2419
- """ """
2420
-
2421
- bl_parent_id: typing.Any
2422
- """ """
2423
-
2424
- bl_region_type: typing.Any
2425
- """ """
2426
-
2427
- bl_space_type: typing.Any
2428
- """ """
2429
-
2430
- def poll(self, context):
2431
- """
2432
-
2433
- :param context:
2434
- """
2435
- ...