fake-bpy-module 20250630__py3-none-any.whl → 20250828__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 (246) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/assets/__init__.pyi +5 -0
  3. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  4. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  5. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
  7. _bpy_types/__init__.pyi +1594 -0
  8. aud/__init__.pyi +84 -31
  9. bl_i18n_utils/settings/__init__.pyi +1 -1
  10. bl_i18n_utils/utils/__init__.pyi +4 -4
  11. bl_math/__init__.pyi +1 -1
  12. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  13. bl_operators/anim/__init__.pyi +15 -14
  14. bl_operators/assets/__init__.pyi +4 -3
  15. bl_operators/bone_selection_sets/__init__.pyi +15 -14
  16. bl_operators/clip/__init__.pyi +12 -11
  17. bl_operators/connect_to_output/__init__.pyi +2 -1
  18. bl_operators/console/__init__.pyi +6 -5
  19. bl_operators/constraint/__init__.pyi +6 -5
  20. bl_operators/file/__init__.pyi +6 -5
  21. bl_operators/freestyle/__init__.pyi +5 -4
  22. bl_operators/geometry_nodes/__init__.pyi +5 -4
  23. bl_operators/grease_pencil/__init__.pyi +2 -1
  24. bl_operators/image/__init__.pyi +6 -5
  25. bl_operators/image_as_planes/__init__.pyi +3 -2
  26. bl_operators/mesh/__init__.pyi +4 -3
  27. bl_operators/node/__init__.pyi +18 -17
  28. bl_operators/object/__init__.pyi +17 -16
  29. bl_operators/object_align/__init__.pyi +2 -1
  30. bl_operators/object_quick_effects/__init__.pyi +5 -4
  31. bl_operators/object_randomize_transform/__init__.pyi +2 -1
  32. bl_operators/presets/__init__.pyi +26 -25
  33. bl_operators/rigidbody/__init__.pyi +4 -3
  34. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
  35. bl_operators/sequencer/__init__.pyi +12 -11
  36. bl_operators/spreadsheet/__init__.pyi +2 -1
  37. bl_operators/userpref/__init__.pyi +26 -25
  38. bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
  39. bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
  40. bl_operators/uvcalc_transform/__init__.pyi +5 -4
  41. bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
  42. bl_operators/view3d/__init__.pyi +9 -8
  43. bl_operators/wm/__init__.pyi +48 -47
  44. bl_operators/world/__init__.pyi +3 -2
  45. bl_ui/__init__.pyi +4 -3
  46. bl_ui/anim/__init__.pyi +2 -1
  47. bl_ui/asset_shelf/__init__.pyi +2 -1
  48. bl_ui/generic_ui_list/__init__.pyi +6 -5
  49. bl_ui/node_add_menu/__init__.pyi +3 -2
  50. bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
  51. bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
  52. bl_ui/node_add_menu_shader/__init__.pyi +11 -10
  53. bl_ui/node_add_menu_texture/__init__.pyi +10 -9
  54. bl_ui/properties_collection/__init__.pyi +9 -8
  55. bl_ui/properties_constraint/__init__.pyi +78 -77
  56. bl_ui/properties_data_armature/__init__.pyi +22 -21
  57. bl_ui/properties_data_bone/__init__.pyi +12 -11
  58. bl_ui/properties_data_camera/__init__.pyi +18 -17
  59. bl_ui/properties_data_curve/__init__.pyi +18 -17
  60. bl_ui/properties_data_curves/__init__.pyi +11 -10
  61. bl_ui/properties_data_empty/__init__.pyi +3 -2
  62. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
  63. bl_ui/properties_data_lattice/__init__.pyi +7 -6
  64. bl_ui/properties_data_light/__init__.pyi +13 -12
  65. bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
  66. bl_ui/properties_data_mesh/__init__.pyi +48 -22
  67. bl_ui/properties_data_metaball/__init__.pyi +9 -8
  68. bl_ui/properties_data_modifier/__init__.pyi +10 -9
  69. bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
  70. bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
  71. bl_ui/properties_data_speaker/__init__.pyi +9 -8
  72. bl_ui/properties_data_volume/__init__.pyi +12 -11
  73. bl_ui/properties_freestyle/__init__.pyi +27 -26
  74. bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
  75. bl_ui/properties_mask_common/__init__.pyi +8 -7
  76. bl_ui/properties_material/__init__.pyi +19 -18
  77. bl_ui/properties_material_gpencil/__init__.pyi +14 -13
  78. bl_ui/properties_object/__init__.pyi +24 -23
  79. bl_ui/properties_output/__init__.pyi +21 -20
  80. bl_ui/properties_paint_common/__init__.pyi +8 -4
  81. bl_ui/properties_particle/__init__.pyi +58 -55
  82. bl_ui/properties_physics_cloth/__init__.pyi +15 -14
  83. bl_ui/properties_physics_common/__init__.pyi +2 -1
  84. bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
  85. bl_ui/properties_physics_field/__init__.pyi +11 -10
  86. bl_ui/properties_physics_fluid/__init__.pyi +29 -28
  87. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
  88. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
  89. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
  90. bl_ui/properties_physics_softbody/__init__.pyi +16 -15
  91. bl_ui/properties_render/__init__.pyi +44 -74
  92. bl_ui/properties_scene/__init__.pyi +48 -18
  93. bl_ui/properties_texture/__init__.pyi +30 -29
  94. bl_ui/properties_view_layer/__init__.pyi +52 -14
  95. bl_ui/properties_workspace/__init__.pyi +6 -5
  96. bl_ui/properties_world/__init__.pyi +14 -13
  97. bl_ui/space_clip/__init__.pyi +76 -73
  98. bl_ui/space_console/__init__.pyi +7 -6
  99. bl_ui/space_dopesheet/__init__.pyi +32 -31
  100. bl_ui/space_filebrowser/__init__.pyi +33 -30
  101. bl_ui/space_graph/__init__.pyi +24 -23
  102. bl_ui/space_image/__init__.pyi +88 -72
  103. bl_ui/space_info/__init__.pyi +7 -6
  104. bl_ui/space_nla/__init__.pyi +22 -19
  105. bl_ui/space_node/__init__.pyi +66 -31
  106. bl_ui/space_outliner/__init__.pyi +16 -15
  107. bl_ui/space_properties/__init__.pyi +5 -4
  108. bl_ui/space_sequencer/__init__.pyi +131 -91
  109. bl_ui/space_spreadsheet/__init__.pyi +4 -3
  110. bl_ui/space_statusbar/__init__.pyi +2 -1
  111. bl_ui/space_text/__init__.pyi +17 -16
  112. bl_ui/space_time/__init__.pyi +7 -6
  113. bl_ui/space_toolsystem_common/__init__.pyi +2 -2
  114. bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
  115. bl_ui/space_topbar/__init__.pyi +28 -27
  116. bl_ui/space_userpref/__init__.pyi +103 -92
  117. bl_ui/space_view3d/__init__.pyi +268 -266
  118. bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
  119. blf/__init__.pyi +3 -5
  120. bmesh/__init__.pyi +2 -2
  121. bmesh/geometry/__init__.pyi +1 -1
  122. bmesh/ops/__init__.pyi +29 -14
  123. bmesh/types/__init__.pyi +41 -46
  124. bmesh/utils/__init__.pyi +1 -0
  125. bpy/__init__.pyi +1 -1
  126. bpy/app/__init__.pyi +34 -37
  127. bpy/app/handlers/__init__.pyi +19 -19
  128. bpy/app/timers/__init__.pyi +2 -1
  129. bpy/app/translations/__init__.pyi +8 -8
  130. bpy/msgbus/__init__.pyi +3 -2
  131. bpy/ops/action/__init__.pyi +58 -20
  132. bpy/ops/anim/__init__.pyi +115 -31
  133. bpy/ops/armature/__init__.pyi +59 -19
  134. bpy/ops/asset/__init__.pyi +35 -11
  135. bpy/ops/boid/__init__.pyi +21 -7
  136. bpy/ops/brush/__init__.pyi +10 -4
  137. bpy/ops/buttons/__init__.pyi +12 -4
  138. bpy/ops/cachefile/__init__.pyi +6 -2
  139. bpy/ops/clip/__init__.pyi +132 -46
  140. bpy/ops/collection/__init__.pyi +23 -4
  141. bpy/ops/console/__init__.pyi +30 -10
  142. bpy/ops/constraint/__init__.pyi +12 -6
  143. bpy/ops/curve/__init__.pyi +72 -24
  144. bpy/ops/curves/__init__.pyi +68 -20
  145. bpy/ops/cycles/__init__.pyi +4 -2
  146. bpy/ops/dpaint/__init__.pyi +11 -3
  147. bpy/ops/ed/__init__.pyi +34 -10
  148. bpy/ops/export_scene/__init__.pyi +15 -15
  149. bpy/ops/extensions/__init__.pyi +45 -15
  150. bpy/ops/file/__init__.pyi +81 -30
  151. bpy/ops/fluid/__init__.pyi +39 -13
  152. bpy/ops/font/__init__.pyi +30 -10
  153. bpy/ops/geometry/__init__.pyi +9 -3
  154. bpy/ops/gizmogroup/__init__.pyi +3 -1
  155. bpy/ops/gpencil/__init__.pyi +20 -8
  156. bpy/ops/graph/__init__.pyi +67 -29
  157. bpy/ops/grease_pencil/__init__.pyi +178 -49
  158. bpy/ops/image/__init__.pyi +68 -58
  159. bpy/ops/import_anim/__init__.pyi +2 -2
  160. bpy/ops/import_curve/__init__.pyi +3 -0
  161. bpy/ops/import_scene/__init__.pyi +15 -2
  162. bpy/ops/info/__init__.pyi +12 -4
  163. bpy/ops/lattice/__init__.pyi +9 -3
  164. bpy/ops/marker/__init__.pyi +8 -2
  165. bpy/ops/mask/__init__.pyi +53 -19
  166. bpy/ops/material/__init__.pyi +15 -3
  167. bpy/ops/mball/__init__.pyi +3 -1
  168. bpy/ops/mesh/__init__.pyi +116 -45
  169. bpy/ops/nla/__init__.pyi +67 -25
  170. bpy/ops/node/__init__.pyi +285 -119
  171. bpy/ops/object/__init__.pyi +278 -116
  172. bpy/ops/outliner/__init__.pyi +145 -49
  173. bpy/ops/paint/__init__.pyi +65 -37
  174. bpy/ops/paintcurve/__init__.pyi +16 -4
  175. bpy/ops/palette/__init__.pyi +11 -3
  176. bpy/ops/particle/__init__.pyi +66 -24
  177. bpy/ops/pointcloud/__init__.pyi +9 -3
  178. bpy/ops/pose/__init__.pyi +80 -28
  179. bpy/ops/poselib/__init__.pyi +19 -7
  180. bpy/ops/preferences/__init__.pyi +29 -11
  181. bpy/ops/ptcache/__init__.pyi +17 -5
  182. bpy/ops/render/__init__.pyi +10 -4
  183. bpy/ops/rigidbody/__init__.pyi +19 -7
  184. bpy/ops/scene/__init__.pyi +93 -22
  185. bpy/ops/screen/__init__.pyi +58 -20
  186. bpy/ops/script/__init__.pyi +3 -1
  187. bpy/ops/sculpt/__init__.pyi +30 -14
  188. bpy/ops/sculpt_curves/__init__.pyi +4 -2
  189. bpy/ops/sequencer/__init__.pyi +262 -125
  190. bpy/ops/sound/__init__.pyi +13 -5
  191. bpy/ops/spreadsheet/__init__.pyi +15 -5
  192. bpy/ops/text/__init__.pyi +85 -25
  193. bpy/ops/texture/__init__.pyi +11 -3
  194. bpy/ops/transform/__init__.pyi +7 -3
  195. bpy/ops/ui/__init__.pyi +98 -53
  196. bpy/ops/uv/__init__.pyi +43 -17
  197. bpy/ops/view2d/__init__.pyi +13 -3
  198. bpy/ops/view3d/__init__.pyi +116 -38
  199. bpy/ops/wm/__init__.pyi +144 -86
  200. bpy/ops/workspace/__init__.pyi +31 -6
  201. bpy/ops/world/__init__.pyi +9 -3
  202. bpy/path/__init__.pyi +1 -1
  203. bpy/props/__init__.pyi +31 -31
  204. bpy/stub_internal/rna_enums/__init__.pyi +40 -25
  205. bpy/types/__init__.pyi +56561 -40144
  206. bpy/utils/__init__.pyi +8 -8
  207. bpy/utils/previews/__init__.pyi +2 -2
  208. bpy/utils/units/__init__.pyi +5 -3
  209. bpy_extras/anim_utils/__init__.pyi +1 -1
  210. bpy_extras/id_map_utils/__init__.pyi +1 -1
  211. bpy_extras/image_utils/__init__.pyi +2 -2
  212. bpy_extras/io_utils/__init__.pyi +5 -5
  213. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  214. bpy_extras/node_shader_utils/__init__.pyi +1 -1
  215. bpy_extras/object_utils/__init__.pyi +1 -1
  216. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
  217. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250828.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.dist-info}/top_level.txt +1 -1
  220. freestyle/chainingiterators/__init__.pyi +5 -5
  221. freestyle/predicates/__init__.pyi +2 -2
  222. freestyle/shaders/__init__.pyi +16 -17
  223. freestyle/types/__init__.pyi +25 -27
  224. freestyle/utils/__init__.pyi +5 -5
  225. gpu/platform/__init__.pyi +2 -2
  226. gpu/shader/__init__.pyi +3 -3
  227. gpu/state/__init__.pyi +1 -1
  228. gpu/texture/__init__.pyi +3 -3
  229. gpu/types/__init__.pyi +25 -14
  230. gpu_extras/batch/__init__.pyi +1 -1
  231. idprop/types/__init__.pyi +2 -2
  232. imbuf/__init__.pyi +1 -1
  233. imbuf/types/__init__.pyi +12 -6
  234. keyingsets_builtins/__init__.pyi +23 -22
  235. mathutils/__init__.pyi +157 -61
  236. mathutils/bvhtree/__init__.pyi +20 -6
  237. mathutils/geometry/__init__.pyi +54 -12
  238. mathutils/interpolate/__init__.pyi +4 -2
  239. mathutils/kdtree/__init__.pyi +1 -0
  240. mathutils/noise/__init__.pyi +61 -44
  241. rna_info/__init__.pyi +4 -1
  242. rna_prop_ui/__init__.pyi +1 -1
  243. bpy_types/__init__.pyi +0 -30
  244. fake_bpy_module-20250630.dist-info/RECORD +0 -367
  245. {bpy_types → _bpy_types}/py.typed +0 -0
  246. {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250828.dist-info}/WHEEL +0 -0
@@ -2,12 +2,13 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bl_ui.space_properties
6
7
  import bl_ui.utils
7
8
  import bpy.types
8
9
  import rna_prop_ui
9
10
 
10
- class PARTICLE_MT_context_menu(bpy.types.Menu):
11
+ class PARTICLE_MT_context_menu(_bpy_types.Menu):
11
12
  COMPAT_ENGINES: typing.Any
12
13
  bl_label: typing.Any
13
14
  bl_rna: typing.Any
@@ -37,9 +38,9 @@ class PARTICLE_PT_animation(
37
38
  rna_prop_ui.PropertyPanel,
38
39
  ParticleButtonsPanel,
39
40
  bl_ui.space_properties.PropertiesAnimationMixin,
40
- bpy.types.Panel,
41
+ _bpy_types.Panel,
41
42
  ):
42
- """Mix-in class for Animation panels.This class can be used to show a generic 'Animation' panel for IDs shown in
43
+ """Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
43
44
  the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
44
45
  """
45
46
 
@@ -67,7 +68,7 @@ class PARTICLE_PT_animation(
67
68
  :rtype: typing.Any
68
69
  """
69
70
 
70
- class PARTICLE_PT_boidbrain(ParticleButtonsPanel, bpy.types.Panel):
71
+ class PARTICLE_PT_boidbrain(ParticleButtonsPanel, _bpy_types.Panel):
71
72
  COMPAT_ENGINES: typing.Any
72
73
  bl_context: typing.Any
73
74
  bl_label: typing.Any
@@ -105,7 +106,7 @@ class PARTICLE_PT_boidbrain(ParticleButtonsPanel, bpy.types.Panel):
105
106
  :param context:
106
107
  """
107
108
 
108
- class PARTICLE_PT_cache(ParticleButtonsPanel, bpy.types.Panel):
109
+ class PARTICLE_PT_cache(ParticleButtonsPanel, _bpy_types.Panel):
109
110
  COMPAT_ENGINES: typing.Any
110
111
  bl_context: typing.Any
111
112
  bl_label: typing.Any
@@ -142,7 +143,7 @@ class PARTICLE_PT_cache(ParticleButtonsPanel, bpy.types.Panel):
142
143
  :param context:
143
144
  """
144
145
 
145
- class PARTICLE_PT_children(ParticleButtonsPanel, bpy.types.Panel):
146
+ class PARTICLE_PT_children(ParticleButtonsPanel, _bpy_types.Panel):
146
147
  COMPAT_ENGINES: typing.Any
147
148
  bl_context: typing.Any
148
149
  bl_label: typing.Any
@@ -180,7 +181,7 @@ class PARTICLE_PT_children(ParticleButtonsPanel, bpy.types.Panel):
180
181
  :param context:
181
182
  """
182
183
 
183
- class PARTICLE_PT_children_clumping(ParticleButtonsPanel, bpy.types.Panel):
184
+ class PARTICLE_PT_children_clumping(ParticleButtonsPanel, _bpy_types.Panel):
184
185
  COMPAT_ENGINES: typing.Any
185
186
  bl_context: typing.Any
186
187
  bl_label: typing.Any
@@ -218,7 +219,7 @@ class PARTICLE_PT_children_clumping(ParticleButtonsPanel, bpy.types.Panel):
218
219
  :param context:
219
220
  """
220
221
 
221
- class PARTICLE_PT_children_clumping_noise(ParticleButtonsPanel, bpy.types.Panel):
222
+ class PARTICLE_PT_children_clumping_noise(ParticleButtonsPanel, _bpy_types.Panel):
222
223
  COMPAT_ENGINES: typing.Any
223
224
  bl_context: typing.Any
224
225
  bl_label: typing.Any
@@ -255,7 +256,7 @@ class PARTICLE_PT_children_clumping_noise(ParticleButtonsPanel, bpy.types.Panel)
255
256
  :param context:
256
257
  """
257
258
 
258
- class PARTICLE_PT_children_kink(ParticleButtonsPanel, bpy.types.Panel):
259
+ class PARTICLE_PT_children_kink(ParticleButtonsPanel, _bpy_types.Panel):
259
260
  COMPAT_ENGINES: typing.Any
260
261
  bl_context: typing.Any
261
262
  bl_label: typing.Any
@@ -293,7 +294,7 @@ class PARTICLE_PT_children_kink(ParticleButtonsPanel, bpy.types.Panel):
293
294
  :param context:
294
295
  """
295
296
 
296
- class PARTICLE_PT_children_parting(ParticleButtonsPanel, bpy.types.Panel):
297
+ class PARTICLE_PT_children_parting(ParticleButtonsPanel, _bpy_types.Panel):
297
298
  COMPAT_ENGINES: typing.Any
298
299
  bl_context: typing.Any
299
300
  bl_label: typing.Any
@@ -331,7 +332,7 @@ class PARTICLE_PT_children_parting(ParticleButtonsPanel, bpy.types.Panel):
331
332
  :param context:
332
333
  """
333
334
 
334
- class PARTICLE_PT_children_roughness(ParticleButtonsPanel, bpy.types.Panel):
335
+ class PARTICLE_PT_children_roughness(ParticleButtonsPanel, _bpy_types.Panel):
335
336
  COMPAT_ENGINES: typing.Any
336
337
  bl_context: typing.Any
337
338
  bl_label: typing.Any
@@ -370,7 +371,7 @@ class PARTICLE_PT_children_roughness(ParticleButtonsPanel, bpy.types.Panel):
370
371
  :param context:
371
372
  """
372
373
 
373
- class PARTICLE_PT_context_particles(ParticleButtonsPanel, bpy.types.Panel):
374
+ class PARTICLE_PT_context_particles(ParticleButtonsPanel, _bpy_types.Panel):
374
375
  COMPAT_ENGINES: typing.Any
375
376
  bl_context: typing.Any
376
377
  bl_label: typing.Any
@@ -408,10 +409,10 @@ class PARTICLE_PT_context_particles(ParticleButtonsPanel, bpy.types.Panel):
408
409
  """
409
410
 
410
411
  class PARTICLE_PT_custom_props(
411
- rna_prop_ui.PropertyPanel, ParticleButtonsPanel, bpy.types.Panel
412
+ rna_prop_ui.PropertyPanel, ParticleButtonsPanel, _bpy_types.Panel
412
413
  ):
413
414
  """The subclass should have its own poll function
414
- and the variable '_context_path' MUST be set.
415
+ and the variable _context_path MUST be set.
415
416
  """
416
417
 
417
418
  COMPAT_ENGINES: typing.Any
@@ -438,7 +439,7 @@ class PARTICLE_PT_custom_props(
438
439
  :rtype: typing.Any
439
440
  """
440
441
 
441
- class PARTICLE_PT_draw(ParticleButtonsPanel, bpy.types.Panel):
442
+ class PARTICLE_PT_draw(ParticleButtonsPanel, _bpy_types.Panel):
442
443
  COMPAT_ENGINES: typing.Any
443
444
  bl_context: typing.Any
444
445
  bl_label: typing.Any
@@ -475,7 +476,7 @@ class PARTICLE_PT_draw(ParticleButtonsPanel, bpy.types.Panel):
475
476
  :param context:
476
477
  """
477
478
 
478
- class PARTICLE_PT_emission(ParticleButtonsPanel, bpy.types.Panel):
479
+ class PARTICLE_PT_emission(ParticleButtonsPanel, _bpy_types.Panel):
479
480
  COMPAT_ENGINES: typing.Any
480
481
  bl_context: typing.Any
481
482
  bl_label: typing.Any
@@ -512,7 +513,7 @@ class PARTICLE_PT_emission(ParticleButtonsPanel, bpy.types.Panel):
512
513
  :param context:
513
514
  """
514
515
 
515
- class PARTICLE_PT_emission_source(ParticleButtonsPanel, bpy.types.Panel):
516
+ class PARTICLE_PT_emission_source(ParticleButtonsPanel, _bpy_types.Panel):
516
517
  COMPAT_ENGINES: typing.Any
517
518
  bl_context: typing.Any
518
519
  bl_label: typing.Any
@@ -543,7 +544,7 @@ class PARTICLE_PT_emission_source(ParticleButtonsPanel, bpy.types.Panel):
543
544
  :param context:
544
545
  """
545
546
 
546
- class PARTICLE_PT_field_weights(ParticleButtonsPanel, bpy.types.Panel):
547
+ class PARTICLE_PT_field_weights(ParticleButtonsPanel, _bpy_types.Panel):
547
548
  COMPAT_ENGINES: typing.Any
548
549
  bl_context: typing.Any
549
550
  bl_label: typing.Any
@@ -580,7 +581,7 @@ class PARTICLE_PT_field_weights(ParticleButtonsPanel, bpy.types.Panel):
580
581
  :param context:
581
582
  """
582
583
 
583
- class PARTICLE_PT_force_fields(ParticleButtonsPanel, bpy.types.Panel):
584
+ class PARTICLE_PT_force_fields(ParticleButtonsPanel, _bpy_types.Panel):
584
585
  COMPAT_ENGINES: typing.Any
585
586
  bl_context: typing.Any
586
587
  bl_label: typing.Any
@@ -610,7 +611,7 @@ class PARTICLE_PT_force_fields(ParticleButtonsPanel, bpy.types.Panel):
610
611
  :param context:
611
612
  """
612
613
 
613
- class PARTICLE_PT_force_fields_type1(ParticleButtonsPanel, bpy.types.Panel):
614
+ class PARTICLE_PT_force_fields_type1(ParticleButtonsPanel, _bpy_types.Panel):
614
615
  COMPAT_ENGINES: typing.Any
615
616
  bl_context: typing.Any
616
617
  bl_label: typing.Any
@@ -640,7 +641,7 @@ class PARTICLE_PT_force_fields_type1(ParticleButtonsPanel, bpy.types.Panel):
640
641
  :param context:
641
642
  """
642
643
 
643
- class PARTICLE_PT_force_fields_type1_falloff(ParticleButtonsPanel, bpy.types.Panel):
644
+ class PARTICLE_PT_force_fields_type1_falloff(ParticleButtonsPanel, _bpy_types.Panel):
644
645
  COMPAT_ENGINES: typing.Any
645
646
  bl_context: typing.Any
646
647
  bl_label: typing.Any
@@ -671,7 +672,7 @@ class PARTICLE_PT_force_fields_type1_falloff(ParticleButtonsPanel, bpy.types.Pan
671
672
  :param context:
672
673
  """
673
674
 
674
- class PARTICLE_PT_force_fields_type2(ParticleButtonsPanel, bpy.types.Panel):
675
+ class PARTICLE_PT_force_fields_type2(ParticleButtonsPanel, _bpy_types.Panel):
675
676
  COMPAT_ENGINES: typing.Any
676
677
  bl_context: typing.Any
677
678
  bl_label: typing.Any
@@ -701,7 +702,7 @@ class PARTICLE_PT_force_fields_type2(ParticleButtonsPanel, bpy.types.Panel):
701
702
  :param context:
702
703
  """
703
704
 
704
- class PARTICLE_PT_force_fields_type2_falloff(ParticleButtonsPanel, bpy.types.Panel):
705
+ class PARTICLE_PT_force_fields_type2_falloff(ParticleButtonsPanel, _bpy_types.Panel):
705
706
  COMPAT_ENGINES: typing.Any
706
707
  bl_context: typing.Any
707
708
  bl_label: typing.Any
@@ -732,7 +733,7 @@ class PARTICLE_PT_force_fields_type2_falloff(ParticleButtonsPanel, bpy.types.Pan
732
733
  :param context:
733
734
  """
734
735
 
735
- class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy.types.Panel):
736
+ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, _bpy_types.Panel):
736
737
  COMPAT_ENGINES: typing.Any
737
738
  bl_context: typing.Any
738
739
  bl_label: typing.Any
@@ -781,7 +782,7 @@ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, bpy.types.Panel):
781
782
  :param context:
782
783
  """
783
784
 
784
- class PARTICLE_PT_hair_dynamics_collision(ParticleButtonsPanel, bpy.types.Panel):
785
+ class PARTICLE_PT_hair_dynamics_collision(ParticleButtonsPanel, _bpy_types.Panel):
785
786
  COMPAT_ENGINES: typing.Any
786
787
  bl_context: typing.Any
787
788
  bl_label: typing.Any
@@ -819,7 +820,7 @@ class PARTICLE_PT_hair_dynamics_collision(ParticleButtonsPanel, bpy.types.Panel)
819
820
  :param context:
820
821
  """
821
822
 
822
- class PARTICLE_PT_hair_dynamics_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
823
+ class PARTICLE_PT_hair_dynamics_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
823
824
  COMPAT_ENGINES: typing.Any
824
825
  bl_label: typing.Any
825
826
  bl_region_type: typing.Any
@@ -844,7 +845,7 @@ class PARTICLE_PT_hair_dynamics_presets(bl_ui.utils.PresetPanel, bpy.types.Panel
844
845
  :rtype: typing.Any
845
846
  """
846
847
 
847
- class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, bpy.types.Panel):
848
+ class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, _bpy_types.Panel):
848
849
  COMPAT_ENGINES: typing.Any
849
850
  bl_context: typing.Any
850
851
  bl_label: typing.Any
@@ -882,7 +883,7 @@ class PARTICLE_PT_hair_dynamics_structure(ParticleButtonsPanel, bpy.types.Panel)
882
883
  :param context:
883
884
  """
884
885
 
885
- class PARTICLE_PT_hair_dynamics_volume(ParticleButtonsPanel, bpy.types.Panel):
886
+ class PARTICLE_PT_hair_dynamics_volume(ParticleButtonsPanel, _bpy_types.Panel):
886
887
  COMPAT_ENGINES: typing.Any
887
888
  bl_context: typing.Any
888
889
  bl_label: typing.Any
@@ -920,7 +921,7 @@ class PARTICLE_PT_hair_dynamics_volume(ParticleButtonsPanel, bpy.types.Panel):
920
921
  :param context:
921
922
  """
922
923
 
923
- class PARTICLE_PT_hair_shape(ParticleButtonsPanel, bpy.types.Panel):
924
+ class PARTICLE_PT_hair_shape(ParticleButtonsPanel, _bpy_types.Panel):
924
925
  COMPAT_ENGINES: typing.Any
925
926
  bl_context: typing.Any
926
927
  bl_label: typing.Any
@@ -957,7 +958,7 @@ class PARTICLE_PT_hair_shape(ParticleButtonsPanel, bpy.types.Panel):
957
958
  :param context:
958
959
  """
959
960
 
960
- class PARTICLE_PT_physics(ParticleButtonsPanel, bpy.types.Panel):
961
+ class PARTICLE_PT_physics(ParticleButtonsPanel, _bpy_types.Panel):
961
962
  COMPAT_ENGINES: typing.Any
962
963
  bl_context: typing.Any
963
964
  bl_label: typing.Any
@@ -994,7 +995,7 @@ class PARTICLE_PT_physics(ParticleButtonsPanel, bpy.types.Panel):
994
995
  :param context:
995
996
  """
996
997
 
997
- class PARTICLE_PT_physics_boids_battle(ParticleButtonsPanel, bpy.types.Panel):
998
+ class PARTICLE_PT_physics_boids_battle(ParticleButtonsPanel, _bpy_types.Panel):
998
999
  COMPAT_ENGINES: typing.Any
999
1000
  bl_context: typing.Any
1000
1001
  bl_label: typing.Any
@@ -1032,7 +1033,7 @@ class PARTICLE_PT_physics_boids_battle(ParticleButtonsPanel, bpy.types.Panel):
1032
1033
  :param context:
1033
1034
  """
1034
1035
 
1035
- class PARTICLE_PT_physics_boids_misc(ParticleButtonsPanel, bpy.types.Panel):
1036
+ class PARTICLE_PT_physics_boids_misc(ParticleButtonsPanel, _bpy_types.Panel):
1036
1037
  COMPAT_ENGINES: typing.Any
1037
1038
  bl_context: typing.Any
1038
1039
  bl_label: typing.Any
@@ -1070,7 +1071,7 @@ class PARTICLE_PT_physics_boids_misc(ParticleButtonsPanel, bpy.types.Panel):
1070
1071
  :param context:
1071
1072
  """
1072
1073
 
1073
- class PARTICLE_PT_physics_boids_movement(ParticleButtonsPanel, bpy.types.Panel):
1074
+ class PARTICLE_PT_physics_boids_movement(ParticleButtonsPanel, _bpy_types.Panel):
1074
1075
  COMPAT_ENGINES: typing.Any
1075
1076
  bl_context: typing.Any
1076
1077
  bl_label: typing.Any
@@ -1108,7 +1109,7 @@ class PARTICLE_PT_physics_boids_movement(ParticleButtonsPanel, bpy.types.Panel):
1108
1109
  :param context:
1109
1110
  """
1110
1111
 
1111
- class PARTICLE_PT_physics_deflection(ParticleButtonsPanel, bpy.types.Panel):
1112
+ class PARTICLE_PT_physics_deflection(ParticleButtonsPanel, _bpy_types.Panel):
1112
1113
  COMPAT_ENGINES: typing.Any
1113
1114
  bl_context: typing.Any
1114
1115
  bl_label: typing.Any
@@ -1146,7 +1147,7 @@ class PARTICLE_PT_physics_deflection(ParticleButtonsPanel, bpy.types.Panel):
1146
1147
  :param context:
1147
1148
  """
1148
1149
 
1149
- class PARTICLE_PT_physics_fluid_advanced(ParticleButtonsPanel, bpy.types.Panel):
1150
+ class PARTICLE_PT_physics_fluid_advanced(ParticleButtonsPanel, _bpy_types.Panel):
1150
1151
  COMPAT_ENGINES: typing.Any
1151
1152
  bl_context: typing.Any
1152
1153
  bl_label: typing.Any
@@ -1184,7 +1185,7 @@ class PARTICLE_PT_physics_fluid_advanced(ParticleButtonsPanel, bpy.types.Panel):
1184
1185
  :param context:
1185
1186
  """
1186
1187
 
1187
- class PARTICLE_PT_physics_fluid_interaction(ParticleButtonsPanel, bpy.types.Panel):
1188
+ class PARTICLE_PT_physics_fluid_interaction(ParticleButtonsPanel, _bpy_types.Panel):
1188
1189
  COMPAT_ENGINES: typing.Any
1189
1190
  bl_context: typing.Any
1190
1191
  bl_label: typing.Any
@@ -1222,7 +1223,7 @@ class PARTICLE_PT_physics_fluid_interaction(ParticleButtonsPanel, bpy.types.Pane
1222
1223
  :param context:
1223
1224
  """
1224
1225
 
1225
- class PARTICLE_PT_physics_fluid_springs(ParticleButtonsPanel, bpy.types.Panel):
1226
+ class PARTICLE_PT_physics_fluid_springs(ParticleButtonsPanel, _bpy_types.Panel):
1226
1227
  COMPAT_ENGINES: typing.Any
1227
1228
  bl_context: typing.Any
1228
1229
  bl_label: typing.Any
@@ -1260,7 +1261,9 @@ class PARTICLE_PT_physics_fluid_springs(ParticleButtonsPanel, bpy.types.Panel):
1260
1261
  :param context:
1261
1262
  """
1262
1263
 
1263
- class PARTICLE_PT_physics_fluid_springs_advanced(ParticleButtonsPanel, bpy.types.Panel):
1264
+ class PARTICLE_PT_physics_fluid_springs_advanced(
1265
+ ParticleButtonsPanel, _bpy_types.Panel
1266
+ ):
1264
1267
  COMPAT_ENGINES: typing.Any
1265
1268
  bl_context: typing.Any
1266
1269
  bl_label: typing.Any
@@ -1299,7 +1302,7 @@ class PARTICLE_PT_physics_fluid_springs_advanced(ParticleButtonsPanel, bpy.types
1299
1302
  """
1300
1303
 
1301
1304
  class PARTICLE_PT_physics_fluid_springs_viscoelastic(
1302
- ParticleButtonsPanel, bpy.types.Panel
1305
+ ParticleButtonsPanel, _bpy_types.Panel
1303
1306
  ):
1304
1307
  COMPAT_ENGINES: typing.Any
1305
1308
  bl_context: typing.Any
@@ -1344,7 +1347,7 @@ class PARTICLE_PT_physics_fluid_springs_viscoelastic(
1344
1347
  :param context:
1345
1348
  """
1346
1349
 
1347
- class PARTICLE_PT_physics_forces(ParticleButtonsPanel, bpy.types.Panel):
1350
+ class PARTICLE_PT_physics_forces(ParticleButtonsPanel, _bpy_types.Panel):
1348
1351
  COMPAT_ENGINES: typing.Any
1349
1352
  bl_context: typing.Any
1350
1353
  bl_label: typing.Any
@@ -1381,7 +1384,7 @@ class PARTICLE_PT_physics_forces(ParticleButtonsPanel, bpy.types.Panel):
1381
1384
  :param context:
1382
1385
  """
1383
1386
 
1384
- class PARTICLE_PT_physics_integration(ParticleButtonsPanel, bpy.types.Panel):
1387
+ class PARTICLE_PT_physics_integration(ParticleButtonsPanel, _bpy_types.Panel):
1385
1388
  COMPAT_ENGINES: typing.Any
1386
1389
  bl_context: typing.Any
1387
1390
  bl_label: typing.Any
@@ -1419,7 +1422,7 @@ class PARTICLE_PT_physics_integration(ParticleButtonsPanel, bpy.types.Panel):
1419
1422
  :param context:
1420
1423
  """
1421
1424
 
1422
- class PARTICLE_PT_physics_relations(ParticleButtonsPanel, bpy.types.Panel):
1425
+ class PARTICLE_PT_physics_relations(ParticleButtonsPanel, _bpy_types.Panel):
1423
1426
  COMPAT_ENGINES: typing.Any
1424
1427
  bl_context: typing.Any
1425
1428
  bl_label: typing.Any
@@ -1457,7 +1460,7 @@ class PARTICLE_PT_physics_relations(ParticleButtonsPanel, bpy.types.Panel):
1457
1460
  :param context:
1458
1461
  """
1459
1462
 
1460
- class PARTICLE_PT_render(ParticleButtonsPanel, bpy.types.Panel):
1463
+ class PARTICLE_PT_render(ParticleButtonsPanel, _bpy_types.Panel):
1461
1464
  COMPAT_ENGINES: typing.Any
1462
1465
  bl_context: typing.Any
1463
1466
  bl_label: typing.Any
@@ -1494,7 +1497,7 @@ class PARTICLE_PT_render(ParticleButtonsPanel, bpy.types.Panel):
1494
1497
  :param context:
1495
1498
  """
1496
1499
 
1497
- class PARTICLE_PT_render_collection(ParticleButtonsPanel, bpy.types.Panel):
1500
+ class PARTICLE_PT_render_collection(ParticleButtonsPanel, _bpy_types.Panel):
1498
1501
  COMPAT_ENGINES: typing.Any
1499
1502
  bl_context: typing.Any
1500
1503
  bl_label: typing.Any
@@ -1531,7 +1534,7 @@ class PARTICLE_PT_render_collection(ParticleButtonsPanel, bpy.types.Panel):
1531
1534
  :param context:
1532
1535
  """
1533
1536
 
1534
- class PARTICLE_PT_render_collection_use_count(ParticleButtonsPanel, bpy.types.Panel):
1537
+ class PARTICLE_PT_render_collection_use_count(ParticleButtonsPanel, _bpy_types.Panel):
1535
1538
  COMPAT_ENGINES: typing.Any
1536
1539
  bl_context: typing.Any
1537
1540
  bl_label: typing.Any
@@ -1575,7 +1578,7 @@ class PARTICLE_PT_render_collection_use_count(ParticleButtonsPanel, bpy.types.Pa
1575
1578
  :param context:
1576
1579
  """
1577
1580
 
1578
- class PARTICLE_PT_render_extra(ParticleButtonsPanel, bpy.types.Panel):
1581
+ class PARTICLE_PT_render_extra(ParticleButtonsPanel, _bpy_types.Panel):
1579
1582
  COMPAT_ENGINES: typing.Any
1580
1583
  bl_context: typing.Any
1581
1584
  bl_label: typing.Any
@@ -1613,7 +1616,7 @@ class PARTICLE_PT_render_extra(ParticleButtonsPanel, bpy.types.Panel):
1613
1616
  :param context:
1614
1617
  """
1615
1618
 
1616
- class PARTICLE_PT_render_object(ParticleButtonsPanel, bpy.types.Panel):
1619
+ class PARTICLE_PT_render_object(ParticleButtonsPanel, _bpy_types.Panel):
1617
1620
  COMPAT_ENGINES: typing.Any
1618
1621
  bl_context: typing.Any
1619
1622
  bl_label: typing.Any
@@ -1650,7 +1653,7 @@ class PARTICLE_PT_render_object(ParticleButtonsPanel, bpy.types.Panel):
1650
1653
  :param context:
1651
1654
  """
1652
1655
 
1653
- class PARTICLE_PT_render_path(ParticleButtonsPanel, bpy.types.Panel):
1656
+ class PARTICLE_PT_render_path(ParticleButtonsPanel, _bpy_types.Panel):
1654
1657
  COMPAT_ENGINES: typing.Any
1655
1658
  bl_context: typing.Any
1656
1659
  bl_label: typing.Any
@@ -1687,7 +1690,7 @@ class PARTICLE_PT_render_path(ParticleButtonsPanel, bpy.types.Panel):
1687
1690
  :param context:
1688
1691
  """
1689
1692
 
1690
- class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, bpy.types.Panel):
1693
+ class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, _bpy_types.Panel):
1691
1694
  COMPAT_ENGINES: typing.Any
1692
1695
  bl_context: typing.Any
1693
1696
  bl_label: typing.Any
@@ -1725,7 +1728,7 @@ class PARTICLE_PT_render_path_timing(ParticleButtonsPanel, bpy.types.Panel):
1725
1728
  :param context:
1726
1729
  """
1727
1730
 
1728
- class PARTICLE_PT_rotation(ParticleButtonsPanel, bpy.types.Panel):
1731
+ class PARTICLE_PT_rotation(ParticleButtonsPanel, _bpy_types.Panel):
1729
1732
  COMPAT_ENGINES: typing.Any
1730
1733
  bl_context: typing.Any
1731
1734
  bl_label: typing.Any
@@ -1768,7 +1771,7 @@ class PARTICLE_PT_rotation(ParticleButtonsPanel, bpy.types.Panel):
1768
1771
  :param context:
1769
1772
  """
1770
1773
 
1771
- class PARTICLE_PT_rotation_angular_velocity(ParticleButtonsPanel, bpy.types.Panel):
1774
+ class PARTICLE_PT_rotation_angular_velocity(ParticleButtonsPanel, _bpy_types.Panel):
1772
1775
  COMPAT_ENGINES: typing.Any
1773
1776
  bl_context: typing.Any
1774
1777
  bl_label: typing.Any
@@ -1799,7 +1802,7 @@ class PARTICLE_PT_rotation_angular_velocity(ParticleButtonsPanel, bpy.types.Pane
1799
1802
  :param context:
1800
1803
  """
1801
1804
 
1802
- class PARTICLE_PT_textures(ParticleButtonsPanel, bpy.types.Panel):
1805
+ class PARTICLE_PT_textures(ParticleButtonsPanel, _bpy_types.Panel):
1803
1806
  COMPAT_ENGINES: typing.Any
1804
1807
  bl_context: typing.Any
1805
1808
  bl_label: typing.Any
@@ -1836,7 +1839,7 @@ class PARTICLE_PT_textures(ParticleButtonsPanel, bpy.types.Panel):
1836
1839
  :param context:
1837
1840
  """
1838
1841
 
1839
- class PARTICLE_PT_velocity(ParticleButtonsPanel, bpy.types.Panel):
1842
+ class PARTICLE_PT_velocity(ParticleButtonsPanel, _bpy_types.Panel):
1840
1843
  COMPAT_ENGINES: typing.Any
1841
1844
  bl_context: typing.Any
1842
1845
  bl_label: typing.Any
@@ -1873,7 +1876,7 @@ class PARTICLE_PT_velocity(ParticleButtonsPanel, bpy.types.Panel):
1873
1876
  :param context:
1874
1877
  """
1875
1878
 
1876
- class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy.types.Panel):
1879
+ class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, _bpy_types.Panel):
1877
1880
  COMPAT_ENGINES: typing.Any
1878
1881
  bl_context: typing.Any
1879
1882
  bl_label: typing.Any
@@ -1910,7 +1913,7 @@ class PARTICLE_PT_vertexgroups(ParticleButtonsPanel, bpy.types.Panel):
1910
1913
  :param context:
1911
1914
  """
1912
1915
 
1913
- class PARTICLE_UL_particle_systems(bpy.types.UIList):
1916
+ class PARTICLE_UL_particle_systems(_bpy_types.UIList):
1914
1917
  bl_rna: typing.Any
1915
1918
  id_data: typing.Any
1916
1919
 
@@ -2,10 +2,11 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bl_ui.utils
6
7
  import bpy.types
7
8
 
8
- class CLOTH_PT_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
9
+ class CLOTH_PT_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
9
10
  bl_label: typing.Any
10
11
  bl_region_type: typing.Any
11
12
  bl_rna: typing.Any
@@ -29,7 +30,7 @@ class CLOTH_PT_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
29
30
  :rtype: typing.Any
30
31
  """
31
32
 
32
- class PHYSICS_PT_cloth(PhysicButtonsPanel, bpy.types.Panel):
33
+ class PHYSICS_PT_cloth(PhysicButtonsPanel, _bpy_types.Panel):
33
34
  COMPAT_ENGINES: typing.Any
34
35
  bl_context: typing.Any
35
36
  bl_label: typing.Any
@@ -64,7 +65,7 @@ class PHYSICS_PT_cloth(PhysicButtonsPanel, bpy.types.Panel):
64
65
  :param _context:
65
66
  """
66
67
 
67
- class PHYSICS_PT_cloth_cache(PhysicButtonsPanel, bpy.types.Panel):
68
+ class PHYSICS_PT_cloth_cache(PhysicButtonsPanel, _bpy_types.Panel):
68
69
  COMPAT_ENGINES: typing.Any
69
70
  bl_context: typing.Any
70
71
  bl_label: typing.Any
@@ -95,7 +96,7 @@ class PHYSICS_PT_cloth_cache(PhysicButtonsPanel, bpy.types.Panel):
95
96
  :param context:
96
97
  """
97
98
 
98
- class PHYSICS_PT_cloth_collision(PhysicButtonsPanel, bpy.types.Panel):
99
+ class PHYSICS_PT_cloth_collision(PhysicButtonsPanel, _bpy_types.Panel):
99
100
  COMPAT_ENGINES: typing.Any
100
101
  bl_context: typing.Any
101
102
  bl_label: typing.Any
@@ -126,7 +127,7 @@ class PHYSICS_PT_cloth_collision(PhysicButtonsPanel, bpy.types.Panel):
126
127
  :param context:
127
128
  """
128
129
 
129
- class PHYSICS_PT_cloth_damping(PhysicButtonsPanel, bpy.types.Panel):
130
+ class PHYSICS_PT_cloth_damping(PhysicButtonsPanel, _bpy_types.Panel):
130
131
  COMPAT_ENGINES: typing.Any
131
132
  bl_context: typing.Any
132
133
  bl_label: typing.Any
@@ -156,7 +157,7 @@ class PHYSICS_PT_cloth_damping(PhysicButtonsPanel, bpy.types.Panel):
156
157
  :param context:
157
158
  """
158
159
 
159
- class PHYSICS_PT_cloth_field_weights(PhysicButtonsPanel, bpy.types.Panel):
160
+ class PHYSICS_PT_cloth_field_weights(PhysicButtonsPanel, _bpy_types.Panel):
160
161
  COMPAT_ENGINES: typing.Any
161
162
  bl_context: typing.Any
162
163
  bl_label: typing.Any
@@ -187,7 +188,7 @@ class PHYSICS_PT_cloth_field_weights(PhysicButtonsPanel, bpy.types.Panel):
187
188
  :param context:
188
189
  """
189
190
 
190
- class PHYSICS_PT_cloth_internal_springs(PhysicButtonsPanel, bpy.types.Panel):
191
+ class PHYSICS_PT_cloth_internal_springs(PhysicButtonsPanel, _bpy_types.Panel):
191
192
  COMPAT_ENGINES: typing.Any
192
193
  bl_context: typing.Any
193
194
  bl_label: typing.Any
@@ -223,7 +224,7 @@ class PHYSICS_PT_cloth_internal_springs(PhysicButtonsPanel, bpy.types.Panel):
223
224
  :param context:
224
225
  """
225
226
 
226
- class PHYSICS_PT_cloth_object_collision(PhysicButtonsPanel, bpy.types.Panel):
227
+ class PHYSICS_PT_cloth_object_collision(PhysicButtonsPanel, _bpy_types.Panel):
227
228
  COMPAT_ENGINES: typing.Any
228
229
  bl_context: typing.Any
229
230
  bl_label: typing.Any
@@ -259,7 +260,7 @@ class PHYSICS_PT_cloth_object_collision(PhysicButtonsPanel, bpy.types.Panel):
259
260
  :param context:
260
261
  """
261
262
 
262
- class PHYSICS_PT_cloth_physical_properties(PhysicButtonsPanel, bpy.types.Panel):
263
+ class PHYSICS_PT_cloth_physical_properties(PhysicButtonsPanel, _bpy_types.Panel):
263
264
  COMPAT_ENGINES: typing.Any
264
265
  bl_context: typing.Any
265
266
  bl_label: typing.Any
@@ -289,7 +290,7 @@ class PHYSICS_PT_cloth_physical_properties(PhysicButtonsPanel, bpy.types.Panel):
289
290
  :param context:
290
291
  """
291
292
 
292
- class PHYSICS_PT_cloth_pressure(PhysicButtonsPanel, bpy.types.Panel):
293
+ class PHYSICS_PT_cloth_pressure(PhysicButtonsPanel, _bpy_types.Panel):
293
294
  COMPAT_ENGINES: typing.Any
294
295
  bl_context: typing.Any
295
296
  bl_label: typing.Any
@@ -325,7 +326,7 @@ class PHYSICS_PT_cloth_pressure(PhysicButtonsPanel, bpy.types.Panel):
325
326
  :param context:
326
327
  """
327
328
 
328
- class PHYSICS_PT_cloth_property_weights(PhysicButtonsPanel, bpy.types.Panel):
329
+ class PHYSICS_PT_cloth_property_weights(PhysicButtonsPanel, _bpy_types.Panel):
329
330
  COMPAT_ENGINES: typing.Any
330
331
  bl_context: typing.Any
331
332
  bl_label: typing.Any
@@ -356,7 +357,7 @@ class PHYSICS_PT_cloth_property_weights(PhysicButtonsPanel, bpy.types.Panel):
356
357
  :param context:
357
358
  """
358
359
 
359
- class PHYSICS_PT_cloth_self_collision(PhysicButtonsPanel, bpy.types.Panel):
360
+ class PHYSICS_PT_cloth_self_collision(PhysicButtonsPanel, _bpy_types.Panel):
360
361
  COMPAT_ENGINES: typing.Any
361
362
  bl_context: typing.Any
362
363
  bl_label: typing.Any
@@ -392,7 +393,7 @@ class PHYSICS_PT_cloth_self_collision(PhysicButtonsPanel, bpy.types.Panel):
392
393
  :param context:
393
394
  """
394
395
 
395
- class PHYSICS_PT_cloth_shape(PhysicButtonsPanel, bpy.types.Panel):
396
+ class PHYSICS_PT_cloth_shape(PhysicButtonsPanel, _bpy_types.Panel):
396
397
  COMPAT_ENGINES: typing.Any
397
398
  bl_context: typing.Any
398
399
  bl_label: typing.Any
@@ -423,7 +424,7 @@ class PHYSICS_PT_cloth_shape(PhysicButtonsPanel, bpy.types.Panel):
423
424
  :param context:
424
425
  """
425
426
 
426
- class PHYSICS_PT_cloth_stiffness(PhysicButtonsPanel, bpy.types.Panel):
427
+ class PHYSICS_PT_cloth_stiffness(PhysicButtonsPanel, _bpy_types.Panel):
427
428
  COMPAT_ENGINES: typing.Any
428
429
  bl_context: typing.Any
429
430
  bl_label: typing.Any
@@ -2,9 +2,10 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bpy.types
6
7
 
7
- class PHYSICS_PT_add(PhysicButtonsPanel, bpy.types.Panel):
8
+ class PHYSICS_PT_add(PhysicButtonsPanel, _bpy_types.Panel):
8
9
  COMPAT_ENGINES: typing.Any
9
10
  bl_context: typing.Any
10
11
  bl_label: typing.Any