fake-bpy-module 20250629__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 +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 +54 -34
  205. bpy/types/__init__.pyi +55981 -39705
  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-20250830.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250830.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250629.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-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-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_grease_pencil_common
6
7
  import bl_ui.properties_mask_common
7
8
  import bl_ui.properties_paint_common
@@ -19,7 +20,7 @@ class BrushButtonsPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
19
20
  :param context:
20
21
  """
21
22
 
22
- class IMAGE_AST_brush_paint(ImageAssetShelf, bpy.types.AssetShelf):
23
+ class IMAGE_AST_brush_paint(ImageAssetShelf, _bpy_types.AssetShelf):
23
24
  bl_activate_operator: typing.Any
24
25
  bl_default_preview_size: typing.Any
25
26
  bl_options: typing.Any
@@ -50,7 +51,7 @@ class IMAGE_AST_brush_paint(ImageAssetShelf, bpy.types.AssetShelf):
50
51
  :param context:
51
52
  """
52
53
 
53
- class IMAGE_HT_header(bpy.types.Header):
54
+ class IMAGE_HT_header(_bpy_types.Header):
54
55
  bl_rna: typing.Any
55
56
  bl_space_type: typing.Any
56
57
  id_data: typing.Any
@@ -83,7 +84,7 @@ class IMAGE_HT_header(bpy.types.Header):
83
84
  :param context:
84
85
  """
85
86
 
86
- class IMAGE_HT_tool_header(bpy.types.Header):
87
+ class IMAGE_HT_tool_header(_bpy_types.Header):
87
88
  bl_region_type: typing.Any
88
89
  bl_rna: typing.Any
89
90
  bl_space_type: typing.Any
@@ -121,7 +122,7 @@ class IMAGE_HT_tool_header(bpy.types.Header):
121
122
  :param context:
122
123
  """
123
124
 
124
- class IMAGE_MT_editor_menus(bpy.types.Menu):
125
+ class IMAGE_MT_editor_menus(_bpy_types.Menu):
125
126
  bl_idname: typing.Any
126
127
  bl_label: typing.Any
127
128
  bl_rna: typing.Any
@@ -147,7 +148,7 @@ class IMAGE_MT_editor_menus(bpy.types.Menu):
147
148
  :param context:
148
149
  """
149
150
 
150
- class IMAGE_MT_image(bpy.types.Menu):
151
+ class IMAGE_MT_image(_bpy_types.Menu):
151
152
  bl_label: typing.Any
152
153
  bl_rna: typing.Any
153
154
  id_data: typing.Any
@@ -172,7 +173,7 @@ class IMAGE_MT_image(bpy.types.Menu):
172
173
  :param context:
173
174
  """
174
175
 
175
- class IMAGE_MT_image_invert(bpy.types.Menu):
176
+ class IMAGE_MT_image_invert(_bpy_types.Menu):
176
177
  bl_label: typing.Any
177
178
  bl_rna: typing.Any
178
179
  id_data: typing.Any
@@ -197,7 +198,7 @@ class IMAGE_MT_image_invert(bpy.types.Menu):
197
198
  :param _context:
198
199
  """
199
200
 
200
- class IMAGE_MT_image_transform(bpy.types.Menu):
201
+ class IMAGE_MT_image_transform(_bpy_types.Menu):
201
202
  bl_label: typing.Any
202
203
  bl_rna: typing.Any
203
204
  id_data: typing.Any
@@ -222,7 +223,7 @@ class IMAGE_MT_image_transform(bpy.types.Menu):
222
223
  :param _context:
223
224
  """
224
225
 
225
- class IMAGE_MT_mask_context_menu(bpy.types.Menu):
226
+ class IMAGE_MT_mask_context_menu(_bpy_types.Menu):
226
227
  bl_label: typing.Any
227
228
  bl_rna: typing.Any
228
229
  id_data: typing.Any
@@ -254,7 +255,7 @@ class IMAGE_MT_mask_context_menu(bpy.types.Menu):
254
255
  :param context:
255
256
  """
256
257
 
257
- class IMAGE_MT_pivot_pie(bpy.types.Menu):
258
+ class IMAGE_MT_pivot_pie(_bpy_types.Menu):
258
259
  bl_label: typing.Any
259
260
  bl_rna: typing.Any
260
261
  id_data: typing.Any
@@ -279,7 +280,7 @@ class IMAGE_MT_pivot_pie(bpy.types.Menu):
279
280
  :param context:
280
281
  """
281
282
 
282
- class IMAGE_MT_select(bpy.types.Menu):
283
+ class IMAGE_MT_select(_bpy_types.Menu):
283
284
  bl_label: typing.Any
284
285
  bl_rna: typing.Any
285
286
  id_data: typing.Any
@@ -304,7 +305,7 @@ class IMAGE_MT_select(bpy.types.Menu):
304
305
  :param _context:
305
306
  """
306
307
 
307
- class IMAGE_MT_select_linked(bpy.types.Menu):
308
+ class IMAGE_MT_select_linked(_bpy_types.Menu):
308
309
  bl_label: typing.Any
309
310
  bl_rna: typing.Any
310
311
  id_data: typing.Any
@@ -329,7 +330,7 @@ class IMAGE_MT_select_linked(bpy.types.Menu):
329
330
  :param _context:
330
331
  """
331
332
 
332
- class IMAGE_MT_uvs(bpy.types.Menu):
333
+ class IMAGE_MT_uvs(_bpy_types.Menu):
333
334
  bl_label: typing.Any
334
335
  bl_rna: typing.Any
335
336
  id_data: typing.Any
@@ -348,7 +349,7 @@ class IMAGE_MT_uvs(bpy.types.Menu):
348
349
  :rtype: typing.Any
349
350
  """
350
351
 
351
- class IMAGE_MT_uvs_align(bpy.types.Menu):
352
+ class IMAGE_MT_uvs_align(_bpy_types.Menu):
352
353
  bl_label: typing.Any
353
354
  bl_rna: typing.Any
354
355
  id_data: typing.Any
@@ -373,7 +374,7 @@ class IMAGE_MT_uvs_align(bpy.types.Menu):
373
374
  :param _context:
374
375
  """
375
376
 
376
- class IMAGE_MT_uvs_context_menu(bpy.types.Menu):
377
+ class IMAGE_MT_uvs_context_menu(_bpy_types.Menu):
377
378
  bl_label: typing.Any
378
379
  bl_rna: typing.Any
379
380
  id_data: typing.Any
@@ -398,7 +399,7 @@ class IMAGE_MT_uvs_context_menu(bpy.types.Menu):
398
399
  :param context:
399
400
  """
400
401
 
401
- class IMAGE_MT_uvs_merge(bpy.types.Menu):
402
+ class IMAGE_MT_uvs_merge(_bpy_types.Menu):
402
403
  bl_label: typing.Any
403
404
  bl_rna: typing.Any
404
405
  id_data: typing.Any
@@ -423,9 +424,10 @@ class IMAGE_MT_uvs_merge(bpy.types.Menu):
423
424
  :param _context:
424
425
  """
425
426
 
426
- class IMAGE_MT_uvs_mirror(bpy.types.Menu):
427
+ class IMAGE_MT_uvs_mirror(_bpy_types.Menu):
427
428
  bl_label: typing.Any
428
429
  bl_rna: typing.Any
430
+ bl_translation_context: typing.Any
429
431
  id_data: typing.Any
430
432
 
431
433
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
@@ -448,7 +450,7 @@ class IMAGE_MT_uvs_mirror(bpy.types.Menu):
448
450
  :param _context:
449
451
  """
450
452
 
451
- class IMAGE_MT_uvs_select_mode(bpy.types.Menu):
453
+ class IMAGE_MT_uvs_select_mode(_bpy_types.Menu):
452
454
  bl_label: typing.Any
453
455
  bl_rna: typing.Any
454
456
  id_data: typing.Any
@@ -473,7 +475,7 @@ class IMAGE_MT_uvs_select_mode(bpy.types.Menu):
473
475
  :param context:
474
476
  """
475
477
 
476
- class IMAGE_MT_uvs_showhide(bpy.types.Menu):
478
+ class IMAGE_MT_uvs_showhide(_bpy_types.Menu):
477
479
  bl_label: typing.Any
478
480
  bl_rna: typing.Any
479
481
  id_data: typing.Any
@@ -498,7 +500,7 @@ class IMAGE_MT_uvs_showhide(bpy.types.Menu):
498
500
  :param _context:
499
501
  """
500
502
 
501
- class IMAGE_MT_uvs_snap(bpy.types.Menu):
503
+ class IMAGE_MT_uvs_snap(_bpy_types.Menu):
502
504
  bl_label: typing.Any
503
505
  bl_rna: typing.Any
504
506
  id_data: typing.Any
@@ -523,7 +525,7 @@ class IMAGE_MT_uvs_snap(bpy.types.Menu):
523
525
  :param _context:
524
526
  """
525
527
 
526
- class IMAGE_MT_uvs_snap_pie(bpy.types.Menu):
528
+ class IMAGE_MT_uvs_snap_pie(_bpy_types.Menu):
527
529
  bl_label: typing.Any
528
530
  bl_rna: typing.Any
529
531
  id_data: typing.Any
@@ -548,7 +550,7 @@ class IMAGE_MT_uvs_snap_pie(bpy.types.Menu):
548
550
  :param _context:
549
551
  """
550
552
 
551
- class IMAGE_MT_uvs_split(bpy.types.Menu):
553
+ class IMAGE_MT_uvs_split(_bpy_types.Menu):
552
554
  bl_label: typing.Any
553
555
  bl_rna: typing.Any
554
556
  id_data: typing.Any
@@ -573,7 +575,7 @@ class IMAGE_MT_uvs_split(bpy.types.Menu):
573
575
  :param _context:
574
576
  """
575
577
 
576
- class IMAGE_MT_uvs_transform(bpy.types.Menu):
578
+ class IMAGE_MT_uvs_transform(_bpy_types.Menu):
577
579
  bl_label: typing.Any
578
580
  bl_rna: typing.Any
579
581
  id_data: typing.Any
@@ -598,7 +600,7 @@ class IMAGE_MT_uvs_transform(bpy.types.Menu):
598
600
  :param _context:
599
601
  """
600
602
 
601
- class IMAGE_MT_uvs_unwrap(bpy.types.Menu):
603
+ class IMAGE_MT_uvs_unwrap(_bpy_types.Menu):
602
604
  bl_label: typing.Any
603
605
  bl_rna: typing.Any
604
606
  id_data: typing.Any
@@ -623,7 +625,7 @@ class IMAGE_MT_uvs_unwrap(bpy.types.Menu):
623
625
  :param _context:
624
626
  """
625
627
 
626
- class IMAGE_MT_view(bpy.types.Menu):
628
+ class IMAGE_MT_view(_bpy_types.Menu):
627
629
  bl_label: typing.Any
628
630
  bl_rna: typing.Any
629
631
  id_data: typing.Any
@@ -648,7 +650,7 @@ class IMAGE_MT_view(bpy.types.Menu):
648
650
  :param context:
649
651
  """
650
652
 
651
- class IMAGE_MT_view_pie(bpy.types.Menu):
653
+ class IMAGE_MT_view_pie(_bpy_types.Menu):
652
654
  bl_label: typing.Any
653
655
  bl_rna: typing.Any
654
656
  id_data: typing.Any
@@ -673,7 +675,7 @@ class IMAGE_MT_view_pie(bpy.types.Menu):
673
675
  :param context:
674
676
  """
675
677
 
676
- class IMAGE_MT_view_zoom(bpy.types.Menu):
678
+ class IMAGE_MT_view_zoom(_bpy_types.Menu):
677
679
  bl_label: typing.Any
678
680
  bl_rna: typing.Any
679
681
  id_data: typing.Any
@@ -699,7 +701,7 @@ class IMAGE_MT_view_zoom(bpy.types.Menu):
699
701
  """
700
702
 
701
703
  class IMAGE_PT_active_mask_point(
702
- bl_ui.properties_mask_common.MASK_PT_point, bpy.types.Panel
704
+ bl_ui.properties_mask_common.MASK_PT_point, _bpy_types.Panel
703
705
  ):
704
706
  bl_category: typing.Any
705
707
  bl_label: typing.Any
@@ -723,7 +725,7 @@ class IMAGE_PT_active_mask_point(
723
725
  """
724
726
 
725
727
  class IMAGE_PT_active_mask_spline(
726
- bl_ui.properties_mask_common.MASK_PT_spline, bpy.types.Panel
728
+ bl_ui.properties_mask_common.MASK_PT_spline, _bpy_types.Panel
727
729
  ):
728
730
  bl_category: typing.Any
729
731
  bl_label: typing.Any
@@ -747,7 +749,7 @@ class IMAGE_PT_active_mask_spline(
747
749
  """
748
750
 
749
751
  class IMAGE_PT_active_tool(
750
- bpy.types.Panel, bl_ui.space_toolsystem_common.ToolActivePanelHelper
752
+ _bpy_types.Panel, bl_ui.space_toolsystem_common.ToolActivePanelHelper
751
753
  ):
752
754
  bl_category: typing.Any
753
755
  bl_label: typing.Any
@@ -771,7 +773,7 @@ class IMAGE_PT_active_tool(
771
773
  """
772
774
 
773
775
  class IMAGE_PT_annotation(
774
- bl_ui.properties_grease_pencil_common.AnnotationDataPanel, bpy.types.Panel
776
+ bl_ui.properties_grease_pencil_common.AnnotationDataPanel, _bpy_types.Panel
775
777
  ):
776
778
  bl_category: typing.Any
777
779
  bl_label: typing.Any
@@ -795,7 +797,7 @@ class IMAGE_PT_annotation(
795
797
  :rtype: typing.Any
796
798
  """
797
799
 
798
- class IMAGE_PT_gizmo_display(bpy.types.Panel):
800
+ class IMAGE_PT_gizmo_display(_bpy_types.Panel):
799
801
  bl_label: typing.Any
800
802
  bl_region_type: typing.Any
801
803
  bl_rna: typing.Any
@@ -823,7 +825,7 @@ class IMAGE_PT_gizmo_display(bpy.types.Panel):
823
825
  :param context:
824
826
  """
825
827
 
826
- class IMAGE_PT_image_properties(bpy.types.Panel):
828
+ class IMAGE_PT_image_properties(_bpy_types.Panel):
827
829
  bl_category: typing.Any
828
830
  bl_label: typing.Any
829
831
  bl_region_type: typing.Any
@@ -858,7 +860,7 @@ class IMAGE_PT_image_properties(bpy.types.Panel):
858
860
  :param context:
859
861
  """
860
862
 
861
- class IMAGE_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy.types.Panel):
863
+ class IMAGE_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, _bpy_types.Panel):
862
864
  bl_category: typing.Any
863
865
  bl_label: typing.Any
864
866
  bl_options: typing.Any
@@ -882,7 +884,7 @@ class IMAGE_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy.types.Panel):
882
884
  """
883
885
 
884
886
  class IMAGE_PT_mask_animation(
885
- bl_ui.properties_mask_common.MASK_PT_animation, bpy.types.Panel
887
+ bl_ui.properties_mask_common.MASK_PT_animation, _bpy_types.Panel
886
888
  ):
887
889
  bl_category: typing.Any
888
890
  bl_label: typing.Any
@@ -907,7 +909,7 @@ class IMAGE_PT_mask_animation(
907
909
  """
908
910
 
909
911
  class IMAGE_PT_mask_display(
910
- bl_ui.properties_mask_common.MASK_PT_display, bpy.types.Panel
912
+ bl_ui.properties_mask_common.MASK_PT_display, _bpy_types.Panel
911
913
  ):
912
914
  bl_label: typing.Any
913
915
  bl_region_type: typing.Any
@@ -930,7 +932,7 @@ class IMAGE_PT_mask_display(
930
932
  """
931
933
 
932
934
  class IMAGE_PT_mask_layers(
933
- bl_ui.properties_mask_common.MASK_PT_layers, bpy.types.Panel
935
+ bl_ui.properties_mask_common.MASK_PT_layers, _bpy_types.Panel
934
936
  ):
935
937
  bl_category: typing.Any
936
938
  bl_label: typing.Any
@@ -953,7 +955,7 @@ class IMAGE_PT_mask_layers(
953
955
  :rtype: typing.Any
954
956
  """
955
957
 
956
- class IMAGE_PT_overlay(bpy.types.Panel):
958
+ class IMAGE_PT_overlay(_bpy_types.Panel):
957
959
  bl_label: typing.Any
958
960
  bl_region_type: typing.Any
959
961
  bl_rna: typing.Any
@@ -981,7 +983,7 @@ class IMAGE_PT_overlay(bpy.types.Panel):
981
983
  :param context:
982
984
  """
983
985
 
984
- class IMAGE_PT_overlay_guides(bpy.types.Panel):
986
+ class IMAGE_PT_overlay_guides(_bpy_types.Panel):
985
987
  bl_label: typing.Any
986
988
  bl_parent_id: typing.Any
987
989
  bl_region_type: typing.Any
@@ -1016,7 +1018,7 @@ class IMAGE_PT_overlay_guides(bpy.types.Panel):
1016
1018
  :param context:
1017
1019
  """
1018
1020
 
1019
- class IMAGE_PT_overlay_image(bpy.types.Panel):
1021
+ class IMAGE_PT_overlay_image(_bpy_types.Panel):
1020
1022
  bl_label: typing.Any
1021
1023
  bl_parent_id: typing.Any
1022
1024
  bl_region_type: typing.Any
@@ -1044,7 +1046,7 @@ class IMAGE_PT_overlay_image(bpy.types.Panel):
1044
1046
  :param context:
1045
1047
  """
1046
1048
 
1047
- class IMAGE_PT_overlay_render_guides(bpy.types.Panel):
1049
+ class IMAGE_PT_overlay_render_guides(_bpy_types.Panel):
1048
1050
  bl_label: typing.Any
1049
1051
  bl_parent_id: typing.Any
1050
1052
  bl_region_type: typing.Any
@@ -1079,7 +1081,7 @@ class IMAGE_PT_overlay_render_guides(bpy.types.Panel):
1079
1081
  :param context:
1080
1082
  """
1081
1083
 
1082
- class IMAGE_PT_overlay_uv_display(bpy.types.Panel):
1084
+ class IMAGE_PT_overlay_uv_display(_bpy_types.Panel):
1083
1085
  bl_label: typing.Any
1084
1086
  bl_parent_id: typing.Any
1085
1087
  bl_region_type: typing.Any
@@ -1114,7 +1116,7 @@ class IMAGE_PT_overlay_uv_display(bpy.types.Panel):
1114
1116
  :param context:
1115
1117
  """
1116
1118
 
1117
- class IMAGE_PT_overlay_uv_edit_geometry(bpy.types.Panel):
1119
+ class IMAGE_PT_overlay_uv_edit_geometry(_bpy_types.Panel):
1118
1120
  bl_label: typing.Any
1119
1121
  bl_parent_id: typing.Any
1120
1122
  bl_region_type: typing.Any
@@ -1149,7 +1151,7 @@ class IMAGE_PT_overlay_uv_edit_geometry(bpy.types.Panel):
1149
1151
  :param context:
1150
1152
  """
1151
1153
 
1152
- class IMAGE_PT_overlay_uv_stretch(bpy.types.Panel):
1154
+ class IMAGE_PT_overlay_uv_stretch(_bpy_types.Panel):
1153
1155
  bl_label: typing.Any
1154
1156
  bl_parent_id: typing.Any
1155
1157
  bl_region_type: typing.Any
@@ -1185,7 +1187,7 @@ class IMAGE_PT_overlay_uv_stretch(bpy.types.Panel):
1185
1187
  """
1186
1188
 
1187
1189
  class IMAGE_PT_paint_clone(
1188
- ImagePaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.ClonePanel
1190
+ ImagePaintPanel, _bpy_types.Panel, bl_ui.properties_paint_common.ClonePanel
1189
1191
  ):
1190
1192
  bl_category: typing.Any
1191
1193
  bl_context: typing.Any
@@ -1211,12 +1213,12 @@ class IMAGE_PT_paint_clone(
1211
1213
  :rtype: typing.Any
1212
1214
  """
1213
1215
 
1214
- class ImagePaintPanel:
1216
+ class ImagePaintPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
1215
1217
  bl_region_type: typing.Any
1216
1218
  bl_space_type: typing.Any
1217
1219
 
1218
1220
  class IMAGE_PT_paint_curve(
1219
- bpy.types.Panel, BrushButtonsPanel, bl_ui.properties_paint_common.FalloffPanel
1221
+ _bpy_types.Panel, BrushButtonsPanel, bl_ui.properties_paint_common.FalloffPanel
1220
1222
  ):
1221
1223
  bl_category: typing.Any
1222
1224
  bl_context: typing.Any
@@ -1243,7 +1245,7 @@ class IMAGE_PT_paint_curve(
1243
1245
  """
1244
1246
 
1245
1247
  class IMAGE_PT_paint_select(
1246
- ImagePaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.BrushSelectPanel
1248
+ ImagePaintPanel, _bpy_types.Panel, bl_ui.properties_paint_common.BrushSelectPanel
1247
1249
  ):
1248
1250
  bl_category: typing.Any
1249
1251
  bl_context: typing.Any
@@ -1268,7 +1270,7 @@ class IMAGE_PT_paint_select(
1268
1270
  """
1269
1271
 
1270
1272
  class IMAGE_PT_paint_stroke(
1271
- bpy.types.Panel, BrushButtonsPanel, bl_ui.properties_paint_common.StrokePanel
1273
+ _bpy_types.Panel, BrushButtonsPanel, bl_ui.properties_paint_common.StrokePanel
1272
1274
  ):
1273
1275
  bl_category: typing.Any
1274
1276
  bl_context: typing.Any
@@ -1296,7 +1298,7 @@ class IMAGE_PT_paint_stroke(
1296
1298
  """
1297
1299
 
1298
1300
  class IMAGE_PT_paint_stroke_smooth_stroke(
1299
- BrushButtonsPanel, bpy.types.Panel, bl_ui.properties_paint_common.SmoothStrokePanel
1301
+ BrushButtonsPanel, _bpy_types.Panel, bl_ui.properties_paint_common.SmoothStrokePanel
1300
1302
  ):
1301
1303
  bl_category: typing.Any
1302
1304
  bl_context: typing.Any
@@ -1323,7 +1325,7 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
1323
1325
  """
1324
1326
 
1325
1327
  class IMAGE_PT_paint_swatches(
1326
- ImagePaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.ColorPalettePanel
1328
+ ImagePaintPanel, _bpy_types.Panel, bl_ui.properties_paint_common.ColorPalettePanel
1327
1329
  ):
1328
1330
  bl_category: typing.Any
1329
1331
  bl_context: typing.Any
@@ -1349,7 +1351,7 @@ class IMAGE_PT_paint_swatches(
1349
1351
  :rtype: typing.Any
1350
1352
  """
1351
1353
 
1352
- class IMAGE_PT_proportional_edit(bpy.types.Panel):
1354
+ class IMAGE_PT_proportional_edit(_bpy_types.Panel):
1353
1355
  bl_label: typing.Any
1354
1356
  bl_region_type: typing.Any
1355
1357
  bl_rna: typing.Any
@@ -1377,7 +1379,7 @@ class IMAGE_PT_proportional_edit(bpy.types.Panel):
1377
1379
  :param context:
1378
1380
  """
1379
1381
 
1380
- class IMAGE_PT_render_slots(bpy.types.Panel):
1382
+ class IMAGE_PT_render_slots(_bpy_types.Panel):
1381
1383
  bl_category: typing.Any
1382
1384
  bl_label: typing.Any
1383
1385
  bl_region_type: typing.Any
@@ -1412,7 +1414,7 @@ class IMAGE_PT_render_slots(bpy.types.Panel):
1412
1414
  :param context:
1413
1415
  """
1414
1416
 
1415
- class IMAGE_PT_sample_line(ImageScopesPanel, bpy.types.Panel):
1417
+ class IMAGE_PT_sample_line(ImageScopesPanel, _bpy_types.Panel):
1416
1418
  bl_category: typing.Any
1417
1419
  bl_label: typing.Any
1418
1420
  bl_region_type: typing.Any
@@ -1440,7 +1442,7 @@ class IMAGE_PT_sample_line(ImageScopesPanel, bpy.types.Panel):
1440
1442
  :param context:
1441
1443
  """
1442
1444
 
1443
- class IMAGE_PT_scope_sample(ImageScopesPanel, bpy.types.Panel):
1445
+ class IMAGE_PT_scope_sample(ImageScopesPanel, _bpy_types.Panel):
1444
1446
  bl_category: typing.Any
1445
1447
  bl_label: typing.Any
1446
1448
  bl_options: typing.Any
@@ -1469,7 +1471,7 @@ class IMAGE_PT_scope_sample(ImageScopesPanel, bpy.types.Panel):
1469
1471
  :param context:
1470
1472
  """
1471
1473
 
1472
- class IMAGE_PT_snapping(bpy.types.Panel):
1474
+ class IMAGE_PT_snapping(_bpy_types.Panel):
1473
1475
  bl_label: typing.Any
1474
1476
  bl_region_type: typing.Any
1475
1477
  bl_rna: typing.Any
@@ -1497,7 +1499,7 @@ class IMAGE_PT_snapping(bpy.types.Panel):
1497
1499
  """
1498
1500
 
1499
1501
  class IMAGE_PT_tools_brush_display(
1500
- BrushButtonsPanel, bpy.types.Panel, bl_ui.properties_paint_common.DisplayPanel
1502
+ BrushButtonsPanel, _bpy_types.Panel, bl_ui.properties_paint_common.DisplayPanel
1501
1503
  ):
1502
1504
  bl_category: typing.Any
1503
1505
  bl_context: typing.Any
@@ -1524,7 +1526,7 @@ class IMAGE_PT_tools_brush_display(
1524
1526
  :rtype: typing.Any
1525
1527
  """
1526
1528
 
1527
- class IMAGE_PT_tools_brush_texture(BrushButtonsPanel, bpy.types.Panel):
1529
+ class IMAGE_PT_tools_brush_texture(BrushButtonsPanel, _bpy_types.Panel):
1528
1530
  bl_category: typing.Any
1529
1531
  bl_context: typing.Any
1530
1532
  bl_label: typing.Any
@@ -1555,7 +1557,7 @@ class IMAGE_PT_tools_brush_texture(BrushButtonsPanel, bpy.types.Panel):
1555
1557
  :param context:
1556
1558
  """
1557
1559
 
1558
- class IMAGE_PT_tools_imagepaint_symmetry(BrushButtonsPanel, bpy.types.Panel):
1560
+ class IMAGE_PT_tools_imagepaint_symmetry(BrushButtonsPanel, _bpy_types.Panel):
1559
1561
  bl_category: typing.Any
1560
1562
  bl_context: typing.Any
1561
1563
  bl_label: typing.Any
@@ -1586,7 +1588,7 @@ class IMAGE_PT_tools_imagepaint_symmetry(BrushButtonsPanel, bpy.types.Panel):
1586
1588
  """
1587
1589
 
1588
1590
  class IMAGE_PT_tools_mask_texture(
1589
- BrushButtonsPanel, bpy.types.Panel, bl_ui.properties_paint_common.TextureMaskPanel
1591
+ BrushButtonsPanel, _bpy_types.Panel, bl_ui.properties_paint_common.TextureMaskPanel
1590
1592
  ):
1591
1593
  bl_category: typing.Any
1592
1594
  bl_context: typing.Any
@@ -1613,7 +1615,7 @@ class IMAGE_PT_tools_mask_texture(
1613
1615
  :rtype: typing.Any
1614
1616
  """
1615
1617
 
1616
- class IMAGE_PT_udim_tiles(bpy.types.Panel):
1618
+ class IMAGE_PT_udim_tiles(_bpy_types.Panel):
1617
1619
  bl_category: typing.Any
1618
1620
  bl_label: typing.Any
1619
1621
  bl_region_type: typing.Any
@@ -1648,7 +1650,7 @@ class IMAGE_PT_udim_tiles(bpy.types.Panel):
1648
1650
  :param context:
1649
1651
  """
1650
1652
 
1651
- class IMAGE_PT_uv_cursor(bpy.types.Panel):
1653
+ class IMAGE_PT_uv_cursor(_bpy_types.Panel):
1652
1654
  bl_category: typing.Any
1653
1655
  bl_label: typing.Any
1654
1656
  bl_region_type: typing.Any
@@ -1683,7 +1685,7 @@ class IMAGE_PT_uv_cursor(bpy.types.Panel):
1683
1685
  :param context:
1684
1686
  """
1685
1687
 
1686
- class IMAGE_PT_uv_sculpt_curve(bpy.types.Panel):
1688
+ class IMAGE_PT_uv_sculpt_curve(_bpy_types.Panel):
1687
1689
  bl_context: typing.Any
1688
1690
  bl_label: typing.Any
1689
1691
  bl_region_type: typing.Any
@@ -1711,7 +1713,7 @@ class IMAGE_PT_uv_sculpt_curve(bpy.types.Panel):
1711
1713
  :param context:
1712
1714
  """
1713
1715
 
1714
- class IMAGE_PT_uv_sculpt_options(bpy.types.Panel):
1716
+ class IMAGE_PT_uv_sculpt_options(_bpy_types.Panel):
1715
1717
  bl_context: typing.Any
1716
1718
  bl_label: typing.Any
1717
1719
  bl_region_type: typing.Any
@@ -1739,7 +1741,7 @@ class IMAGE_PT_uv_sculpt_options(bpy.types.Panel):
1739
1741
  :param context:
1740
1742
  """
1741
1743
 
1742
- class IMAGE_PT_view_display(bpy.types.Panel):
1744
+ class IMAGE_PT_view_display(_bpy_types.Panel):
1743
1745
  bl_category: typing.Any
1744
1746
  bl_label: typing.Any
1745
1747
  bl_region_type: typing.Any
@@ -1774,7 +1776,7 @@ class IMAGE_PT_view_display(bpy.types.Panel):
1774
1776
  :param context:
1775
1777
  """
1776
1778
 
1777
- class IMAGE_PT_view_histogram(ImageScopesPanel, bpy.types.Panel):
1779
+ class IMAGE_PT_view_histogram(ImageScopesPanel, _bpy_types.Panel):
1778
1780
  bl_category: typing.Any
1779
1781
  bl_label: typing.Any
1780
1782
  bl_region_type: typing.Any
@@ -1802,7 +1804,7 @@ class IMAGE_PT_view_histogram(ImageScopesPanel, bpy.types.Panel):
1802
1804
  :param context:
1803
1805
  """
1804
1806
 
1805
- class IMAGE_PT_view_vectorscope(ImageScopesPanel, bpy.types.Panel):
1807
+ class IMAGE_PT_view_vectorscope(ImageScopesPanel, _bpy_types.Panel):
1806
1808
  bl_category: typing.Any
1807
1809
  bl_label: typing.Any
1808
1810
  bl_region_type: typing.Any
@@ -1830,7 +1832,7 @@ class IMAGE_PT_view_vectorscope(ImageScopesPanel, bpy.types.Panel):
1830
1832
  :param context:
1831
1833
  """
1832
1834
 
1833
- class IMAGE_PT_view_waveform(ImageScopesPanel, bpy.types.Panel):
1835
+ class IMAGE_PT_view_waveform(ImageScopesPanel, _bpy_types.Panel):
1834
1836
  bl_category: typing.Any
1835
1837
  bl_label: typing.Any
1836
1838
  bl_region_type: typing.Any
@@ -1858,7 +1860,7 @@ class IMAGE_PT_view_waveform(ImageScopesPanel, bpy.types.Panel):
1858
1860
  :param context:
1859
1861
  """
1860
1862
 
1861
- class IMAGE_UL_render_slots(bpy.types.UIList):
1863
+ class IMAGE_UL_render_slots(_bpy_types.UIList):
1862
1864
  bl_rna: typing.Any
1863
1865
  id_data: typing.Any
1864
1866
 
@@ -1899,7 +1901,7 @@ class IMAGE_UL_render_slots(bpy.types.UIList):
1899
1901
  :param _index:
1900
1902
  """
1901
1903
 
1902
- class IMAGE_UL_udim_tiles(bpy.types.UIList):
1904
+ class IMAGE_UL_udim_tiles(_bpy_types.UIList):
1903
1905
  bl_rna: typing.Any
1904
1906
  id_data: typing.Any
1905
1907
 
@@ -1975,7 +1977,7 @@ class _draw_tool_settings_context_mode:
1975
1977
  :param tool:
1976
1978
  """
1977
1979
 
1978
- class IMAGE_PT_paint_color(bpy.types.Panel, ImagePaintPanel):
1980
+ class IMAGE_PT_paint_color(_bpy_types.Panel, ImagePaintPanel):
1979
1981
  bl_category: typing.Any
1980
1982
  bl_context: typing.Any
1981
1983
  bl_label: typing.Any
@@ -2012,7 +2014,7 @@ class IMAGE_PT_paint_color(bpy.types.Panel, ImagePaintPanel):
2012
2014
  :param context:
2013
2015
  """
2014
2016
 
2015
- class IMAGE_PT_paint_settings(bpy.types.Panel, ImagePaintPanel):
2017
+ class IMAGE_PT_paint_settings(_bpy_types.Panel, ImagePaintPanel):
2016
2018
  bl_category: typing.Any
2017
2019
  bl_context: typing.Any
2018
2020
  bl_label: typing.Any
@@ -2041,7 +2043,14 @@ class IMAGE_PT_paint_settings(bpy.types.Panel, ImagePaintPanel):
2041
2043
  :param context:
2042
2044
  """
2043
2045
 
2044
- class IMAGE_PT_paint_settings_advanced(bpy.types.Panel, ImagePaintPanel):
2046
+ @classmethod
2047
+ def poll(cls, context) -> None:
2048
+ """
2049
+
2050
+ :param context:
2051
+ """
2052
+
2053
+ class IMAGE_PT_paint_settings_advanced(_bpy_types.Panel, ImagePaintPanel):
2045
2054
  bl_category: typing.Any
2046
2055
  bl_context: typing.Any
2047
2056
  bl_label: typing.Any
@@ -2071,3 +2080,10 @@ class IMAGE_PT_paint_settings_advanced(bpy.types.Panel, ImagePaintPanel):
2071
2080
 
2072
2081
  :param context:
2073
2082
  """
2083
+
2084
+ @classmethod
2085
+ def poll(cls, context) -> None:
2086
+ """
2087
+
2088
+ :param context:
2089
+ """
@@ -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 INFO_HT_header(bpy.types.Header):
8
+ class INFO_HT_header(_bpy_types.Header):
8
9
  bl_rna: typing.Any
9
10
  bl_space_type: typing.Any
10
11
  id_data: typing.Any
@@ -29,7 +30,7 @@ class INFO_HT_header(bpy.types.Header):
29
30
  :param context:
30
31
  """
31
32
 
32
- class INFO_MT_area(bpy.types.Menu):
33
+ class INFO_MT_area(_bpy_types.Menu):
33
34
  bl_label: typing.Any
34
35
  bl_rna: typing.Any
35
36
  bl_translation_context: typing.Any
@@ -55,7 +56,7 @@ class INFO_MT_area(bpy.types.Menu):
55
56
  :param context:
56
57
  """
57
58
 
58
- class INFO_MT_context_menu(bpy.types.Menu):
59
+ class INFO_MT_context_menu(_bpy_types.Menu):
59
60
  bl_label: typing.Any
60
61
  bl_rna: typing.Any
61
62
  id_data: typing.Any
@@ -80,7 +81,7 @@ class INFO_MT_context_menu(bpy.types.Menu):
80
81
  :param _context:
81
82
  """
82
83
 
83
- class INFO_MT_editor_menus(bpy.types.Menu):
84
+ class INFO_MT_editor_menus(_bpy_types.Menu):
84
85
  bl_idname: typing.Any
85
86
  bl_label: typing.Any
86
87
  bl_rna: typing.Any
@@ -106,7 +107,7 @@ class INFO_MT_editor_menus(bpy.types.Menu):
106
107
  :param _context:
107
108
  """
108
109
 
109
- class INFO_MT_info(bpy.types.Menu):
110
+ class INFO_MT_info(_bpy_types.Menu):
110
111
  bl_label: typing.Any
111
112
  bl_rna: typing.Any
112
113
  id_data: typing.Any
@@ -131,7 +132,7 @@ class INFO_MT_info(bpy.types.Menu):
131
132
  :param _context:
132
133
  """
133
134
 
134
- class INFO_MT_view(bpy.types.Menu):
135
+ class INFO_MT_view(_bpy_types.Menu):
135
136
  bl_label: typing.Any
136
137
  bl_rna: typing.Any
137
138
  id_data: typing.Any