fake-bpy-module 20250628__py3-none-any.whl → 20250830__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 (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 +4 -3
  49. bl_ui/node_add_menu/__init__.pyi +6 -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 +34 -40
  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 +69 -21
  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 +40 -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 +106 -52
  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 +54 -34
  205. bpy/types/__init__.pyi +55628 -39419
  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-20250628.dist-info → fake_bpy_module-20250830.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250830.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250830.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 +6 -6
  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 +17 -4
  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-20250628.dist-info/RECORD +0 -367
  245. {bpy_types → _bpy_types}/py.typed +0 -0
  246. {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250830.dist-info}/WHEEL +0 -0
@@ -2,6 +2,7 @@ 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.properties_data_grease_pencil
6
7
  import bl_ui.utils
7
8
  import bpy.types
@@ -16,7 +17,7 @@ class DOPESHEET_HT_editor_buttons:
16
17
  :param layout:
17
18
  """
18
19
 
19
- class DOPESHEET_HT_header(bpy.types.Header):
20
+ class DOPESHEET_HT_header(_bpy_types.Header):
20
21
  bl_rna: typing.Any
21
22
  bl_space_type: typing.Any
22
23
  id_data: typing.Any
@@ -41,7 +42,7 @@ class DOPESHEET_HT_header(bpy.types.Header):
41
42
  :param context:
42
43
  """
43
44
 
44
- class DOPESHEET_HT_playback_controls(bpy.types.Header):
45
+ class DOPESHEET_HT_playback_controls(_bpy_types.Header):
45
46
  bl_region_type: typing.Any
46
47
  bl_rna: typing.Any
47
48
  bl_space_type: typing.Any
@@ -67,7 +68,7 @@ class DOPESHEET_HT_playback_controls(bpy.types.Header):
67
68
  :param context:
68
69
  """
69
70
 
70
- class DOPESHEET_MT_action(bpy.types.Menu):
71
+ class DOPESHEET_MT_action(_bpy_types.Menu):
71
72
  bl_label: typing.Any
72
73
  bl_rna: typing.Any
73
74
  id_data: typing.Any
@@ -92,7 +93,7 @@ class DOPESHEET_MT_action(bpy.types.Menu):
92
93
  :param context:
93
94
  """
94
95
 
95
- class DOPESHEET_MT_cache(bpy.types.Menu):
96
+ class DOPESHEET_MT_cache(_bpy_types.Menu):
96
97
  bl_label: typing.Any
97
98
  bl_rna: typing.Any
98
99
  id_data: typing.Any
@@ -117,7 +118,7 @@ class DOPESHEET_MT_cache(bpy.types.Menu):
117
118
  :param context:
118
119
  """
119
120
 
120
- class DOPESHEET_MT_channel(bpy.types.Menu):
121
+ class DOPESHEET_MT_channel(_bpy_types.Menu):
121
122
  bl_label: typing.Any
122
123
  bl_rna: typing.Any
123
124
  id_data: typing.Any
@@ -142,7 +143,7 @@ class DOPESHEET_MT_channel(bpy.types.Menu):
142
143
  :param _context:
143
144
  """
144
145
 
145
- class DOPESHEET_MT_channel_context_menu(bpy.types.Menu):
146
+ class DOPESHEET_MT_channel_context_menu(_bpy_types.Menu):
146
147
  bl_label: typing.Any
147
148
  bl_rna: typing.Any
148
149
  id_data: typing.Any
@@ -167,7 +168,7 @@ class DOPESHEET_MT_channel_context_menu(bpy.types.Menu):
167
168
  :param context:
168
169
  """
169
170
 
170
- class DOPESHEET_MT_context_menu(bpy.types.Menu):
171
+ class DOPESHEET_MT_context_menu(_bpy_types.Menu):
171
172
  bl_label: typing.Any
172
173
  bl_rna: typing.Any
173
174
  id_data: typing.Any
@@ -192,7 +193,7 @@ class DOPESHEET_MT_context_menu(bpy.types.Menu):
192
193
  :param context:
193
194
  """
194
195
 
195
- class DOPESHEET_MT_delete(bpy.types.Menu):
196
+ class DOPESHEET_MT_delete(_bpy_types.Menu):
196
197
  bl_label: typing.Any
197
198
  bl_rna: typing.Any
198
199
  id_data: typing.Any
@@ -217,7 +218,7 @@ class DOPESHEET_MT_delete(bpy.types.Menu):
217
218
  :param _context:
218
219
  """
219
220
 
220
- class DOPESHEET_MT_editor_menus(bpy.types.Menu):
221
+ class DOPESHEET_MT_editor_menus(_bpy_types.Menu):
221
222
  bl_idname: typing.Any
222
223
  bl_label: typing.Any
223
224
  bl_rna: typing.Any
@@ -243,7 +244,7 @@ class DOPESHEET_MT_editor_menus(bpy.types.Menu):
243
244
  :param context:
244
245
  """
245
246
 
246
- class DOPESHEET_MT_gpencil_channel(bpy.types.Menu):
247
+ class DOPESHEET_MT_gpencil_channel(_bpy_types.Menu):
247
248
  bl_label: typing.Any
248
249
  bl_rna: typing.Any
249
250
  id_data: typing.Any
@@ -268,7 +269,7 @@ class DOPESHEET_MT_gpencil_channel(bpy.types.Menu):
268
269
  :param _context:
269
270
  """
270
271
 
271
- class DOPESHEET_MT_key(bpy.types.Menu):
272
+ class DOPESHEET_MT_key(_bpy_types.Menu):
272
273
  bl_label: typing.Any
273
274
  bl_rna: typing.Any
274
275
  id_data: typing.Any
@@ -293,7 +294,7 @@ class DOPESHEET_MT_key(bpy.types.Menu):
293
294
  :param context:
294
295
  """
295
296
 
296
- class DOPESHEET_MT_key_transform(bpy.types.Menu):
297
+ class DOPESHEET_MT_key_transform(_bpy_types.Menu):
297
298
  bl_label: typing.Any
298
299
  bl_rna: typing.Any
299
300
  id_data: typing.Any
@@ -318,7 +319,7 @@ class DOPESHEET_MT_key_transform(bpy.types.Menu):
318
319
  :param _context:
319
320
  """
320
321
 
321
- class DOPESHEET_MT_marker(bpy.types.Menu):
322
+ class DOPESHEET_MT_marker(_bpy_types.Menu):
322
323
  bl_label: typing.Any
323
324
  bl_rna: typing.Any
324
325
  id_data: typing.Any
@@ -343,7 +344,7 @@ class DOPESHEET_MT_marker(bpy.types.Menu):
343
344
  :param context:
344
345
  """
345
346
 
346
- class DOPESHEET_MT_select(bpy.types.Menu):
347
+ class DOPESHEET_MT_select(_bpy_types.Menu):
347
348
  bl_label: typing.Any
348
349
  bl_rna: typing.Any
349
350
  id_data: typing.Any
@@ -368,7 +369,7 @@ class DOPESHEET_MT_select(bpy.types.Menu):
368
369
  :param context:
369
370
  """
370
371
 
371
- class DOPESHEET_MT_snap_pie(bpy.types.Menu):
372
+ class DOPESHEET_MT_snap_pie(_bpy_types.Menu):
372
373
  bl_label: typing.Any
373
374
  bl_rna: typing.Any
374
375
  id_data: typing.Any
@@ -393,7 +394,7 @@ class DOPESHEET_MT_snap_pie(bpy.types.Menu):
393
394
  :param _context:
394
395
  """
395
396
 
396
- class DOPESHEET_MT_view(bpy.types.Menu):
397
+ class DOPESHEET_MT_view(_bpy_types.Menu):
397
398
  bl_label: typing.Any
398
399
  bl_rna: typing.Any
399
400
  id_data: typing.Any
@@ -418,7 +419,7 @@ class DOPESHEET_MT_view(bpy.types.Menu):
418
419
  :param context:
419
420
  """
420
421
 
421
- class DOPESHEET_MT_view_pie(bpy.types.Menu):
422
+ class DOPESHEET_MT_view_pie(_bpy_types.Menu):
422
423
  bl_label: typing.Any
423
424
  bl_rna: typing.Any
424
425
  id_data: typing.Any
@@ -443,7 +444,7 @@ class DOPESHEET_MT_view_pie(bpy.types.Menu):
443
444
  :param context:
444
445
  """
445
446
 
446
- class DOPESHEET_PT_action(DopesheetActionPanelBase, bpy.types.Panel):
447
+ class DOPESHEET_PT_action(DopesheetActionPanelBase, _bpy_types.Panel):
447
448
  bl_category: typing.Any
448
449
  bl_label: typing.Any
449
450
  bl_region_type: typing.Any
@@ -478,7 +479,7 @@ class DOPESHEET_PT_action(DopesheetActionPanelBase, bpy.types.Panel):
478
479
  :param context:
479
480
  """
480
481
 
481
- class DOPESHEET_PT_action_slot(bpy.types.Panel):
482
+ class DOPESHEET_PT_action_slot(_bpy_types.Panel):
482
483
  bl_category: typing.Any
483
484
  bl_label: typing.Any
484
485
  bl_region_type: typing.Any
@@ -513,9 +514,9 @@ class DOPESHEET_PT_action_slot(bpy.types.Panel):
513
514
  :param context:
514
515
  """
515
516
 
516
- class DOPESHEET_PT_custom_props_action(rna_prop_ui.PropertyPanel, bpy.types.Panel):
517
+ class DOPESHEET_PT_custom_props_action(rna_prop_ui.PropertyPanel, _bpy_types.Panel):
517
518
  """The subclass should have its own poll function
518
- and the variable '_context_path' MUST be set.
519
+ and the variable _context_path MUST be set.
519
520
  """
520
521
 
521
522
  bl_category: typing.Any
@@ -549,7 +550,7 @@ class DOPESHEET_PT_custom_props_action(rna_prop_ui.PropertyPanel, bpy.types.Pane
549
550
  :param context:
550
551
  """
551
552
 
552
- class DOPESHEET_PT_filters(DopesheetFilterPopoverBase, bpy.types.Panel):
553
+ class DOPESHEET_PT_filters(DopesheetFilterPopoverBase, _bpy_types.Panel):
553
554
  bl_label: typing.Any
554
555
  bl_region_type: typing.Any
555
556
  bl_rna: typing.Any
@@ -579,7 +580,7 @@ class DOPESHEET_PT_filters(DopesheetFilterPopoverBase, bpy.types.Panel):
579
580
  class DOPESHEET_PT_grease_pencil_layer_adjustments(
580
581
  bl_ui.properties_data_grease_pencil.GreasePencil_LayerAdjustmentsPanel,
581
582
  GreasePencilLayersDopeSheetPanel,
582
- bpy.types.Panel,
583
+ _bpy_types.Panel,
583
584
  ):
584
585
  bl_category: typing.Any
585
586
  bl_label: typing.Any
@@ -607,7 +608,7 @@ class DOPESHEET_PT_grease_pencil_layer_adjustments(
607
608
  class DOPESHEET_PT_grease_pencil_layer_display(
608
609
  bl_ui.properties_data_grease_pencil.GreasePencil_LayerDisplayPanel,
609
610
  GreasePencilLayersDopeSheetPanel,
610
- bpy.types.Panel,
611
+ _bpy_types.Panel,
611
612
  ):
612
613
  bl_category: typing.Any
613
614
  bl_label: typing.Any
@@ -635,7 +636,7 @@ class DOPESHEET_PT_grease_pencil_layer_display(
635
636
  class DOPESHEET_PT_grease_pencil_layer_masks(
636
637
  bl_ui.properties_data_grease_pencil.GreasePencil_LayerMaskPanel,
637
638
  GreasePencilLayersDopeSheetPanel,
638
- bpy.types.Panel,
639
+ _bpy_types.Panel,
639
640
  ):
640
641
  bl_category: typing.Any
641
642
  bl_label: typing.Any
@@ -663,7 +664,7 @@ class DOPESHEET_PT_grease_pencil_layer_masks(
663
664
  class DOPESHEET_PT_grease_pencil_layer_relations(
664
665
  bl_ui.properties_data_grease_pencil.GreasePencil_LayerRelationsPanel,
665
666
  GreasePencilLayersDopeSheetPanel,
666
- bpy.types.Panel,
667
+ _bpy_types.Panel,
667
668
  ):
668
669
  bl_category: typing.Any
669
670
  bl_label: typing.Any
@@ -691,7 +692,7 @@ class DOPESHEET_PT_grease_pencil_layer_relations(
691
692
  class DOPESHEET_PT_grease_pencil_layer_transform(
692
693
  bl_ui.properties_data_grease_pencil.GreasePencil_LayerTransformPanel,
693
694
  GreasePencilLayersDopeSheetPanel,
694
- bpy.types.Panel,
695
+ _bpy_types.Panel,
695
696
  ):
696
697
  bl_category: typing.Any
697
698
  bl_label: typing.Any
@@ -717,7 +718,7 @@ class DOPESHEET_PT_grease_pencil_layer_transform(
717
718
  """
718
719
 
719
720
  class DOPESHEET_PT_grease_pencil_mode(
720
- GreasePencilLayersDopeSheetPanel, bpy.types.Panel
721
+ GreasePencilLayersDopeSheetPanel, _bpy_types.Panel
721
722
  ):
722
723
  bl_category: typing.Any
723
724
  bl_label: typing.Any
@@ -747,7 +748,7 @@ class DOPESHEET_PT_grease_pencil_mode(
747
748
  """
748
749
 
749
750
  class DOPESHEET_PT_playhead_snapping(
750
- bl_ui.utils.PlayheadSnappingPanel, bpy.types.Panel
751
+ bl_ui.utils.PlayheadSnappingPanel, _bpy_types.Panel
751
752
  ):
752
753
  bl_label: typing.Any
753
754
  bl_region_type: typing.Any
@@ -769,7 +770,7 @@ class DOPESHEET_PT_playhead_snapping(
769
770
  :rtype: typing.Any
770
771
  """
771
772
 
772
- class DOPESHEET_PT_proportional_edit(bpy.types.Panel):
773
+ class DOPESHEET_PT_proportional_edit(_bpy_types.Panel):
773
774
  bl_label: typing.Any
774
775
  bl_region_type: typing.Any
775
776
  bl_rna: typing.Any
@@ -797,7 +798,7 @@ class DOPESHEET_PT_proportional_edit(bpy.types.Panel):
797
798
  :param context:
798
799
  """
799
800
 
800
- class DOPESHEET_PT_snapping(bpy.types.Panel):
801
+ class DOPESHEET_PT_snapping(_bpy_types.Panel):
801
802
  bl_label: typing.Any
802
803
  bl_region_type: typing.Any
803
804
  bl_rna: typing.Any
@@ -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 bpy.types
6
7
  import bpy_extras.asset_utils
7
8
 
8
- class ASSETBROWSER_MT_catalog(AssetBrowserMenu, bpy.types.Menu):
9
+ class ASSETBROWSER_MT_catalog(AssetBrowserMenu, _bpy_types.Menu):
9
10
  bl_label: typing.Any
10
11
  bl_rna: typing.Any
11
12
  id_data: typing.Any
@@ -30,7 +31,7 @@ class ASSETBROWSER_MT_catalog(AssetBrowserMenu, bpy.types.Menu):
30
31
  :param _context:
31
32
  """
32
33
 
33
- class ASSETBROWSER_MT_context_menu(AssetBrowserMenu, bpy.types.Menu):
34
+ class ASSETBROWSER_MT_context_menu(AssetBrowserMenu, _bpy_types.Menu):
34
35
  bl_label: typing.Any
35
36
  bl_rna: typing.Any
36
37
  id_data: typing.Any
@@ -49,7 +50,7 @@ class ASSETBROWSER_MT_context_menu(AssetBrowserMenu, bpy.types.Menu):
49
50
  :rtype: typing.Any
50
51
  """
51
52
 
52
- class ASSETBROWSER_MT_editor_menus(AssetBrowserMenu, bpy.types.Menu):
53
+ class ASSETBROWSER_MT_editor_menus(AssetBrowserMenu, _bpy_types.Menu):
53
54
  bl_idname: typing.Any
54
55
  bl_label: typing.Any
55
56
  bl_rna: typing.Any
@@ -69,7 +70,7 @@ class ASSETBROWSER_MT_editor_menus(AssetBrowserMenu, bpy.types.Menu):
69
70
  :rtype: typing.Any
70
71
  """
71
72
 
72
- class ASSETBROWSER_MT_metadata_preview_menu(bpy.types.Menu):
73
+ class ASSETBROWSER_MT_metadata_preview_menu(_bpy_types.Menu):
73
74
  bl_label: typing.Any
74
75
  bl_rna: typing.Any
75
76
  id_data: typing.Any
@@ -94,7 +95,7 @@ class ASSETBROWSER_MT_metadata_preview_menu(bpy.types.Menu):
94
95
  :param _context:
95
96
  """
96
97
 
97
- class ASSETBROWSER_MT_select(AssetBrowserMenu, bpy.types.Menu):
98
+ class ASSETBROWSER_MT_select(AssetBrowserMenu, _bpy_types.Menu):
98
99
  bl_label: typing.Any
99
100
  bl_rna: typing.Any
100
101
  id_data: typing.Any
@@ -119,7 +120,7 @@ class ASSETBROWSER_MT_select(AssetBrowserMenu, bpy.types.Menu):
119
120
  :param _context:
120
121
  """
121
122
 
122
- class ASSETBROWSER_MT_view(AssetBrowserMenu, bpy.types.Menu):
123
+ class ASSETBROWSER_MT_view(AssetBrowserMenu, _bpy_types.Menu):
123
124
  bl_label: typing.Any
124
125
  bl_rna: typing.Any
125
126
  id_data: typing.Any
@@ -145,7 +146,7 @@ class ASSETBROWSER_MT_view(AssetBrowserMenu, bpy.types.Menu):
145
146
  """
146
147
 
147
148
  class ASSETBROWSER_PT_display(
148
- bpy_extras.asset_utils.AssetBrowserPanel, bpy.types.Panel
149
+ bpy_extras.asset_utils.AssetBrowserPanel, _bpy_types.Panel
149
150
  ):
150
151
  bl_label: typing.Any
151
152
  bl_region_type: typing.Any
@@ -174,7 +175,9 @@ class ASSETBROWSER_PT_display(
174
175
  :param context:
175
176
  """
176
177
 
177
- class ASSETBROWSER_PT_filter(bpy_extras.asset_utils.AssetBrowserPanel, bpy.types.Panel):
178
+ class ASSETBROWSER_PT_filter(
179
+ bpy_extras.asset_utils.AssetBrowserPanel, _bpy_types.Panel
180
+ ):
178
181
  bl_category: typing.Any
179
182
  bl_label: typing.Any
180
183
  bl_region_type: typing.Any
@@ -203,7 +206,7 @@ class ASSETBROWSER_PT_filter(bpy_extras.asset_utils.AssetBrowserPanel, bpy.types
203
206
  """
204
207
 
205
208
  class ASSETBROWSER_PT_import_settings(
206
- bpy_extras.asset_utils.AssetBrowserPanel, bpy.types.Panel
209
+ bpy_extras.asset_utils.AssetBrowserPanel, _bpy_types.Panel
207
210
  ):
208
211
  bl_idname: typing.Any
209
212
  bl_label: typing.Any
@@ -235,7 +238,7 @@ class ASSETBROWSER_PT_import_settings(
235
238
  """
236
239
 
237
240
  class ASSETBROWSER_PT_metadata(
238
- bpy_extras.asset_utils.AssetBrowserPanel, bpy.types.Panel
241
+ bpy_extras.asset_utils.AssetBrowserPanel, _bpy_types.Panel
239
242
  ):
240
243
  bl_label: typing.Any
241
244
  bl_options: typing.Any
@@ -275,7 +278,7 @@ class ASSETBROWSER_PT_metadata(
275
278
  """
276
279
 
277
280
  class ASSETBROWSER_PT_metadata_preview(
278
- bpy_extras.asset_utils.AssetMetaDataPanel, bpy.types.Panel
281
+ bpy_extras.asset_utils.AssetMetaDataPanel, _bpy_types.Panel
279
282
  ):
280
283
  bl_label: typing.Any
281
284
  bl_region_type: typing.Any
@@ -304,7 +307,7 @@ class ASSETBROWSER_PT_metadata_preview(
304
307
  """
305
308
 
306
309
  class ASSETBROWSER_PT_metadata_tags(
307
- bpy_extras.asset_utils.AssetMetaDataPanel, bpy.types.Panel
310
+ bpy_extras.asset_utils.AssetMetaDataPanel, _bpy_types.Panel
308
311
  ):
309
312
  bl_label: typing.Any
310
313
  bl_region_type: typing.Any
@@ -332,7 +335,7 @@ class ASSETBROWSER_PT_metadata_tags(
332
335
  :param context:
333
336
  """
334
337
 
335
- class ASSETBROWSER_UL_metadata_tags(bpy.types.UIList):
338
+ class ASSETBROWSER_UL_metadata_tags(_bpy_types.UIList):
336
339
  bl_rna: typing.Any
337
340
  id_data: typing.Any
338
341
 
@@ -381,7 +384,7 @@ class AssetBrowserMenu:
381
384
  :param context:
382
385
  """
383
386
 
384
- class FILEBROWSER_HT_header(bpy.types.Header):
387
+ class FILEBROWSER_HT_header(_bpy_types.Header):
385
388
  bl_rna: typing.Any
386
389
  bl_space_type: typing.Any
387
390
  id_data: typing.Any
@@ -412,7 +415,7 @@ class FILEBROWSER_HT_header(bpy.types.Header):
412
415
  :param context:
413
416
  """
414
417
 
415
- class FILEBROWSER_MT_bookmarks_context_menu(bpy.types.Menu):
418
+ class FILEBROWSER_MT_bookmarks_context_menu(_bpy_types.Menu):
416
419
  bl_label: typing.Any
417
420
  bl_rna: typing.Any
418
421
  id_data: typing.Any
@@ -437,7 +440,7 @@ class FILEBROWSER_MT_bookmarks_context_menu(bpy.types.Menu):
437
440
  :param _context:
438
441
  """
439
442
 
440
- class FILEBROWSER_MT_bookmarks_recents_specials_menu(bpy.types.Menu):
443
+ class FILEBROWSER_MT_bookmarks_recents_specials_menu(_bpy_types.Menu):
441
444
  bl_label: typing.Any
442
445
  bl_rna: typing.Any
443
446
  id_data: typing.Any
@@ -462,7 +465,7 @@ class FILEBROWSER_MT_bookmarks_recents_specials_menu(bpy.types.Menu):
462
465
  :param _context:
463
466
  """
464
467
 
465
- class FILEBROWSER_MT_context_menu(FileBrowserMenu, bpy.types.Menu):
468
+ class FILEBROWSER_MT_context_menu(FileBrowserMenu, _bpy_types.Menu):
466
469
  bl_label: typing.Any
467
470
  bl_rna: typing.Any
468
471
  id_data: typing.Any
@@ -487,7 +490,7 @@ class FILEBROWSER_MT_context_menu(FileBrowserMenu, bpy.types.Menu):
487
490
  :param context:
488
491
  """
489
492
 
490
- class FILEBROWSER_MT_editor_menus(FileBrowserMenu, bpy.types.Menu):
493
+ class FILEBROWSER_MT_editor_menus(FileBrowserMenu, _bpy_types.Menu):
491
494
  bl_idname: typing.Any
492
495
  bl_label: typing.Any
493
496
  bl_rna: typing.Any
@@ -513,7 +516,7 @@ class FILEBROWSER_MT_editor_menus(FileBrowserMenu, bpy.types.Menu):
513
516
  :param _context:
514
517
  """
515
518
 
516
- class FILEBROWSER_MT_select(FileBrowserMenu, bpy.types.Menu):
519
+ class FILEBROWSER_MT_select(FileBrowserMenu, _bpy_types.Menu):
517
520
  bl_label: typing.Any
518
521
  bl_rna: typing.Any
519
522
  id_data: typing.Any
@@ -538,7 +541,7 @@ class FILEBROWSER_MT_select(FileBrowserMenu, bpy.types.Menu):
538
541
  :param _context:
539
542
  """
540
543
 
541
- class FILEBROWSER_MT_view(FileBrowserMenu, bpy.types.Menu):
544
+ class FILEBROWSER_MT_view(FileBrowserMenu, _bpy_types.Menu):
542
545
  bl_label: typing.Any
543
546
  bl_rna: typing.Any
544
547
  id_data: typing.Any
@@ -563,7 +566,7 @@ class FILEBROWSER_MT_view(FileBrowserMenu, bpy.types.Menu):
563
566
  :param context:
564
567
  """
565
568
 
566
- class FILEBROWSER_MT_view_pie(bpy.types.Menu):
569
+ class FILEBROWSER_MT_view_pie(_bpy_types.Menu):
567
570
  bl_idname: typing.Any
568
571
  bl_label: typing.Any
569
572
  bl_rna: typing.Any
@@ -589,7 +592,7 @@ class FILEBROWSER_MT_view_pie(bpy.types.Menu):
589
592
  :param context:
590
593
  """
591
594
 
592
- class FILEBROWSER_PT_advanced_filter(bpy.types.Panel):
595
+ class FILEBROWSER_PT_advanced_filter(_bpy_types.Panel):
593
596
  bl_category: typing.Any
594
597
  bl_label: typing.Any
595
598
  bl_region_type: typing.Any
@@ -624,7 +627,7 @@ class FILEBROWSER_PT_advanced_filter(bpy.types.Panel):
624
627
  :param context:
625
628
  """
626
629
 
627
- class FILEBROWSER_PT_bookmarks_favorites(FileBrowserPanel, bpy.types.Panel):
630
+ class FILEBROWSER_PT_bookmarks_favorites(FileBrowserPanel, _bpy_types.Panel):
628
631
  bl_category: typing.Any
629
632
  bl_label: typing.Any
630
633
  bl_region_type: typing.Any
@@ -659,7 +662,7 @@ class FILEBROWSER_PT_bookmarks_favorites(FileBrowserPanel, bpy.types.Panel):
659
662
  :param context:
660
663
  """
661
664
 
662
- class FILEBROWSER_PT_bookmarks_recents(bpy.types.Panel):
665
+ class FILEBROWSER_PT_bookmarks_recents(_bpy_types.Panel):
663
666
  bl_category: typing.Any
664
667
  bl_label: typing.Any
665
668
  bl_region_type: typing.Any
@@ -694,7 +697,7 @@ class FILEBROWSER_PT_bookmarks_recents(bpy.types.Panel):
694
697
  :param context:
695
698
  """
696
699
 
697
- class FILEBROWSER_PT_bookmarks_system(bpy.types.Panel):
700
+ class FILEBROWSER_PT_bookmarks_system(_bpy_types.Panel):
698
701
  bl_category: typing.Any
699
702
  bl_label: typing.Any
700
703
  bl_region_type: typing.Any
@@ -729,7 +732,7 @@ class FILEBROWSER_PT_bookmarks_system(bpy.types.Panel):
729
732
  :param context:
730
733
  """
731
734
 
732
- class FILEBROWSER_PT_bookmarks_volumes(bpy.types.Panel):
735
+ class FILEBROWSER_PT_bookmarks_volumes(_bpy_types.Panel):
733
736
  bl_category: typing.Any
734
737
  bl_label: typing.Any
735
738
  bl_region_type: typing.Any
@@ -765,7 +768,7 @@ class FILEBROWSER_PT_bookmarks_volumes(bpy.types.Panel):
765
768
  :param context:
766
769
  """
767
770
 
768
- class FILEBROWSER_PT_directory_path(bpy.types.Panel):
771
+ class FILEBROWSER_PT_directory_path(_bpy_types.Panel):
769
772
  bl_category: typing.Any
770
773
  bl_label: typing.Any
771
774
  bl_options: typing.Any
@@ -807,7 +810,7 @@ class FILEBROWSER_PT_directory_path(bpy.types.Panel):
807
810
  :param context:
808
811
  """
809
812
 
810
- class FILEBROWSER_PT_display(FileBrowserPanel, bpy.types.Panel):
813
+ class FILEBROWSER_PT_display(FileBrowserPanel, _bpy_types.Panel):
811
814
  bl_label: typing.Any
812
815
  bl_region_type: typing.Any
813
816
  bl_rna: typing.Any
@@ -835,7 +838,7 @@ class FILEBROWSER_PT_display(FileBrowserPanel, bpy.types.Panel):
835
838
  :param context:
836
839
  """
837
840
 
838
- class FILEBROWSER_PT_filter(FileBrowserPanel, bpy.types.Panel):
841
+ class FILEBROWSER_PT_filter(FileBrowserPanel, _bpy_types.Panel):
839
842
  bl_label: typing.Any
840
843
  bl_region_type: typing.Any
841
844
  bl_rna: typing.Any
@@ -863,7 +866,7 @@ class FILEBROWSER_PT_filter(FileBrowserPanel, bpy.types.Panel):
863
866
  :param context:
864
867
  """
865
868
 
866
- class FILEBROWSER_UL_dir(bpy.types.UIList):
869
+ class FILEBROWSER_UL_dir(_bpy_types.UIList):
867
870
  bl_rna: typing.Any
868
871
  id_data: typing.Any
869
872