fake-bpy-module 20240705__py3-none-any.whl → 20240707__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 (317) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/extensions/__init__.pyi +1 -0
  3. _bpy_internal/extensions/junction_module/__init__.pyi +1 -0
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -0
  5. _bpy_internal/freedesktop/__init__.pyi +1 -0
  6. addon_utils/__init__.pyi +1 -0
  7. animsys_refactor/__init__.pyi +1 -0
  8. aud/__init__.pyi +1 -0
  9. bgl/__init__.pyi +1 -0
  10. bl_app_override/__init__.pyi +1 -0
  11. bl_app_override/helpers/__init__.pyi +1 -0
  12. bl_app_template_utils/__init__.pyi +1 -0
  13. bl_console_utils/__init__.pyi +1 -0
  14. bl_console_utils/autocomplete/__init__.pyi +1 -0
  15. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
  16. bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
  18. bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
  19. bl_i18n_utils/__init__.pyi +1 -0
  20. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  21. bl_i18n_utils/merge_po/__init__.pyi +1 -0
  22. bl_i18n_utils/settings/__init__.pyi +1 -0
  23. bl_i18n_utils/utils/__init__.pyi +1 -0
  24. bl_i18n_utils/utils_cli/__init__.pyi +1 -0
  25. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
  26. bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
  27. bl_keymap_utils/__init__.pyi +1 -0
  28. bl_keymap_utils/io/__init__.pyi +1 -0
  29. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
  30. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
  31. bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
  32. bl_keymap_utils/versioning/__init__.pyi +1 -0
  33. bl_math/__init__.pyi +1 -0
  34. bl_operators/__init__.pyi +1 -0
  35. bl_operators/add_mesh_torus/__init__.pyi +1 -0
  36. bl_operators/anim/__init__.pyi +1 -0
  37. bl_operators/assets/__init__.pyi +9 -8
  38. bl_operators/bmesh/__init__.pyi +1 -0
  39. bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
  40. bl_operators/clip/__init__.pyi +1 -0
  41. bl_operators/connect_to_output/__init__.pyi +1 -0
  42. bl_operators/console/__init__.pyi +1 -0
  43. bl_operators/constraint/__init__.pyi +1 -0
  44. bl_operators/file/__init__.pyi +1 -0
  45. bl_operators/freestyle/__init__.pyi +1 -0
  46. bl_operators/geometry_nodes/__init__.pyi +1 -0
  47. bl_operators/image/__init__.pyi +1 -0
  48. bl_operators/image_as_planes/__init__.pyi +44 -43
  49. bl_operators/mesh/__init__.pyi +1 -0
  50. bl_operators/node/__init__.pyi +235 -234
  51. bl_operators/node_editor/__init__.pyi +1 -0
  52. bl_operators/node_editor/node_functions/__init__.pyi +1 -0
  53. bl_operators/object/__init__.pyi +1 -0
  54. bl_operators/object_align/__init__.pyi +1 -0
  55. bl_operators/object_quick_effects/__init__.pyi +22 -21
  56. bl_operators/object_randomize_transform/__init__.pyi +1 -0
  57. bl_operators/presets/__init__.pyi +389 -388
  58. bl_operators/rigidbody/__init__.pyi +1 -0
  59. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
  60. bl_operators/sequencer/__init__.pyi +1 -0
  61. bl_operators/spreadsheet/__init__.pyi +1 -0
  62. bl_operators/userpref/__init__.pyi +1 -0
  63. bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
  64. bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
  65. bl_operators/uvcalc_transform/__init__.pyi +1 -0
  66. bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
  67. bl_operators/view3d/__init__.pyi +1 -0
  68. bl_operators/wm/__init__.pyi +1 -0
  69. bl_operators/world/__init__.pyi +1 -0
  70. bl_previews_utils/__init__.pyi +1 -0
  71. bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
  72. bl_rna_utils/__init__.pyi +1 -0
  73. bl_rna_utils/data_path/__init__.pyi +1 -0
  74. bl_text_utils/__init__.pyi +1 -0
  75. bl_text_utils/external_editor/__init__.pyi +1 -0
  76. bl_ui/__init__.pyi +1 -0
  77. bl_ui/anim/__init__.pyi +1 -0
  78. bl_ui/asset_shelf/__init__.pyi +1 -0
  79. bl_ui/generic_ui_list/__init__.pyi +1 -0
  80. bl_ui/node_add_menu/__init__.pyi +1 -0
  81. bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
  82. bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
  83. bl_ui/node_add_menu_shader/__init__.pyi +1 -0
  84. bl_ui/node_add_menu_texture/__init__.pyi +1 -0
  85. bl_ui/properties_animviz/__init__.pyi +1 -0
  86. bl_ui/properties_collection/__init__.pyi +13 -12
  87. bl_ui/properties_constraint/__init__.pyi +955 -954
  88. bl_ui/properties_data_armature/__init__.pyi +86 -85
  89. bl_ui/properties_data_bone/__init__.pyi +13 -12
  90. bl_ui/properties_data_camera/__init__.pyi +1 -0
  91. bl_ui/properties_data_curve/__init__.pyi +93 -92
  92. bl_ui/properties_data_curves/__init__.pyi +13 -12
  93. bl_ui/properties_data_empty/__init__.pyi +13 -12
  94. bl_ui/properties_data_gpencil/__init__.pyi +266 -265
  95. bl_ui/properties_data_grease_pencil/__init__.pyi +313 -312
  96. bl_ui/properties_data_lattice/__init__.pyi +13 -12
  97. bl_ui/properties_data_light/__init__.pyi +13 -12
  98. bl_ui/properties_data_lightprobe/__init__.pyi +13 -12
  99. bl_ui/properties_data_mesh/__init__.pyi +528 -527
  100. bl_ui/properties_data_metaball/__init__.pyi +13 -12
  101. bl_ui/properties_data_modifier/__init__.pyi +20 -19
  102. bl_ui/properties_data_pointcloud/__init__.pyi +141 -140
  103. bl_ui/properties_data_shaderfx/__init__.pyi +6 -5
  104. bl_ui/properties_data_speaker/__init__.pyi +13 -12
  105. bl_ui/properties_data_volume/__init__.pyi +66 -65
  106. bl_ui/properties_freestyle/__init__.pyi +249 -248
  107. bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
  108. bl_ui/properties_mask_common/__init__.pyi +1 -0
  109. bl_ui/properties_material/__init__.pyi +146 -145
  110. bl_ui/properties_material_gpencil/__init__.pyi +87 -86
  111. bl_ui/properties_object/__init__.pyi +76 -75
  112. bl_ui/properties_output/__init__.pyi +202 -201
  113. bl_ui/properties_paint_common/__init__.pyi +1 -0
  114. bl_ui/properties_particle/__init__.pyi +221 -220
  115. bl_ui/properties_physics_cloth/__init__.pyi +13 -12
  116. bl_ui/properties_physics_common/__init__.pyi +13 -12
  117. bl_ui/properties_physics_dynamicpaint/__init__.pyi +188 -187
  118. bl_ui/properties_physics_field/__init__.pyi +20 -19
  119. bl_ui/properties_physics_fluid/__init__.pyi +62 -61
  120. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
  121. bl_ui/properties_physics_rigidbody/__init__.pyi +6 -5
  122. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +6 -5
  123. bl_ui/properties_physics_softbody/__init__.pyi +13 -12
  124. bl_ui/properties_render/__init__.pyi +218 -217
  125. bl_ui/properties_scene/__init__.pyi +144 -143
  126. bl_ui/properties_texture/__init__.pyi +157 -156
  127. bl_ui/properties_view_layer/__init__.pyi +79 -78
  128. bl_ui/properties_workspace/__init__.pyi +65 -64
  129. bl_ui/properties_world/__init__.pyi +13 -12
  130. bl_ui/space_clip/__init__.pyi +367 -366
  131. bl_ui/space_console/__init__.pyi +1 -0
  132. bl_ui/space_dopesheet/__init__.pyi +177 -176
  133. bl_ui/space_filebrowser/__init__.pyi +736 -735
  134. bl_ui/space_graph/__init__.pyi +1 -0
  135. bl_ui/space_image/__init__.pyi +647 -646
  136. bl_ui/space_info/__init__.pyi +1 -0
  137. bl_ui/space_nla/__init__.pyi +1 -0
  138. bl_ui/space_node/__init__.pyi +1 -0
  139. bl_ui/space_outliner/__init__.pyi +1 -0
  140. bl_ui/space_properties/__init__.pyi +1 -0
  141. bl_ui/space_sequencer/__init__.pyi +842 -389
  142. bl_ui/space_spreadsheet/__init__.pyi +1 -0
  143. bl_ui/space_statusbar/__init__.pyi +1 -0
  144. bl_ui/space_text/__init__.pyi +1 -0
  145. bl_ui/space_time/__init__.pyi +12 -11
  146. bl_ui/space_toolsystem_common/__init__.pyi +1 -0
  147. bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
  148. bl_ui/space_topbar/__init__.pyi +1 -0
  149. bl_ui/space_userpref/__init__.pyi +685 -684
  150. bl_ui/space_view3d/__init__.pyi +1153 -1152
  151. bl_ui/space_view3d_toolbar/__init__.pyi +2832 -2831
  152. bl_ui/temp_anim_layers/__init__.pyi +1 -0
  153. bl_ui/utils/__init__.pyi +1 -0
  154. bl_ui_utils/__init__.pyi +1 -0
  155. bl_ui_utils/bug_report_url/__init__.pyi +1 -0
  156. bl_ui_utils/layout/__init__.pyi +1 -0
  157. blend_render_info/__init__.pyi +1 -0
  158. blf/__init__.pyi +1 -0
  159. bmesh/__init__.pyi +1 -0
  160. bmesh/geometry/__init__.pyi +1 -0
  161. bmesh/ops/__init__.pyi +1 -0
  162. bmesh/types/__init__.pyi +1 -0
  163. bmesh/utils/__init__.pyi +1 -0
  164. bpy/__init__.pyi +1 -0
  165. bpy/app/__init__.pyi +1 -0
  166. bpy/app/handlers/__init__.pyi +1 -0
  167. bpy/app/icons/__init__.pyi +1 -0
  168. bpy/app/timers/__init__.pyi +1 -0
  169. bpy/app/translations/__init__.pyi +1 -0
  170. bpy/msgbus/__init__.pyi +1 -0
  171. bpy/ops/__init__.pyi +1 -0
  172. bpy/ops/action/__init__.pyi +1 -0
  173. bpy/ops/anim/__init__.pyi +15 -14
  174. bpy/ops/armature/__init__.pyi +1 -0
  175. bpy/ops/asset/__init__.pyi +1 -0
  176. bpy/ops/boid/__init__.pyi +1 -0
  177. bpy/ops/brush/__init__.pyi +1 -0
  178. bpy/ops/buttons/__init__.pyi +1 -0
  179. bpy/ops/cachefile/__init__.pyi +1 -0
  180. bpy/ops/camera/__init__.pyi +1 -0
  181. bpy/ops/clip/__init__.pyi +1 -0
  182. bpy/ops/cloth/__init__.pyi +1 -0
  183. bpy/ops/collection/__init__.pyi +1 -0
  184. bpy/ops/console/__init__.pyi +1 -0
  185. bpy/ops/constraint/__init__.pyi +1 -0
  186. bpy/ops/curve/__init__.pyi +1 -0
  187. bpy/ops/curves/__init__.pyi +1 -0
  188. bpy/ops/cycles/__init__.pyi +1 -0
  189. bpy/ops/dpaint/__init__.pyi +1 -0
  190. bpy/ops/ed/__init__.pyi +1 -0
  191. bpy/ops/export_anim/__init__.pyi +1 -0
  192. bpy/ops/export_scene/__init__.pyi +1 -0
  193. bpy/ops/extensions/__init__.pyi +1 -0
  194. bpy/ops/file/__init__.pyi +1 -0
  195. bpy/ops/fluid/__init__.pyi +1 -0
  196. bpy/ops/font/__init__.pyi +1 -0
  197. bpy/ops/geometry/__init__.pyi +1 -0
  198. bpy/ops/gizmogroup/__init__.pyi +1 -0
  199. bpy/ops/gpencil/__init__.pyi +1 -0
  200. bpy/ops/graph/__init__.pyi +1 -0
  201. bpy/ops/grease_pencil/__init__.pyi +19 -0
  202. bpy/ops/image/__init__.pyi +1 -0
  203. bpy/ops/import_anim/__init__.pyi +1 -0
  204. bpy/ops/import_curve/__init__.pyi +1 -0
  205. bpy/ops/import_scene/__init__.pyi +1 -0
  206. bpy/ops/info/__init__.pyi +1 -0
  207. bpy/ops/lattice/__init__.pyi +1 -0
  208. bpy/ops/marker/__init__.pyi +1 -0
  209. bpy/ops/mask/__init__.pyi +1 -0
  210. bpy/ops/material/__init__.pyi +1 -0
  211. bpy/ops/mball/__init__.pyi +1 -0
  212. bpy/ops/mesh/__init__.pyi +7 -2
  213. bpy/ops/nla/__init__.pyi +1 -0
  214. bpy/ops/node/__init__.pyi +1 -0
  215. bpy/ops/object/__init__.pyi +2 -1
  216. bpy/ops/outliner/__init__.pyi +1 -0
  217. bpy/ops/paint/__init__.pyi +1 -0
  218. bpy/ops/paintcurve/__init__.pyi +1 -0
  219. bpy/ops/palette/__init__.pyi +1 -0
  220. bpy/ops/particle/__init__.pyi +1 -0
  221. bpy/ops/pose/__init__.pyi +1 -0
  222. bpy/ops/poselib/__init__.pyi +1 -0
  223. bpy/ops/preferences/__init__.pyi +1 -0
  224. bpy/ops/ptcache/__init__.pyi +1 -0
  225. bpy/ops/render/__init__.pyi +1 -0
  226. bpy/ops/rigidbody/__init__.pyi +1 -0
  227. bpy/ops/scene/__init__.pyi +1 -0
  228. bpy/ops/screen/__init__.pyi +1 -0
  229. bpy/ops/script/__init__.pyi +1 -0
  230. bpy/ops/sculpt/__init__.pyi +1 -0
  231. bpy/ops/sculpt_curves/__init__.pyi +1 -0
  232. bpy/ops/sequencer/__init__.pyi +1 -0
  233. bpy/ops/sound/__init__.pyi +1 -0
  234. bpy/ops/spreadsheet/__init__.pyi +1 -0
  235. bpy/ops/surface/__init__.pyi +1 -0
  236. bpy/ops/text/__init__.pyi +1 -0
  237. bpy/ops/text_editor/__init__.pyi +1 -0
  238. bpy/ops/texture/__init__.pyi +1 -0
  239. bpy/ops/transform/__init__.pyi +17 -16
  240. bpy/ops/ui/__init__.pyi +1 -0
  241. bpy/ops/uilist/__init__.pyi +1 -0
  242. bpy/ops/uv/__init__.pyi +1 -0
  243. bpy/ops/view2d/__init__.pyi +1 -0
  244. bpy/ops/view3d/__init__.pyi +1 -0
  245. bpy/ops/wm/__init__.pyi +5 -4
  246. bpy/ops/workspace/__init__.pyi +1 -0
  247. bpy/ops/world/__init__.pyi +1 -0
  248. bpy/path/__init__.pyi +1 -0
  249. bpy/props/__init__.pyi +1 -0
  250. bpy/types/__init__.pyi +68824 -68756
  251. bpy/utils/__init__.pyi +1 -0
  252. bpy/utils/previews/__init__.pyi +1 -0
  253. bpy/utils/units/__init__.pyi +1 -0
  254. bpy_extras/__init__.pyi +1 -0
  255. bpy_extras/anim_utils/__init__.pyi +1 -0
  256. bpy_extras/asset_utils/__init__.pyi +1 -0
  257. bpy_extras/bmesh_utils/__init__.pyi +1 -0
  258. bpy_extras/id_map_utils/__init__.pyi +1 -0
  259. bpy_extras/image_utils/__init__.pyi +1 -0
  260. bpy_extras/io_utils/__init__.pyi +1 -0
  261. bpy_extras/keyconfig_utils/__init__.pyi +1 -0
  262. bpy_extras/mesh_utils/__init__.pyi +1 -0
  263. bpy_extras/node_shader_utils/__init__.pyi +1 -0
  264. bpy_extras/node_utils/__init__.pyi +1 -0
  265. bpy_extras/object_utils/__init__.pyi +1 -0
  266. bpy_extras/view3d_utils/__init__.pyi +1 -0
  267. bpy_extras/wm_utils/__init__.pyi +1 -0
  268. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
  269. bpy_restrict_state/__init__.pyi +1 -0
  270. bpy_types/__init__.pyi +1 -0
  271. console_python/__init__.pyi +1 -0
  272. console_shell/__init__.pyi +1 -0
  273. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/METADATA +1 -1
  274. fake_bpy_module-20240707.dist-info/RECORD +358 -0
  275. freestyle/__init__.pyi +1 -0
  276. freestyle/chainingiterators/__init__.pyi +1 -0
  277. freestyle/functions/__init__.pyi +1 -0
  278. freestyle/predicates/__init__.pyi +1 -0
  279. freestyle/shaders/__init__.pyi +1 -0
  280. freestyle/types/__init__.pyi +1 -0
  281. freestyle/utils/ContextFunctions/__init__.pyi +1 -0
  282. freestyle/utils/__init__.pyi +2 -1
  283. gpu/__init__.pyi +1 -0
  284. gpu/capabilities/__init__.pyi +1 -0
  285. gpu/matrix/__init__.pyi +1 -0
  286. gpu/platform/__init__.pyi +1 -0
  287. gpu/select/__init__.pyi +1 -0
  288. gpu/shader/__init__.pyi +1 -0
  289. gpu/state/__init__.pyi +1 -0
  290. gpu/texture/__init__.pyi +1 -0
  291. gpu/types/__init__.pyi +1 -0
  292. gpu_extras/__init__.pyi +1 -0
  293. gpu_extras/batch/__init__.pyi +1 -0
  294. gpu_extras/presets/__init__.pyi +1 -0
  295. graphviz_export/__init__.pyi +1 -0
  296. idprop/__init__.pyi +1 -0
  297. idprop/types/__init__.pyi +1 -0
  298. imbuf/__init__.pyi +1 -0
  299. imbuf/types/__init__.pyi +1 -0
  300. keyingsets_builtins/__init__.pyi +88 -87
  301. keyingsets_utils/__init__.pyi +1 -0
  302. mathutils/__init__.pyi +157 -6
  303. mathutils/bvhtree/__init__.pyi +1 -0
  304. mathutils/geometry/__init__.pyi +1 -0
  305. mathutils/interpolate/__init__.pyi +1 -0
  306. mathutils/kdtree/__init__.pyi +1 -0
  307. mathutils/noise/__init__.pyi +1 -0
  308. nodeitems_builtins/__init__.pyi +8 -7
  309. nodeitems_utils/__init__.pyi +1 -0
  310. rna_info/__init__.pyi +1 -0
  311. rna_keymap_ui/__init__.pyi +1 -0
  312. rna_prop_ui/__init__.pyi +1 -0
  313. rna_xml/__init__.pyi +1 -0
  314. sys_info/__init__.pyi +1 -0
  315. fake_bpy_module-20240705.dist-info/RECORD +0 -358
  316. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/WHEEL +0 -0
  317. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
  import bpy.types
4
5
  import bpy_types
5
6
  import rna_prop_ui
@@ -12,19 +13,13 @@ class SceneButtonsPanel:
12
13
  bl_region_type: typing.Any
13
14
  bl_space_type: typing.Any
14
15
 
15
- class SceneKeyingSetsPanel:
16
- def draw_keyframing_settings(self, context, layout, ks, ksp):
17
- """
18
-
19
- :param context:
20
- :param layout:
21
- :param ks:
22
- :param ksp:
23
- """
24
- ...
25
-
26
- 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
27
21
  bl_rna: typing.Any
22
+ bl_space_type: typing.Any
28
23
  id_data: typing.Any
29
24
 
30
25
  def append(self, draw_func):
@@ -59,27 +54,10 @@ class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
59
54
  """
60
55
  ...
61
56
 
62
- def draw_item(
63
- self,
64
- _context,
65
- layout,
66
- _data,
67
- item,
68
- icon,
69
- _active_data,
70
- _active_propname,
71
- _index,
72
- ):
57
+ def draw(self, context):
73
58
  """
74
59
 
75
- :param _context:
76
- :param layout:
77
- :param _data:
78
- :param item:
79
- :param icon:
80
- :param _active_data:
81
- :param _active_propname:
82
- :param _index:
60
+ :param context:
83
61
  """
84
62
  ...
85
63
 
@@ -255,23 +233,17 @@ class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
255
233
  """
256
234
  ...
257
235
 
258
- class RigidBodySubPanel(SceneButtonsPanel):
259
- bl_context: typing.Any
260
- bl_parent_id: typing.Any
261
- bl_region_type: typing.Any
262
- bl_space_type: typing.Any
263
-
264
- def poll(self, context):
265
- """
266
-
267
- :param context:
268
- """
269
- ...
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
+ """
270
242
 
271
- class SCENE_PT_audio(SceneButtonsPanel, bpy_types._GenericUI):
272
243
  bl_context: typing.Any
273
244
  bl_label: typing.Any
274
245
  bl_options: typing.Any
246
+ bl_order: typing.Any
275
247
  bl_region_type: typing.Any
276
248
  bl_rna: typing.Any
277
249
  bl_space_type: typing.Any
@@ -438,6 +410,13 @@ class SCENE_PT_audio(SceneButtonsPanel, bpy_types._GenericUI):
438
410
  """Returns the property from the path, raise an exception when not found."""
439
411
  ...
440
412
 
413
+ def poll(self, context):
414
+ """
415
+
416
+ :param context:
417
+ """
418
+ ...
419
+
441
420
  def pop(self):
442
421
  """Remove and return the value of the custom property assigned to key or default
443
422
  when not found (matches Python's dictionary function of the same name).
@@ -488,17 +467,11 @@ class SCENE_PT_audio(SceneButtonsPanel, bpy_types._GenericUI):
488
467
  """
489
468
  ...
490
469
 
491
- class SCENE_PT_custom_props(
492
- SceneButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
493
- ):
494
- """The subclass should have its own poll function
495
- and the variable '_context_path' MUST be set.
496
- """
497
-
470
+ class SCENE_PT_eevee_next_light_probes(SceneButtonsPanel, bpy_types._GenericUI):
471
+ COMPAT_ENGINES: typing.Any
498
472
  bl_context: typing.Any
499
473
  bl_label: typing.Any
500
474
  bl_options: typing.Any
501
- bl_order: typing.Any
502
475
  bl_region_type: typing.Any
503
476
  bl_rna: typing.Any
504
477
  bl_space_type: typing.Any
@@ -722,11 +695,12 @@ class SCENE_PT_custom_props(
722
695
  """
723
696
  ...
724
697
 
725
- class SCENE_PT_eevee_next_light_probes(SceneButtonsPanel, bpy_types._GenericUI):
726
- COMPAT_ENGINES: typing.Any
698
+ class SCENE_PT_keyframing_settings(
699
+ SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
700
+ ):
727
701
  bl_context: typing.Any
728
702
  bl_label: typing.Any
729
- bl_options: typing.Any
703
+ bl_parent_id: typing.Any
730
704
  bl_region_type: typing.Any
731
705
  bl_rna: typing.Any
732
706
  bl_space_type: typing.Any
@@ -771,6 +745,16 @@ class SCENE_PT_eevee_next_light_probes(SceneButtonsPanel, bpy_types._GenericUI):
771
745
  """
772
746
  ...
773
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
+
774
758
  def driver_add(self) -> bpy.types.FCurve:
775
759
  """Adds driver(s) to the given property
776
760
 
@@ -950,10 +934,12 @@ class SCENE_PT_eevee_next_light_probes(SceneButtonsPanel, bpy_types._GenericUI):
950
934
  """
951
935
  ...
952
936
 
953
- class SCENE_PT_physics(SceneButtonsPanel, bpy_types._GenericUI):
937
+ class SCENE_PT_keying_set_paths(
938
+ SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
939
+ ):
954
940
  bl_context: typing.Any
955
941
  bl_label: typing.Any
956
- bl_options: typing.Any
942
+ bl_parent_id: typing.Any
957
943
  bl_region_type: typing.Any
958
944
  bl_rna: typing.Any
959
945
  bl_space_type: typing.Any
@@ -998,10 +984,13 @@ class SCENE_PT_physics(SceneButtonsPanel, bpy_types._GenericUI):
998
984
  """
999
985
  ...
1000
986
 
1001
- def draw_header(self, context):
987
+ def draw_keyframing_settings(self, context, layout, ks, ksp):
1002
988
  """
1003
989
 
1004
990
  :param context:
991
+ :param layout:
992
+ :param ks:
993
+ :param ksp:
1005
994
  """
1006
995
  ...
1007
996
 
@@ -1127,6 +1116,13 @@ class SCENE_PT_physics(SceneButtonsPanel, bpy_types._GenericUI):
1127
1116
  """Returns the property from the path, raise an exception when not found."""
1128
1117
  ...
1129
1118
 
1119
+ def poll(self, context):
1120
+ """
1121
+
1122
+ :param context:
1123
+ """
1124
+ ...
1125
+
1130
1126
  def pop(self):
1131
1127
  """Remove and return the value of the custom property assigned to key or default
1132
1128
  when not found (matches Python's dictionary function of the same name).
@@ -1177,7 +1173,9 @@ class SCENE_PT_physics(SceneButtonsPanel, bpy_types._GenericUI):
1177
1173
  """
1178
1174
  ...
1179
1175
 
1180
- class SCENE_PT_rigid_body_world(SceneButtonsPanel, bpy_types._GenericUI):
1176
+ class SCENE_PT_keying_sets(
1177
+ SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
1178
+ ):
1181
1179
  bl_context: typing.Any
1182
1180
  bl_label: typing.Any
1183
1181
  bl_options: typing.Any
@@ -1225,10 +1223,13 @@ class SCENE_PT_rigid_body_world(SceneButtonsPanel, bpy_types._GenericUI):
1225
1223
  """
1226
1224
  ...
1227
1225
 
1228
- def draw_header(self, context):
1226
+ def draw_keyframing_settings(self, context, layout, ks, ksp):
1229
1227
  """
1230
1228
 
1231
1229
  :param context:
1230
+ :param layout:
1231
+ :param ks:
1232
+ :param ksp:
1232
1233
  """
1233
1234
  ...
1234
1235
 
@@ -1404,9 +1405,10 @@ class SCENE_PT_rigid_body_world(SceneButtonsPanel, bpy_types._GenericUI):
1404
1405
  """
1405
1406
  ...
1406
1407
 
1407
- class SCENE_PT_scene(SceneButtonsPanel, bpy_types._GenericUI):
1408
+ class SCENE_PT_physics(SceneButtonsPanel, bpy_types._GenericUI):
1408
1409
  bl_context: typing.Any
1409
1410
  bl_label: typing.Any
1411
+ bl_options: typing.Any
1410
1412
  bl_region_type: typing.Any
1411
1413
  bl_rna: typing.Any
1412
1414
  bl_space_type: typing.Any
@@ -1451,6 +1453,13 @@ class SCENE_PT_scene(SceneButtonsPanel, bpy_types._GenericUI):
1451
1453
  """
1452
1454
  ...
1453
1455
 
1456
+ def draw_header(self, context):
1457
+ """
1458
+
1459
+ :param context:
1460
+ """
1461
+ ...
1462
+
1454
1463
  def driver_add(self) -> bpy.types.FCurve:
1455
1464
  """Adds driver(s) to the given property
1456
1465
 
@@ -1623,10 +1632,13 @@ class SCENE_PT_scene(SceneButtonsPanel, bpy_types._GenericUI):
1623
1632
  """
1624
1633
  ...
1625
1634
 
1626
- class SCENE_PT_simulation(SceneButtonsPanel, bpy_types._GenericUI):
1635
+ class SCENE_PT_rigid_body_cache(
1636
+ RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
1637
+ ):
1627
1638
  bl_context: typing.Any
1628
1639
  bl_label: typing.Any
1629
1640
  bl_options: typing.Any
1641
+ bl_parent_id: typing.Any
1630
1642
  bl_region_type: typing.Any
1631
1643
  bl_rna: typing.Any
1632
1644
  bl_space_type: typing.Any
@@ -1793,6 +1805,13 @@ class SCENE_PT_simulation(SceneButtonsPanel, bpy_types._GenericUI):
1793
1805
  """Returns the property from the path, raise an exception when not found."""
1794
1806
  ...
1795
1807
 
1808
+ def poll(self, context):
1809
+ """
1810
+
1811
+ :param context:
1812
+ """
1813
+ ...
1814
+
1796
1815
  def pop(self):
1797
1816
  """Remove and return the value of the custom property assigned to key or default
1798
1817
  when not found (matches Python's dictionary function of the same name).
@@ -1843,10 +1862,13 @@ class SCENE_PT_simulation(SceneButtonsPanel, bpy_types._GenericUI):
1843
1862
  """
1844
1863
  ...
1845
1864
 
1846
- class SCENE_PT_unit(SceneButtonsPanel, bpy_types._GenericUI):
1865
+ class SCENE_PT_rigid_body_field_weights(
1866
+ RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
1867
+ ):
1847
1868
  bl_context: typing.Any
1848
1869
  bl_label: typing.Any
1849
1870
  bl_options: typing.Any
1871
+ bl_parent_id: typing.Any
1850
1872
  bl_region_type: typing.Any
1851
1873
  bl_rna: typing.Any
1852
1874
  bl_space_type: typing.Any
@@ -2013,6 +2035,13 @@ class SCENE_PT_unit(SceneButtonsPanel, bpy_types._GenericUI):
2013
2035
  """Returns the property from the path, raise an exception when not found."""
2014
2036
  ...
2015
2037
 
2038
+ def poll(self, context):
2039
+ """
2040
+
2041
+ :param context:
2042
+ """
2043
+ ...
2044
+
2016
2045
  def pop(self):
2017
2046
  """Remove and return the value of the custom property assigned to key or default
2018
2047
  when not found (matches Python's dictionary function of the same name).
@@ -2063,12 +2092,10 @@ class SCENE_PT_unit(SceneButtonsPanel, bpy_types._GenericUI):
2063
2092
  """
2064
2093
  ...
2065
2094
 
2066
- class SCENE_PT_keyframing_settings(
2067
- SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
2068
- ):
2095
+ class SCENE_PT_rigid_body_world(SceneButtonsPanel, bpy_types._GenericUI):
2069
2096
  bl_context: typing.Any
2070
2097
  bl_label: typing.Any
2071
- bl_parent_id: typing.Any
2098
+ bl_options: typing.Any
2072
2099
  bl_region_type: typing.Any
2073
2100
  bl_rna: typing.Any
2074
2101
  bl_space_type: typing.Any
@@ -2113,13 +2140,10 @@ class SCENE_PT_keyframing_settings(
2113
2140
  """
2114
2141
  ...
2115
2142
 
2116
- def draw_keyframing_settings(self, context, layout, ks, ksp):
2143
+ def draw_header(self, context):
2117
2144
  """
2118
2145
 
2119
2146
  :param context:
2120
- :param layout:
2121
- :param ks:
2122
- :param ksp:
2123
2147
  """
2124
2148
  ...
2125
2149
 
@@ -2245,13 +2269,6 @@ class SCENE_PT_keyframing_settings(
2245
2269
  """Returns the property from the path, raise an exception when not found."""
2246
2270
  ...
2247
2271
 
2248
- def poll(self, context):
2249
- """
2250
-
2251
- :param context:
2252
- """
2253
- ...
2254
-
2255
2272
  def pop(self):
2256
2273
  """Remove and return the value of the custom property assigned to key or default
2257
2274
  when not found (matches Python's dictionary function of the same name).
@@ -2302,8 +2319,8 @@ class SCENE_PT_keyframing_settings(
2302
2319
  """
2303
2320
  ...
2304
2321
 
2305
- class SCENE_PT_keying_set_paths(
2306
- SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
2322
+ class SCENE_PT_rigid_body_world_settings(
2323
+ RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
2307
2324
  ):
2308
2325
  bl_context: typing.Any
2309
2326
  bl_label: typing.Any
@@ -2352,16 +2369,6 @@ class SCENE_PT_keying_set_paths(
2352
2369
  """
2353
2370
  ...
2354
2371
 
2355
- def draw_keyframing_settings(self, context, layout, ks, ksp):
2356
- """
2357
-
2358
- :param context:
2359
- :param layout:
2360
- :param ks:
2361
- :param ksp:
2362
- """
2363
- ...
2364
-
2365
2372
  def driver_add(self) -> bpy.types.FCurve:
2366
2373
  """Adds driver(s) to the given property
2367
2374
 
@@ -2541,12 +2548,9 @@ class SCENE_PT_keying_set_paths(
2541
2548
  """
2542
2549
  ...
2543
2550
 
2544
- class SCENE_PT_keying_sets(
2545
- SceneButtonsPanel, SceneKeyingSetsPanel, bpy_types._GenericUI
2546
- ):
2551
+ class SCENE_PT_scene(SceneButtonsPanel, bpy_types._GenericUI):
2547
2552
  bl_context: typing.Any
2548
2553
  bl_label: typing.Any
2549
- bl_options: typing.Any
2550
2554
  bl_region_type: typing.Any
2551
2555
  bl_rna: typing.Any
2552
2556
  bl_space_type: typing.Any
@@ -2591,16 +2595,6 @@ class SCENE_PT_keying_sets(
2591
2595
  """
2592
2596
  ...
2593
2597
 
2594
- def draw_keyframing_settings(self, context, layout, ks, ksp):
2595
- """
2596
-
2597
- :param context:
2598
- :param layout:
2599
- :param ks:
2600
- :param ksp:
2601
- """
2602
- ...
2603
-
2604
2598
  def driver_add(self) -> bpy.types.FCurve:
2605
2599
  """Adds driver(s) to the given property
2606
2600
 
@@ -2773,13 +2767,10 @@ class SCENE_PT_keying_sets(
2773
2767
  """
2774
2768
  ...
2775
2769
 
2776
- class SCENE_PT_rigid_body_cache(
2777
- RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
2778
- ):
2770
+ class SCENE_PT_simulation(SceneButtonsPanel, bpy_types._GenericUI):
2779
2771
  bl_context: typing.Any
2780
2772
  bl_label: typing.Any
2781
2773
  bl_options: typing.Any
2782
- bl_parent_id: typing.Any
2783
2774
  bl_region_type: typing.Any
2784
2775
  bl_rna: typing.Any
2785
2776
  bl_space_type: typing.Any
@@ -2946,13 +2937,6 @@ class SCENE_PT_rigid_body_cache(
2946
2937
  """Returns the property from the path, raise an exception when not found."""
2947
2938
  ...
2948
2939
 
2949
- def poll(self, context):
2950
- """
2951
-
2952
- :param context:
2953
- """
2954
- ...
2955
-
2956
2940
  def pop(self):
2957
2941
  """Remove and return the value of the custom property assigned to key or default
2958
2942
  when not found (matches Python's dictionary function of the same name).
@@ -3003,13 +2987,10 @@ class SCENE_PT_rigid_body_cache(
3003
2987
  """
3004
2988
  ...
3005
2989
 
3006
- class SCENE_PT_rigid_body_field_weights(
3007
- RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
3008
- ):
2990
+ class SCENE_PT_unit(SceneButtonsPanel, bpy_types._GenericUI):
3009
2991
  bl_context: typing.Any
3010
2992
  bl_label: typing.Any
3011
2993
  bl_options: typing.Any
3012
- bl_parent_id: typing.Any
3013
2994
  bl_region_type: typing.Any
3014
2995
  bl_rna: typing.Any
3015
2996
  bl_space_type: typing.Any
@@ -3176,13 +3157,6 @@ class SCENE_PT_rigid_body_field_weights(
3176
3157
  """Returns the property from the path, raise an exception when not found."""
3177
3158
  ...
3178
3159
 
3179
- def poll(self, context):
3180
- """
3181
-
3182
- :param context:
3183
- """
3184
- ...
3185
-
3186
3160
  def pop(self):
3187
3161
  """Remove and return the value of the custom property assigned to key or default
3188
3162
  when not found (matches Python's dictionary function of the same name).
@@ -3233,15 +3207,8 @@ class SCENE_PT_rigid_body_field_weights(
3233
3207
  """
3234
3208
  ...
3235
3209
 
3236
- class SCENE_PT_rigid_body_world_settings(
3237
- RigidBodySubPanel, SceneButtonsPanel, bpy_types._GenericUI
3238
- ):
3239
- bl_context: typing.Any
3240
- bl_label: typing.Any
3241
- bl_parent_id: typing.Any
3242
- bl_region_type: typing.Any
3210
+ class SCENE_UL_keying_set_paths(bpy_types._GenericUI):
3243
3211
  bl_rna: typing.Any
3244
- bl_space_type: typing.Any
3245
3212
  id_data: typing.Any
3246
3213
 
3247
3214
  def append(self, draw_func):
@@ -3276,10 +3243,27 @@ class SCENE_PT_rigid_body_world_settings(
3276
3243
  """
3277
3244
  ...
3278
3245
 
3279
- 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
+ ):
3280
3257
  """
3281
3258
 
3282
- :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:
3283
3267
  """
3284
3268
  ...
3285
3269
 
@@ -3405,13 +3389,6 @@ class SCENE_PT_rigid_body_world_settings(
3405
3389
  """Returns the property from the path, raise an exception when not found."""
3406
3390
  ...
3407
3391
 
3408
- def poll(self, context):
3409
- """
3410
-
3411
- :param context:
3412
- """
3413
- ...
3414
-
3415
3392
  def pop(self):
3416
3393
  """Remove and return the value of the custom property assigned to key or default
3417
3394
  when not found (matches Python's dictionary function of the same name).
@@ -3461,3 +3438,27 @@ class SCENE_PT_rigid_body_world_settings(
3461
3438
  :return: custom property values.
3462
3439
  """
3463
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
+ ...