fake-bpy-module 20240517__py3-none-any.whl → 20240519__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 (312) hide show
  1. _bpy_internal/__init__.pyi +2 -1
  2. _bpy_internal/freedesktop/__init__.pyi +20 -86
  3. addon_utils/__init__.pyi +7 -31
  4. animsys_refactor/__init__.pyi +7 -26
  5. aud/__init__.pyi +3 -5
  6. bgl/__init__.pyi +2 -1630
  7. bl_app_override/__init__.pyi +5 -15
  8. bl_app_override/helpers/__init__.pyi +4 -23
  9. bl_app_template_utils/__init__.pyi +5 -16
  10. bl_console_utils/__init__.pyi +2 -1
  11. bl_console_utils/autocomplete/__init__.pyi +2 -1
  12. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
  13. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
  14. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
  15. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
  16. bl_i18n_utils/__init__.pyi +2 -1
  17. bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
  18. bl_i18n_utils/merge_po/__init__.pyi +3 -5
  19. bl_i18n_utils/settings/__init__.pyi +4 -23
  20. bl_i18n_utils/utils/__init__.pyi +10 -66
  21. bl_i18n_utils/utils_cli/__init__.pyi +9 -31
  22. bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
  23. bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
  24. bl_keymap_utils/__init__.pyi +2 -1
  25. bl_keymap_utils/io/__init__.pyi +10 -40
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
  28. bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
  29. bl_keymap_utils/versioning/__init__.pyi +3 -5
  30. bl_math/__init__.pyi +2 -1
  31. bl_operators/__init__.pyi +4 -10
  32. bl_operators/add_mesh_torus/__init__.pyi +4 -19
  33. bl_operators/anim/__init__.pyi +2 -71
  34. bl_operators/assets/__init__.pyi +2 -30
  35. bl_operators/bmesh/__init__.pyi +2 -1
  36. bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
  37. bl_operators/clip/__init__.pyi +7 -115
  38. bl_operators/console/__init__.pyi +2 -38
  39. bl_operators/constraint/__init__.pyi +2 -37
  40. bl_operators/file/__init__.pyi +2 -28
  41. bl_operators/freestyle/__init__.pyi +2 -37
  42. bl_operators/geometry_nodes/__init__.pyi +15 -103
  43. bl_operators/image/__init__.pyi +2 -52
  44. bl_operators/mesh/__init__.pyi +2 -28
  45. bl_operators/node/__init__.pyi +2 -105
  46. bl_operators/object/__init__.pyi +2 -138
  47. bl_operators/object_align/__init__.pyi +5 -24
  48. bl_operators/object_quick_effects/__init__.pyi +4 -49
  49. bl_operators/object_randomize_transform/__init__.pyi +5 -14
  50. bl_operators/presets/__init__.pyi +4 -376
  51. bl_operators/rigidbody/__init__.pyi +2 -28
  52. bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
  53. bl_operators/sequencer/__init__.pyi +3 -104
  54. bl_operators/spreadsheet/__init__.pyi +2 -10
  55. bl_operators/userpref/__init__.pyi +3 -201
  56. bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
  57. bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
  58. bl_operators/uvcalc_transform/__init__.pyi +13 -73
  59. bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
  60. bl_operators/view3d/__init__.pyi +2 -64
  61. bl_operators/wm/__init__.pyi +16 -451
  62. bl_operators/world/__init__.pyi +2 -10
  63. bl_previews_utils/__init__.pyi +2 -1
  64. bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
  65. bl_rna_utils/__init__.pyi +2 -1
  66. bl_rna_utils/data_path/__init__.pyi +2 -2
  67. bl_text_utils/__init__.pyi +2 -1
  68. bl_text_utils/external_editor/__init__.pyi +3 -5
  69. bl_ui/__init__.pyi +32 -141
  70. bl_ui/anim/__init__.pyi +3 -12
  71. bl_ui/asset_shelf/__init__.pyi +3 -16
  72. bl_ui/generic_ui_list/__init__.pyi +4 -31
  73. bl_ui/node_add_menu/__init__.pyi +6 -28
  74. bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
  75. bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
  76. bl_ui/node_add_menu_shader/__init__.pyi +20 -170
  77. bl_ui/node_add_menu_texture/__init__.pyi +11 -118
  78. bl_ui/properties_animviz/__init__.pyi +2 -15
  79. bl_ui/properties_collection/__init__.pyi +9 -112
  80. bl_ui/properties_constraint/__init__.pyi +81 -1524
  81. bl_ui/properties_data_armature/__init__.pyi +14 -214
  82. bl_ui/properties_data_bone/__init__.pyi +12 -198
  83. bl_ui/properties_data_camera/__init__.pyi +17 -312
  84. bl_ui/properties_data_curve/__init__.pyi +17 -319
  85. bl_ui/properties_data_curves/__init__.pyi +8 -108
  86. bl_ui/properties_data_empty/__init__.pyi +4 -44
  87. bl_ui/properties_data_gpencil/__init__.pyi +20 -350
  88. bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
  89. bl_ui/properties_data_lattice/__init__.pyi +5 -65
  90. bl_ui/properties_data_light/__init__.pyi +14 -264
  91. bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
  92. bl_ui/properties_data_mesh/__init__.pyi +23 -325
  93. bl_ui/properties_data_metaball/__init__.pyi +7 -103
  94. bl_ui/properties_data_modifier/__init__.pyi +10 -178
  95. bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
  96. bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
  97. bl_ui/properties_data_speaker/__init__.pyi +7 -111
  98. bl_ui/properties_data_volume/__init__.pyi +10 -156
  99. bl_ui/properties_freestyle/__init__.pyi +31 -615
  100. bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
  101. bl_ui/properties_mask_common/__init__.pyi +10 -111
  102. bl_ui/properties_material/__init__.pyi +20 -331
  103. bl_ui/properties_material_gpencil/__init__.pyi +12 -182
  104. bl_ui/properties_object/__init__.pyi +16 -276
  105. bl_ui/properties_output/__init__.pyi +20 -370
  106. bl_ui/properties_paint_common/__init__.pyi +14 -106
  107. bl_ui/properties_particle/__init__.pyi +58 -1159
  108. bl_ui/properties_physics_cloth/__init__.pyi +17 -314
  109. bl_ui/properties_physics_common/__init__.pyi +9 -58
  110. bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
  111. bl_ui/properties_physics_field/__init__.pyi +13 -218
  112. bl_ui/properties_physics_fluid/__init__.pyi +30 -626
  113. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
  114. bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
  115. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
  116. bl_ui/properties_physics_softbody/__init__.pyi +18 -353
  117. bl_ui/properties_render/__init__.pyi +56 -1146
  118. bl_ui/properties_scene/__init__.pyi +17 -298
  119. bl_ui/properties_texture/__init__.pyi +30 -577
  120. bl_ui/properties_view_layer/__init__.pyi +20 -346
  121. bl_ui/properties_workspace/__init__.pyi +6 -80
  122. bl_ui/properties_world/__init__.pyi +12 -220
  123. bl_ui/space_clip/__init__.pyi +73 -1090
  124. bl_ui/space_console/__init__.pyi +9 -73
  125. bl_ui/space_dopesheet/__init__.pyi +33 -485
  126. bl_ui/space_filebrowser/__init__.pyi +36 -431
  127. bl_ui/space_graph/__init__.pyi +22 -237
  128. bl_ui/space_image/__init__.pyi +70 -1089
  129. bl_ui/space_info/__init__.pyi +8 -71
  130. bl_ui/space_nla/__init__.pyi +19 -210
  131. bl_ui/space_node/__init__.pyi +32 -436
  132. bl_ui/space_outliner/__init__.pyi +17 -165
  133. bl_ui/space_properties/__init__.pyi +5 -42
  134. bl_ui/space_sequencer/__init__.pyi +79 -1142
  135. bl_ui/space_spreadsheet/__init__.pyi +3 -12
  136. bl_ui/space_statusbar/__init__.pyi +3 -12
  137. bl_ui/space_text/__init__.pyi +18 -193
  138. bl_ui/space_time/__init__.pyi +10 -111
  139. bl_ui/space_toolsystem_common/__init__.pyi +42 -200
  140. bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
  141. bl_ui/space_topbar/__init__.pyi +29 -335
  142. bl_ui/space_userpref/__init__.pyi +94 -1576
  143. bl_ui/space_view3d/__init__.pyi +271 -3438
  144. bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
  145. bl_ui/temp_anim_layers/__init__.pyi +4 -22
  146. bl_ui/utils/__init__.pyi +2 -8
  147. bl_ui_utils/__init__.pyi +2 -1
  148. bl_ui_utils/bug_report_url/__init__.pyi +3 -5
  149. bl_ui_utils/layout/__init__.pyi +2 -1
  150. blend_render_info/__init__.pyi +4 -10
  151. blf/__init__.pyi +2 -1
  152. bmesh/__init__.pyi +2 -1
  153. bmesh/geometry/__init__.pyi +2 -1
  154. bmesh/ops/__init__.pyi +2 -1
  155. bmesh/types/__init__.pyi +29 -45
  156. bmesh/utils/__init__.pyi +2 -1
  157. bpy/__init__.pyi +2 -1
  158. bpy/app/__init__.pyi +2 -1
  159. bpy/app/handlers/__init__.pyi +2 -1
  160. bpy/app/icons/__init__.pyi +2 -1
  161. bpy/app/timers/__init__.pyi +8 -15
  162. bpy/app/translations/__init__.pyi +2 -1
  163. bpy/msgbus/__init__.pyi +2 -1
  164. bpy/ops/__init__.pyi +2 -1
  165. bpy/ops/action/__init__.pyi +22 -21
  166. bpy/ops/anim/__init__.pyi +32 -31
  167. bpy/ops/armature/__init__.pyi +22 -21
  168. bpy/ops/asset/__init__.pyi +8 -7
  169. bpy/ops/bl_pkg/__init__.pyi +4 -3
  170. bpy/ops/boid/__init__.pyi +2 -1
  171. bpy/ops/brush/__init__.pyi +10 -9
  172. bpy/ops/buttons/__init__.pyi +10 -9
  173. bpy/ops/cachefile/__init__.pyi +12 -11
  174. bpy/ops/camera/__init__.pyi +2 -1
  175. bpy/ops/clip/__init__.pyi +38 -37
  176. bpy/ops/cloth/__init__.pyi +2 -1
  177. bpy/ops/collection/__init__.pyi +8 -7
  178. bpy/ops/console/__init__.pyi +8 -7
  179. bpy/ops/constraint/__init__.pyi +30 -29
  180. bpy/ops/curve/__init__.pyi +32 -31
  181. bpy/ops/curves/__init__.pyi +10 -9
  182. bpy/ops/cycles/__init__.pyi +2 -1
  183. bpy/ops/dpaint/__init__.pyi +4 -3
  184. bpy/ops/ed/__init__.pyi +6 -5
  185. bpy/ops/export_anim/__init__.pyi +4 -3
  186. bpy/ops/export_scene/__init__.pyi +40 -39
  187. bpy/ops/file/__init__.pyi +20 -19
  188. bpy/ops/fluid/__init__.pyi +2 -1
  189. bpy/ops/font/__init__.pyi +22 -21
  190. bpy/ops/geometry/__init__.pyi +4 -3
  191. bpy/ops/gizmogroup/__init__.pyi +2 -1
  192. bpy/ops/gpencil/__init__.pyi +134 -133
  193. bpy/ops/graph/__init__.pyi +40 -39
  194. bpy/ops/grease_pencil/__init__.pyi +42 -41
  195. bpy/ops/image/__init__.pyi +22 -21
  196. bpy/ops/import_anim/__init__.pyi +10 -9
  197. bpy/ops/import_curve/__init__.pyi +2 -1
  198. bpy/ops/import_scene/__init__.pyi +20 -19
  199. bpy/ops/info/__init__.pyi +6 -5
  200. bpy/ops/lattice/__init__.pyi +8 -7
  201. bpy/ops/marker/__init__.pyi +10 -9
  202. bpy/ops/mask/__init__.pyi +14 -13
  203. bpy/ops/material/__init__.pyi +2 -1
  204. bpy/ops/mball/__init__.pyi +8 -7
  205. bpy/ops/mesh/__init__.pyi +112 -111
  206. bpy/ops/nla/__init__.pyi +16 -15
  207. bpy/ops/node/__init__.pyi +32 -31
  208. bpy/ops/object/__init__.pyi +186 -185
  209. bpy/ops/outliner/__init__.pyi +38 -37
  210. bpy/ops/paint/__init__.pyi +50 -49
  211. bpy/ops/paintcurve/__init__.pyi +2 -1
  212. bpy/ops/palette/__init__.pyi +6 -5
  213. bpy/ops/particle/__init__.pyi +16 -15
  214. bpy/ops/pose/__init__.pyi +32 -31
  215. bpy/ops/poselib/__init__.pyi +2 -1
  216. bpy/ops/preferences/__init__.pyi +14 -13
  217. bpy/ops/ptcache/__init__.pyi +2 -1
  218. bpy/ops/render/__init__.pyi +4 -3
  219. bpy/ops/rigidbody/__init__.pyi +10 -9
  220. bpy/ops/scene/__init__.pyi +18 -17
  221. bpy/ops/screen/__init__.pyi +16 -15
  222. bpy/ops/script/__init__.pyi +2 -1
  223. bpy/ops/sculpt/__init__.pyi +68 -67
  224. bpy/ops/sculpt_curves/__init__.pyi +4 -3
  225. bpy/ops/sequencer/__init__.pyi +74 -73
  226. bpy/ops/sound/__init__.pyi +20 -19
  227. bpy/ops/spreadsheet/__init__.pyi +2 -1
  228. bpy/ops/surface/__init__.pyi +14 -13
  229. bpy/ops/text/__init__.pyi +24 -23
  230. bpy/ops/text_editor/__init__.pyi +2 -1
  231. bpy/ops/texture/__init__.pyi +4 -3
  232. bpy/ops/transform/__init__.pyi +32 -31
  233. bpy/ops/ui/__init__.pyi +8 -7
  234. bpy/ops/uilist/__init__.pyi +4 -3
  235. bpy/ops/uv/__init__.pyi +66 -65
  236. bpy/ops/view2d/__init__.pyi +2 -1
  237. bpy/ops/view3d/__init__.pyi +36 -35
  238. bpy/ops/wm/__init__.pyi +191 -187
  239. bpy/ops/workspace/__init__.pyi +2 -1
  240. bpy/ops/world/__init__.pyi +2 -1
  241. bpy/path/__init__.pyi +2 -1
  242. bpy/props/__init__.pyi +2 -1
  243. bpy/types/__init__.pyi +546 -4852
  244. bpy/utils/__init__.pyi +16 -71
  245. bpy/utils/previews/__init__.pyi +2 -1
  246. bpy/utils/units/__init__.pyi +2 -1
  247. bpy_extras/__init__.pyi +2 -1
  248. bpy_extras/anim_utils/__init__.pyi +2 -2
  249. bpy_extras/asset_utils/__init__.pyi +2 -11
  250. bpy_extras/bmesh_utils/__init__.pyi +3 -5
  251. bpy_extras/extensions/__init__.pyi +2 -1
  252. bpy_extras/extensions/junction_module/__init__.pyi +3 -7
  253. bpy_extras/id_map_utils/__init__.pyi +2 -1
  254. bpy_extras/image_utils/__init__.pyi +2 -1
  255. bpy_extras/io_utils/__init__.pyi +6 -25
  256. bpy_extras/keyconfig_utils/__init__.pyi +4 -10
  257. bpy_extras/mesh_utils/__init__.pyi +2 -1
  258. bpy_extras/node_shader_utils/__init__.pyi +46 -286
  259. bpy_extras/node_utils/__init__.pyi +4 -10
  260. bpy_extras/object_utils/__init__.pyi +2 -3
  261. bpy_extras/view3d_utils/__init__.pyi +2 -1
  262. bpy_extras/wm_utils/__init__.pyi +2 -1
  263. bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
  264. bpy_restrict_state/__init__.pyi +3 -15
  265. bpy_types/__init__.pyi +10 -275
  266. console_python/__init__.pyi +8 -37
  267. console_shell/__init__.pyi +8 -26
  268. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
  269. fake_bpy_module-20240519.dist-info/RECORD +353 -0
  270. freestyle/__init__.pyi +2 -1
  271. freestyle/chainingiterators/__init__.pyi +12 -41
  272. freestyle/functions/__init__.pyi +9 -34
  273. freestyle/predicates/__init__.pyi +46 -218
  274. freestyle/shaders/__init__.pyi +2 -11
  275. freestyle/types/__init__.pyi +2 -1
  276. freestyle/utils/ContextFunctions/__init__.pyi +2 -1
  277. freestyle/utils/__init__.pyi +5 -16
  278. gpu/__init__.pyi +2 -1
  279. gpu/capabilities/__init__.pyi +2 -1
  280. gpu/matrix/__init__.pyi +2 -1
  281. gpu/platform/__init__.pyi +2 -1
  282. gpu/select/__init__.pyi +2 -1
  283. gpu/shader/__init__.pyi +2 -1
  284. gpu/state/__init__.pyi +2 -1
  285. gpu/texture/__init__.pyi +2 -1
  286. gpu/types/__init__.pyi +2 -1
  287. gpu_extras/__init__.pyi +2 -1
  288. gpu_extras/batch/__init__.pyi +2 -1
  289. gpu_extras/presets/__init__.pyi +2 -1
  290. graphviz_export/__init__.pyi +4 -10
  291. idprop/__init__.pyi +2 -1
  292. idprop/types/__init__.pyi +8 -34
  293. imbuf/__init__.pyi +2 -1
  294. imbuf/types/__init__.pyi +2 -3
  295. keyingsets_builtins/__init__.pyi +4 -157
  296. keyingsets_utils/__init__.pyi +17 -71
  297. mathutils/__init__.pyi +2 -1
  298. mathutils/bvhtree/__init__.pyi +2 -3
  299. mathutils/geometry/__init__.pyi +2 -1
  300. mathutils/interpolate/__init__.pyi +2 -1
  301. mathutils/kdtree/__init__.pyi +2 -1
  302. mathutils/noise/__init__.pyi +2 -1
  303. nodeitems_builtins/__init__.pyi +7 -31
  304. nodeitems_utils/__init__.pyi +10 -46
  305. rna_info/__init__.pyi +24 -201
  306. rna_keymap_ui/__init__.pyi +9 -31
  307. rna_prop_ui/__init__.pyi +11 -50
  308. rna_xml/__init__.pyi +8 -30
  309. sys_info/__init__.pyi +3 -5
  310. fake_bpy_module-20240517.dist-info/RECORD +0 -353
  311. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
  312. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
@@ -6,16 +6,12 @@ import bl_ui.space_toolsystem_common
6
6
  import bpy.types
7
7
  import bpy_types
8
8
 
9
- GenericType = typing.TypeVar("GenericType")
9
+ GenericType1 = typing.TypeVar("GenericType1")
10
+ GenericType2 = typing.TypeVar("GenericType2")
10
11
 
11
12
  class BrushButtonsPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
12
- """ """
13
-
14
13
  bl_region_type: typing.Any
15
- """ """
16
-
17
14
  bl_space_type: typing.Any
18
- """ """
19
15
 
20
16
  def get_brush_mode(self, context):
21
17
  """Get the correct mode for this context. For any context where this returns None,
@@ -93,16 +89,9 @@ class BrushButtonsPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
93
89
  ...
94
90
 
95
91
  class IMAGE_HT_header(bpy_types.Header, bpy_types._GenericUI):
96
- """ """
97
-
98
92
  bl_rna: typing.Any
99
- """ """
100
-
101
93
  bl_space_type: typing.Any
102
- """ """
103
-
104
94
  id_data: typing.Any
105
- """ """
106
95
 
107
96
  def append(self, draw_func):
108
97
  """Append a draw function to this menu,
@@ -195,10 +184,7 @@ class IMAGE_HT_header(bpy_types.Header, bpy_types._GenericUI):
195
184
  """
196
185
  ...
197
186
 
198
- def is_extended(self):
199
- """ """
200
- ...
201
-
187
+ def is_extended(self): ...
202
188
  def is_property_hidden(self) -> bool:
203
189
  """Check if a property is hidden.
204
190
 
@@ -327,19 +313,10 @@ class IMAGE_HT_header(bpy_types.Header, bpy_types._GenericUI):
327
313
  ...
328
314
 
329
315
  class IMAGE_HT_tool_header(bpy_types.Header, bpy_types._GenericUI):
330
- """ """
331
-
332
316
  bl_region_type: typing.Any
333
- """ """
334
-
335
317
  bl_rna: typing.Any
336
- """ """
337
-
338
318
  bl_space_type: typing.Any
339
- """ """
340
-
341
319
  id_data: typing.Any
342
- """ """
343
320
 
344
321
  def append(self, draw_func):
345
322
  """Append a draw function to this menu,
@@ -438,10 +415,7 @@ class IMAGE_HT_tool_header(bpy_types.Header, bpy_types._GenericUI):
438
415
  """
439
416
  ...
440
417
 
441
- def is_extended(self):
442
- """ """
443
- ...
444
-
418
+ def is_extended(self): ...
445
419
  def is_property_hidden(self) -> bool:
446
420
  """Check if a property is hidden.
447
421
 
@@ -570,19 +544,10 @@ class IMAGE_HT_tool_header(bpy_types.Header, bpy_types._GenericUI):
570
544
  ...
571
545
 
572
546
  class IMAGE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
573
- """ """
574
-
575
547
  bl_idname: typing.Any
576
- """ """
577
-
578
548
  bl_label: typing.Any
579
- """ """
580
-
581
549
  bl_rna: typing.Any
582
- """ """
583
-
584
550
  id_data: typing.Any
585
- """ """
586
551
 
587
552
  def append(self, draw_func):
588
553
  """Append a draw function to this menu,
@@ -687,10 +652,7 @@ class IMAGE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
687
652
  """
688
653
  ...
689
654
 
690
- def is_extended(self):
691
- """ """
692
- ...
693
-
655
+ def is_extended(self): ...
694
656
  def is_property_hidden(self) -> bool:
695
657
  """Check if a property is hidden.
696
658
 
@@ -853,16 +815,9 @@ class IMAGE_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
853
815
  ...
854
816
 
855
817
  class IMAGE_MT_image(bpy_types.Menu, bpy_types._GenericUI):
856
- """ """
857
-
858
818
  bl_label: typing.Any
859
- """ """
860
-
861
819
  bl_rna: typing.Any
862
- """ """
863
-
864
820
  id_data: typing.Any
865
- """ """
866
821
 
867
822
  def append(self, draw_func):
868
823
  """Append a draw function to this menu,
@@ -967,10 +922,7 @@ class IMAGE_MT_image(bpy_types.Menu, bpy_types._GenericUI):
967
922
  """
968
923
  ...
969
924
 
970
- def is_extended(self):
971
- """ """
972
- ...
973
-
925
+ def is_extended(self): ...
974
926
  def is_property_hidden(self) -> bool:
975
927
  """Check if a property is hidden.
976
928
 
@@ -1133,16 +1085,9 @@ class IMAGE_MT_image(bpy_types.Menu, bpy_types._GenericUI):
1133
1085
  ...
1134
1086
 
1135
1087
  class IMAGE_MT_image_invert(bpy_types.Menu, bpy_types._GenericUI):
1136
- """ """
1137
-
1138
1088
  bl_label: typing.Any
1139
- """ """
1140
-
1141
1089
  bl_rna: typing.Any
1142
- """ """
1143
-
1144
1090
  id_data: typing.Any
1145
- """ """
1146
1091
 
1147
1092
  def append(self, draw_func):
1148
1093
  """Append a draw function to this menu,
@@ -1247,10 +1192,7 @@ class IMAGE_MT_image_invert(bpy_types.Menu, bpy_types._GenericUI):
1247
1192
  """
1248
1193
  ...
1249
1194
 
1250
- def is_extended(self):
1251
- """ """
1252
- ...
1253
-
1195
+ def is_extended(self): ...
1254
1196
  def is_property_hidden(self) -> bool:
1255
1197
  """Check if a property is hidden.
1256
1198
 
@@ -1413,16 +1355,9 @@ class IMAGE_MT_image_invert(bpy_types.Menu, bpy_types._GenericUI):
1413
1355
  ...
1414
1356
 
1415
1357
  class IMAGE_MT_image_transform(bpy_types.Menu, bpy_types._GenericUI):
1416
- """ """
1417
-
1418
1358
  bl_label: typing.Any
1419
- """ """
1420
-
1421
1359
  bl_rna: typing.Any
1422
- """ """
1423
-
1424
1360
  id_data: typing.Any
1425
- """ """
1426
1361
 
1427
1362
  def append(self, draw_func):
1428
1363
  """Append a draw function to this menu,
@@ -1527,10 +1462,7 @@ class IMAGE_MT_image_transform(bpy_types.Menu, bpy_types._GenericUI):
1527
1462
  """
1528
1463
  ...
1529
1464
 
1530
- def is_extended(self):
1531
- """ """
1532
- ...
1533
-
1465
+ def is_extended(self): ...
1534
1466
  def is_property_hidden(self) -> bool:
1535
1467
  """Check if a property is hidden.
1536
1468
 
@@ -1693,16 +1625,9 @@ class IMAGE_MT_image_transform(bpy_types.Menu, bpy_types._GenericUI):
1693
1625
  ...
1694
1626
 
1695
1627
  class IMAGE_MT_mask_context_menu(bpy_types.Menu, bpy_types._GenericUI):
1696
- """ """
1697
-
1698
1628
  bl_label: typing.Any
1699
- """ """
1700
-
1701
1629
  bl_rna: typing.Any
1702
- """ """
1703
-
1704
1630
  id_data: typing.Any
1705
- """ """
1706
1631
 
1707
1632
  def append(self, draw_func):
1708
1633
  """Append a draw function to this menu,
@@ -1807,10 +1732,7 @@ class IMAGE_MT_mask_context_menu(bpy_types.Menu, bpy_types._GenericUI):
1807
1732
  """
1808
1733
  ...
1809
1734
 
1810
- def is_extended(self):
1811
- """ """
1812
- ...
1813
-
1735
+ def is_extended(self): ...
1814
1736
  def is_property_hidden(self) -> bool:
1815
1737
  """Check if a property is hidden.
1816
1738
 
@@ -1980,16 +1902,9 @@ class IMAGE_MT_mask_context_menu(bpy_types.Menu, bpy_types._GenericUI):
1980
1902
  ...
1981
1903
 
1982
1904
  class IMAGE_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
1983
- """ """
1984
-
1985
1905
  bl_label: typing.Any
1986
- """ """
1987
-
1988
1906
  bl_rna: typing.Any
1989
- """ """
1990
-
1991
1907
  id_data: typing.Any
1992
- """ """
1993
1908
 
1994
1909
  def append(self, draw_func):
1995
1910
  """Append a draw function to this menu,
@@ -2094,10 +2009,7 @@ class IMAGE_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
2094
2009
  """
2095
2010
  ...
2096
2011
 
2097
- def is_extended(self):
2098
- """ """
2099
- ...
2100
-
2012
+ def is_extended(self): ...
2101
2013
  def is_property_hidden(self) -> bool:
2102
2014
  """Check if a property is hidden.
2103
2015
 
@@ -2260,16 +2172,9 @@ class IMAGE_MT_pivot_pie(bpy_types.Menu, bpy_types._GenericUI):
2260
2172
  ...
2261
2173
 
2262
2174
  class IMAGE_MT_select(bpy_types.Menu, bpy_types._GenericUI):
2263
- """ """
2264
-
2265
2175
  bl_label: typing.Any
2266
- """ """
2267
-
2268
2176
  bl_rna: typing.Any
2269
- """ """
2270
-
2271
2177
  id_data: typing.Any
2272
- """ """
2273
2178
 
2274
2179
  def append(self, draw_func):
2275
2180
  """Append a draw function to this menu,
@@ -2374,10 +2279,7 @@ class IMAGE_MT_select(bpy_types.Menu, bpy_types._GenericUI):
2374
2279
  """
2375
2280
  ...
2376
2281
 
2377
- def is_extended(self):
2378
- """ """
2379
- ...
2380
-
2282
+ def is_extended(self): ...
2381
2283
  def is_property_hidden(self) -> bool:
2382
2284
  """Check if a property is hidden.
2383
2285
 
@@ -2540,16 +2442,9 @@ class IMAGE_MT_select(bpy_types.Menu, bpy_types._GenericUI):
2540
2442
  ...
2541
2443
 
2542
2444
  class IMAGE_MT_select_linked(bpy_types.Menu, bpy_types._GenericUI):
2543
- """ """
2544
-
2545
2445
  bl_label: typing.Any
2546
- """ """
2547
-
2548
2446
  bl_rna: typing.Any
2549
- """ """
2550
-
2551
2447
  id_data: typing.Any
2552
- """ """
2553
2448
 
2554
2449
  def append(self, draw_func):
2555
2450
  """Append a draw function to this menu,
@@ -2654,10 +2549,7 @@ class IMAGE_MT_select_linked(bpy_types.Menu, bpy_types._GenericUI):
2654
2549
  """
2655
2550
  ...
2656
2551
 
2657
- def is_extended(self):
2658
- """ """
2659
- ...
2660
-
2552
+ def is_extended(self): ...
2661
2553
  def is_property_hidden(self) -> bool:
2662
2554
  """Check if a property is hidden.
2663
2555
 
@@ -2820,16 +2712,9 @@ class IMAGE_MT_select_linked(bpy_types.Menu, bpy_types._GenericUI):
2820
2712
  ...
2821
2713
 
2822
2714
  class IMAGE_MT_uvs(bpy_types.Menu, bpy_types._GenericUI):
2823
- """ """
2824
-
2825
2715
  bl_label: typing.Any
2826
- """ """
2827
-
2828
2716
  bl_rna: typing.Any
2829
- """ """
2830
-
2831
2717
  id_data: typing.Any
2832
- """ """
2833
2718
 
2834
2719
  def append(self, draw_func):
2835
2720
  """Append a draw function to this menu,
@@ -2934,10 +2819,7 @@ class IMAGE_MT_uvs(bpy_types.Menu, bpy_types._GenericUI):
2934
2819
  """
2935
2820
  ...
2936
2821
 
2937
- def is_extended(self):
2938
- """ """
2939
- ...
2940
-
2822
+ def is_extended(self): ...
2941
2823
  def is_property_hidden(self) -> bool:
2942
2824
  """Check if a property is hidden.
2943
2825
 
@@ -3100,16 +2982,9 @@ class IMAGE_MT_uvs(bpy_types.Menu, bpy_types._GenericUI):
3100
2982
  ...
3101
2983
 
3102
2984
  class IMAGE_MT_uvs_align(bpy_types.Menu, bpy_types._GenericUI):
3103
- """ """
3104
-
3105
2985
  bl_label: typing.Any
3106
- """ """
3107
-
3108
2986
  bl_rna: typing.Any
3109
- """ """
3110
-
3111
2987
  id_data: typing.Any
3112
- """ """
3113
2988
 
3114
2989
  def append(self, draw_func):
3115
2990
  """Append a draw function to this menu,
@@ -3214,10 +3089,7 @@ class IMAGE_MT_uvs_align(bpy_types.Menu, bpy_types._GenericUI):
3214
3089
  """
3215
3090
  ...
3216
3091
 
3217
- def is_extended(self):
3218
- """ """
3219
- ...
3220
-
3092
+ def is_extended(self): ...
3221
3093
  def is_property_hidden(self) -> bool:
3222
3094
  """Check if a property is hidden.
3223
3095
 
@@ -3380,16 +3252,9 @@ class IMAGE_MT_uvs_align(bpy_types.Menu, bpy_types._GenericUI):
3380
3252
  ...
3381
3253
 
3382
3254
  class IMAGE_MT_uvs_context_menu(bpy_types.Menu, bpy_types._GenericUI):
3383
- """ """
3384
-
3385
3255
  bl_label: typing.Any
3386
- """ """
3387
-
3388
3256
  bl_rna: typing.Any
3389
- """ """
3390
-
3391
3257
  id_data: typing.Any
3392
- """ """
3393
3258
 
3394
3259
  def append(self, draw_func):
3395
3260
  """Append a draw function to this menu,
@@ -3494,10 +3359,7 @@ class IMAGE_MT_uvs_context_menu(bpy_types.Menu, bpy_types._GenericUI):
3494
3359
  """
3495
3360
  ...
3496
3361
 
3497
- def is_extended(self):
3498
- """ """
3499
- ...
3500
-
3362
+ def is_extended(self): ...
3501
3363
  def is_property_hidden(self) -> bool:
3502
3364
  """Check if a property is hidden.
3503
3365
 
@@ -3660,16 +3522,9 @@ class IMAGE_MT_uvs_context_menu(bpy_types.Menu, bpy_types._GenericUI):
3660
3522
  ...
3661
3523
 
3662
3524
  class IMAGE_MT_uvs_merge(bpy_types.Menu, bpy_types._GenericUI):
3663
- """ """
3664
-
3665
3525
  bl_label: typing.Any
3666
- """ """
3667
-
3668
3526
  bl_rna: typing.Any
3669
- """ """
3670
-
3671
3527
  id_data: typing.Any
3672
- """ """
3673
3528
 
3674
3529
  def append(self, draw_func):
3675
3530
  """Append a draw function to this menu,
@@ -3774,10 +3629,7 @@ class IMAGE_MT_uvs_merge(bpy_types.Menu, bpy_types._GenericUI):
3774
3629
  """
3775
3630
  ...
3776
3631
 
3777
- def is_extended(self):
3778
- """ """
3779
- ...
3780
-
3632
+ def is_extended(self): ...
3781
3633
  def is_property_hidden(self) -> bool:
3782
3634
  """Check if a property is hidden.
3783
3635
 
@@ -3940,16 +3792,9 @@ class IMAGE_MT_uvs_merge(bpy_types.Menu, bpy_types._GenericUI):
3940
3792
  ...
3941
3793
 
3942
3794
  class IMAGE_MT_uvs_mirror(bpy_types.Menu, bpy_types._GenericUI):
3943
- """ """
3944
-
3945
3795
  bl_label: typing.Any
3946
- """ """
3947
-
3948
3796
  bl_rna: typing.Any
3949
- """ """
3950
-
3951
3797
  id_data: typing.Any
3952
- """ """
3953
3798
 
3954
3799
  def append(self, draw_func):
3955
3800
  """Append a draw function to this menu,
@@ -4054,10 +3899,7 @@ class IMAGE_MT_uvs_mirror(bpy_types.Menu, bpy_types._GenericUI):
4054
3899
  """
4055
3900
  ...
4056
3901
 
4057
- def is_extended(self):
4058
- """ """
4059
- ...
4060
-
3902
+ def is_extended(self): ...
4061
3903
  def is_property_hidden(self) -> bool:
4062
3904
  """Check if a property is hidden.
4063
3905
 
@@ -4220,16 +4062,9 @@ class IMAGE_MT_uvs_mirror(bpy_types.Menu, bpy_types._GenericUI):
4220
4062
  ...
4221
4063
 
4222
4064
  class IMAGE_MT_uvs_select_mode(bpy_types.Menu, bpy_types._GenericUI):
4223
- """ """
4224
-
4225
4065
  bl_label: typing.Any
4226
- """ """
4227
-
4228
4066
  bl_rna: typing.Any
4229
- """ """
4230
-
4231
4067
  id_data: typing.Any
4232
- """ """
4233
4068
 
4234
4069
  def append(self, draw_func):
4235
4070
  """Append a draw function to this menu,
@@ -4334,10 +4169,7 @@ class IMAGE_MT_uvs_select_mode(bpy_types.Menu, bpy_types._GenericUI):
4334
4169
  """
4335
4170
  ...
4336
4171
 
4337
- def is_extended(self):
4338
- """ """
4339
- ...
4340
-
4172
+ def is_extended(self): ...
4341
4173
  def is_property_hidden(self) -> bool:
4342
4174
  """Check if a property is hidden.
4343
4175
 
@@ -4500,16 +4332,9 @@ class IMAGE_MT_uvs_select_mode(bpy_types.Menu, bpy_types._GenericUI):
4500
4332
  ...
4501
4333
 
4502
4334
  class IMAGE_MT_uvs_showhide(bpy_types.Menu, bpy_types._GenericUI):
4503
- """ """
4504
-
4505
4335
  bl_label: typing.Any
4506
- """ """
4507
-
4508
4336
  bl_rna: typing.Any
4509
- """ """
4510
-
4511
4337
  id_data: typing.Any
4512
- """ """
4513
4338
 
4514
4339
  def append(self, draw_func):
4515
4340
  """Append a draw function to this menu,
@@ -4614,10 +4439,7 @@ class IMAGE_MT_uvs_showhide(bpy_types.Menu, bpy_types._GenericUI):
4614
4439
  """
4615
4440
  ...
4616
4441
 
4617
- def is_extended(self):
4618
- """ """
4619
- ...
4620
-
4442
+ def is_extended(self): ...
4621
4443
  def is_property_hidden(self) -> bool:
4622
4444
  """Check if a property is hidden.
4623
4445
 
@@ -4780,16 +4602,9 @@ class IMAGE_MT_uvs_showhide(bpy_types.Menu, bpy_types._GenericUI):
4780
4602
  ...
4781
4603
 
4782
4604
  class IMAGE_MT_uvs_snap(bpy_types.Menu, bpy_types._GenericUI):
4783
- """ """
4784
-
4785
4605
  bl_label: typing.Any
4786
- """ """
4787
-
4788
4606
  bl_rna: typing.Any
4789
- """ """
4790
-
4791
4607
  id_data: typing.Any
4792
- """ """
4793
4608
 
4794
4609
  def append(self, draw_func):
4795
4610
  """Append a draw function to this menu,
@@ -4894,10 +4709,7 @@ class IMAGE_MT_uvs_snap(bpy_types.Menu, bpy_types._GenericUI):
4894
4709
  """
4895
4710
  ...
4896
4711
 
4897
- def is_extended(self):
4898
- """ """
4899
- ...
4900
-
4712
+ def is_extended(self): ...
4901
4713
  def is_property_hidden(self) -> bool:
4902
4714
  """Check if a property is hidden.
4903
4715
 
@@ -5060,16 +4872,9 @@ class IMAGE_MT_uvs_snap(bpy_types.Menu, bpy_types._GenericUI):
5060
4872
  ...
5061
4873
 
5062
4874
  class IMAGE_MT_uvs_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
5063
- """ """
5064
-
5065
4875
  bl_label: typing.Any
5066
- """ """
5067
-
5068
4876
  bl_rna: typing.Any
5069
- """ """
5070
-
5071
4877
  id_data: typing.Any
5072
- """ """
5073
4878
 
5074
4879
  def append(self, draw_func):
5075
4880
  """Append a draw function to this menu,
@@ -5174,10 +4979,7 @@ class IMAGE_MT_uvs_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
5174
4979
  """
5175
4980
  ...
5176
4981
 
5177
- def is_extended(self):
5178
- """ """
5179
- ...
5180
-
4982
+ def is_extended(self): ...
5181
4983
  def is_property_hidden(self) -> bool:
5182
4984
  """Check if a property is hidden.
5183
4985
 
@@ -5340,16 +5142,9 @@ class IMAGE_MT_uvs_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
5340
5142
  ...
5341
5143
 
5342
5144
  class IMAGE_MT_uvs_split(bpy_types.Menu, bpy_types._GenericUI):
5343
- """ """
5344
-
5345
5145
  bl_label: typing.Any
5346
- """ """
5347
-
5348
5146
  bl_rna: typing.Any
5349
- """ """
5350
-
5351
5147
  id_data: typing.Any
5352
- """ """
5353
5148
 
5354
5149
  def append(self, draw_func):
5355
5150
  """Append a draw function to this menu,
@@ -5454,10 +5249,7 @@ class IMAGE_MT_uvs_split(bpy_types.Menu, bpy_types._GenericUI):
5454
5249
  """
5455
5250
  ...
5456
5251
 
5457
- def is_extended(self):
5458
- """ """
5459
- ...
5460
-
5252
+ def is_extended(self): ...
5461
5253
  def is_property_hidden(self) -> bool:
5462
5254
  """Check if a property is hidden.
5463
5255
 
@@ -5620,16 +5412,9 @@ class IMAGE_MT_uvs_split(bpy_types.Menu, bpy_types._GenericUI):
5620
5412
  ...
5621
5413
 
5622
5414
  class IMAGE_MT_uvs_transform(bpy_types.Menu, bpy_types._GenericUI):
5623
- """ """
5624
-
5625
5415
  bl_label: typing.Any
5626
- """ """
5627
-
5628
5416
  bl_rna: typing.Any
5629
- """ """
5630
-
5631
5417
  id_data: typing.Any
5632
- """ """
5633
5418
 
5634
5419
  def append(self, draw_func):
5635
5420
  """Append a draw function to this menu,
@@ -5734,10 +5519,7 @@ class IMAGE_MT_uvs_transform(bpy_types.Menu, bpy_types._GenericUI):
5734
5519
  """
5735
5520
  ...
5736
5521
 
5737
- def is_extended(self):
5738
- """ """
5739
- ...
5740
-
5522
+ def is_extended(self): ...
5741
5523
  def is_property_hidden(self) -> bool:
5742
5524
  """Check if a property is hidden.
5743
5525
 
@@ -5900,16 +5682,9 @@ class IMAGE_MT_uvs_transform(bpy_types.Menu, bpy_types._GenericUI):
5900
5682
  ...
5901
5683
 
5902
5684
  class IMAGE_MT_uvs_unwrap(bpy_types.Menu, bpy_types._GenericUI):
5903
- """ """
5904
-
5905
5685
  bl_label: typing.Any
5906
- """ """
5907
-
5908
5686
  bl_rna: typing.Any
5909
- """ """
5910
-
5911
5687
  id_data: typing.Any
5912
- """ """
5913
5688
 
5914
5689
  def append(self, draw_func):
5915
5690
  """Append a draw function to this menu,
@@ -6014,10 +5789,7 @@ class IMAGE_MT_uvs_unwrap(bpy_types.Menu, bpy_types._GenericUI):
6014
5789
  """
6015
5790
  ...
6016
5791
 
6017
- def is_extended(self):
6018
- """ """
6019
- ...
6020
-
5792
+ def is_extended(self): ...
6021
5793
  def is_property_hidden(self) -> bool:
6022
5794
  """Check if a property is hidden.
6023
5795
 
@@ -6180,16 +5952,9 @@ class IMAGE_MT_uvs_unwrap(bpy_types.Menu, bpy_types._GenericUI):
6180
5952
  ...
6181
5953
 
6182
5954
  class IMAGE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
6183
- """ """
6184
-
6185
5955
  bl_label: typing.Any
6186
- """ """
6187
-
6188
5956
  bl_rna: typing.Any
6189
- """ """
6190
-
6191
5957
  id_data: typing.Any
6192
- """ """
6193
5958
 
6194
5959
  def append(self, draw_func):
6195
5960
  """Append a draw function to this menu,
@@ -6294,10 +6059,7 @@ class IMAGE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
6294
6059
  """
6295
6060
  ...
6296
6061
 
6297
- def is_extended(self):
6298
- """ """
6299
- ...
6300
-
6062
+ def is_extended(self): ...
6301
6063
  def is_property_hidden(self) -> bool:
6302
6064
  """Check if a property is hidden.
6303
6065
 
@@ -6460,16 +6222,9 @@ class IMAGE_MT_view(bpy_types.Menu, bpy_types._GenericUI):
6460
6222
  ...
6461
6223
 
6462
6224
  class IMAGE_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
6463
- """ """
6464
-
6465
6225
  bl_label: typing.Any
6466
- """ """
6467
-
6468
6226
  bl_rna: typing.Any
6469
- """ """
6470
-
6471
6227
  id_data: typing.Any
6472
- """ """
6473
6228
 
6474
6229
  def append(self, draw_func):
6475
6230
  """Append a draw function to this menu,
@@ -6574,10 +6329,7 @@ class IMAGE_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
6574
6329
  """
6575
6330
  ...
6576
6331
 
6577
- def is_extended(self):
6578
- """ """
6579
- ...
6580
-
6332
+ def is_extended(self): ...
6581
6333
  def is_property_hidden(self) -> bool:
6582
6334
  """Check if a property is hidden.
6583
6335
 
@@ -6740,16 +6492,9 @@ class IMAGE_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
6740
6492
  ...
6741
6493
 
6742
6494
  class IMAGE_MT_view_zoom(bpy_types.Menu, bpy_types._GenericUI):
6743
- """ """
6744
-
6745
6495
  bl_label: typing.Any
6746
- """ """
6747
-
6748
6496
  bl_rna: typing.Any
6749
- """ """
6750
-
6751
6497
  id_data: typing.Any
6752
- """ """
6753
6498
 
6754
6499
  def append(self, draw_func):
6755
6500
  """Append a draw function to this menu,
@@ -6854,10 +6599,7 @@ class IMAGE_MT_view_zoom(bpy_types.Menu, bpy_types._GenericUI):
6854
6599
  """
6855
6600
  ...
6856
6601
 
6857
- def is_extended(self):
6858
- """ """
6859
- ...
6860
-
6602
+ def is_extended(self): ...
6861
6603
  def is_property_hidden(self) -> bool:
6862
6604
  """Check if a property is hidden.
6863
6605
 
@@ -7022,25 +6764,12 @@ class IMAGE_MT_view_zoom(bpy_types.Menu, bpy_types._GenericUI):
7022
6764
  class IMAGE_PT_active_mask_point(
7023
6765
  bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_point, bpy_types._GenericUI
7024
6766
  ):
7025
- """ """
7026
-
7027
6767
  bl_category: typing.Any
7028
- """ """
7029
-
7030
6768
  bl_label: typing.Any
7031
- """ """
7032
-
7033
6769
  bl_region_type: typing.Any
7034
- """ """
7035
-
7036
6770
  bl_rna: typing.Any
7037
- """ """
7038
-
7039
6771
  bl_space_type: typing.Any
7040
- """ """
7041
-
7042
6772
  id_data: typing.Any
7043
- """ """
7044
6773
 
7045
6774
  def append(self, draw_func):
7046
6775
  """Append a draw function to this menu,
@@ -7125,10 +6854,7 @@ class IMAGE_PT_active_mask_point(
7125
6854
  """
7126
6855
  ...
7127
6856
 
7128
- def is_extended(self):
7129
- """ """
7130
- ...
7131
-
6857
+ def is_extended(self): ...
7132
6858
  def is_property_hidden(self) -> bool:
7133
6859
  """Check if a property is hidden.
7134
6860
 
@@ -7266,25 +6992,12 @@ class IMAGE_PT_active_mask_point(
7266
6992
  class IMAGE_PT_active_mask_spline(
7267
6993
  bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_spline, bpy_types._GenericUI
7268
6994
  ):
7269
- """ """
7270
-
7271
6995
  bl_category: typing.Any
7272
- """ """
7273
-
7274
6996
  bl_label: typing.Any
7275
- """ """
7276
-
7277
6997
  bl_region_type: typing.Any
7278
- """ """
7279
-
7280
6998
  bl_rna: typing.Any
7281
- """ """
7282
-
7283
6999
  bl_space_type: typing.Any
7284
- """ """
7285
-
7286
7000
  id_data: typing.Any
7287
- """ """
7288
7001
 
7289
7002
  def append(self, draw_func):
7290
7003
  """Append a draw function to this menu,
@@ -7369,10 +7082,7 @@ class IMAGE_PT_active_mask_spline(
7369
7082
  """
7370
7083
  ...
7371
7084
 
7372
- def is_extended(self):
7373
- """ """
7374
- ...
7375
-
7085
+ def is_extended(self): ...
7376
7086
  def is_property_hidden(self) -> bool:
7377
7087
  """Check if a property is hidden.
7378
7088
 
@@ -7512,25 +7222,12 @@ class IMAGE_PT_active_tool(
7512
7222
  bpy_types.Panel,
7513
7223
  bl_ui.space_toolsystem_common.ToolActivePanelHelper,
7514
7224
  ):
7515
- """ """
7516
-
7517
7225
  bl_category: typing.Any
7518
- """ """
7519
-
7520
7226
  bl_label: typing.Any
7521
- """ """
7522
-
7523
7227
  bl_region_type: typing.Any
7524
- """ """
7525
-
7526
7228
  bl_rna: typing.Any
7527
- """ """
7528
-
7529
7229
  bl_space_type: typing.Any
7530
- """ """
7531
-
7532
7230
  id_data: typing.Any
7533
- """ """
7534
7231
 
7535
7232
  def append(self, draw_func):
7536
7233
  """Append a draw function to this menu,
@@ -7615,10 +7312,7 @@ class IMAGE_PT_active_tool(
7615
7312
  """
7616
7313
  ...
7617
7314
 
7618
- def is_extended(self):
7619
- """ """
7620
- ...
7621
-
7315
+ def is_extended(self): ...
7622
7316
  def is_property_hidden(self) -> bool:
7623
7317
  """Check if a property is hidden.
7624
7318
 
@@ -7751,28 +7445,13 @@ class IMAGE_PT_annotation(
7751
7445
  bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
7752
7446
  bpy_types._GenericUI,
7753
7447
  ):
7754
- """ """
7755
-
7756
7448
  bl_category: typing.Any
7757
- """ """
7758
-
7759
7449
  bl_label: typing.Any
7760
- """ """
7761
-
7762
7450
  bl_options: typing.Any
7763
- """ """
7764
-
7765
7451
  bl_region_type: typing.Any
7766
- """ """
7767
-
7768
7452
  bl_rna: typing.Any
7769
- """ """
7770
-
7771
7453
  bl_space_type: typing.Any
7772
- """ """
7773
-
7774
7454
  id_data: typing.Any
7775
- """ """
7776
7455
 
7777
7456
  def append(self, draw_func):
7778
7457
  """Append a draw function to this menu,
@@ -7873,10 +7552,7 @@ class IMAGE_PT_annotation(
7873
7552
  """
7874
7553
  ...
7875
7554
 
7876
- def is_extended(self):
7877
- """ """
7878
- ...
7879
-
7555
+ def is_extended(self): ...
7880
7556
  def is_property_hidden(self) -> bool:
7881
7557
  """Check if a property is hidden.
7882
7558
 
@@ -8005,25 +7681,12 @@ class IMAGE_PT_annotation(
8005
7681
  ...
8006
7682
 
8007
7683
  class IMAGE_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
8008
- """ """
8009
-
8010
7684
  bl_label: typing.Any
8011
- """ """
8012
-
8013
7685
  bl_region_type: typing.Any
8014
- """ """
8015
-
8016
7686
  bl_rna: typing.Any
8017
- """ """
8018
-
8019
7687
  bl_space_type: typing.Any
8020
- """ """
8021
-
8022
7688
  bl_ui_units_x: typing.Any
8023
- """ """
8024
-
8025
7689
  id_data: typing.Any
8026
- """ """
8027
7690
 
8028
7691
  def append(self, draw_func):
8029
7692
  """Append a draw function to this menu,
@@ -8108,10 +7771,7 @@ class IMAGE_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
8108
7771
  """
8109
7772
  ...
8110
7773
 
8111
- def is_extended(self):
8112
- """ """
8113
- ...
8114
-
7774
+ def is_extended(self): ...
8115
7775
  def is_property_hidden(self) -> bool:
8116
7776
  """Check if a property is hidden.
8117
7777
 
@@ -8240,25 +7900,12 @@ class IMAGE_PT_gizmo_display(bpy_types.Panel, bpy_types._GenericUI):
8240
7900
  ...
8241
7901
 
8242
7902
  class IMAGE_PT_image_properties(bpy_types.Panel, bpy_types._GenericUI):
8243
- """ """
8244
-
8245
7903
  bl_category: typing.Any
8246
- """ """
8247
-
8248
7904
  bl_label: typing.Any
8249
- """ """
8250
-
8251
7905
  bl_region_type: typing.Any
8252
- """ """
8253
-
8254
7906
  bl_rna: typing.Any
8255
- """ """
8256
-
8257
7907
  bl_space_type: typing.Any
8258
- """ """
8259
-
8260
7908
  id_data: typing.Any
8261
- """ """
8262
7909
 
8263
7910
  def append(self, draw_func):
8264
7911
  """Append a draw function to this menu,
@@ -8343,10 +7990,7 @@ class IMAGE_PT_image_properties(bpy_types.Panel, bpy_types._GenericUI):
8343
7990
  """
8344
7991
  ...
8345
7992
 
8346
- def is_extended(self):
8347
- """ """
8348
- ...
8349
-
7993
+ def is_extended(self): ...
8350
7994
  def is_property_hidden(self) -> bool:
8351
7995
  """Check if a property is hidden.
8352
7996
 
@@ -8484,28 +8128,13 @@ class IMAGE_PT_image_properties(bpy_types.Panel, bpy_types._GenericUI):
8484
8128
  class IMAGE_PT_mask(
8485
8129
  bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._GenericUI
8486
8130
  ):
8487
- """ """
8488
-
8489
8131
  bl_category: typing.Any
8490
- """ """
8491
-
8492
8132
  bl_label: typing.Any
8493
- """ """
8494
-
8495
8133
  bl_options: typing.Any
8496
- """ """
8497
-
8498
8134
  bl_region_type: typing.Any
8499
- """ """
8500
-
8501
8135
  bl_rna: typing.Any
8502
- """ """
8503
-
8504
8136
  bl_space_type: typing.Any
8505
- """ """
8506
-
8507
8137
  id_data: typing.Any
8508
- """ """
8509
8138
 
8510
8139
  def append(self, draw_func):
8511
8140
  """Append a draw function to this menu,
@@ -8590,10 +8219,7 @@ class IMAGE_PT_mask(
8590
8219
  """
8591
8220
  ...
8592
8221
 
8593
- def is_extended(self):
8594
- """ """
8595
- ...
8596
-
8222
+ def is_extended(self): ...
8597
8223
  def is_property_hidden(self) -> bool:
8598
8224
  """Check if a property is hidden.
8599
8225
 
@@ -8731,22 +8357,11 @@ class IMAGE_PT_mask(
8731
8357
  class IMAGE_PT_mask_display(
8732
8358
  bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_display, bpy_types._GenericUI
8733
8359
  ):
8734
- """ """
8735
-
8736
8360
  bl_label: typing.Any
8737
- """ """
8738
-
8739
8361
  bl_region_type: typing.Any
8740
- """ """
8741
-
8742
8362
  bl_rna: typing.Any
8743
- """ """
8744
-
8745
8363
  bl_space_type: typing.Any
8746
- """ """
8747
-
8748
8364
  id_data: typing.Any
8749
- """ """
8750
8365
 
8751
8366
  def append(self, draw_func):
8752
8367
  """Append a draw function to this menu,
@@ -8831,10 +8446,7 @@ class IMAGE_PT_mask_display(
8831
8446
  """
8832
8447
  ...
8833
8448
 
8834
- def is_extended(self):
8835
- """ """
8836
- ...
8837
-
8449
+ def is_extended(self): ...
8838
8450
  def is_property_hidden(self) -> bool:
8839
8451
  """Check if a property is hidden.
8840
8452
 
@@ -8972,25 +8584,12 @@ class IMAGE_PT_mask_display(
8972
8584
  class IMAGE_PT_mask_layers(
8973
8585
  bpy_types.Panel, bl_ui.properties_mask_common.MASK_PT_layers, bpy_types._GenericUI
8974
8586
  ):
8975
- """ """
8976
-
8977
8587
  bl_category: typing.Any
8978
- """ """
8979
-
8980
8588
  bl_label: typing.Any
8981
- """ """
8982
-
8983
8589
  bl_region_type: typing.Any
8984
- """ """
8985
-
8986
8590
  bl_rna: typing.Any
8987
- """ """
8988
-
8989
8591
  bl_space_type: typing.Any
8990
- """ """
8991
-
8992
8592
  id_data: typing.Any
8993
- """ """
8994
8593
 
8995
8594
  def append(self, draw_func):
8996
8595
  """Append a draw function to this menu,
@@ -9075,10 +8674,7 @@ class IMAGE_PT_mask_layers(
9075
8674
  """
9076
8675
  ...
9077
8676
 
9078
- def is_extended(self):
9079
- """ """
9080
- ...
9081
-
8677
+ def is_extended(self): ...
9082
8678
  def is_property_hidden(self) -> bool:
9083
8679
  """Check if a property is hidden.
9084
8680
 
@@ -9214,25 +8810,12 @@ class IMAGE_PT_mask_layers(
9214
8810
  ...
9215
8811
 
9216
8812
  class IMAGE_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
9217
- """ """
9218
-
9219
8813
  bl_label: typing.Any
9220
- """ """
9221
-
9222
8814
  bl_region_type: typing.Any
9223
- """ """
9224
-
9225
8815
  bl_rna: typing.Any
9226
- """ """
9227
-
9228
8816
  bl_space_type: typing.Any
9229
- """ """
9230
-
9231
8817
  bl_ui_units_x: typing.Any
9232
- """ """
9233
-
9234
8818
  id_data: typing.Any
9235
- """ """
9236
8819
 
9237
8820
  def append(self, draw_func):
9238
8821
  """Append a draw function to this menu,
@@ -9317,10 +8900,7 @@ class IMAGE_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
9317
8900
  """
9318
8901
  ...
9319
8902
 
9320
- def is_extended(self):
9321
- """ """
9322
- ...
9323
-
8903
+ def is_extended(self): ...
9324
8904
  def is_property_hidden(self) -> bool:
9325
8905
  """Check if a property is hidden.
9326
8906
 
@@ -9449,25 +9029,12 @@ class IMAGE_PT_overlay(bpy_types.Panel, bpy_types._GenericUI):
9449
9029
  ...
9450
9030
 
9451
9031
  class IMAGE_PT_overlay_guides(bpy_types.Panel, bpy_types._GenericUI):
9452
- """ """
9453
-
9454
9032
  bl_label: typing.Any
9455
- """ """
9456
-
9457
9033
  bl_parent_id: typing.Any
9458
- """ """
9459
-
9460
9034
  bl_region_type: typing.Any
9461
- """ """
9462
-
9463
9035
  bl_rna: typing.Any
9464
- """ """
9465
-
9466
9036
  bl_space_type: typing.Any
9467
- """ """
9468
-
9469
9037
  id_data: typing.Any
9470
- """ """
9471
9038
 
9472
9039
  def append(self, draw_func):
9473
9040
  """Append a draw function to this menu,
@@ -9552,10 +9119,7 @@ class IMAGE_PT_overlay_guides(bpy_types.Panel, bpy_types._GenericUI):
9552
9119
  """
9553
9120
  ...
9554
9121
 
9555
- def is_extended(self):
9556
- """ """
9557
- ...
9558
-
9122
+ def is_extended(self): ...
9559
9123
  def is_property_hidden(self) -> bool:
9560
9124
  """Check if a property is hidden.
9561
9125
 
@@ -9691,25 +9255,12 @@ class IMAGE_PT_overlay_guides(bpy_types.Panel, bpy_types._GenericUI):
9691
9255
  ...
9692
9256
 
9693
9257
  class IMAGE_PT_overlay_image(bpy_types.Panel, bpy_types._GenericUI):
9694
- """ """
9695
-
9696
9258
  bl_label: typing.Any
9697
- """ """
9698
-
9699
9259
  bl_parent_id: typing.Any
9700
- """ """
9701
-
9702
9260
  bl_region_type: typing.Any
9703
- """ """
9704
-
9705
9261
  bl_rna: typing.Any
9706
- """ """
9707
-
9708
9262
  bl_space_type: typing.Any
9709
- """ """
9710
-
9711
9263
  id_data: typing.Any
9712
- """ """
9713
9264
 
9714
9265
  def append(self, draw_func):
9715
9266
  """Append a draw function to this menu,
@@ -9794,10 +9345,7 @@ class IMAGE_PT_overlay_image(bpy_types.Panel, bpy_types._GenericUI):
9794
9345
  """
9795
9346
  ...
9796
9347
 
9797
- def is_extended(self):
9798
- """ """
9799
- ...
9800
-
9348
+ def is_extended(self): ...
9801
9349
  def is_property_hidden(self) -> bool:
9802
9350
  """Check if a property is hidden.
9803
9351
 
@@ -9926,25 +9474,12 @@ class IMAGE_PT_overlay_image(bpy_types.Panel, bpy_types._GenericUI):
9926
9474
  ...
9927
9475
 
9928
9476
  class IMAGE_PT_overlay_texture_paint(bpy_types.Panel, bpy_types._GenericUI):
9929
- """ """
9930
-
9931
9477
  bl_label: typing.Any
9932
- """ """
9933
-
9934
9478
  bl_parent_id: typing.Any
9935
- """ """
9936
-
9937
9479
  bl_region_type: typing.Any
9938
- """ """
9939
-
9940
9480
  bl_rna: typing.Any
9941
- """ """
9942
-
9943
9481
  bl_space_type: typing.Any
9944
- """ """
9945
-
9946
9482
  id_data: typing.Any
9947
- """ """
9948
9483
 
9949
9484
  def append(self, draw_func):
9950
9485
  """Append a draw function to this menu,
@@ -10029,10 +9564,7 @@ class IMAGE_PT_overlay_texture_paint(bpy_types.Panel, bpy_types._GenericUI):
10029
9564
  """
10030
9565
  ...
10031
9566
 
10032
- def is_extended(self):
10033
- """ """
10034
- ...
10035
-
9567
+ def is_extended(self): ...
10036
9568
  def is_property_hidden(self) -> bool:
10037
9569
  """Check if a property is hidden.
10038
9570
 
@@ -10168,25 +9700,12 @@ class IMAGE_PT_overlay_texture_paint(bpy_types.Panel, bpy_types._GenericUI):
10168
9700
  ...
10169
9701
 
10170
9702
  class IMAGE_PT_overlay_uv_edit_geometry(bpy_types.Panel, bpy_types._GenericUI):
10171
- """ """
10172
-
10173
9703
  bl_label: typing.Any
10174
- """ """
10175
-
10176
9704
  bl_parent_id: typing.Any
10177
- """ """
10178
-
10179
9705
  bl_region_type: typing.Any
10180
- """ """
10181
-
10182
9706
  bl_rna: typing.Any
10183
- """ """
10184
-
10185
9707
  bl_space_type: typing.Any
10186
- """ """
10187
-
10188
9708
  id_data: typing.Any
10189
- """ """
10190
9709
 
10191
9710
  def append(self, draw_func):
10192
9711
  """Append a draw function to this menu,
@@ -10271,10 +9790,7 @@ class IMAGE_PT_overlay_uv_edit_geometry(bpy_types.Panel, bpy_types._GenericUI):
10271
9790
  """
10272
9791
  ...
10273
9792
 
10274
- def is_extended(self):
10275
- """ """
10276
- ...
10277
-
9793
+ def is_extended(self): ...
10278
9794
  def is_property_hidden(self) -> bool:
10279
9795
  """Check if a property is hidden.
10280
9796
 
@@ -10410,25 +9926,12 @@ class IMAGE_PT_overlay_uv_edit_geometry(bpy_types.Panel, bpy_types._GenericUI):
10410
9926
  ...
10411
9927
 
10412
9928
  class IMAGE_PT_overlay_uv_stretch(bpy_types.Panel, bpy_types._GenericUI):
10413
- """ """
10414
-
10415
9929
  bl_label: typing.Any
10416
- """ """
10417
-
10418
9930
  bl_parent_id: typing.Any
10419
- """ """
10420
-
10421
9931
  bl_region_type: typing.Any
10422
- """ """
10423
-
10424
9932
  bl_rna: typing.Any
10425
- """ """
10426
-
10427
9933
  bl_space_type: typing.Any
10428
- """ """
10429
-
10430
9934
  id_data: typing.Any
10431
- """ """
10432
9935
 
10433
9936
  def append(self, draw_func):
10434
9937
  """Append a draw function to this menu,
@@ -10513,10 +10016,7 @@ class IMAGE_PT_overlay_uv_stretch(bpy_types.Panel, bpy_types._GenericUI):
10513
10016
  """
10514
10017
  ...
10515
10018
 
10516
- def is_extended(self):
10517
- """ """
10518
- ...
10519
-
10019
+ def is_extended(self): ...
10520
10020
  def is_property_hidden(self) -> bool:
10521
10021
  """Check if a property is hidden.
10522
10022
 
@@ -10652,34 +10152,16 @@ class IMAGE_PT_overlay_uv_stretch(bpy_types.Panel, bpy_types._GenericUI):
10652
10152
  ...
10653
10153
 
10654
10154
  class ImagePaintPanel:
10655
- """ """
10656
-
10657
10155
  bl_region_type: typing.Any
10658
- """ """
10659
-
10660
10156
  bl_space_type: typing.Any
10661
- """ """
10662
10157
 
10663
10158
  class IMAGE_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
10664
- """ """
10665
-
10666
10159
  bl_label: typing.Any
10667
- """ """
10668
-
10669
10160
  bl_region_type: typing.Any
10670
- """ """
10671
-
10672
10161
  bl_rna: typing.Any
10673
- """ """
10674
-
10675
10162
  bl_space_type: typing.Any
10676
- """ """
10677
-
10678
10163
  bl_ui_units_x: typing.Any
10679
- """ """
10680
-
10681
10164
  id_data: typing.Any
10682
- """ """
10683
10165
 
10684
10166
  def append(self, draw_func):
10685
10167
  """Append a draw function to this menu,
@@ -10764,10 +10246,7 @@ class IMAGE_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
10764
10246
  """
10765
10247
  ...
10766
10248
 
10767
- def is_extended(self):
10768
- """ """
10769
- ...
10770
-
10249
+ def is_extended(self): ...
10771
10250
  def is_property_hidden(self) -> bool:
10772
10251
  """Check if a property is hidden.
10773
10252
 
@@ -10896,25 +10375,12 @@ class IMAGE_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
10896
10375
  ...
10897
10376
 
10898
10377
  class IMAGE_PT_render_slots(bpy_types.Panel, bpy_types._GenericUI):
10899
- """ """
10900
-
10901
10378
  bl_category: typing.Any
10902
- """ """
10903
-
10904
10379
  bl_label: typing.Any
10905
- """ """
10906
-
10907
10380
  bl_region_type: typing.Any
10908
- """ """
10909
-
10910
10381
  bl_rna: typing.Any
10911
- """ """
10912
-
10913
10382
  bl_space_type: typing.Any
10914
- """ """
10915
-
10916
10383
  id_data: typing.Any
10917
- """ """
10918
10384
 
10919
10385
  def append(self, draw_func):
10920
10386
  """Append a draw function to this menu,
@@ -10999,10 +10465,7 @@ class IMAGE_PT_render_slots(bpy_types.Panel, bpy_types._GenericUI):
10999
10465
  """
11000
10466
  ...
11001
10467
 
11002
- def is_extended(self):
11003
- """ """
11004
- ...
11005
-
10468
+ def is_extended(self): ...
11006
10469
  def is_property_hidden(self) -> bool:
11007
10470
  """Check if a property is hidden.
11008
10471
 
@@ -11138,8 +10601,6 @@ class IMAGE_PT_render_slots(bpy_types.Panel, bpy_types._GenericUI):
11138
10601
  ...
11139
10602
 
11140
10603
  class ImageScopesPanel:
11141
- """ """
11142
-
11143
10604
  def poll(self, context):
11144
10605
  """
11145
10606
 
@@ -11148,22 +10609,11 @@ class ImageScopesPanel:
11148
10609
  ...
11149
10610
 
11150
10611
  class IMAGE_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
11151
- """ """
11152
-
11153
10612
  bl_label: typing.Any
11154
- """ """
11155
-
11156
10613
  bl_region_type: typing.Any
11157
- """ """
11158
-
11159
10614
  bl_rna: typing.Any
11160
- """ """
11161
-
11162
10615
  bl_space_type: typing.Any
11163
- """ """
11164
-
11165
10616
  id_data: typing.Any
11166
- """ """
11167
10617
 
11168
10618
  def append(self, draw_func):
11169
10619
  """Append a draw function to this menu,
@@ -11248,10 +10698,7 @@ class IMAGE_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
11248
10698
  """
11249
10699
  ...
11250
10700
 
11251
- def is_extended(self):
11252
- """ """
11253
- ...
11254
-
10701
+ def is_extended(self): ...
11255
10702
  def is_property_hidden(self) -> bool:
11256
10703
  """Check if a property is hidden.
11257
10704
 
@@ -11380,25 +10827,12 @@ class IMAGE_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
11380
10827
  ...
11381
10828
 
11382
10829
  class IMAGE_PT_udim_tiles(bpy_types.Panel, bpy_types._GenericUI):
11383
- """ """
11384
-
11385
10830
  bl_category: typing.Any
11386
- """ """
11387
-
11388
10831
  bl_label: typing.Any
11389
- """ """
11390
-
11391
10832
  bl_region_type: typing.Any
11392
- """ """
11393
-
11394
10833
  bl_rna: typing.Any
11395
- """ """
11396
-
11397
10834
  bl_space_type: typing.Any
11398
- """ """
11399
-
11400
10835
  id_data: typing.Any
11401
- """ """
11402
10836
 
11403
10837
  def append(self, draw_func):
11404
10838
  """Append a draw function to this menu,
@@ -11483,10 +10917,7 @@ class IMAGE_PT_udim_tiles(bpy_types.Panel, bpy_types._GenericUI):
11483
10917
  """
11484
10918
  ...
11485
10919
 
11486
- def is_extended(self):
11487
- """ """
11488
- ...
11489
-
10920
+ def is_extended(self): ...
11490
10921
  def is_property_hidden(self) -> bool:
11491
10922
  """Check if a property is hidden.
11492
10923
 
@@ -11622,25 +11053,12 @@ class IMAGE_PT_udim_tiles(bpy_types.Panel, bpy_types._GenericUI):
11622
11053
  ...
11623
11054
 
11624
11055
  class IMAGE_PT_uv_cursor(bpy_types.Panel, bpy_types._GenericUI):
11625
- """ """
11626
-
11627
11056
  bl_category: typing.Any
11628
- """ """
11629
-
11630
11057
  bl_label: typing.Any
11631
- """ """
11632
-
11633
11058
  bl_region_type: typing.Any
11634
- """ """
11635
-
11636
11059
  bl_rna: typing.Any
11637
- """ """
11638
-
11639
11060
  bl_space_type: typing.Any
11640
- """ """
11641
-
11642
11061
  id_data: typing.Any
11643
- """ """
11644
11062
 
11645
11063
  def append(self, draw_func):
11646
11064
  """Append a draw function to this menu,
@@ -11725,10 +11143,7 @@ class IMAGE_PT_uv_cursor(bpy_types.Panel, bpy_types._GenericUI):
11725
11143
  """
11726
11144
  ...
11727
11145
 
11728
- def is_extended(self):
11729
- """ """
11730
- ...
11731
-
11146
+ def is_extended(self): ...
11732
11147
  def is_property_hidden(self) -> bool:
11733
11148
  """Check if a property is hidden.
11734
11149
 
@@ -11864,25 +11279,12 @@ class IMAGE_PT_uv_cursor(bpy_types.Panel, bpy_types._GenericUI):
11864
11279
  ...
11865
11280
 
11866
11281
  class IMAGE_PT_view_display(bpy_types.Panel, bpy_types._GenericUI):
11867
- """ """
11868
-
11869
11282
  bl_category: typing.Any
11870
- """ """
11871
-
11872
11283
  bl_label: typing.Any
11873
- """ """
11874
-
11875
11284
  bl_region_type: typing.Any
11876
- """ """
11877
-
11878
11285
  bl_rna: typing.Any
11879
- """ """
11880
-
11881
11286
  bl_space_type: typing.Any
11882
- """ """
11883
-
11884
11287
  id_data: typing.Any
11885
- """ """
11886
11288
 
11887
11289
  def append(self, draw_func):
11888
11290
  """Append a draw function to this menu,
@@ -11967,10 +11369,7 @@ class IMAGE_PT_view_display(bpy_types.Panel, bpy_types._GenericUI):
11967
11369
  """
11968
11370
  ...
11969
11371
 
11970
- def is_extended(self):
11971
- """ """
11972
- ...
11973
-
11372
+ def is_extended(self): ...
11974
11373
  def is_property_hidden(self) -> bool:
11975
11374
  """Check if a property is hidden.
11976
11375
 
@@ -12106,13 +11505,8 @@ class IMAGE_PT_view_display(bpy_types.Panel, bpy_types._GenericUI):
12106
11505
  ...
12107
11506
 
12108
11507
  class IMAGE_UL_render_slots(bpy_types.UIList, bpy_types._GenericUI):
12109
- """ """
12110
-
12111
11508
  bl_rna: typing.Any
12112
- """ """
12113
-
12114
11509
  id_data: typing.Any
12115
- """ """
12116
11510
 
12117
11511
  def append(self, draw_func):
12118
11512
  """Append a draw function to this menu,
@@ -12214,10 +11608,7 @@ class IMAGE_UL_render_slots(bpy_types.UIList, bpy_types._GenericUI):
12214
11608
  """
12215
11609
  ...
12216
11610
 
12217
- def is_extended(self):
12218
- """ """
12219
- ...
12220
-
11611
+ def is_extended(self): ...
12221
11612
  def is_property_hidden(self) -> bool:
12222
11613
  """Check if a property is hidden.
12223
11614
 
@@ -12346,13 +11737,8 @@ class IMAGE_UL_render_slots(bpy_types.UIList, bpy_types._GenericUI):
12346
11737
  ...
12347
11738
 
12348
11739
  class IMAGE_UL_udim_tiles(bpy_types.UIList, bpy_types._GenericUI):
12349
- """ """
12350
-
12351
11740
  bl_rna: typing.Any
12352
- """ """
12353
-
12354
11741
  id_data: typing.Any
12355
- """ """
12356
11742
 
12357
11743
  def append(self, draw_func):
12358
11744
  """Append a draw function to this menu,
@@ -12454,10 +11840,7 @@ class IMAGE_UL_udim_tiles(bpy_types.UIList, bpy_types._GenericUI):
12454
11840
  """
12455
11841
  ...
12456
11842
 
12457
- def is_extended(self):
12458
- """ """
12459
- ...
12460
-
11843
+ def is_extended(self): ...
12461
11844
  def is_property_hidden(self) -> bool:
12462
11845
  """Check if a property is hidden.
12463
11846
 
@@ -12586,8 +11969,6 @@ class IMAGE_UL_udim_tiles(bpy_types.UIList, bpy_types._GenericUI):
12586
11969
  ...
12587
11970
 
12588
11971
  class _draw_tool_settings_context_mode:
12589
- """ """
12590
-
12591
11972
  def PAINT(self, context, layout, tool):
12592
11973
  """
12593
11974
 
@@ -12614,34 +11995,15 @@ class IMAGE_PT_paint_curve(
12614
11995
  bl_ui.properties_paint_common.FalloffPanel,
12615
11996
  bl_ui.properties_paint_common.UnifiedPaintPanel,
12616
11997
  ):
12617
- """ """
12618
-
12619
11998
  bl_category: typing.Any
12620
- """ """
12621
-
12622
11999
  bl_context: typing.Any
12623
- """ """
12624
-
12625
12000
  bl_label: typing.Any
12626
- """ """
12627
-
12628
12001
  bl_options: typing.Any
12629
- """ """
12630
-
12631
12002
  bl_parent_id: typing.Any
12632
- """ """
12633
-
12634
12003
  bl_region_type: typing.Any
12635
- """ """
12636
-
12637
12004
  bl_rna: typing.Any
12638
- """ """
12639
-
12640
12005
  bl_space_type: typing.Any
12641
- """ """
12642
-
12643
12006
  id_data: typing.Any
12644
- """ """
12645
12007
 
12646
12008
  def append(self, draw_func):
12647
12009
  """Append a draw function to this menu,
@@ -12734,10 +12096,7 @@ class IMAGE_PT_paint_curve(
12734
12096
  """
12735
12097
  ...
12736
12098
 
12737
- def is_extended(self):
12738
- """ """
12739
- ...
12740
-
12099
+ def is_extended(self): ...
12741
12100
  def is_property_hidden(self) -> bool:
12742
12101
  """Check if a property is hidden.
12743
12102
 
@@ -12940,37 +12299,16 @@ class IMAGE_PT_paint_stroke(
12940
12299
  bl_ui.properties_paint_common.StrokePanel,
12941
12300
  bl_ui.properties_paint_common.UnifiedPaintPanel,
12942
12301
  ):
12943
- """ """
12944
-
12945
12302
  bl_category: typing.Any
12946
- """ """
12947
-
12948
12303
  bl_context: typing.Any
12949
- """ """
12950
-
12951
12304
  bl_label: typing.Any
12952
- """ """
12953
-
12954
12305
  bl_options: typing.Any
12955
- """ """
12956
-
12957
12306
  bl_parent_id: typing.Any
12958
- """ """
12959
-
12960
12307
  bl_region_type: typing.Any
12961
- """ """
12962
-
12963
12308
  bl_rna: typing.Any
12964
- """ """
12965
-
12966
12309
  bl_space_type: typing.Any
12967
- """ """
12968
-
12969
12310
  bl_ui_units_x: typing.Any
12970
- """ """
12971
-
12972
12311
  id_data: typing.Any
12973
- """ """
12974
12312
 
12975
12313
  def append(self, draw_func):
12976
12314
  """Append a draw function to this menu,
@@ -13063,10 +12401,7 @@ class IMAGE_PT_paint_stroke(
13063
12401
  """
13064
12402
  ...
13065
12403
 
13066
- def is_extended(self):
13067
- """ """
13068
- ...
13069
-
12404
+ def is_extended(self): ...
13070
12405
  def is_property_hidden(self) -> bool:
13071
12406
  """Check if a property is hidden.
13072
12407
 
@@ -13269,34 +12604,15 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
13269
12604
  bl_ui.properties_paint_common.SmoothStrokePanel,
13270
12605
  bl_ui.properties_paint_common.UnifiedPaintPanel,
13271
12606
  ):
13272
- """ """
13273
-
13274
12607
  bl_category: typing.Any
13275
- """ """
13276
-
13277
12608
  bl_context: typing.Any
13278
- """ """
13279
-
13280
12609
  bl_label: typing.Any
13281
- """ """
13282
-
13283
12610
  bl_options: typing.Any
13284
- """ """
13285
-
13286
12611
  bl_parent_id: typing.Any
13287
- """ """
13288
-
13289
12612
  bl_region_type: typing.Any
13290
- """ """
13291
-
13292
12613
  bl_rna: typing.Any
13293
- """ """
13294
-
13295
12614
  bl_space_type: typing.Any
13296
- """ """
13297
-
13298
12615
  id_data: typing.Any
13299
- """ """
13300
12616
 
13301
12617
  def append(self, draw_func):
13302
12618
  """Append a draw function to this menu,
@@ -13396,10 +12712,7 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
13396
12712
  """
13397
12713
  ...
13398
12714
 
13399
- def is_extended(self):
13400
- """ """
13401
- ...
13402
-
12715
+ def is_extended(self): ...
13403
12716
  def is_property_hidden(self) -> bool:
13404
12717
  """Check if a property is hidden.
13405
12718
 
@@ -13602,37 +12915,16 @@ class IMAGE_PT_tools_brush_display(
13602
12915
  bl_ui.properties_paint_common.DisplayPanel,
13603
12916
  bl_ui.properties_paint_common.UnifiedPaintPanel,
13604
12917
  ):
13605
- """ """
13606
-
13607
12918
  bl_category: typing.Any
13608
- """ """
13609
-
13610
12919
  bl_context: typing.Any
13611
- """ """
13612
-
13613
12920
  bl_label: typing.Any
13614
- """ """
13615
-
13616
12921
  bl_options: typing.Any
13617
- """ """
13618
-
13619
12922
  bl_parent_id: typing.Any
13620
- """ """
13621
-
13622
12923
  bl_region_type: typing.Any
13623
- """ """
13624
-
13625
12924
  bl_rna: typing.Any
13626
- """ """
13627
-
13628
12925
  bl_space_type: typing.Any
13629
- """ """
13630
-
13631
12926
  bl_ui_units_x: typing.Any
13632
- """ """
13633
-
13634
12927
  id_data: typing.Any
13635
- """ """
13636
12928
 
13637
12929
  def append(self, draw_func):
13638
12930
  """Append a draw function to this menu,
@@ -13732,10 +13024,7 @@ class IMAGE_PT_tools_brush_display(
13732
13024
  """
13733
13025
  ...
13734
13026
 
13735
- def is_extended(self):
13736
- """ """
13737
- ...
13738
-
13027
+ def is_extended(self): ...
13739
13028
  def is_property_hidden(self) -> bool:
13740
13029
  """Check if a property is hidden.
13741
13030
 
@@ -13936,34 +13225,15 @@ class IMAGE_PT_tools_brush_texture(
13936
13225
  bl_ui.properties_paint_common.UnifiedPaintPanel,
13937
13226
  bpy_types._GenericUI,
13938
13227
  ):
13939
- """ """
13940
-
13941
13228
  bl_category: typing.Any
13942
- """ """
13943
-
13944
13229
  bl_context: typing.Any
13945
- """ """
13946
-
13947
13230
  bl_label: typing.Any
13948
- """ """
13949
-
13950
13231
  bl_options: typing.Any
13951
- """ """
13952
-
13953
13232
  bl_parent_id: typing.Any
13954
- """ """
13955
-
13956
13233
  bl_region_type: typing.Any
13957
- """ """
13958
-
13959
13234
  bl_rna: typing.Any
13960
- """ """
13961
-
13962
13235
  bl_space_type: typing.Any
13963
- """ """
13964
-
13965
13236
  id_data: typing.Any
13966
- """ """
13967
13237
 
13968
13238
  def append(self, draw_func):
13969
13239
  """Append a draw function to this menu,
@@ -14056,10 +13326,7 @@ class IMAGE_PT_tools_brush_texture(
14056
13326
  """
14057
13327
  ...
14058
13328
 
14059
- def is_extended(self):
14060
- """ """
14061
- ...
14062
-
13329
+ def is_extended(self): ...
14063
13330
  def is_property_hidden(self) -> bool:
14064
13331
  """Check if a property is hidden.
14065
13332
 
@@ -14260,31 +13527,14 @@ class IMAGE_PT_tools_imagepaint_symmetry(
14260
13527
  bl_ui.properties_paint_common.UnifiedPaintPanel,
14261
13528
  bpy_types._GenericUI,
14262
13529
  ):
14263
- """ """
14264
-
14265
13530
  bl_category: typing.Any
14266
- """ """
14267
-
14268
13531
  bl_context: typing.Any
14269
- """ """
14270
-
14271
13532
  bl_label: typing.Any
14272
- """ """
14273
-
14274
13533
  bl_options: typing.Any
14275
- """ """
14276
-
14277
13534
  bl_region_type: typing.Any
14278
- """ """
14279
-
14280
13535
  bl_rna: typing.Any
14281
- """ """
14282
-
14283
13536
  bl_space_type: typing.Any
14284
- """ """
14285
-
14286
13537
  id_data: typing.Any
14287
- """ """
14288
13538
 
14289
13539
  def append(self, draw_func):
14290
13540
  """Append a draw function to this menu,
@@ -14377,10 +13627,7 @@ class IMAGE_PT_tools_imagepaint_symmetry(
14377
13627
  """
14378
13628
  ...
14379
13629
 
14380
- def is_extended(self):
14381
- """ """
14382
- ...
14383
-
13630
+ def is_extended(self): ...
14384
13631
  def is_property_hidden(self) -> bool:
14385
13632
  """Check if a property is hidden.
14386
13633
 
@@ -14583,37 +13830,16 @@ class IMAGE_PT_tools_mask_texture(
14583
13830
  bl_ui.properties_paint_common.TextureMaskPanel,
14584
13831
  bl_ui.properties_paint_common.UnifiedPaintPanel,
14585
13832
  ):
14586
- """ """
14587
-
14588
13833
  bl_category: typing.Any
14589
- """ """
14590
-
14591
13834
  bl_context: typing.Any
14592
- """ """
14593
-
14594
13835
  bl_label: typing.Any
14595
- """ """
14596
-
14597
13836
  bl_options: typing.Any
14598
- """ """
14599
-
14600
13837
  bl_parent_id: typing.Any
14601
- """ """
14602
-
14603
13838
  bl_region_type: typing.Any
14604
- """ """
14605
-
14606
13839
  bl_rna: typing.Any
14607
- """ """
14608
-
14609
13840
  bl_space_type: typing.Any
14610
- """ """
14611
-
14612
13841
  bl_ui_units_x: typing.Any
14613
- """ """
14614
-
14615
13842
  id_data: typing.Any
14616
- """ """
14617
13843
 
14618
13844
  def append(self, draw_func):
14619
13845
  """Append a draw function to this menu,
@@ -14706,10 +13932,7 @@ class IMAGE_PT_tools_mask_texture(
14706
13932
  """
14707
13933
  ...
14708
13934
 
14709
- def is_extended(self):
14710
- """ """
14711
- ...
14712
-
13935
+ def is_extended(self): ...
14713
13936
  def is_property_hidden(self) -> bool:
14714
13937
  """Check if a property is hidden.
14715
13938
 
@@ -14912,34 +14135,15 @@ class IMAGE_PT_paint_clone(
14912
14135
  bl_ui.properties_paint_common.ClonePanel,
14913
14136
  bl_ui.properties_paint_common.UnifiedPaintPanel,
14914
14137
  ):
14915
- """ """
14916
-
14917
14138
  bl_category: typing.Any
14918
- """ """
14919
-
14920
14139
  bl_context: typing.Any
14921
- """ """
14922
-
14923
14140
  bl_label: typing.Any
14924
- """ """
14925
-
14926
14141
  bl_options: typing.Any
14927
- """ """
14928
-
14929
14142
  bl_parent_id: typing.Any
14930
- """ """
14931
-
14932
14143
  bl_region_type: typing.Any
14933
- """ """
14934
-
14935
14144
  bl_rna: typing.Any
14936
- """ """
14937
-
14938
14145
  bl_space_type: typing.Any
14939
- """ """
14940
-
14941
14146
  id_data: typing.Any
14942
- """ """
14943
14147
 
14944
14148
  def append(self, draw_func):
14945
14149
  """Append a draw function to this menu,
@@ -15039,10 +14243,7 @@ class IMAGE_PT_paint_clone(
15039
14243
  """
15040
14244
  ...
15041
14245
 
15042
- def is_extended(self):
15043
- """ """
15044
- ...
15045
-
14246
+ def is_extended(self): ...
15046
14247
  def is_property_hidden(self) -> bool:
15047
14248
  """Check if a property is hidden.
15048
14249
 
@@ -15238,31 +14439,14 @@ class IMAGE_PT_paint_clone(
15238
14439
  ...
15239
14440
 
15240
14441
  class IMAGE_PT_paint_color(bpy_types._GenericUI, bpy_types.Panel, ImagePaintPanel):
15241
- """ """
15242
-
15243
14442
  bl_category: typing.Any
15244
- """ """
15245
-
15246
14443
  bl_context: typing.Any
15247
- """ """
15248
-
15249
14444
  bl_label: typing.Any
15250
- """ """
15251
-
15252
14445
  bl_parent_id: typing.Any
15253
- """ """
15254
-
15255
14446
  bl_region_type: typing.Any
15256
- """ """
15257
-
15258
14447
  bl_rna: typing.Any
15259
- """ """
15260
-
15261
14448
  bl_space_type: typing.Any
15262
- """ """
15263
-
15264
14449
  id_data: typing.Any
15265
- """ """
15266
14450
 
15267
14451
  def append(self, draw_func):
15268
14452
  """Append a draw function to this menu,
@@ -15347,10 +14531,7 @@ class IMAGE_PT_paint_color(bpy_types._GenericUI, bpy_types.Panel, ImagePaintPane
15347
14531
  """
15348
14532
  ...
15349
14533
 
15350
- def is_extended(self):
15351
- """ """
15352
- ...
15353
-
14534
+ def is_extended(self): ...
15354
14535
  def is_property_hidden(self) -> bool:
15355
14536
  """Check if a property is hidden.
15356
14537
 
@@ -15493,28 +14674,13 @@ class IMAGE_PT_paint_select(
15493
14674
  bl_ui.properties_paint_common.BrushSelectPanel,
15494
14675
  bl_ui.properties_paint_common.UnifiedPaintPanel,
15495
14676
  ):
15496
- """ """
15497
-
15498
14677
  bl_category: typing.Any
15499
- """ """
15500
-
15501
14678
  bl_context: typing.Any
15502
- """ """
15503
-
15504
14679
  bl_label: typing.Any
15505
- """ """
15506
-
15507
14680
  bl_region_type: typing.Any
15508
- """ """
15509
-
15510
14681
  bl_rna: typing.Any
15511
- """ """
15512
-
15513
14682
  bl_space_type: typing.Any
15514
- """ """
15515
-
15516
14683
  id_data: typing.Any
15517
- """ """
15518
14684
 
15519
14685
  def append(self, draw_func):
15520
14686
  """Append a draw function to this menu,
@@ -15607,10 +14773,7 @@ class IMAGE_PT_paint_select(
15607
14773
  """
15608
14774
  ...
15609
14775
 
15610
- def is_extended(self):
15611
- """ """
15612
- ...
15613
-
14776
+ def is_extended(self): ...
15614
14777
  def is_property_hidden(self) -> bool:
15615
14778
  """Check if a property is hidden.
15616
14779
 
@@ -15806,28 +14969,13 @@ class IMAGE_PT_paint_select(
15806
14969
  ...
15807
14970
 
15808
14971
  class IMAGE_PT_paint_settings(bpy_types._GenericUI, bpy_types.Panel, ImagePaintPanel):
15809
- """ """
15810
-
15811
14972
  bl_category: typing.Any
15812
- """ """
15813
-
15814
14973
  bl_context: typing.Any
15815
- """ """
15816
-
15817
14974
  bl_label: typing.Any
15818
- """ """
15819
-
15820
14975
  bl_region_type: typing.Any
15821
- """ """
15822
-
15823
14976
  bl_rna: typing.Any
15824
- """ """
15825
-
15826
14977
  bl_space_type: typing.Any
15827
- """ """
15828
-
15829
14978
  id_data: typing.Any
15830
- """ """
15831
14979
 
15832
14980
  def append(self, draw_func):
15833
14981
  """Append a draw function to this menu,
@@ -15912,10 +15060,7 @@ class IMAGE_PT_paint_settings(bpy_types._GenericUI, bpy_types.Panel, ImagePaintP
15912
15060
  """
15913
15061
  ...
15914
15062
 
15915
- def is_extended(self):
15916
- """ """
15917
- ...
15918
-
15063
+ def is_extended(self): ...
15919
15064
  def is_property_hidden(self) -> bool:
15920
15065
  """Check if a property is hidden.
15921
15066
 
@@ -16046,34 +15191,15 @@ class IMAGE_PT_paint_settings(bpy_types._GenericUI, bpy_types.Panel, ImagePaintP
16046
15191
  class IMAGE_PT_paint_settings_advanced(
16047
15192
  bpy_types._GenericUI, bpy_types.Panel, ImagePaintPanel
16048
15193
  ):
16049
- """ """
16050
-
16051
15194
  bl_category: typing.Any
16052
- """ """
16053
-
16054
15195
  bl_context: typing.Any
16055
- """ """
16056
-
16057
15196
  bl_label: typing.Any
16058
- """ """
16059
-
16060
15197
  bl_parent_id: typing.Any
16061
- """ """
16062
-
16063
15198
  bl_region_type: typing.Any
16064
- """ """
16065
-
16066
15199
  bl_rna: typing.Any
16067
- """ """
16068
-
16069
15200
  bl_space_type: typing.Any
16070
- """ """
16071
-
16072
15201
  bl_ui_units_x: typing.Any
16073
- """ """
16074
-
16075
15202
  id_data: typing.Any
16076
- """ """
16077
15203
 
16078
15204
  def append(self, draw_func):
16079
15205
  """Append a draw function to this menu,
@@ -16158,10 +15284,7 @@ class IMAGE_PT_paint_settings_advanced(
16158
15284
  """
16159
15285
  ...
16160
15286
 
16161
- def is_extended(self):
16162
- """ """
16163
- ...
16164
-
15287
+ def is_extended(self): ...
16165
15288
  def is_property_hidden(self) -> bool:
16166
15289
  """Check if a property is hidden.
16167
15290
 
@@ -16297,34 +15420,15 @@ class IMAGE_PT_paint_swatches(
16297
15420
  bl_ui.properties_paint_common.ColorPalettePanel,
16298
15421
  bl_ui.properties_paint_common.UnifiedPaintPanel,
16299
15422
  ):
16300
- """ """
16301
-
16302
15423
  bl_category: typing.Any
16303
- """ """
16304
-
16305
15424
  bl_context: typing.Any
16306
- """ """
16307
-
16308
15425
  bl_label: typing.Any
16309
- """ """
16310
-
16311
15426
  bl_options: typing.Any
16312
- """ """
16313
-
16314
15427
  bl_parent_id: typing.Any
16315
- """ """
16316
-
16317
15428
  bl_region_type: typing.Any
16318
- """ """
16319
-
16320
15429
  bl_rna: typing.Any
16321
- """ """
16322
-
16323
15430
  bl_space_type: typing.Any
16324
- """ """
16325
-
16326
15431
  id_data: typing.Any
16327
- """ """
16328
15432
 
16329
15433
  def append(self, draw_func):
16330
15434
  """Append a draw function to this menu,
@@ -16417,10 +15521,7 @@ class IMAGE_PT_paint_swatches(
16417
15521
  """
16418
15522
  ...
16419
15523
 
16420
- def is_extended(self):
16421
- """ """
16422
- ...
16423
-
15524
+ def is_extended(self): ...
16424
15525
  def is_property_hidden(self) -> bool:
16425
15526
  """Check if a property is hidden.
16426
15527
 
@@ -16616,31 +15717,14 @@ class IMAGE_PT_paint_swatches(
16616
15717
  ...
16617
15718
 
16618
15719
  class IMAGE_PT_uv_sculpt_curve(bpy_types._GenericUI, bpy_types.Panel, ImagePaintPanel):
16619
- """ """
16620
-
16621
15720
  bl_category: typing.Any
16622
- """ """
16623
-
16624
15721
  bl_context: typing.Any
16625
- """ """
16626
-
16627
15722
  bl_label: typing.Any
16628
- """ """
16629
-
16630
15723
  bl_options: typing.Any
16631
- """ """
16632
-
16633
15724
  bl_region_type: typing.Any
16634
- """ """
16635
-
16636
15725
  bl_rna: typing.Any
16637
- """ """
16638
-
16639
15726
  bl_space_type: typing.Any
16640
- """ """
16641
-
16642
15727
  id_data: typing.Any
16643
- """ """
16644
15728
 
16645
15729
  def append(self, draw_func):
16646
15730
  """Append a draw function to this menu,
@@ -16725,10 +15809,7 @@ class IMAGE_PT_uv_sculpt_curve(bpy_types._GenericUI, bpy_types.Panel, ImagePaint
16725
15809
  """
16726
15810
  ...
16727
15811
 
16728
- def is_extended(self):
16729
- """ """
16730
- ...
16731
-
15812
+ def is_extended(self): ...
16732
15813
  def is_property_hidden(self) -> bool:
16733
15814
  """Check if a property is hidden.
16734
15815
 
@@ -16859,28 +15940,13 @@ class IMAGE_PT_uv_sculpt_curve(bpy_types._GenericUI, bpy_types.Panel, ImagePaint
16859
15940
  class IMAGE_PT_uv_sculpt_options(
16860
15941
  bpy_types._GenericUI, bpy_types.Panel, ImagePaintPanel
16861
15942
  ):
16862
- """ """
16863
-
16864
15943
  bl_category: typing.Any
16865
- """ """
16866
-
16867
15944
  bl_context: typing.Any
16868
- """ """
16869
-
16870
15945
  bl_label: typing.Any
16871
- """ """
16872
-
16873
15946
  bl_region_type: typing.Any
16874
- """ """
16875
-
16876
15947
  bl_rna: typing.Any
16877
- """ """
16878
-
16879
15948
  bl_space_type: typing.Any
16880
- """ """
16881
-
16882
15949
  id_data: typing.Any
16883
- """ """
16884
15950
 
16885
15951
  def append(self, draw_func):
16886
15952
  """Append a draw function to this menu,
@@ -16965,10 +16031,7 @@ class IMAGE_PT_uv_sculpt_options(
16965
16031
  """
16966
16032
  ...
16967
16033
 
16968
- def is_extended(self):
16969
- """ """
16970
- ...
16971
-
16034
+ def is_extended(self): ...
16972
16035
  def is_property_hidden(self) -> bool:
16973
16036
  """Check if a property is hidden.
16974
16037
 
@@ -17097,25 +16160,12 @@ class IMAGE_PT_uv_sculpt_options(
17097
16160
  ...
17098
16161
 
17099
16162
  class IMAGE_PT_sample_line(bpy_types.Panel, ImageScopesPanel, bpy_types._GenericUI):
17100
- """ """
17101
-
17102
16163
  bl_category: typing.Any
17103
- """ """
17104
-
17105
16164
  bl_label: typing.Any
17106
- """ """
17107
-
17108
16165
  bl_region_type: typing.Any
17109
- """ """
17110
-
17111
16166
  bl_rna: typing.Any
17112
- """ """
17113
-
17114
16167
  bl_space_type: typing.Any
17115
- """ """
17116
-
17117
16168
  id_data: typing.Any
17118
- """ """
17119
16169
 
17120
16170
  def append(self, draw_func):
17121
16171
  """Append a draw function to this menu,
@@ -17200,10 +16250,7 @@ class IMAGE_PT_sample_line(bpy_types.Panel, ImageScopesPanel, bpy_types._Generic
17200
16250
  """
17201
16251
  ...
17202
16252
 
17203
- def is_extended(self):
17204
- """ """
17205
- ...
17206
-
16253
+ def is_extended(self): ...
17207
16254
  def is_property_hidden(self) -> bool:
17208
16255
  """Check if a property is hidden.
17209
16256
 
@@ -17339,28 +16386,13 @@ class IMAGE_PT_sample_line(bpy_types.Panel, ImageScopesPanel, bpy_types._Generic
17339
16386
  ...
17340
16387
 
17341
16388
  class IMAGE_PT_scope_sample(bpy_types.Panel, ImageScopesPanel, bpy_types._GenericUI):
17342
- """ """
17343
-
17344
16389
  bl_category: typing.Any
17345
- """ """
17346
-
17347
16390
  bl_label: typing.Any
17348
- """ """
17349
-
17350
16391
  bl_options: typing.Any
17351
- """ """
17352
-
17353
16392
  bl_region_type: typing.Any
17354
- """ """
17355
-
17356
16393
  bl_rna: typing.Any
17357
- """ """
17358
-
17359
16394
  bl_space_type: typing.Any
17360
- """ """
17361
-
17362
16395
  id_data: typing.Any
17363
- """ """
17364
16396
 
17365
16397
  def append(self, draw_func):
17366
16398
  """Append a draw function to this menu,
@@ -17445,10 +16477,7 @@ class IMAGE_PT_scope_sample(bpy_types.Panel, ImageScopesPanel, bpy_types._Generi
17445
16477
  """
17446
16478
  ...
17447
16479
 
17448
- def is_extended(self):
17449
- """ """
17450
- ...
17451
-
16480
+ def is_extended(self): ...
17452
16481
  def is_property_hidden(self) -> bool:
17453
16482
  """Check if a property is hidden.
17454
16483
 
@@ -17584,25 +16613,12 @@ class IMAGE_PT_scope_sample(bpy_types.Panel, ImageScopesPanel, bpy_types._Generi
17584
16613
  ...
17585
16614
 
17586
16615
  class IMAGE_PT_view_histogram(bpy_types.Panel, ImageScopesPanel, bpy_types._GenericUI):
17587
- """ """
17588
-
17589
16616
  bl_category: typing.Any
17590
- """ """
17591
-
17592
16617
  bl_label: typing.Any
17593
- """ """
17594
-
17595
16618
  bl_region_type: typing.Any
17596
- """ """
17597
-
17598
16619
  bl_rna: typing.Any
17599
- """ """
17600
-
17601
16620
  bl_space_type: typing.Any
17602
- """ """
17603
-
17604
16621
  id_data: typing.Any
17605
- """ """
17606
16622
 
17607
16623
  def append(self, draw_func):
17608
16624
  """Append a draw function to this menu,
@@ -17687,10 +16703,7 @@ class IMAGE_PT_view_histogram(bpy_types.Panel, ImageScopesPanel, bpy_types._Gene
17687
16703
  """
17688
16704
  ...
17689
16705
 
17690
- def is_extended(self):
17691
- """ """
17692
- ...
17693
-
16706
+ def is_extended(self): ...
17694
16707
  def is_property_hidden(self) -> bool:
17695
16708
  """Check if a property is hidden.
17696
16709
 
@@ -17828,25 +16841,12 @@ class IMAGE_PT_view_histogram(bpy_types.Panel, ImageScopesPanel, bpy_types._Gene
17828
16841
  class IMAGE_PT_view_vectorscope(
17829
16842
  bpy_types.Panel, ImageScopesPanel, bpy_types._GenericUI
17830
16843
  ):
17831
- """ """
17832
-
17833
16844
  bl_category: typing.Any
17834
- """ """
17835
-
17836
16845
  bl_label: typing.Any
17837
- """ """
17838
-
17839
16846
  bl_region_type: typing.Any
17840
- """ """
17841
-
17842
16847
  bl_rna: typing.Any
17843
- """ """
17844
-
17845
16848
  bl_space_type: typing.Any
17846
- """ """
17847
-
17848
16849
  id_data: typing.Any
17849
- """ """
17850
16850
 
17851
16851
  def append(self, draw_func):
17852
16852
  """Append a draw function to this menu,
@@ -17931,10 +16931,7 @@ class IMAGE_PT_view_vectorscope(
17931
16931
  """
17932
16932
  ...
17933
16933
 
17934
- def is_extended(self):
17935
- """ """
17936
- ...
17937
-
16934
+ def is_extended(self): ...
17938
16935
  def is_property_hidden(self) -> bool:
17939
16936
  """Check if a property is hidden.
17940
16937
 
@@ -18070,25 +17067,12 @@ class IMAGE_PT_view_vectorscope(
18070
17067
  ...
18071
17068
 
18072
17069
  class IMAGE_PT_view_waveform(bpy_types.Panel, ImageScopesPanel, bpy_types._GenericUI):
18073
- """ """
18074
-
18075
17070
  bl_category: typing.Any
18076
- """ """
18077
-
18078
17071
  bl_label: typing.Any
18079
- """ """
18080
-
18081
17072
  bl_region_type: typing.Any
18082
- """ """
18083
-
18084
17073
  bl_rna: typing.Any
18085
- """ """
18086
-
18087
17074
  bl_space_type: typing.Any
18088
- """ """
18089
-
18090
17075
  id_data: typing.Any
18091
- """ """
18092
17076
 
18093
17077
  def append(self, draw_func):
18094
17078
  """Append a draw function to this menu,
@@ -18173,10 +17157,7 @@ class IMAGE_PT_view_waveform(bpy_types.Panel, ImageScopesPanel, bpy_types._Gener
18173
17157
  """
18174
17158
  ...
18175
17159
 
18176
- def is_extended(self):
18177
- """ """
18178
- ...
18179
-
17160
+ def is_extended(self): ...
18180
17161
  def is_property_hidden(self) -> bool:
18181
17162
  """Check if a property is hidden.
18182
17163