fake-bpy-module 20250629__py3-none-any.whl → 20250827__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 +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 +47 -15
  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 +148 -38
  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 +58124 -41707
  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-20250629.dist-info → fake_bpy_module-20250827.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250827.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.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-20250629.dist-info/RECORD +0 -367
  245. {bpy_types → _bpy_types}/py.typed +0 -0
  246. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.dist-info}/WHEEL +0 -0
@@ -2,11 +2,12 @@ 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 bpy.types
7
8
  import rna_prop_ui
8
9
 
9
- class DATA_PT_context_grease_pencil(DataButtonsPanel, bpy.types.Panel):
10
+ class DATA_PT_context_grease_pencil(DataButtonsPanel, _bpy_types.Panel):
10
11
  bl_context: typing.Any
11
12
  bl_label: typing.Any
12
13
  bl_options: typing.Any
@@ -39,9 +40,9 @@ class DATA_PT_grease_pencil_animation(
39
40
  rna_prop_ui.PropertyPanel,
40
41
  DataButtonsPanel,
41
42
  bl_ui.space_properties.PropertiesAnimationMixin,
42
- bpy.types.Panel,
43
+ _bpy_types.Panel,
43
44
  ):
44
- """Mix-in class for Animation panels.This class can be used to show a generic 'Animation' panel for IDs shown in
45
+ """Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
45
46
  the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
46
47
  """
47
48
 
@@ -68,7 +69,7 @@ class DATA_PT_grease_pencil_animation(
68
69
  :rtype: typing.Any
69
70
  """
70
71
 
71
- class DATA_PT_grease_pencil_attributes(DataButtonsPanel, bpy.types.Panel):
72
+ class DATA_PT_grease_pencil_attributes(DataButtonsPanel, _bpy_types.Panel):
72
73
  bl_context: typing.Any
73
74
  bl_label: typing.Any
74
75
  bl_options: typing.Any
@@ -98,10 +99,10 @@ class DATA_PT_grease_pencil_attributes(DataButtonsPanel, bpy.types.Panel):
98
99
  """
99
100
 
100
101
  class DATA_PT_grease_pencil_custom_props(
101
- rna_prop_ui.PropertyPanel, DataButtonsPanel, bpy.types.Panel
102
+ rna_prop_ui.PropertyPanel, DataButtonsPanel, _bpy_types.Panel
102
103
  ):
103
104
  """The subclass should have its own poll function
104
- and the variable '_context_path' MUST be set.
105
+ and the variable _context_path MUST be set.
105
106
  """
106
107
 
107
108
  bl_context: typing.Any
@@ -128,7 +129,7 @@ class DATA_PT_grease_pencil_custom_props(
128
129
  """
129
130
 
130
131
  class DATA_PT_grease_pencil_layer_adjustments(
131
- GreasePencil_LayerAdjustmentsPanel, LayerDataButtonsPanel, bpy.types.Panel
132
+ GreasePencil_LayerAdjustmentsPanel, LayerDataButtonsPanel, _bpy_types.Panel
132
133
  ):
133
134
  bl_context: typing.Any
134
135
  bl_label: typing.Any
@@ -154,7 +155,7 @@ class DATA_PT_grease_pencil_layer_adjustments(
154
155
  """
155
156
 
156
157
  class DATA_PT_grease_pencil_layer_display(
157
- GreasePencil_LayerDisplayPanel, LayerDataButtonsPanel, bpy.types.Panel
158
+ GreasePencil_LayerDisplayPanel, LayerDataButtonsPanel, _bpy_types.Panel
158
159
  ):
159
160
  bl_context: typing.Any
160
161
  bl_label: typing.Any
@@ -179,7 +180,7 @@ class DATA_PT_grease_pencil_layer_display(
179
180
  :rtype: typing.Any
180
181
  """
181
182
 
182
- class DATA_PT_grease_pencil_layer_group_display(bpy.types.Panel):
183
+ class DATA_PT_grease_pencil_layer_group_display(_bpy_types.Panel):
183
184
  bl_context: typing.Any
184
185
  bl_label: typing.Any
185
186
  bl_options: typing.Any
@@ -216,7 +217,7 @@ class DATA_PT_grease_pencil_layer_group_display(bpy.types.Panel):
216
217
  """
217
218
 
218
219
  class DATA_PT_grease_pencil_layer_masks(
219
- GreasePencil_LayerMaskPanel, LayerDataButtonsPanel, bpy.types.Panel
220
+ GreasePencil_LayerMaskPanel, LayerDataButtonsPanel, _bpy_types.Panel
220
221
  ):
221
222
  bl_context: typing.Any
222
223
  bl_label: typing.Any
@@ -242,7 +243,7 @@ class DATA_PT_grease_pencil_layer_masks(
242
243
  """
243
244
 
244
245
  class DATA_PT_grease_pencil_layer_relations(
245
- GreasePencil_LayerRelationsPanel, LayerDataButtonsPanel, bpy.types.Panel
246
+ GreasePencil_LayerRelationsPanel, LayerDataButtonsPanel, _bpy_types.Panel
246
247
  ):
247
248
  bl_context: typing.Any
248
249
  bl_label: typing.Any
@@ -268,7 +269,7 @@ class DATA_PT_grease_pencil_layer_relations(
268
269
  """
269
270
 
270
271
  class DATA_PT_grease_pencil_layer_transform(
271
- GreasePencil_LayerTransformPanel, LayerDataButtonsPanel, bpy.types.Panel
272
+ GreasePencil_LayerTransformPanel, LayerDataButtonsPanel, _bpy_types.Panel
272
273
  ):
273
274
  bl_context: typing.Any
274
275
  bl_label: typing.Any
@@ -293,7 +294,7 @@ class DATA_PT_grease_pencil_layer_transform(
293
294
  :rtype: typing.Any
294
295
  """
295
296
 
296
- class DATA_PT_grease_pencil_layers(DataButtonsPanel, bpy.types.Panel):
297
+ class DATA_PT_grease_pencil_layers(DataButtonsPanel, _bpy_types.Panel):
297
298
  bl_context: typing.Any
298
299
  bl_label: typing.Any
299
300
  bl_region_type: typing.Any
@@ -329,7 +330,7 @@ class DATA_PT_grease_pencil_layers(DataButtonsPanel, bpy.types.Panel):
329
330
  :param grease_pencil:
330
331
  """
331
332
 
332
- class DATA_PT_grease_pencil_onion_skinning(DataButtonsPanel, bpy.types.Panel):
333
+ class DATA_PT_grease_pencil_onion_skinning(DataButtonsPanel, _bpy_types.Panel):
333
334
  bl_context: typing.Any
334
335
  bl_label: typing.Any
335
336
  bl_region_type: typing.Any
@@ -358,7 +359,7 @@ class DATA_PT_grease_pencil_onion_skinning(DataButtonsPanel, bpy.types.Panel):
358
359
  """
359
360
 
360
361
  class DATA_PT_grease_pencil_onion_skinning_custom_colors(
361
- DataButtonsPanel, bpy.types.Panel
362
+ DataButtonsPanel, _bpy_types.Panel
362
363
  ):
363
364
  bl_context: typing.Any
364
365
  bl_label: typing.Any
@@ -395,7 +396,7 @@ class DATA_PT_grease_pencil_onion_skinning_custom_colors(
395
396
  :param context:
396
397
  """
397
398
 
398
- class DATA_PT_grease_pencil_onion_skinning_display(DataButtonsPanel, bpy.types.Panel):
399
+ class DATA_PT_grease_pencil_onion_skinning_display(DataButtonsPanel, _bpy_types.Panel):
399
400
  bl_context: typing.Any
400
401
  bl_label: typing.Any
401
402
  bl_options: typing.Any
@@ -425,7 +426,7 @@ class DATA_PT_grease_pencil_onion_skinning_display(DataButtonsPanel, bpy.types.P
425
426
  :param context:
426
427
  """
427
428
 
428
- class DATA_PT_grease_pencil_settings(DataButtonsPanel, bpy.types.Panel):
429
+ class DATA_PT_grease_pencil_settings(DataButtonsPanel, _bpy_types.Panel):
429
430
  bl_context: typing.Any
430
431
  bl_label: typing.Any
431
432
  bl_region_type: typing.Any
@@ -465,7 +466,7 @@ class DataButtonsPanel:
465
466
  :param context:
466
467
  """
467
468
 
468
- class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(bpy.types.Menu):
469
+ class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(_bpy_types.Menu):
469
470
  bl_label: typing.Any
470
471
  bl_rna: typing.Any
471
472
  id_data: typing.Any
@@ -490,7 +491,7 @@ class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(bpy.types.Menu):
490
491
  :param context:
491
492
  """
492
493
 
493
- class GREASE_PENCIL_MT_group_context_menu(bpy.types.Menu):
494
+ class GREASE_PENCIL_MT_group_context_menu(_bpy_types.Menu):
494
495
  bl_label: typing.Any
495
496
  bl_rna: typing.Any
496
497
  id_data: typing.Any
@@ -515,7 +516,7 @@ class GREASE_PENCIL_MT_group_context_menu(bpy.types.Menu):
515
516
  :param context:
516
517
  """
517
518
 
518
- class GREASE_PENCIL_MT_layer_mask_add(bpy.types.Menu):
519
+ class GREASE_PENCIL_MT_layer_mask_add(_bpy_types.Menu):
519
520
  bl_label: typing.Any
520
521
  bl_rna: typing.Any
521
522
  id_data: typing.Any
@@ -540,7 +541,7 @@ class GREASE_PENCIL_MT_layer_mask_add(bpy.types.Menu):
540
541
  :param context:
541
542
  """
542
543
 
543
- class GREASE_PENCIL_UL_attributes(bpy.types.UIList):
544
+ class GREASE_PENCIL_UL_attributes(_bpy_types.UIList):
544
545
  bl_rna: typing.Any
545
546
  id_data: typing.Any
546
547
 
@@ -589,7 +590,7 @@ class GREASE_PENCIL_UL_attributes(bpy.types.UIList):
589
590
  :param property:
590
591
  """
591
592
 
592
- class GREASE_PENCIL_UL_masks(bpy.types.UIList):
593
+ class GREASE_PENCIL_UL_masks(_bpy_types.UIList):
593
594
  bl_rna: typing.Any
594
595
  id_data: typing.Any
595
596
 
@@ -2,11 +2,12 @@ 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 bpy.types
7
8
  import rna_prop_ui
8
9
 
9
- class DATA_PT_context_lattice(DataButtonsPanel, bpy.types.Panel):
10
+ class DATA_PT_context_lattice(DataButtonsPanel, _bpy_types.Panel):
10
11
  bl_context: typing.Any
11
12
  bl_label: typing.Any
12
13
  bl_options: typing.Any
@@ -36,10 +37,10 @@ class DATA_PT_context_lattice(DataButtonsPanel, bpy.types.Panel):
36
37
  """
37
38
 
38
39
  class DATA_PT_custom_props_lattice(
39
- rna_prop_ui.PropertyPanel, DataButtonsPanel, bpy.types.Panel
40
+ rna_prop_ui.PropertyPanel, DataButtonsPanel, _bpy_types.Panel
40
41
  ):
41
42
  """The subclass should have its own poll function
42
- and the variable '_context_path' MUST be set.
43
+ and the variable _context_path MUST be set.
43
44
  """
44
45
 
45
46
  bl_context: typing.Any
@@ -65,7 +66,7 @@ class DATA_PT_custom_props_lattice(
65
66
  :rtype: typing.Any
66
67
  """
67
68
 
68
- class DATA_PT_lattice(DataButtonsPanel, bpy.types.Panel):
69
+ class DATA_PT_lattice(DataButtonsPanel, _bpy_types.Panel):
69
70
  bl_context: typing.Any
70
71
  bl_label: typing.Any
71
72
  bl_region_type: typing.Any
@@ -97,9 +98,9 @@ class DATA_PT_lattice_animation(
97
98
  rna_prop_ui.PropertyPanel,
98
99
  DataButtonsPanel,
99
100
  bl_ui.space_properties.PropertiesAnimationMixin,
100
- bpy.types.Panel,
101
+ _bpy_types.Panel,
101
102
  ):
102
- """Mix-in class for Animation panels.This class can be used to show a generic 'Animation' panel for IDs shown in
103
+ """Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
103
104
  the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
104
105
  """
105
106
 
@@ -2,11 +2,12 @@ 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 bpy.types
7
8
  import rna_prop_ui
8
9
 
9
- class DATA_PT_EEVEE_light(DataButtonsPanel, bpy.types.Panel):
10
+ class DATA_PT_EEVEE_light(DataButtonsPanel, _bpy_types.Panel):
10
11
  COMPAT_ENGINES: typing.Any
11
12
  bl_context: typing.Any
12
13
  bl_label: typing.Any
@@ -35,7 +36,7 @@ class DATA_PT_EEVEE_light(DataButtonsPanel, bpy.types.Panel):
35
36
  :param context:
36
37
  """
37
38
 
38
- class DATA_PT_EEVEE_light_distance(DataButtonsPanel, bpy.types.Panel):
39
+ class DATA_PT_EEVEE_light_distance(DataButtonsPanel, _bpy_types.Panel):
39
40
  COMPAT_ENGINES: typing.Any
40
41
  bl_context: typing.Any
41
42
  bl_label: typing.Any
@@ -79,7 +80,7 @@ class DATA_PT_EEVEE_light_distance(DataButtonsPanel, bpy.types.Panel):
79
80
  :param context:
80
81
  """
81
82
 
82
- class DATA_PT_EEVEE_light_influence(DataButtonsPanel, bpy.types.Panel):
83
+ class DATA_PT_EEVEE_light_influence(DataButtonsPanel, _bpy_types.Panel):
83
84
  COMPAT_ENGINES: typing.Any
84
85
  bl_context: typing.Any
85
86
  bl_label: typing.Any
@@ -110,7 +111,7 @@ class DATA_PT_EEVEE_light_influence(DataButtonsPanel, bpy.types.Panel):
110
111
  :param context:
111
112
  """
112
113
 
113
- class DATA_PT_EEVEE_light_shadow(DataButtonsPanel, bpy.types.Panel):
114
+ class DATA_PT_EEVEE_light_shadow(DataButtonsPanel, _bpy_types.Panel):
114
115
  COMPAT_ENGINES: typing.Any
115
116
  bl_context: typing.Any
116
117
  bl_label: typing.Any
@@ -147,7 +148,7 @@ class DATA_PT_EEVEE_light_shadow(DataButtonsPanel, bpy.types.Panel):
147
148
  :param context:
148
149
  """
149
150
 
150
- class DATA_PT_context_light(DataButtonsPanel, bpy.types.Panel):
151
+ class DATA_PT_context_light(DataButtonsPanel, _bpy_types.Panel):
151
152
  COMPAT_ENGINES: typing.Any
152
153
  bl_context: typing.Any
153
154
  bl_label: typing.Any
@@ -178,10 +179,10 @@ class DATA_PT_context_light(DataButtonsPanel, bpy.types.Panel):
178
179
  """
179
180
 
180
181
  class DATA_PT_custom_props_light(
181
- rna_prop_ui.PropertyPanel, DataButtonsPanel, bpy.types.Panel
182
+ rna_prop_ui.PropertyPanel, DataButtonsPanel, _bpy_types.Panel
182
183
  ):
183
184
  """The subclass should have its own poll function
184
- and the variable '_context_path' MUST be set.
185
+ and the variable _context_path MUST be set.
185
186
  """
186
187
 
187
188
  COMPAT_ENGINES: typing.Any
@@ -208,7 +209,7 @@ class DATA_PT_custom_props_light(
208
209
  :rtype: typing.Any
209
210
  """
210
211
 
211
- class DATA_PT_light(DataButtonsPanel, bpy.types.Panel):
212
+ class DATA_PT_light(DataButtonsPanel, _bpy_types.Panel):
212
213
  COMPAT_ENGINES: typing.Any
213
214
  bl_context: typing.Any
214
215
  bl_label: typing.Any
@@ -241,9 +242,9 @@ class DATA_PT_light_animation(
241
242
  rna_prop_ui.PropertyPanel,
242
243
  DataButtonsPanel,
243
244
  bl_ui.space_properties.PropertiesAnimationMixin,
244
- bpy.types.Panel,
245
+ _bpy_types.Panel,
245
246
  ):
246
- """Mix-in class for Animation panels.This class can be used to show a generic 'Animation' panel for IDs shown in
247
+ """Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
247
248
  the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
248
249
  """
249
250
 
@@ -277,7 +278,7 @@ class DATA_PT_light_animation(
277
278
  :param context:
278
279
  """
279
280
 
280
- class DATA_PT_preview(DataButtonsPanel, bpy.types.Panel):
281
+ class DATA_PT_preview(DataButtonsPanel, _bpy_types.Panel):
281
282
  COMPAT_ENGINES: typing.Any
282
283
  bl_context: typing.Any
283
284
  bl_label: typing.Any
@@ -307,7 +308,7 @@ class DATA_PT_preview(DataButtonsPanel, bpy.types.Panel):
307
308
  :param context:
308
309
  """
309
310
 
310
- class DATA_PT_spot(DataButtonsPanel, bpy.types.Panel):
311
+ class DATA_PT_spot(DataButtonsPanel, _bpy_types.Panel):
311
312
  COMPAT_ENGINES: typing.Any
312
313
  bl_context: typing.Any
313
314
  bl_label: 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 bl_ui.space_properties
6
7
  import bpy.types
7
8
 
8
- class DATA_PT_context_lightprobe(DataButtonsPanel, bpy.types.Panel):
9
+ class DATA_PT_context_lightprobe(DataButtonsPanel, _bpy_types.Panel):
9
10
  COMPAT_ENGINES: typing.Any
10
11
  bl_context: typing.Any
11
12
  bl_label: typing.Any
@@ -35,7 +36,7 @@ class DATA_PT_context_lightprobe(DataButtonsPanel, bpy.types.Panel):
35
36
  :param context:
36
37
  """
37
38
 
38
- class DATA_PT_lightprobe(DataButtonsPanel, bpy.types.Panel):
39
+ class DATA_PT_lightprobe(DataButtonsPanel, _bpy_types.Panel):
39
40
  COMPAT_ENGINES: typing.Any
40
41
  bl_context: typing.Any
41
42
  bl_label: typing.Any
@@ -65,9 +66,9 @@ class DATA_PT_lightprobe(DataButtonsPanel, bpy.types.Panel):
65
66
  """
66
67
 
67
68
  class DATA_PT_lightprobe_animation(
68
- bl_ui.space_properties.PropertiesAnimationMixin, DataButtonsPanel, bpy.types.Panel
69
+ bl_ui.space_properties.PropertiesAnimationMixin, DataButtonsPanel, _bpy_types.Panel
69
70
  ):
70
- """Mix-in class for Animation panels.This class can be used to show a generic 'Animation' panel for IDs shown in
71
+ """Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
71
72
  the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
72
73
  """
73
74
 
@@ -95,7 +96,7 @@ class DATA_PT_lightprobe_animation(
95
96
  :rtype: typing.Any
96
97
  """
97
98
 
98
- class DATA_PT_lightprobe_bake(DataButtonsPanel, bpy.types.Panel):
99
+ class DATA_PT_lightprobe_bake(DataButtonsPanel, _bpy_types.Panel):
99
100
  COMPAT_ENGINES: typing.Any
100
101
  bl_context: typing.Any
101
102
  bl_label: typing.Any
@@ -131,7 +132,7 @@ class DATA_PT_lightprobe_bake(DataButtonsPanel, bpy.types.Panel):
131
132
  :param context:
132
133
  """
133
134
 
134
- class DATA_PT_lightprobe_bake_capture(DataButtonsPanel, bpy.types.Panel):
135
+ class DATA_PT_lightprobe_bake_capture(DataButtonsPanel, _bpy_types.Panel):
135
136
  COMPAT_ENGINES: typing.Any
136
137
  bl_context: typing.Any
137
138
  bl_label: typing.Any
@@ -161,7 +162,7 @@ class DATA_PT_lightprobe_bake_capture(DataButtonsPanel, bpy.types.Panel):
161
162
  :param context:
162
163
  """
163
164
 
164
- class DATA_PT_lightprobe_bake_clamping(DataButtonsPanel, bpy.types.Panel):
165
+ class DATA_PT_lightprobe_bake_clamping(DataButtonsPanel, _bpy_types.Panel):
165
166
  COMPAT_ENGINES: typing.Any
166
167
  bl_context: typing.Any
167
168
  bl_label: typing.Any
@@ -192,7 +193,7 @@ class DATA_PT_lightprobe_bake_clamping(DataButtonsPanel, bpy.types.Panel):
192
193
  :param context:
193
194
  """
194
195
 
195
- class DATA_PT_lightprobe_bake_offset(DataButtonsPanel, bpy.types.Panel):
196
+ class DATA_PT_lightprobe_bake_offset(DataButtonsPanel, _bpy_types.Panel):
196
197
  COMPAT_ENGINES: typing.Any
197
198
  bl_context: typing.Any
198
199
  bl_label: typing.Any
@@ -223,7 +224,7 @@ class DATA_PT_lightprobe_bake_offset(DataButtonsPanel, bpy.types.Panel):
223
224
  :param context:
224
225
  """
225
226
 
226
- class DATA_PT_lightprobe_bake_resolution(DataButtonsPanel, bpy.types.Panel):
227
+ class DATA_PT_lightprobe_bake_resolution(DataButtonsPanel, _bpy_types.Panel):
227
228
  COMPAT_ENGINES: typing.Any
228
229
  bl_context: typing.Any
229
230
  bl_label: typing.Any
@@ -253,7 +254,7 @@ class DATA_PT_lightprobe_bake_resolution(DataButtonsPanel, bpy.types.Panel):
253
254
  :param context:
254
255
  """
255
256
 
256
- class DATA_PT_lightprobe_capture(DataButtonsPanel, bpy.types.Panel):
257
+ class DATA_PT_lightprobe_capture(DataButtonsPanel, _bpy_types.Panel):
257
258
  COMPAT_ENGINES: typing.Any
258
259
  bl_context: typing.Any
259
260
  bl_label: typing.Any
@@ -289,7 +290,7 @@ class DATA_PT_lightprobe_capture(DataButtonsPanel, bpy.types.Panel):
289
290
  :param context:
290
291
  """
291
292
 
292
- class DATA_PT_lightprobe_display(DataButtonsPanel, bpy.types.Panel):
293
+ class DATA_PT_lightprobe_display(DataButtonsPanel, _bpy_types.Panel):
293
294
  COMPAT_ENGINES: typing.Any
294
295
  bl_context: typing.Any
295
296
  bl_label: typing.Any
@@ -319,7 +320,7 @@ class DATA_PT_lightprobe_display(DataButtonsPanel, bpy.types.Panel):
319
320
  :param context:
320
321
  """
321
322
 
322
- class DATA_PT_lightprobe_display_eevee(DataButtonsPanel, bpy.types.Panel):
323
+ class DATA_PT_lightprobe_display_eevee(DataButtonsPanel, _bpy_types.Panel):
323
324
  COMPAT_ENGINES: typing.Any
324
325
  bl_context: typing.Any
325
326
  bl_label: typing.Any
@@ -349,7 +350,7 @@ class DATA_PT_lightprobe_display_eevee(DataButtonsPanel, bpy.types.Panel):
349
350
  :param context:
350
351
  """
351
352
 
352
- class DATA_PT_lightprobe_eevee(DataButtonsPanel, bpy.types.Panel):
353
+ class DATA_PT_lightprobe_eevee(DataButtonsPanel, _bpy_types.Panel):
353
354
  COMPAT_ENGINES: typing.Any
354
355
  bl_context: typing.Any
355
356
  bl_label: typing.Any
@@ -378,7 +379,7 @@ class DATA_PT_lightprobe_eevee(DataButtonsPanel, bpy.types.Panel):
378
379
  :param context:
379
380
  """
380
381
 
381
- class DATA_PT_lightprobe_parallax(DataButtonsPanel, bpy.types.Panel):
382
+ class DATA_PT_lightprobe_parallax(DataButtonsPanel, _bpy_types.Panel):
382
383
  COMPAT_ENGINES: typing.Any
383
384
  bl_context: typing.Any
384
385
  bl_label: typing.Any
@@ -421,7 +422,7 @@ class DATA_PT_lightprobe_parallax(DataButtonsPanel, bpy.types.Panel):
421
422
  :param context:
422
423
  """
423
424
 
424
- class DATA_PT_lightprobe_visibility(DataButtonsPanel, bpy.types.Panel):
425
+ class DATA_PT_lightprobe_visibility(DataButtonsPanel, _bpy_types.Panel):
425
426
  COMPAT_ENGINES: typing.Any
426
427
  bl_context: typing.Any
427
428
  bl_label: typing.Any
@@ -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.space_properties
6
7
  import bpy.types
7
8
  import rna_prop_ui
@@ -17,7 +18,7 @@ class ColorAttributesListBase:
17
18
  :param property:
18
19
  """
19
20
 
20
- class DATA_PT_context_mesh(MeshButtonsPanel, bpy.types.Panel):
21
+ class DATA_PT_context_mesh(MeshButtonsPanel, _bpy_types.Panel):
21
22
  COMPAT_ENGINES: typing.Any
22
23
  bl_context: typing.Any
23
24
  bl_label: typing.Any
@@ -48,10 +49,10 @@ class DATA_PT_context_mesh(MeshButtonsPanel, bpy.types.Panel):
48
49
  """
49
50
 
50
51
  class DATA_PT_custom_props_mesh(
51
- rna_prop_ui.PropertyPanel, MeshButtonsPanel, bpy.types.Panel
52
+ rna_prop_ui.PropertyPanel, MeshButtonsPanel, _bpy_types.Panel
52
53
  ):
53
54
  """The subclass should have its own poll function
54
- and the variable '_context_path' MUST be set.
55
+ and the variable _context_path MUST be set.
55
56
  """
56
57
 
57
58
  COMPAT_ENGINES: typing.Any
@@ -78,7 +79,7 @@ class DATA_PT_custom_props_mesh(
78
79
  :rtype: typing.Any
79
80
  """
80
81
 
81
- class DATA_PT_customdata(MeshButtonsPanel, bpy.types.Panel):
82
+ class DATA_PT_customdata(MeshButtonsPanel, _bpy_types.Panel):
82
83
  COMPAT_ENGINES: typing.Any
83
84
  bl_context: typing.Any
84
85
  bl_label: typing.Any
@@ -112,9 +113,9 @@ class DATA_PT_mesh_animation(
112
113
  rna_prop_ui.PropertyPanel,
113
114
  MeshButtonsPanel,
114
115
  bl_ui.space_properties.PropertiesAnimationMixin,
115
- bpy.types.Panel,
116
+ _bpy_types.Panel,
116
117
  ):
117
- """Mix-in class for Animation panels.This class can be used to show a generic 'Animation' panel for IDs shown in
118
+ """Mix-in class for Animation panels.This class can be used to show a generic Animation panel for IDs shown in
118
119
  the properties editor. Specific ID types need specific subclasses.For an example, see DATA_PT_camera_animation in properties_data_camera.py
119
120
  """
120
121
 
@@ -148,7 +149,7 @@ class DATA_PT_mesh_animation(
148
149
  :param context:
149
150
  """
150
151
 
151
- class DATA_PT_mesh_attributes(MeshButtonsPanel, bpy.types.Panel):
152
+ class DATA_PT_mesh_attributes(MeshButtonsPanel, _bpy_types.Panel):
152
153
  COMPAT_ENGINES: typing.Any
153
154
  bl_context: typing.Any
154
155
  bl_label: typing.Any
@@ -178,7 +179,7 @@ class DATA_PT_mesh_attributes(MeshButtonsPanel, bpy.types.Panel):
178
179
  :param context:
179
180
  """
180
181
 
181
- class DATA_PT_remesh(MeshButtonsPanel, bpy.types.Panel):
182
+ class DATA_PT_remesh(MeshButtonsPanel, _bpy_types.Panel):
182
183
  COMPAT_ENGINES: typing.Any
183
184
  bl_context: typing.Any
184
185
  bl_label: typing.Any
@@ -208,7 +209,7 @@ class DATA_PT_remesh(MeshButtonsPanel, bpy.types.Panel):
208
209
  :param context:
209
210
  """
210
211
 
211
- class DATA_PT_shape_keys(MeshButtonsPanel, bpy.types.Panel):
212
+ class DATA_PT_shape_keys(MeshButtonsPanel, _bpy_types.Panel):
212
213
  COMPAT_ENGINES: typing.Any
213
214
  bl_context: typing.Any
214
215
  bl_label: typing.Any
@@ -244,7 +245,7 @@ class DATA_PT_shape_keys(MeshButtonsPanel, bpy.types.Panel):
244
245
  :param context:
245
246
  """
246
247
 
247
- class DATA_PT_texture_space(MeshButtonsPanel, bpy.types.Panel):
248
+ class DATA_PT_texture_space(MeshButtonsPanel, _bpy_types.Panel):
248
249
  COMPAT_ENGINES: typing.Any
249
250
  bl_context: typing.Any
250
251
  bl_label: typing.Any
@@ -274,7 +275,7 @@ class DATA_PT_texture_space(MeshButtonsPanel, bpy.types.Panel):
274
275
  :param context:
275
276
  """
276
277
 
277
- class DATA_PT_uv_texture(MeshButtonsPanel, bpy.types.Panel):
278
+ class DATA_PT_uv_texture(MeshButtonsPanel, _bpy_types.Panel):
278
279
  COMPAT_ENGINES: typing.Any
279
280
  bl_context: typing.Any
280
281
  bl_label: typing.Any
@@ -304,7 +305,7 @@ class DATA_PT_uv_texture(MeshButtonsPanel, bpy.types.Panel):
304
305
  :param context:
305
306
  """
306
307
 
307
- class DATA_PT_vertex_colors(MeshButtonsPanel, bpy.types.Panel):
308
+ class DATA_PT_vertex_colors(MeshButtonsPanel, _bpy_types.Panel):
308
309
  COMPAT_ENGINES: typing.Any
309
310
  bl_context: typing.Any
310
311
  bl_label: typing.Any
@@ -334,7 +335,7 @@ class DATA_PT_vertex_colors(MeshButtonsPanel, bpy.types.Panel):
334
335
  :param context:
335
336
  """
336
337
 
337
- class DATA_PT_vertex_groups(MeshButtonsPanel, bpy.types.Panel):
338
+ class DATA_PT_vertex_groups(MeshButtonsPanel, _bpy_types.Panel):
338
339
  COMPAT_ENGINES: typing.Any
339
340
  bl_context: typing.Any
340
341
  bl_label: typing.Any
@@ -370,7 +371,7 @@ class DATA_PT_vertex_groups(MeshButtonsPanel, bpy.types.Panel):
370
371
  :param context:
371
372
  """
372
373
 
373
- class MESH_MT_attribute_context_menu(bpy.types.Menu):
374
+ class MESH_MT_attribute_context_menu(_bpy_types.Menu):
374
375
  bl_label: typing.Any
375
376
  bl_rna: typing.Any
376
377
  id_data: typing.Any
@@ -395,7 +396,7 @@ class MESH_MT_attribute_context_menu(bpy.types.Menu):
395
396
  :param _context:
396
397
  """
397
398
 
398
- class MESH_MT_color_attribute_context_menu(bpy.types.Menu):
399
+ class MESH_MT_color_attribute_context_menu(_bpy_types.Menu):
399
400
  bl_label: typing.Any
400
401
  bl_rna: typing.Any
401
402
  id_data: typing.Any
@@ -420,7 +421,7 @@ class MESH_MT_color_attribute_context_menu(bpy.types.Menu):
420
421
  :param _context:
421
422
  """
422
423
 
423
- class MESH_MT_shape_key_context_menu(bpy.types.Menu):
424
+ class MESH_MT_shape_key_context_menu(_bpy_types.Menu):
424
425
  bl_label: typing.Any
425
426
  bl_rna: typing.Any
426
427
  id_data: typing.Any
@@ -445,7 +446,7 @@ class MESH_MT_shape_key_context_menu(bpy.types.Menu):
445
446
  :param _context:
446
447
  """
447
448
 
448
- class MESH_MT_vertex_group_context_menu(bpy.types.Menu):
449
+ class MESH_MT_shape_key_tree_context_menu(_bpy_types.Menu):
449
450
  bl_label: typing.Any
450
451
  bl_rna: typing.Any
451
452
  id_data: typing.Any
@@ -470,7 +471,32 @@ class MESH_MT_vertex_group_context_menu(bpy.types.Menu):
470
471
  :param _context:
471
472
  """
472
473
 
473
- class MESH_UL_attributes(bpy.types.UIList):
474
+ class MESH_MT_vertex_group_context_menu(_bpy_types.Menu):
475
+ bl_label: typing.Any
476
+ bl_rna: typing.Any
477
+ id_data: typing.Any
478
+
479
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
480
+ """
481
+
482
+ :return: The RNA type or default when not found.
483
+ :rtype: bpy.types.Struct
484
+ """
485
+
486
+ def bl_rna_get_subclass_py(self) -> typing.Any:
487
+ """
488
+
489
+ :return: The class or default when not found.
490
+ :rtype: typing.Any
491
+ """
492
+
493
+ def draw(self, _context) -> None:
494
+ """
495
+
496
+ :param _context:
497
+ """
498
+
499
+ class MESH_UL_attributes(_bpy_types.UIList):
474
500
  bl_rna: typing.Any
475
501
  display_domain_names: typing.Any
476
502
  id_data: typing.Any
@@ -520,7 +546,7 @@ class MESH_UL_attributes(bpy.types.UIList):
520
546
  :param property:
521
547
  """
522
548
 
523
- class MESH_UL_uvmaps(bpy.types.UIList):
549
+ class MESH_UL_uvmaps(_bpy_types.UIList):
524
550
  bl_rna: typing.Any
525
551
  id_data: typing.Any
526
552
 
@@ -561,7 +587,7 @@ class MESH_UL_uvmaps(bpy.types.UIList):
561
587
  :param _index:
562
588
  """
563
589
 
564
- class MESH_UL_vgroups(bpy.types.UIList):
590
+ class MESH_UL_vgroups(_bpy_types.UIList):
565
591
  bl_rna: typing.Any
566
592
  id_data: typing.Any
567
593
 
@@ -614,7 +640,7 @@ class MeshButtonsPanel:
614
640
  :param context:
615
641
  """
616
642
 
617
- class MESH_UL_color_attributes(bpy.types.UIList, ColorAttributesListBase):
643
+ class MESH_UL_color_attributes(_bpy_types.UIList, ColorAttributesListBase):
618
644
  bl_rna: typing.Any
619
645
  display_domain_names: typing.Any
620
646
  id_data: typing.Any
@@ -656,7 +682,7 @@ class MESH_UL_color_attributes(bpy.types.UIList, ColorAttributesListBase):
656
682
  :param _index:
657
683
  """
658
684
 
659
- class MESH_UL_color_attributes_selector(bpy.types.UIList, ColorAttributesListBase):
685
+ class MESH_UL_color_attributes_selector(_bpy_types.UIList, ColorAttributesListBase):
660
686
  bl_rna: typing.Any
661
687
  display_domain_names: typing.Any
662
688
  id_data: typing.Any