fake-bpy-module 20240915__py3-none-any.whl → 20240916__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 (325) hide show
  1. _bpy_internal/__init__.pyi +2 -2
  2. _bpy_internal/addons/__init__.pyi +2 -2
  3. _bpy_internal/addons/cli/__init__.pyi +2 -2
  4. _bpy_internal/extensions/__init__.pyi +2 -2
  5. _bpy_internal/extensions/junction_module/__init__.pyi +2 -8
  6. _bpy_internal/extensions/stale_file_manager/__init__.pyi +2 -6
  7. _bpy_internal/extensions/wheel_manager/__init__.pyi +2 -6
  8. _bpy_internal/freedesktop/__init__.pyi +2 -2
  9. _bpy_internal/grease_pencil/__init__.pyi +2 -2
  10. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -16
  11. _bpy_internal/system_info/__init__.pyi +2 -2
  12. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -2
  13. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -2
  14. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  15. addon_utils/__init__.pyi +2 -12
  16. animsys_refactor/__init__.pyi +2 -3
  17. aud/__init__.pyi +2 -71
  18. bgl/__init__.pyi +2 -526
  19. bl_app_override/__init__.pyi +2 -2
  20. bl_app_override/helpers/__init__.pyi +2 -2
  21. bl_app_template_utils/__init__.pyi +2 -4
  22. bl_console_utils/__init__.pyi +2 -2
  23. bl_console_utils/autocomplete/__init__.pyi +2 -2
  24. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -12
  25. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -8
  26. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -12
  27. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -6
  28. bl_i18n_utils/__init__.pyi +2 -2
  29. bl_i18n_utils/bl_extract_messages/__init__.pyi +2 -6
  30. bl_i18n_utils/merge_po/__init__.pyi +2 -2
  31. bl_i18n_utils/settings/__init__.pyi +2 -6
  32. bl_i18n_utils/utils/__init__.pyi +2 -45
  33. bl_i18n_utils/utils_cli/__init__.pyi +2 -2
  34. bl_i18n_utils/utils_languages_menu/__init__.pyi +2 -2
  35. bl_i18n_utils/utils_rtl/__init__.pyi +2 -6
  36. bl_keymap_utils/__init__.pyi +2 -2
  37. bl_keymap_utils/io/__init__.pyi +2 -4
  38. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -4
  39. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -2
  40. bl_keymap_utils/platform_helpers/__init__.pyi +2 -4
  41. bl_keymap_utils/versioning/__init__.pyi +2 -2
  42. bl_math/__init__.pyi +2 -8
  43. bl_operators/__init__.pyi +2 -2
  44. bl_operators/add_mesh_torus/__init__.pyi +2 -8
  45. bl_operators/anim/__init__.pyi +2 -48
  46. bl_operators/assets/__init__.pyi +2 -17
  47. bl_operators/bmesh/__init__.pyi +2 -2
  48. bl_operators/bmesh/find_adjacent/__init__.pyi +2 -6
  49. bl_operators/bone_selection_sets/__init__.pyi +2 -46
  50. bl_operators/clip/__init__.pyi +2 -43
  51. bl_operators/connect_to_output/__init__.pyi +2 -18
  52. bl_operators/console/__init__.pyi +2 -22
  53. bl_operators/constraint/__init__.pyi +2 -18
  54. bl_operators/file/__init__.pyi +2 -14
  55. bl_operators/freestyle/__init__.pyi +2 -19
  56. bl_operators/geometry_nodes/__init__.pyi +2 -21
  57. bl_operators/image/__init__.pyi +2 -19
  58. bl_operators/image_as_planes/__init__.pyi +2 -43
  59. bl_operators/mesh/__init__.pyi +2 -15
  60. bl_operators/node/__init__.pyi +2 -41
  61. bl_operators/node_editor/__init__.pyi +2 -2
  62. bl_operators/node_editor/node_functions/__init__.pyi +2 -3
  63. bl_operators/object/__init__.pyi +2 -63
  64. bl_operators/object_align/__init__.pyi +2 -6
  65. bl_operators/object_quick_effects/__init__.pyi +2 -18
  66. bl_operators/object_randomize_transform/__init__.pyi +2 -6
  67. bl_operators/presets/__init__.pyi +2 -70
  68. bl_operators/rigidbody/__init__.pyi +2 -15
  69. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -5
  70. bl_operators/sequencer/__init__.pyi +2 -36
  71. bl_operators/spreadsheet/__init__.pyi +2 -8
  72. bl_operators/userpref/__init__.pyi +2 -93
  73. bl_operators/uvcalc_follow_active/__init__.pyi +2 -7
  74. bl_operators/uvcalc_lightmap/__init__.pyi +2 -11
  75. bl_operators/uvcalc_transform/__init__.pyi +2 -19
  76. bl_operators/vertexpaint_dirt/__init__.pyi +2 -6
  77. bl_operators/view3d/__init__.pyi +2 -37
  78. bl_operators/wm/__init__.pyi +2 -168
  79. bl_operators/world/__init__.pyi +2 -6
  80. bl_previews_utils/__init__.pyi +2 -2
  81. bl_previews_utils/bl_previews_render/__init__.pyi +2 -2
  82. bl_rna_utils/__init__.pyi +2 -2
  83. bl_rna_utils/data_path/__init__.pyi +2 -6
  84. bl_text_utils/__init__.pyi +2 -2
  85. bl_text_utils/external_editor/__init__.pyi +2 -2
  86. bl_ui/__init__.pyi +2 -11
  87. bl_ui/anim/__init__.pyi +2 -5
  88. bl_ui/asset_shelf/__init__.pyi +2 -6
  89. bl_ui/generic_ui_list/__init__.pyi +2 -16
  90. bl_ui/node_add_menu/__init__.pyi +2 -11
  91. bl_ui/node_add_menu_compositor/__init__.pyi +2 -53
  92. bl_ui/node_add_menu_geometry/__init__.pyi +2 -152
  93. bl_ui/node_add_menu_shader/__init__.pyi +2 -31
  94. bl_ui/node_add_menu_texture/__init__.pyi +2 -29
  95. bl_ui/properties_animviz/__init__.pyi +2 -4
  96. bl_ui/properties_collection/__init__.pyi +2 -20
  97. bl_ui/properties_constraint/__init__.pyi +2 -288
  98. bl_ui/properties_data_armature/__init__.pyi +2 -60
  99. bl_ui/properties_data_bone/__init__.pyi +2 -42
  100. bl_ui/properties_data_camera/__init__.pyi +2 -51
  101. bl_ui/properties_data_curve/__init__.pyi +2 -58
  102. bl_ui/properties_data_curves/__init__.pyi +2 -24
  103. bl_ui/properties_data_empty/__init__.pyi +2 -10
  104. bl_ui/properties_data_gpencil/__init__.pyi +2 -57
  105. bl_ui/properties_data_grease_pencil/__init__.pyi +2 -49
  106. bl_ui/properties_data_lattice/__init__.pyi +2 -14
  107. bl_ui/properties_data_light/__init__.pyi +2 -50
  108. bl_ui/properties_data_lightprobe/__init__.pyi +2 -48
  109. bl_ui/properties_data_mesh/__init__.pyi +2 -69
  110. bl_ui/properties_data_metaball/__init__.pyi +2 -20
  111. bl_ui/properties_data_modifier/__init__.pyi +2 -36
  112. bl_ui/properties_data_pointcloud/__init__.pyi +2 -19
  113. bl_ui/properties_data_shaderfx/__init__.pyi +2 -5
  114. bl_ui/properties_data_speaker/__init__.pyi +2 -19
  115. bl_ui/properties_data_volume/__init__.pyi +2 -29
  116. bl_ui/properties_freestyle/__init__.pyi +2 -98
  117. bl_ui/properties_grease_pencil_common/__init__.pyi +2 -74
  118. bl_ui/properties_mask_common/__init__.pyi +2 -37
  119. bl_ui/properties_material/__init__.pyi +2 -59
  120. bl_ui/properties_material_gpencil/__init__.pyi +2 -36
  121. bl_ui/properties_object/__init__.pyi +2 -52
  122. bl_ui/properties_output/__init__.pyi +2 -65
  123. bl_ui/properties_paint_common/__init__.pyi +2 -41
  124. bl_ui/properties_particle/__init__.pyi +2 -205
  125. bl_ui/properties_physics_cloth/__init__.pyi +2 -49
  126. bl_ui/properties_physics_common/__init__.pyi +2 -6
  127. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2 -103
  128. bl_ui/properties_physics_field/__init__.pyi +2 -44
  129. bl_ui/properties_physics_fluid/__init__.pyi +2 -134
  130. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -7
  131. bl_ui/properties_physics_rigidbody/__init__.pyi +2 -35
  132. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2 -57
  133. bl_ui/properties_physics_softbody/__init__.pyi +2 -52
  134. bl_ui/properties_render/__init__.pyi +2 -220
  135. bl_ui/properties_scene/__init__.pyi +2 -55
  136. bl_ui/properties_texture/__init__.pyi +2 -93
  137. bl_ui/properties_view_layer/__init__.pyi +2 -47
  138. bl_ui/properties_workspace/__init__.pyi +2 -15
  139. bl_ui/properties_world/__init__.pyi +2 -42
  140. bl_ui/space_clip/__init__.pyi +2 -224
  141. bl_ui/space_console/__init__.pyi +2 -20
  142. bl_ui/space_dopesheet/__init__.pyi +2 -96
  143. bl_ui/space_filebrowser/__init__.pyi +2 -99
  144. bl_ui/space_graph/__init__.pyi +2 -62
  145. bl_ui/space_image/__init__.pyi +2 -211
  146. bl_ui/space_info/__init__.pyi +2 -20
  147. bl_ui/space_nla/__init__.pyi +2 -54
  148. bl_ui/space_node/__init__.pyi +2 -100
  149. bl_ui/space_outliner/__init__.pyi +2 -48
  150. bl_ui/space_properties/__init__.pyi +2 -14
  151. bl_ui/space_sequencer/__init__.pyi +2 -280
  152. bl_ui/space_spreadsheet/__init__.pyi +2 -11
  153. bl_ui/space_statusbar/__init__.pyi +2 -5
  154. bl_ui/space_text/__init__.pyi +2 -51
  155. bl_ui/space_time/__init__.pyi +2 -27
  156. bl_ui/space_toolsystem_common/__init__.pyi +2 -13
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +2 -36
  158. bl_ui/space_topbar/__init__.pyi +2 -86
  159. bl_ui/space_userpref/__init__.pyi +2 -313
  160. bl_ui/space_view3d/__init__.pyi +2 -881
  161. bl_ui/space_view3d_toolbar/__init__.pyi +2 -344
  162. bl_ui/utils/__init__.pyi +2 -5
  163. bl_ui_utils/__init__.pyi +2 -2
  164. bl_ui_utils/layout/__init__.pyi +2 -4
  165. blend_render_info/__init__.pyi +2 -4
  166. blf/__init__.pyi +2 -32
  167. bmesh/__init__.pyi +2 -8
  168. bmesh/geometry/__init__.pyi +2 -4
  169. bmesh/ops/__init__.pyi +2 -162
  170. bmesh/types/__init__.pyi +19 -133
  171. bmesh/utils/__init__.pyi +2 -28
  172. bpy/__init__.pyi +2 -2
  173. bpy/app/__init__.pyi +2 -6
  174. bpy/app/handlers/__init__.pyi +2 -2
  175. bpy/app/icons/__init__.pyi +2 -8
  176. bpy/app/timers/__init__.pyi +2 -8
  177. bpy/app/translations/__init__.pyi +2 -20
  178. bpy/msgbus/__init__.pyi +2 -8
  179. bpy/ops/__init__.pyi +2 -2
  180. bpy/ops/action/__init__.pyi +15 -110
  181. bpy/ops/anim/__init__.pyi +2 -118
  182. bpy/ops/armature/__init__.pyi +2 -98
  183. bpy/ops/asset/__init__.pyi +2 -34
  184. bpy/ops/boid/__init__.pyi +5 -30
  185. bpy/ops/brush/__init__.pyi +5 -31
  186. bpy/ops/buttons/__init__.pyi +2 -14
  187. bpy/ops/cachefile/__init__.pyi +2 -12
  188. bpy/ops/camera/__init__.pyi +2 -6
  189. bpy/ops/clip/__init__.pyi +5 -188
  190. bpy/ops/cloth/__init__.pyi +2 -4
  191. bpy/ops/collection/__init__.pyi +2 -20
  192. bpy/ops/console/__init__.pyi +2 -44
  193. bpy/ops/constraint/__init__.pyi +2 -38
  194. bpy/ops/curve/__init__.pyi +7 -143
  195. bpy/ops/curves/__init__.pyi +11 -64
  196. bpy/ops/cycles/__init__.pyi +2 -8
  197. bpy/ops/dpaint/__init__.pyi +5 -14
  198. bpy/ops/ed/__init__.pyi +2 -26
  199. bpy/ops/export_anim/__init__.pyi +2 -4
  200. bpy/ops/export_scene/__init__.pyi +2 -6
  201. bpy/ops/extensions/__init__.pyi +2 -70
  202. bpy/ops/file/__init__.pyi +2 -82
  203. bpy/ops/fluid/__init__.pyi +2 -30
  204. bpy/ops/font/__init__.pyi +2 -48
  205. bpy/ops/geometry/__init__.pyi +21 -75
  206. bpy/ops/gizmogroup/__init__.pyi +2 -6
  207. bpy/ops/gpencil/__init__.pyi +2 -286
  208. bpy/ops/graph/__init__.pyi +19 -213
  209. bpy/ops/grease_pencil/__init__.pyi +9 -196
  210. bpy/ops/image/__init__.pyi +11 -111
  211. bpy/ops/import_anim/__init__.pyi +2 -4
  212. bpy/ops/import_curve/__init__.pyi +2 -4
  213. bpy/ops/import_scene/__init__.pyi +2 -6
  214. bpy/ops/info/__init__.pyi +2 -16
  215. bpy/ops/lattice/__init__.pyi +5 -20
  216. bpy/ops/marker/__init__.pyi +2 -24
  217. bpy/ops/mask/__init__.pyi +2 -80
  218. bpy/ops/material/__init__.pyi +2 -8
  219. bpy/ops/mball/__init__.pyi +2 -18
  220. bpy/ops/mesh/__init__.pyi +45 -467
  221. bpy/ops/nla/__init__.pyi +5 -92
  222. bpy/ops/node/__init__.pyi +5 -215
  223. bpy/ops/object/__init__.pyi +73 -870
  224. bpy/ops/outliner/__init__.pyi +7 -200
  225. bpy/ops/paint/__init__.pyi +9 -116
  226. bpy/ops/paintcurve/__init__.pyi +2 -18
  227. bpy/ops/palette/__init__.pyi +2 -16
  228. bpy/ops/particle/__init__.pyi +2 -74
  229. bpy/ops/pose/__init__.pyi +15 -180
  230. bpy/ops/poselib/__init__.pyi +2 -20
  231. bpy/ops/preferences/__init__.pyi +2 -72
  232. bpy/ops/ptcache/__init__.pyi +2 -16
  233. bpy/ops/render/__init__.pyi +2 -28
  234. bpy/ops/rigidbody/__init__.pyi +11 -56
  235. bpy/ops/scene/__init__.pyi +11 -131
  236. bpy/ops/screen/__init__.pyi +9 -142
  237. bpy/ops/script/__init__.pyi +2 -8
  238. bpy/ops/sculpt/__init__.pyi +2 -74
  239. bpy/ops/sculpt_curves/__init__.pyi +2 -10
  240. bpy/ops/sequencer/__init__.pyi +5 -194
  241. bpy/ops/sound/__init__.pyi +5 -21
  242. bpy/ops/spreadsheet/__init__.pyi +2 -10
  243. bpy/ops/surface/__init__.pyi +2 -14
  244. bpy/ops/text/__init__.pyi +2 -88
  245. bpy/ops/text_editor/__init__.pyi +2 -4
  246. bpy/ops/texture/__init__.pyi +2 -10
  247. bpy/ops/transform/__init__.pyi +75 -400
  248. bpy/ops/ui/__init__.pyi +2 -68
  249. bpy/ops/uilist/__init__.pyi +2 -8
  250. bpy/ops/uv/__init__.pyi +5 -102
  251. bpy/ops/view2d/__init__.pyi +2 -30
  252. bpy/ops/view3d/__init__.pyi +2 -136
  253. bpy/ops/wm/__init__.pyi +17 -259
  254. bpy/ops/workspace/__init__.pyi +2 -16
  255. bpy/ops/world/__init__.pyi +2 -6
  256. bpy/path/__init__.pyi +2 -28
  257. bpy/props/__init__.pyi +2 -24
  258. bpy/types/__init__.pyi +927 -31353
  259. bpy/typing/__init__.pyi +2490 -0
  260. bpy/utils/__init__.pyi +4 -74
  261. bpy/utils/previews/__init__.pyi +2 -10
  262. bpy/utils/units/__init__.pyi +2 -6
  263. bpy_extras/__init__.pyi +2 -2
  264. bpy_extras/anim_utils/__init__.pyi +2 -17
  265. bpy_extras/asset_utils/__init__.pyi +2 -5
  266. bpy_extras/bmesh_utils/__init__.pyi +2 -4
  267. bpy_extras/id_map_utils/__init__.pyi +2 -8
  268. bpy_extras/image_utils/__init__.pyi +2 -4
  269. bpy_extras/io_utils/__init__.pyi +2 -23
  270. bpy_extras/keyconfig_utils/__init__.pyi +2 -6
  271. bpy_extras/mesh_utils/__init__.pyi +2 -16
  272. bpy_extras/node_shader_utils/__init__.pyi +2 -23
  273. bpy_extras/node_utils/__init__.pyi +2 -6
  274. bpy_extras/object_utils/__init__.pyi +2 -15
  275. bpy_extras/view3d_utils/__init__.pyi +2 -10
  276. bpy_extras/wm_utils/__init__.pyi +2 -2
  277. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -10
  278. bpy_restrict_state/__init__.pyi +2 -2
  279. bpy_types/__init__.pyi +2 -5
  280. console_python/__init__.pyi +2 -4
  281. console_shell/__init__.pyi +2 -2
  282. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/METADATA +1 -1
  283. fake_bpy_module-20240916.dist-info/RECORD +365 -0
  284. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/WHEEL +1 -1
  285. freestyle/__init__.pyi +2 -2
  286. freestyle/chainingiterators/__init__.pyi +2 -25
  287. freestyle/functions/__init__.pyi +2 -109
  288. freestyle/predicates/__init__.pyi +2 -30
  289. freestyle/shaders/__init__.pyi +2 -77
  290. freestyle/types/__init__.pyi +2 -192
  291. freestyle/utils/ContextFunctions/__init__.pyi +2 -20
  292. freestyle/utils/__init__.pyi +4 -50
  293. gpu/__init__.pyi +2 -2
  294. gpu/capabilities/__init__.pyi +2 -40
  295. gpu/matrix/__init__.pyi +2 -36
  296. gpu/platform/__init__.pyi +2 -12
  297. gpu/select/__init__.pyi +2 -4
  298. gpu/shader/__init__.pyi +2 -8
  299. gpu/state/__init__.pyi +2 -42
  300. gpu/texture/__init__.pyi +2 -4
  301. gpu/types/__init__.pyi +2 -54
  302. gpu_extras/__init__.pyi +2 -2
  303. gpu_extras/batch/__init__.pyi +2 -4
  304. gpu_extras/presets/__init__.pyi +2 -6
  305. graphviz_export/__init__.pyi +2 -2
  306. idprop/__init__.pyi +2 -2
  307. idprop/types/__init__.pyi +2 -11
  308. imbuf/__init__.pyi +2 -8
  309. imbuf/types/__init__.pyi +2 -6
  310. keyingsets_builtins/__init__.pyi +2 -70
  311. keyingsets_utils/__init__.pyi +2 -2
  312. mathutils/__init__.pyi +38 -228
  313. mathutils/bvhtree/__init__.pyi +2 -10
  314. mathutils/geometry/__init__.pyi +2 -54
  315. mathutils/interpolate/__init__.pyi +2 -4
  316. mathutils/kdtree/__init__.pyi +2 -8
  317. mathutils/noise/__init__.pyi +2 -36
  318. nodeitems_builtins/__init__.pyi +2 -4
  319. nodeitems_utils/__init__.pyi +2 -4
  320. rna_info/__init__.pyi +2 -7
  321. rna_keymap_ui/__init__.pyi +2 -2
  322. rna_prop_ui/__init__.pyi +2 -6
  323. rna_xml/__init__.pyi +2 -2
  324. fake_bpy_module-20240915.dist-info/RECORD +0 -364
  325. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240916.dist-info}/top_level.txt +0 -0
@@ -7,8 +7,8 @@ import bl_ui.properties_paint_common
7
7
  import bl_ui.space_toolsystem_common
8
8
  import bpy.types
9
9
 
10
- GenericType1 = typing.TypeVar("GenericType1")
11
- GenericType2 = typing.TypeVar("GenericType2")
10
+ _GenericType1 = typing.TypeVar("_GenericType1")
11
+ _GenericType2 = typing.TypeVar("_GenericType2")
12
12
 
13
13
  class BrushButtonsPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
14
14
  bl_region_type: typing.Any
@@ -20,7 +20,6 @@ class BrushButtonsPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
20
20
 
21
21
  :param context:
22
22
  """
23
- ...
24
23
 
25
24
  class IMAGE_AST_brush_paint(ImageAssetShelf, bpy.types.AssetShelf):
26
25
  bl_activate_operator: typing.Any
@@ -37,7 +36,6 @@ class IMAGE_AST_brush_paint(ImageAssetShelf, bpy.types.AssetShelf):
37
36
  :return: The RNA type or default when not found.
38
37
  :rtype: bpy.types.Struct
39
38
  """
40
- ...
41
39
 
42
40
  def bl_rna_get_subclass_py(self) -> typing.Any:
43
41
  """
@@ -45,7 +43,6 @@ class IMAGE_AST_brush_paint(ImageAssetShelf, bpy.types.AssetShelf):
45
43
  :return: The class or default when not found.
46
44
  :rtype: typing.Any
47
45
  """
48
- ...
49
46
 
50
47
  @classmethod
51
48
  def poll(cls, context):
@@ -53,7 +50,6 @@ class IMAGE_AST_brush_paint(ImageAssetShelf, bpy.types.AssetShelf):
53
50
 
54
51
  :param context:
55
52
  """
56
- ...
57
53
 
58
54
  class IMAGE_HT_header(bpy.types.Header):
59
55
  bl_rna: typing.Any
@@ -66,7 +62,6 @@ class IMAGE_HT_header(bpy.types.Header):
66
62
  :return: The RNA type or default when not found.
67
63
  :rtype: bpy.types.Struct
68
64
  """
69
- ...
70
65
 
71
66
  def bl_rna_get_subclass_py(self) -> typing.Any:
72
67
  """
@@ -74,14 +69,12 @@ class IMAGE_HT_header(bpy.types.Header):
74
69
  :return: The class or default when not found.
75
70
  :rtype: typing.Any
76
71
  """
77
- ...
78
72
 
79
73
  def draw(self, context):
80
74
  """
81
75
 
82
76
  :param context:
83
77
  """
84
- ...
85
78
 
86
79
  @staticmethod
87
80
  def draw_xform_template(layout, context):
@@ -90,7 +83,6 @@ class IMAGE_HT_header(bpy.types.Header):
90
83
  :param layout:
91
84
  :param context:
92
85
  """
93
- ...
94
86
 
95
87
  class IMAGE_HT_tool_header(bpy.types.Header):
96
88
  bl_region_type: typing.Any
@@ -104,7 +96,6 @@ class IMAGE_HT_tool_header(bpy.types.Header):
104
96
  :return: The RNA type or default when not found.
105
97
  :rtype: bpy.types.Struct
106
98
  """
107
- ...
108
99
 
109
100
  def bl_rna_get_subclass_py(self) -> typing.Any:
110
101
  """
@@ -112,28 +103,24 @@ class IMAGE_HT_tool_header(bpy.types.Header):
112
103
  :return: The class or default when not found.
113
104
  :rtype: typing.Any
114
105
  """
115
- ...
116
106
 
117
107
  def draw(self, context):
118
108
  """
119
109
 
120
110
  :param context:
121
111
  """
122
- ...
123
112
 
124
113
  def draw_mode_settings(self, context):
125
114
  """
126
115
 
127
116
  :param context:
128
117
  """
129
- ...
130
118
 
131
119
  def draw_tool_settings(self, context):
132
120
  """
133
121
 
134
122
  :param context:
135
123
  """
136
- ...
137
124
 
138
125
  class IMAGE_MT_editor_menus(bpy.types.Menu):
139
126
  bl_idname: typing.Any
@@ -147,7 +134,6 @@ class IMAGE_MT_editor_menus(bpy.types.Menu):
147
134
  :return: The RNA type or default when not found.
148
135
  :rtype: bpy.types.Struct
149
136
  """
150
- ...
151
137
 
152
138
  def bl_rna_get_subclass_py(self) -> typing.Any:
153
139
  """
@@ -155,14 +141,12 @@ class IMAGE_MT_editor_menus(bpy.types.Menu):
155
141
  :return: The class or default when not found.
156
142
  :rtype: typing.Any
157
143
  """
158
- ...
159
144
 
160
145
  def draw(self, context):
161
146
  """
162
147
 
163
148
  :param context:
164
149
  """
165
- ...
166
150
 
167
151
  class IMAGE_MT_image(bpy.types.Menu):
168
152
  bl_label: typing.Any
@@ -175,7 +159,6 @@ class IMAGE_MT_image(bpy.types.Menu):
175
159
  :return: The RNA type or default when not found.
176
160
  :rtype: bpy.types.Struct
177
161
  """
178
- ...
179
162
 
180
163
  def bl_rna_get_subclass_py(self) -> typing.Any:
181
164
  """
@@ -183,14 +166,12 @@ class IMAGE_MT_image(bpy.types.Menu):
183
166
  :return: The class or default when not found.
184
167
  :rtype: typing.Any
185
168
  """
186
- ...
187
169
 
188
170
  def draw(self, context):
189
171
  """
190
172
 
191
173
  :param context:
192
174
  """
193
- ...
194
175
 
195
176
  class IMAGE_MT_image_invert(bpy.types.Menu):
196
177
  bl_label: typing.Any
@@ -203,7 +184,6 @@ class IMAGE_MT_image_invert(bpy.types.Menu):
203
184
  :return: The RNA type or default when not found.
204
185
  :rtype: bpy.types.Struct
205
186
  """
206
- ...
207
187
 
208
188
  def bl_rna_get_subclass_py(self) -> typing.Any:
209
189
  """
@@ -211,14 +191,12 @@ class IMAGE_MT_image_invert(bpy.types.Menu):
211
191
  :return: The class or default when not found.
212
192
  :rtype: typing.Any
213
193
  """
214
- ...
215
194
 
216
195
  def draw(self, _context):
217
196
  """
218
197
 
219
198
  :param _context:
220
199
  """
221
- ...
222
200
 
223
201
  class IMAGE_MT_image_transform(bpy.types.Menu):
224
202
  bl_label: typing.Any
@@ -231,7 +209,6 @@ class IMAGE_MT_image_transform(bpy.types.Menu):
231
209
  :return: The RNA type or default when not found.
232
210
  :rtype: bpy.types.Struct
233
211
  """
234
- ...
235
212
 
236
213
  def bl_rna_get_subclass_py(self) -> typing.Any:
237
214
  """
@@ -239,14 +216,12 @@ class IMAGE_MT_image_transform(bpy.types.Menu):
239
216
  :return: The class or default when not found.
240
217
  :rtype: typing.Any
241
218
  """
242
- ...
243
219
 
244
220
  def draw(self, _context):
245
221
  """
246
222
 
247
223
  :param _context:
248
224
  """
249
- ...
250
225
 
251
226
  class IMAGE_MT_mask_context_menu(bpy.types.Menu):
252
227
  bl_label: typing.Any
@@ -259,7 +234,6 @@ class IMAGE_MT_mask_context_menu(bpy.types.Menu):
259
234
  :return: The RNA type or default when not found.
260
235
  :rtype: bpy.types.Struct
261
236
  """
262
- ...
263
237
 
264
238
  def bl_rna_get_subclass_py(self) -> typing.Any:
265
239
  """
@@ -267,14 +241,12 @@ class IMAGE_MT_mask_context_menu(bpy.types.Menu):
267
241
  :return: The class or default when not found.
268
242
  :rtype: typing.Any
269
243
  """
270
- ...
271
244
 
272
245
  def draw(self, context):
273
246
  """
274
247
 
275
248
  :param context:
276
249
  """
277
- ...
278
250
 
279
251
  @classmethod
280
252
  def poll(cls, context):
@@ -282,7 +254,6 @@ class IMAGE_MT_mask_context_menu(bpy.types.Menu):
282
254
 
283
255
  :param context:
284
256
  """
285
- ...
286
257
 
287
258
  class IMAGE_MT_pivot_pie(bpy.types.Menu):
288
259
  bl_label: typing.Any
@@ -295,7 +266,6 @@ class IMAGE_MT_pivot_pie(bpy.types.Menu):
295
266
  :return: The RNA type or default when not found.
296
267
  :rtype: bpy.types.Struct
297
268
  """
298
- ...
299
269
 
300
270
  def bl_rna_get_subclass_py(self) -> typing.Any:
301
271
  """
@@ -303,14 +273,12 @@ class IMAGE_MT_pivot_pie(bpy.types.Menu):
303
273
  :return: The class or default when not found.
304
274
  :rtype: typing.Any
305
275
  """
306
- ...
307
276
 
308
277
  def draw(self, context):
309
278
  """
310
279
 
311
280
  :param context:
312
281
  """
313
- ...
314
282
 
315
283
  class IMAGE_MT_select(bpy.types.Menu):
316
284
  bl_label: typing.Any
@@ -323,7 +291,6 @@ class IMAGE_MT_select(bpy.types.Menu):
323
291
  :return: The RNA type or default when not found.
324
292
  :rtype: bpy.types.Struct
325
293
  """
326
- ...
327
294
 
328
295
  def bl_rna_get_subclass_py(self) -> typing.Any:
329
296
  """
@@ -331,14 +298,12 @@ class IMAGE_MT_select(bpy.types.Menu):
331
298
  :return: The class or default when not found.
332
299
  :rtype: typing.Any
333
300
  """
334
- ...
335
301
 
336
302
  def draw(self, _context):
337
303
  """
338
304
 
339
305
  :param _context:
340
306
  """
341
- ...
342
307
 
343
308
  class IMAGE_MT_select_linked(bpy.types.Menu):
344
309
  bl_label: typing.Any
@@ -351,7 +316,6 @@ class IMAGE_MT_select_linked(bpy.types.Menu):
351
316
  :return: The RNA type or default when not found.
352
317
  :rtype: bpy.types.Struct
353
318
  """
354
- ...
355
319
 
356
320
  def bl_rna_get_subclass_py(self) -> typing.Any:
357
321
  """
@@ -359,14 +323,12 @@ class IMAGE_MT_select_linked(bpy.types.Menu):
359
323
  :return: The class or default when not found.
360
324
  :rtype: typing.Any
361
325
  """
362
- ...
363
326
 
364
327
  def draw(self, _context):
365
328
  """
366
329
 
367
330
  :param _context:
368
331
  """
369
- ...
370
332
 
371
333
  class IMAGE_MT_uvs(bpy.types.Menu):
372
334
  bl_label: typing.Any
@@ -379,7 +341,6 @@ class IMAGE_MT_uvs(bpy.types.Menu):
379
341
  :return: The RNA type or default when not found.
380
342
  :rtype: bpy.types.Struct
381
343
  """
382
- ...
383
344
 
384
345
  def bl_rna_get_subclass_py(self) -> typing.Any:
385
346
  """
@@ -387,7 +348,6 @@ class IMAGE_MT_uvs(bpy.types.Menu):
387
348
  :return: The class or default when not found.
388
349
  :rtype: typing.Any
389
350
  """
390
- ...
391
351
 
392
352
  class IMAGE_MT_uvs_align(bpy.types.Menu):
393
353
  bl_label: typing.Any
@@ -400,7 +360,6 @@ class IMAGE_MT_uvs_align(bpy.types.Menu):
400
360
  :return: The RNA type or default when not found.
401
361
  :rtype: bpy.types.Struct
402
362
  """
403
- ...
404
363
 
405
364
  def bl_rna_get_subclass_py(self) -> typing.Any:
406
365
  """
@@ -408,14 +367,12 @@ class IMAGE_MT_uvs_align(bpy.types.Menu):
408
367
  :return: The class or default when not found.
409
368
  :rtype: typing.Any
410
369
  """
411
- ...
412
370
 
413
371
  def draw(self, _context):
414
372
  """
415
373
 
416
374
  :param _context:
417
375
  """
418
- ...
419
376
 
420
377
  class IMAGE_MT_uvs_context_menu(bpy.types.Menu):
421
378
  bl_label: typing.Any
@@ -428,7 +385,6 @@ class IMAGE_MT_uvs_context_menu(bpy.types.Menu):
428
385
  :return: The RNA type or default when not found.
429
386
  :rtype: bpy.types.Struct
430
387
  """
431
- ...
432
388
 
433
389
  def bl_rna_get_subclass_py(self) -> typing.Any:
434
390
  """
@@ -436,14 +392,12 @@ class IMAGE_MT_uvs_context_menu(bpy.types.Menu):
436
392
  :return: The class or default when not found.
437
393
  :rtype: typing.Any
438
394
  """
439
- ...
440
395
 
441
396
  def draw(self, context):
442
397
  """
443
398
 
444
399
  :param context:
445
400
  """
446
- ...
447
401
 
448
402
  class IMAGE_MT_uvs_merge(bpy.types.Menu):
449
403
  bl_label: typing.Any
@@ -456,7 +410,6 @@ class IMAGE_MT_uvs_merge(bpy.types.Menu):
456
410
  :return: The RNA type or default when not found.
457
411
  :rtype: bpy.types.Struct
458
412
  """
459
- ...
460
413
 
461
414
  def bl_rna_get_subclass_py(self) -> typing.Any:
462
415
  """
@@ -464,14 +417,12 @@ class IMAGE_MT_uvs_merge(bpy.types.Menu):
464
417
  :return: The class or default when not found.
465
418
  :rtype: typing.Any
466
419
  """
467
- ...
468
420
 
469
421
  def draw(self, _context):
470
422
  """
471
423
 
472
424
  :param _context:
473
425
  """
474
- ...
475
426
 
476
427
  class IMAGE_MT_uvs_mirror(bpy.types.Menu):
477
428
  bl_label: typing.Any
@@ -484,7 +435,6 @@ class IMAGE_MT_uvs_mirror(bpy.types.Menu):
484
435
  :return: The RNA type or default when not found.
485
436
  :rtype: bpy.types.Struct
486
437
  """
487
- ...
488
438
 
489
439
  def bl_rna_get_subclass_py(self) -> typing.Any:
490
440
  """
@@ -492,14 +442,12 @@ class IMAGE_MT_uvs_mirror(bpy.types.Menu):
492
442
  :return: The class or default when not found.
493
443
  :rtype: typing.Any
494
444
  """
495
- ...
496
445
 
497
446
  def draw(self, _context):
498
447
  """
499
448
 
500
449
  :param _context:
501
450
  """
502
- ...
503
451
 
504
452
  class IMAGE_MT_uvs_select_mode(bpy.types.Menu):
505
453
  bl_label: typing.Any
@@ -512,7 +460,6 @@ class IMAGE_MT_uvs_select_mode(bpy.types.Menu):
512
460
  :return: The RNA type or default when not found.
513
461
  :rtype: bpy.types.Struct
514
462
  """
515
- ...
516
463
 
517
464
  def bl_rna_get_subclass_py(self) -> typing.Any:
518
465
  """
@@ -520,14 +467,12 @@ class IMAGE_MT_uvs_select_mode(bpy.types.Menu):
520
467
  :return: The class or default when not found.
521
468
  :rtype: typing.Any
522
469
  """
523
- ...
524
470
 
525
471
  def draw(self, context):
526
472
  """
527
473
 
528
474
  :param context:
529
475
  """
530
- ...
531
476
 
532
477
  class IMAGE_MT_uvs_showhide(bpy.types.Menu):
533
478
  bl_label: typing.Any
@@ -540,7 +485,6 @@ class IMAGE_MT_uvs_showhide(bpy.types.Menu):
540
485
  :return: The RNA type or default when not found.
541
486
  :rtype: bpy.types.Struct
542
487
  """
543
- ...
544
488
 
545
489
  def bl_rna_get_subclass_py(self) -> typing.Any:
546
490
  """
@@ -548,14 +492,12 @@ class IMAGE_MT_uvs_showhide(bpy.types.Menu):
548
492
  :return: The class or default when not found.
549
493
  :rtype: typing.Any
550
494
  """
551
- ...
552
495
 
553
496
  def draw(self, _context):
554
497
  """
555
498
 
556
499
  :param _context:
557
500
  """
558
- ...
559
501
 
560
502
  class IMAGE_MT_uvs_snap(bpy.types.Menu):
561
503
  bl_label: typing.Any
@@ -568,7 +510,6 @@ class IMAGE_MT_uvs_snap(bpy.types.Menu):
568
510
  :return: The RNA type or default when not found.
569
511
  :rtype: bpy.types.Struct
570
512
  """
571
- ...
572
513
 
573
514
  def bl_rna_get_subclass_py(self) -> typing.Any:
574
515
  """
@@ -576,14 +517,12 @@ class IMAGE_MT_uvs_snap(bpy.types.Menu):
576
517
  :return: The class or default when not found.
577
518
  :rtype: typing.Any
578
519
  """
579
- ...
580
520
 
581
521
  def draw(self, _context):
582
522
  """
583
523
 
584
524
  :param _context:
585
525
  """
586
- ...
587
526
 
588
527
  class IMAGE_MT_uvs_snap_pie(bpy.types.Menu):
589
528
  bl_label: typing.Any
@@ -596,7 +535,6 @@ class IMAGE_MT_uvs_snap_pie(bpy.types.Menu):
596
535
  :return: The RNA type or default when not found.
597
536
  :rtype: bpy.types.Struct
598
537
  """
599
- ...
600
538
 
601
539
  def bl_rna_get_subclass_py(self) -> typing.Any:
602
540
  """
@@ -604,14 +542,12 @@ class IMAGE_MT_uvs_snap_pie(bpy.types.Menu):
604
542
  :return: The class or default when not found.
605
543
  :rtype: typing.Any
606
544
  """
607
- ...
608
545
 
609
546
  def draw(self, _context):
610
547
  """
611
548
 
612
549
  :param _context:
613
550
  """
614
- ...
615
551
 
616
552
  class IMAGE_MT_uvs_split(bpy.types.Menu):
617
553
  bl_label: typing.Any
@@ -624,7 +560,6 @@ class IMAGE_MT_uvs_split(bpy.types.Menu):
624
560
  :return: The RNA type or default when not found.
625
561
  :rtype: bpy.types.Struct
626
562
  """
627
- ...
628
563
 
629
564
  def bl_rna_get_subclass_py(self) -> typing.Any:
630
565
  """
@@ -632,14 +567,12 @@ class IMAGE_MT_uvs_split(bpy.types.Menu):
632
567
  :return: The class or default when not found.
633
568
  :rtype: typing.Any
634
569
  """
635
- ...
636
570
 
637
571
  def draw(self, _context):
638
572
  """
639
573
 
640
574
  :param _context:
641
575
  """
642
- ...
643
576
 
644
577
  class IMAGE_MT_uvs_transform(bpy.types.Menu):
645
578
  bl_label: typing.Any
@@ -652,7 +585,6 @@ class IMAGE_MT_uvs_transform(bpy.types.Menu):
652
585
  :return: The RNA type or default when not found.
653
586
  :rtype: bpy.types.Struct
654
587
  """
655
- ...
656
588
 
657
589
  def bl_rna_get_subclass_py(self) -> typing.Any:
658
590
  """
@@ -660,14 +592,12 @@ class IMAGE_MT_uvs_transform(bpy.types.Menu):
660
592
  :return: The class or default when not found.
661
593
  :rtype: typing.Any
662
594
  """
663
- ...
664
595
 
665
596
  def draw(self, _context):
666
597
  """
667
598
 
668
599
  :param _context:
669
600
  """
670
- ...
671
601
 
672
602
  class IMAGE_MT_uvs_unwrap(bpy.types.Menu):
673
603
  bl_label: typing.Any
@@ -680,7 +610,6 @@ class IMAGE_MT_uvs_unwrap(bpy.types.Menu):
680
610
  :return: The RNA type or default when not found.
681
611
  :rtype: bpy.types.Struct
682
612
  """
683
- ...
684
613
 
685
614
  def bl_rna_get_subclass_py(self) -> typing.Any:
686
615
  """
@@ -688,14 +617,12 @@ class IMAGE_MT_uvs_unwrap(bpy.types.Menu):
688
617
  :return: The class or default when not found.
689
618
  :rtype: typing.Any
690
619
  """
691
- ...
692
620
 
693
621
  def draw(self, _context):
694
622
  """
695
623
 
696
624
  :param _context:
697
625
  """
698
- ...
699
626
 
700
627
  class IMAGE_MT_view(bpy.types.Menu):
701
628
  bl_label: typing.Any
@@ -708,7 +635,6 @@ class IMAGE_MT_view(bpy.types.Menu):
708
635
  :return: The RNA type or default when not found.
709
636
  :rtype: bpy.types.Struct
710
637
  """
711
- ...
712
638
 
713
639
  def bl_rna_get_subclass_py(self) -> typing.Any:
714
640
  """
@@ -716,14 +642,12 @@ class IMAGE_MT_view(bpy.types.Menu):
716
642
  :return: The class or default when not found.
717
643
  :rtype: typing.Any
718
644
  """
719
- ...
720
645
 
721
646
  def draw(self, context):
722
647
  """
723
648
 
724
649
  :param context:
725
650
  """
726
- ...
727
651
 
728
652
  class IMAGE_MT_view_pie(bpy.types.Menu):
729
653
  bl_label: typing.Any
@@ -736,7 +660,6 @@ class IMAGE_MT_view_pie(bpy.types.Menu):
736
660
  :return: The RNA type or default when not found.
737
661
  :rtype: bpy.types.Struct
738
662
  """
739
- ...
740
663
 
741
664
  def bl_rna_get_subclass_py(self) -> typing.Any:
742
665
  """
@@ -744,14 +667,12 @@ class IMAGE_MT_view_pie(bpy.types.Menu):
744
667
  :return: The class or default when not found.
745
668
  :rtype: typing.Any
746
669
  """
747
- ...
748
670
 
749
671
  def draw(self, context):
750
672
  """
751
673
 
752
674
  :param context:
753
675
  """
754
- ...
755
676
 
756
677
  class IMAGE_MT_view_zoom(bpy.types.Menu):
757
678
  bl_label: typing.Any
@@ -764,7 +685,6 @@ class IMAGE_MT_view_zoom(bpy.types.Menu):
764
685
  :return: The RNA type or default when not found.
765
686
  :rtype: bpy.types.Struct
766
687
  """
767
- ...
768
688
 
769
689
  def bl_rna_get_subclass_py(self) -> typing.Any:
770
690
  """
@@ -772,14 +692,12 @@ class IMAGE_MT_view_zoom(bpy.types.Menu):
772
692
  :return: The class or default when not found.
773
693
  :rtype: typing.Any
774
694
  """
775
- ...
776
695
 
777
696
  def draw(self, context):
778
697
  """
779
698
 
780
699
  :param context:
781
700
  """
782
- ...
783
701
 
784
702
  class IMAGE_PT_active_mask_point(
785
703
  bl_ui.properties_mask_common.MASK_PT_point, bpy.types.Panel
@@ -797,7 +715,6 @@ class IMAGE_PT_active_mask_point(
797
715
  :return: The RNA type or default when not found.
798
716
  :rtype: bpy.types.Struct
799
717
  """
800
- ...
801
718
 
802
719
  def bl_rna_get_subclass_py(self) -> typing.Any:
803
720
  """
@@ -805,7 +722,6 @@ class IMAGE_PT_active_mask_point(
805
722
  :return: The class or default when not found.
806
723
  :rtype: typing.Any
807
724
  """
808
- ...
809
725
 
810
726
  class IMAGE_PT_active_mask_spline(
811
727
  bl_ui.properties_mask_common.MASK_PT_spline, bpy.types.Panel
@@ -823,7 +739,6 @@ class IMAGE_PT_active_mask_spline(
823
739
  :return: The RNA type or default when not found.
824
740
  :rtype: bpy.types.Struct
825
741
  """
826
- ...
827
742
 
828
743
  def bl_rna_get_subclass_py(self) -> typing.Any:
829
744
  """
@@ -831,7 +746,6 @@ class IMAGE_PT_active_mask_spline(
831
746
  :return: The class or default when not found.
832
747
  :rtype: typing.Any
833
748
  """
834
- ...
835
749
 
836
750
  class IMAGE_PT_active_tool(
837
751
  bpy.types.Panel, bl_ui.space_toolsystem_common.ToolActivePanelHelper
@@ -849,7 +763,6 @@ class IMAGE_PT_active_tool(
849
763
  :return: The RNA type or default when not found.
850
764
  :rtype: bpy.types.Struct
851
765
  """
852
- ...
853
766
 
854
767
  def bl_rna_get_subclass_py(self) -> typing.Any:
855
768
  """
@@ -857,7 +770,6 @@ class IMAGE_PT_active_tool(
857
770
  :return: The class or default when not found.
858
771
  :rtype: typing.Any
859
772
  """
860
- ...
861
773
 
862
774
  class IMAGE_PT_annotation(
863
775
  bl_ui.properties_grease_pencil_common.AnnotationDataPanel, bpy.types.Panel
@@ -876,7 +788,6 @@ class IMAGE_PT_annotation(
876
788
  :return: The RNA type or default when not found.
877
789
  :rtype: bpy.types.Struct
878
790
  """
879
- ...
880
791
 
881
792
  def bl_rna_get_subclass_py(self) -> typing.Any:
882
793
  """
@@ -884,7 +795,6 @@ class IMAGE_PT_annotation(
884
795
  :return: The class or default when not found.
885
796
  :rtype: typing.Any
886
797
  """
887
- ...
888
798
 
889
799
  class IMAGE_PT_gizmo_display(bpy.types.Panel):
890
800
  bl_label: typing.Any
@@ -900,7 +810,6 @@ class IMAGE_PT_gizmo_display(bpy.types.Panel):
900
810
  :return: The RNA type or default when not found.
901
811
  :rtype: bpy.types.Struct
902
812
  """
903
- ...
904
813
 
905
814
  def bl_rna_get_subclass_py(self) -> typing.Any:
906
815
  """
@@ -908,14 +817,12 @@ class IMAGE_PT_gizmo_display(bpy.types.Panel):
908
817
  :return: The class or default when not found.
909
818
  :rtype: typing.Any
910
819
  """
911
- ...
912
820
 
913
821
  def draw(self, context):
914
822
  """
915
823
 
916
824
  :param context:
917
825
  """
918
- ...
919
826
 
920
827
  class IMAGE_PT_image_properties(bpy.types.Panel):
921
828
  bl_category: typing.Any
@@ -931,7 +838,6 @@ class IMAGE_PT_image_properties(bpy.types.Panel):
931
838
  :return: The RNA type or default when not found.
932
839
  :rtype: bpy.types.Struct
933
840
  """
934
- ...
935
841
 
936
842
  def bl_rna_get_subclass_py(self) -> typing.Any:
937
843
  """
@@ -939,14 +845,12 @@ class IMAGE_PT_image_properties(bpy.types.Panel):
939
845
  :return: The class or default when not found.
940
846
  :rtype: typing.Any
941
847
  """
942
- ...
943
848
 
944
849
  def draw(self, context):
945
850
  """
946
851
 
947
852
  :param context:
948
853
  """
949
- ...
950
854
 
951
855
  @classmethod
952
856
  def poll(cls, context):
@@ -954,7 +858,6 @@ class IMAGE_PT_image_properties(bpy.types.Panel):
954
858
 
955
859
  :param context:
956
860
  """
957
- ...
958
861
 
959
862
  class IMAGE_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy.types.Panel):
960
863
  bl_category: typing.Any
@@ -971,7 +874,6 @@ class IMAGE_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy.types.Panel):
971
874
  :return: The RNA type or default when not found.
972
875
  :rtype: bpy.types.Struct
973
876
  """
974
- ...
975
877
 
976
878
  def bl_rna_get_subclass_py(self) -> typing.Any:
977
879
  """
@@ -979,7 +881,6 @@ class IMAGE_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy.types.Panel):
979
881
  :return: The class or default when not found.
980
882
  :rtype: typing.Any
981
883
  """
982
- ...
983
884
 
984
885
  class IMAGE_PT_mask_display(
985
886
  bl_ui.properties_mask_common.MASK_PT_display, bpy.types.Panel
@@ -996,7 +897,6 @@ class IMAGE_PT_mask_display(
996
897
  :return: The RNA type or default when not found.
997
898
  :rtype: bpy.types.Struct
998
899
  """
999
- ...
1000
900
 
1001
901
  def bl_rna_get_subclass_py(self) -> typing.Any:
1002
902
  """
@@ -1004,7 +904,6 @@ class IMAGE_PT_mask_display(
1004
904
  :return: The class or default when not found.
1005
905
  :rtype: typing.Any
1006
906
  """
1007
- ...
1008
907
 
1009
908
  class IMAGE_PT_mask_layers(
1010
909
  bl_ui.properties_mask_common.MASK_PT_layers, bpy.types.Panel
@@ -1022,7 +921,6 @@ class IMAGE_PT_mask_layers(
1022
921
  :return: The RNA type or default when not found.
1023
922
  :rtype: bpy.types.Struct
1024
923
  """
1025
- ...
1026
924
 
1027
925
  def bl_rna_get_subclass_py(self) -> typing.Any:
1028
926
  """
@@ -1030,7 +928,6 @@ class IMAGE_PT_mask_layers(
1030
928
  :return: The class or default when not found.
1031
929
  :rtype: typing.Any
1032
930
  """
1033
- ...
1034
931
 
1035
932
  class IMAGE_PT_overlay(bpy.types.Panel):
1036
933
  bl_label: typing.Any
@@ -1046,7 +943,6 @@ class IMAGE_PT_overlay(bpy.types.Panel):
1046
943
  :return: The RNA type or default when not found.
1047
944
  :rtype: bpy.types.Struct
1048
945
  """
1049
- ...
1050
946
 
1051
947
  def bl_rna_get_subclass_py(self) -> typing.Any:
1052
948
  """
@@ -1054,14 +950,12 @@ class IMAGE_PT_overlay(bpy.types.Panel):
1054
950
  :return: The class or default when not found.
1055
951
  :rtype: typing.Any
1056
952
  """
1057
- ...
1058
953
 
1059
954
  def draw(self, context):
1060
955
  """
1061
956
 
1062
957
  :param context:
1063
958
  """
1064
- ...
1065
959
 
1066
960
  class IMAGE_PT_overlay_guides(bpy.types.Panel):
1067
961
  bl_label: typing.Any
@@ -1077,7 +971,6 @@ class IMAGE_PT_overlay_guides(bpy.types.Panel):
1077
971
  :return: The RNA type or default when not found.
1078
972
  :rtype: bpy.types.Struct
1079
973
  """
1080
- ...
1081
974
 
1082
975
  def bl_rna_get_subclass_py(self) -> typing.Any:
1083
976
  """
@@ -1085,14 +978,12 @@ class IMAGE_PT_overlay_guides(bpy.types.Panel):
1085
978
  :return: The class or default when not found.
1086
979
  :rtype: typing.Any
1087
980
  """
1088
- ...
1089
981
 
1090
982
  def draw(self, context):
1091
983
  """
1092
984
 
1093
985
  :param context:
1094
986
  """
1095
- ...
1096
987
 
1097
988
  @classmethod
1098
989
  def poll(cls, context):
@@ -1100,7 +991,6 @@ class IMAGE_PT_overlay_guides(bpy.types.Panel):
1100
991
 
1101
992
  :param context:
1102
993
  """
1103
- ...
1104
994
 
1105
995
  class IMAGE_PT_overlay_image(bpy.types.Panel):
1106
996
  bl_label: typing.Any
@@ -1116,7 +1006,6 @@ class IMAGE_PT_overlay_image(bpy.types.Panel):
1116
1006
  :return: The RNA type or default when not found.
1117
1007
  :rtype: bpy.types.Struct
1118
1008
  """
1119
- ...
1120
1009
 
1121
1010
  def bl_rna_get_subclass_py(self) -> typing.Any:
1122
1011
  """
@@ -1124,14 +1013,12 @@ class IMAGE_PT_overlay_image(bpy.types.Panel):
1124
1013
  :return: The class or default when not found.
1125
1014
  :rtype: typing.Any
1126
1015
  """
1127
- ...
1128
1016
 
1129
1017
  def draw(self, context):
1130
1018
  """
1131
1019
 
1132
1020
  :param context:
1133
1021
  """
1134
- ...
1135
1022
 
1136
1023
  class IMAGE_PT_overlay_texture_paint(bpy.types.Panel):
1137
1024
  bl_label: typing.Any
@@ -1147,7 +1034,6 @@ class IMAGE_PT_overlay_texture_paint(bpy.types.Panel):
1147
1034
  :return: The RNA type or default when not found.
1148
1035
  :rtype: bpy.types.Struct
1149
1036
  """
1150
- ...
1151
1037
 
1152
1038
  def bl_rna_get_subclass_py(self) -> typing.Any:
1153
1039
  """
@@ -1155,14 +1041,12 @@ class IMAGE_PT_overlay_texture_paint(bpy.types.Panel):
1155
1041
  :return: The class or default when not found.
1156
1042
  :rtype: typing.Any
1157
1043
  """
1158
- ...
1159
1044
 
1160
1045
  def draw(self, context):
1161
1046
  """
1162
1047
 
1163
1048
  :param context:
1164
1049
  """
1165
- ...
1166
1050
 
1167
1051
  @classmethod
1168
1052
  def poll(cls, context):
@@ -1170,7 +1054,6 @@ class IMAGE_PT_overlay_texture_paint(bpy.types.Panel):
1170
1054
 
1171
1055
  :param context:
1172
1056
  """
1173
- ...
1174
1057
 
1175
1058
  class IMAGE_PT_overlay_uv_edit_geometry(bpy.types.Panel):
1176
1059
  bl_label: typing.Any
@@ -1186,7 +1069,6 @@ class IMAGE_PT_overlay_uv_edit_geometry(bpy.types.Panel):
1186
1069
  :return: The RNA type or default when not found.
1187
1070
  :rtype: bpy.types.Struct
1188
1071
  """
1189
- ...
1190
1072
 
1191
1073
  def bl_rna_get_subclass_py(self) -> typing.Any:
1192
1074
  """
@@ -1194,14 +1076,12 @@ class IMAGE_PT_overlay_uv_edit_geometry(bpy.types.Panel):
1194
1076
  :return: The class or default when not found.
1195
1077
  :rtype: typing.Any
1196
1078
  """
1197
- ...
1198
1079
 
1199
1080
  def draw(self, context):
1200
1081
  """
1201
1082
 
1202
1083
  :param context:
1203
1084
  """
1204
- ...
1205
1085
 
1206
1086
  @classmethod
1207
1087
  def poll(cls, context):
@@ -1209,7 +1089,6 @@ class IMAGE_PT_overlay_uv_edit_geometry(bpy.types.Panel):
1209
1089
 
1210
1090
  :param context:
1211
1091
  """
1212
- ...
1213
1092
 
1214
1093
  class IMAGE_PT_overlay_uv_stretch(bpy.types.Panel):
1215
1094
  bl_label: typing.Any
@@ -1225,7 +1104,6 @@ class IMAGE_PT_overlay_uv_stretch(bpy.types.Panel):
1225
1104
  :return: The RNA type or default when not found.
1226
1105
  :rtype: bpy.types.Struct
1227
1106
  """
1228
- ...
1229
1107
 
1230
1108
  def bl_rna_get_subclass_py(self) -> typing.Any:
1231
1109
  """
@@ -1233,14 +1111,12 @@ class IMAGE_PT_overlay_uv_stretch(bpy.types.Panel):
1233
1111
  :return: The class or default when not found.
1234
1112
  :rtype: typing.Any
1235
1113
  """
1236
- ...
1237
1114
 
1238
1115
  def draw(self, context):
1239
1116
  """
1240
1117
 
1241
1118
  :param context:
1242
1119
  """
1243
- ...
1244
1120
 
1245
1121
  @classmethod
1246
1122
  def poll(cls, context):
@@ -1248,7 +1124,6 @@ class IMAGE_PT_overlay_uv_stretch(bpy.types.Panel):
1248
1124
 
1249
1125
  :param context:
1250
1126
  """
1251
- ...
1252
1127
 
1253
1128
  class IMAGE_PT_paint_clone(
1254
1129
  ImagePaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.ClonePanel
@@ -1269,7 +1144,6 @@ class IMAGE_PT_paint_clone(
1269
1144
  :return: The RNA type or default when not found.
1270
1145
  :rtype: bpy.types.Struct
1271
1146
  """
1272
- ...
1273
1147
 
1274
1148
  def bl_rna_get_subclass_py(self) -> typing.Any:
1275
1149
  """
@@ -1277,7 +1151,6 @@ class IMAGE_PT_paint_clone(
1277
1151
  :return: The class or default when not found.
1278
1152
  :rtype: typing.Any
1279
1153
  """
1280
- ...
1281
1154
 
1282
1155
  class ImagePaintPanel:
1283
1156
  bl_region_type: typing.Any
@@ -1302,7 +1175,6 @@ class IMAGE_PT_paint_curve(
1302
1175
  :return: The RNA type or default when not found.
1303
1176
  :rtype: bpy.types.Struct
1304
1177
  """
1305
- ...
1306
1178
 
1307
1179
  def bl_rna_get_subclass_py(self) -> typing.Any:
1308
1180
  """
@@ -1310,7 +1182,6 @@ class IMAGE_PT_paint_curve(
1310
1182
  :return: The class or default when not found.
1311
1183
  :rtype: typing.Any
1312
1184
  """
1313
- ...
1314
1185
 
1315
1186
  class IMAGE_PT_paint_select(
1316
1187
  ImagePaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.BrushSelectPanel
@@ -1329,7 +1200,6 @@ class IMAGE_PT_paint_select(
1329
1200
  :return: The RNA type or default when not found.
1330
1201
  :rtype: bpy.types.Struct
1331
1202
  """
1332
- ...
1333
1203
 
1334
1204
  def bl_rna_get_subclass_py(self) -> typing.Any:
1335
1205
  """
@@ -1337,7 +1207,6 @@ class IMAGE_PT_paint_select(
1337
1207
  :return: The class or default when not found.
1338
1208
  :rtype: typing.Any
1339
1209
  """
1340
- ...
1341
1210
 
1342
1211
  class IMAGE_PT_paint_stroke(
1343
1212
  bpy.types.Panel, BrushButtonsPanel, bl_ui.properties_paint_common.StrokePanel
@@ -1359,7 +1228,6 @@ class IMAGE_PT_paint_stroke(
1359
1228
  :return: The RNA type or default when not found.
1360
1229
  :rtype: bpy.types.Struct
1361
1230
  """
1362
- ...
1363
1231
 
1364
1232
  def bl_rna_get_subclass_py(self) -> typing.Any:
1365
1233
  """
@@ -1367,7 +1235,6 @@ class IMAGE_PT_paint_stroke(
1367
1235
  :return: The class or default when not found.
1368
1236
  :rtype: typing.Any
1369
1237
  """
1370
- ...
1371
1238
 
1372
1239
  class IMAGE_PT_paint_stroke_smooth_stroke(
1373
1240
  BrushButtonsPanel, bpy.types.Panel, bl_ui.properties_paint_common.SmoothStrokePanel
@@ -1388,7 +1255,6 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
1388
1255
  :return: The RNA type or default when not found.
1389
1256
  :rtype: bpy.types.Struct
1390
1257
  """
1391
- ...
1392
1258
 
1393
1259
  def bl_rna_get_subclass_py(self) -> typing.Any:
1394
1260
  """
@@ -1396,7 +1262,6 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
1396
1262
  :return: The class or default when not found.
1397
1263
  :rtype: typing.Any
1398
1264
  """
1399
- ...
1400
1265
 
1401
1266
  class IMAGE_PT_paint_swatches(
1402
1267
  ImagePaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.ColorPalettePanel
@@ -1417,7 +1282,6 @@ class IMAGE_PT_paint_swatches(
1417
1282
  :return: The RNA type or default when not found.
1418
1283
  :rtype: bpy.types.Struct
1419
1284
  """
1420
- ...
1421
1285
 
1422
1286
  def bl_rna_get_subclass_py(self) -> typing.Any:
1423
1287
  """
@@ -1425,7 +1289,6 @@ class IMAGE_PT_paint_swatches(
1425
1289
  :return: The class or default when not found.
1426
1290
  :rtype: typing.Any
1427
1291
  """
1428
- ...
1429
1292
 
1430
1293
  class IMAGE_PT_proportional_edit(bpy.types.Panel):
1431
1294
  bl_label: typing.Any
@@ -1441,7 +1304,6 @@ class IMAGE_PT_proportional_edit(bpy.types.Panel):
1441
1304
  :return: The RNA type or default when not found.
1442
1305
  :rtype: bpy.types.Struct
1443
1306
  """
1444
- ...
1445
1307
 
1446
1308
  def bl_rna_get_subclass_py(self) -> typing.Any:
1447
1309
  """
@@ -1449,14 +1311,12 @@ class IMAGE_PT_proportional_edit(bpy.types.Panel):
1449
1311
  :return: The class or default when not found.
1450
1312
  :rtype: typing.Any
1451
1313
  """
1452
- ...
1453
1314
 
1454
1315
  def draw(self, context):
1455
1316
  """
1456
1317
 
1457
1318
  :param context:
1458
1319
  """
1459
- ...
1460
1320
 
1461
1321
  class IMAGE_PT_render_slots(bpy.types.Panel):
1462
1322
  bl_category: typing.Any
@@ -1472,7 +1332,6 @@ class IMAGE_PT_render_slots(bpy.types.Panel):
1472
1332
  :return: The RNA type or default when not found.
1473
1333
  :rtype: bpy.types.Struct
1474
1334
  """
1475
- ...
1476
1335
 
1477
1336
  def bl_rna_get_subclass_py(self) -> typing.Any:
1478
1337
  """
@@ -1480,14 +1339,12 @@ class IMAGE_PT_render_slots(bpy.types.Panel):
1480
1339
  :return: The class or default when not found.
1481
1340
  :rtype: typing.Any
1482
1341
  """
1483
- ...
1484
1342
 
1485
1343
  def draw(self, context):
1486
1344
  """
1487
1345
 
1488
1346
  :param context:
1489
1347
  """
1490
- ...
1491
1348
 
1492
1349
  @classmethod
1493
1350
  def poll(cls, context):
@@ -1495,7 +1352,6 @@ class IMAGE_PT_render_slots(bpy.types.Panel):
1495
1352
 
1496
1353
  :param context:
1497
1354
  """
1498
- ...
1499
1355
 
1500
1356
  class IMAGE_PT_sample_line(ImageScopesPanel, bpy.types.Panel):
1501
1357
  bl_category: typing.Any
@@ -1511,7 +1367,6 @@ class IMAGE_PT_sample_line(ImageScopesPanel, bpy.types.Panel):
1511
1367
  :return: The RNA type or default when not found.
1512
1368
  :rtype: bpy.types.Struct
1513
1369
  """
1514
- ...
1515
1370
 
1516
1371
  def bl_rna_get_subclass_py(self) -> typing.Any:
1517
1372
  """
@@ -1519,14 +1374,12 @@ class IMAGE_PT_sample_line(ImageScopesPanel, bpy.types.Panel):
1519
1374
  :return: The class or default when not found.
1520
1375
  :rtype: typing.Any
1521
1376
  """
1522
- ...
1523
1377
 
1524
1378
  def draw(self, context):
1525
1379
  """
1526
1380
 
1527
1381
  :param context:
1528
1382
  """
1529
- ...
1530
1383
 
1531
1384
  class IMAGE_PT_scope_sample(ImageScopesPanel, bpy.types.Panel):
1532
1385
  bl_category: typing.Any
@@ -1543,7 +1396,6 @@ class IMAGE_PT_scope_sample(ImageScopesPanel, bpy.types.Panel):
1543
1396
  :return: The RNA type or default when not found.
1544
1397
  :rtype: bpy.types.Struct
1545
1398
  """
1546
- ...
1547
1399
 
1548
1400
  def bl_rna_get_subclass_py(self) -> typing.Any:
1549
1401
  """
@@ -1551,14 +1403,12 @@ class IMAGE_PT_scope_sample(ImageScopesPanel, bpy.types.Panel):
1551
1403
  :return: The class or default when not found.
1552
1404
  :rtype: typing.Any
1553
1405
  """
1554
- ...
1555
1406
 
1556
1407
  def draw(self, context):
1557
1408
  """
1558
1409
 
1559
1410
  :param context:
1560
1411
  """
1561
- ...
1562
1412
 
1563
1413
  class IMAGE_PT_snapping(bpy.types.Panel):
1564
1414
  bl_label: typing.Any
@@ -1573,7 +1423,6 @@ class IMAGE_PT_snapping(bpy.types.Panel):
1573
1423
  :return: The RNA type or default when not found.
1574
1424
  :rtype: bpy.types.Struct
1575
1425
  """
1576
- ...
1577
1426
 
1578
1427
  def bl_rna_get_subclass_py(self) -> typing.Any:
1579
1428
  """
@@ -1581,14 +1430,12 @@ class IMAGE_PT_snapping(bpy.types.Panel):
1581
1430
  :return: The class or default when not found.
1582
1431
  :rtype: typing.Any
1583
1432
  """
1584
- ...
1585
1433
 
1586
1434
  def draw(self, context):
1587
1435
  """
1588
1436
 
1589
1437
  :param context:
1590
1438
  """
1591
- ...
1592
1439
 
1593
1440
  class IMAGE_PT_tools_brush_display(
1594
1441
  BrushButtonsPanel, bpy.types.Panel, bl_ui.properties_paint_common.DisplayPanel
@@ -1610,7 +1457,6 @@ class IMAGE_PT_tools_brush_display(
1610
1457
  :return: The RNA type or default when not found.
1611
1458
  :rtype: bpy.types.Struct
1612
1459
  """
1613
- ...
1614
1460
 
1615
1461
  def bl_rna_get_subclass_py(self) -> typing.Any:
1616
1462
  """
@@ -1618,7 +1464,6 @@ class IMAGE_PT_tools_brush_display(
1618
1464
  :return: The class or default when not found.
1619
1465
  :rtype: typing.Any
1620
1466
  """
1621
- ...
1622
1467
 
1623
1468
  class IMAGE_PT_tools_brush_texture(BrushButtonsPanel, bpy.types.Panel):
1624
1469
  bl_category: typing.Any
@@ -1637,7 +1482,6 @@ class IMAGE_PT_tools_brush_texture(BrushButtonsPanel, bpy.types.Panel):
1637
1482
  :return: The RNA type or default when not found.
1638
1483
  :rtype: bpy.types.Struct
1639
1484
  """
1640
- ...
1641
1485
 
1642
1486
  def bl_rna_get_subclass_py(self) -> typing.Any:
1643
1487
  """
@@ -1645,14 +1489,12 @@ class IMAGE_PT_tools_brush_texture(BrushButtonsPanel, bpy.types.Panel):
1645
1489
  :return: The class or default when not found.
1646
1490
  :rtype: typing.Any
1647
1491
  """
1648
- ...
1649
1492
 
1650
1493
  def draw(self, context):
1651
1494
  """
1652
1495
 
1653
1496
  :param context:
1654
1497
  """
1655
- ...
1656
1498
 
1657
1499
  class IMAGE_PT_tools_imagepaint_symmetry(BrushButtonsPanel, bpy.types.Panel):
1658
1500
  bl_category: typing.Any
@@ -1670,7 +1512,6 @@ class IMAGE_PT_tools_imagepaint_symmetry(BrushButtonsPanel, bpy.types.Panel):
1670
1512
  :return: The RNA type or default when not found.
1671
1513
  :rtype: bpy.types.Struct
1672
1514
  """
1673
- ...
1674
1515
 
1675
1516
  def bl_rna_get_subclass_py(self) -> typing.Any:
1676
1517
  """
@@ -1678,14 +1519,12 @@ class IMAGE_PT_tools_imagepaint_symmetry(BrushButtonsPanel, bpy.types.Panel):
1678
1519
  :return: The class or default when not found.
1679
1520
  :rtype: typing.Any
1680
1521
  """
1681
- ...
1682
1522
 
1683
1523
  def draw(self, context):
1684
1524
  """
1685
1525
 
1686
1526
  :param context:
1687
1527
  """
1688
- ...
1689
1528
 
1690
1529
  class IMAGE_PT_tools_mask_texture(
1691
1530
  BrushButtonsPanel, bpy.types.Panel, bl_ui.properties_paint_common.TextureMaskPanel
@@ -1707,7 +1546,6 @@ class IMAGE_PT_tools_mask_texture(
1707
1546
  :return: The RNA type or default when not found.
1708
1547
  :rtype: bpy.types.Struct
1709
1548
  """
1710
- ...
1711
1549
 
1712
1550
  def bl_rna_get_subclass_py(self) -> typing.Any:
1713
1551
  """
@@ -1715,7 +1553,6 @@ class IMAGE_PT_tools_mask_texture(
1715
1553
  :return: The class or default when not found.
1716
1554
  :rtype: typing.Any
1717
1555
  """
1718
- ...
1719
1556
 
1720
1557
  class IMAGE_PT_udim_tiles(bpy.types.Panel):
1721
1558
  bl_category: typing.Any
@@ -1731,7 +1568,6 @@ class IMAGE_PT_udim_tiles(bpy.types.Panel):
1731
1568
  :return: The RNA type or default when not found.
1732
1569
  :rtype: bpy.types.Struct
1733
1570
  """
1734
- ...
1735
1571
 
1736
1572
  def bl_rna_get_subclass_py(self) -> typing.Any:
1737
1573
  """
@@ -1739,14 +1575,12 @@ class IMAGE_PT_udim_tiles(bpy.types.Panel):
1739
1575
  :return: The class or default when not found.
1740
1576
  :rtype: typing.Any
1741
1577
  """
1742
- ...
1743
1578
 
1744
1579
  def draw(self, context):
1745
1580
  """
1746
1581
 
1747
1582
  :param context:
1748
1583
  """
1749
- ...
1750
1584
 
1751
1585
  @classmethod
1752
1586
  def poll(cls, context):
@@ -1754,7 +1588,6 @@ class IMAGE_PT_udim_tiles(bpy.types.Panel):
1754
1588
 
1755
1589
  :param context:
1756
1590
  """
1757
- ...
1758
1591
 
1759
1592
  class IMAGE_PT_uv_cursor(bpy.types.Panel):
1760
1593
  bl_category: typing.Any
@@ -1770,7 +1603,6 @@ class IMAGE_PT_uv_cursor(bpy.types.Panel):
1770
1603
  :return: The RNA type or default when not found.
1771
1604
  :rtype: bpy.types.Struct
1772
1605
  """
1773
- ...
1774
1606
 
1775
1607
  def bl_rna_get_subclass_py(self) -> typing.Any:
1776
1608
  """
@@ -1778,14 +1610,12 @@ class IMAGE_PT_uv_cursor(bpy.types.Panel):
1778
1610
  :return: The class or default when not found.
1779
1611
  :rtype: typing.Any
1780
1612
  """
1781
- ...
1782
1613
 
1783
1614
  def draw(self, context):
1784
1615
  """
1785
1616
 
1786
1617
  :param context:
1787
1618
  """
1788
- ...
1789
1619
 
1790
1620
  @classmethod
1791
1621
  def poll(cls, context):
@@ -1793,7 +1623,6 @@ class IMAGE_PT_uv_cursor(bpy.types.Panel):
1793
1623
 
1794
1624
  :param context:
1795
1625
  """
1796
- ...
1797
1626
 
1798
1627
  class IMAGE_PT_view_display(bpy.types.Panel):
1799
1628
  bl_category: typing.Any
@@ -1809,7 +1638,6 @@ class IMAGE_PT_view_display(bpy.types.Panel):
1809
1638
  :return: The RNA type or default when not found.
1810
1639
  :rtype: bpy.types.Struct
1811
1640
  """
1812
- ...
1813
1641
 
1814
1642
  def bl_rna_get_subclass_py(self) -> typing.Any:
1815
1643
  """
@@ -1817,14 +1645,12 @@ class IMAGE_PT_view_display(bpy.types.Panel):
1817
1645
  :return: The class or default when not found.
1818
1646
  :rtype: typing.Any
1819
1647
  """
1820
- ...
1821
1648
 
1822
1649
  def draw(self, context):
1823
1650
  """
1824
1651
 
1825
1652
  :param context:
1826
1653
  """
1827
- ...
1828
1654
 
1829
1655
  @classmethod
1830
1656
  def poll(cls, context):
@@ -1832,7 +1658,6 @@ class IMAGE_PT_view_display(bpy.types.Panel):
1832
1658
 
1833
1659
  :param context:
1834
1660
  """
1835
- ...
1836
1661
 
1837
1662
  class IMAGE_PT_view_histogram(ImageScopesPanel, bpy.types.Panel):
1838
1663
  bl_category: typing.Any
@@ -1848,7 +1673,6 @@ class IMAGE_PT_view_histogram(ImageScopesPanel, bpy.types.Panel):
1848
1673
  :return: The RNA type or default when not found.
1849
1674
  :rtype: bpy.types.Struct
1850
1675
  """
1851
- ...
1852
1676
 
1853
1677
  def bl_rna_get_subclass_py(self) -> typing.Any:
1854
1678
  """
@@ -1856,14 +1680,12 @@ class IMAGE_PT_view_histogram(ImageScopesPanel, bpy.types.Panel):
1856
1680
  :return: The class or default when not found.
1857
1681
  :rtype: typing.Any
1858
1682
  """
1859
- ...
1860
1683
 
1861
1684
  def draw(self, context):
1862
1685
  """
1863
1686
 
1864
1687
  :param context:
1865
1688
  """
1866
- ...
1867
1689
 
1868
1690
  class IMAGE_PT_view_vectorscope(ImageScopesPanel, bpy.types.Panel):
1869
1691
  bl_category: typing.Any
@@ -1879,7 +1701,6 @@ class IMAGE_PT_view_vectorscope(ImageScopesPanel, bpy.types.Panel):
1879
1701
  :return: The RNA type or default when not found.
1880
1702
  :rtype: bpy.types.Struct
1881
1703
  """
1882
- ...
1883
1704
 
1884
1705
  def bl_rna_get_subclass_py(self) -> typing.Any:
1885
1706
  """
@@ -1887,14 +1708,12 @@ class IMAGE_PT_view_vectorscope(ImageScopesPanel, bpy.types.Panel):
1887
1708
  :return: The class or default when not found.
1888
1709
  :rtype: typing.Any
1889
1710
  """
1890
- ...
1891
1711
 
1892
1712
  def draw(self, context):
1893
1713
  """
1894
1714
 
1895
1715
  :param context:
1896
1716
  """
1897
- ...
1898
1717
 
1899
1718
  class IMAGE_PT_view_waveform(ImageScopesPanel, bpy.types.Panel):
1900
1719
  bl_category: typing.Any
@@ -1910,7 +1729,6 @@ class IMAGE_PT_view_waveform(ImageScopesPanel, bpy.types.Panel):
1910
1729
  :return: The RNA type or default when not found.
1911
1730
  :rtype: bpy.types.Struct
1912
1731
  """
1913
- ...
1914
1732
 
1915
1733
  def bl_rna_get_subclass_py(self) -> typing.Any:
1916
1734
  """
@@ -1918,14 +1736,12 @@ class IMAGE_PT_view_waveform(ImageScopesPanel, bpy.types.Panel):
1918
1736
  :return: The class or default when not found.
1919
1737
  :rtype: typing.Any
1920
1738
  """
1921
- ...
1922
1739
 
1923
1740
  def draw(self, context):
1924
1741
  """
1925
1742
 
1926
1743
  :param context:
1927
1744
  """
1928
- ...
1929
1745
 
1930
1746
  class IMAGE_UL_render_slots(bpy.types.UIList):
1931
1747
  bl_rna: typing.Any
@@ -1937,7 +1753,6 @@ class IMAGE_UL_render_slots(bpy.types.UIList):
1937
1753
  :return: The RNA type or default when not found.
1938
1754
  :rtype: bpy.types.Struct
1939
1755
  """
1940
- ...
1941
1756
 
1942
1757
  def bl_rna_get_subclass_py(self) -> typing.Any:
1943
1758
  """
@@ -1945,7 +1760,6 @@ class IMAGE_UL_render_slots(bpy.types.UIList):
1945
1760
  :return: The class or default when not found.
1946
1761
  :rtype: typing.Any
1947
1762
  """
1948
- ...
1949
1763
 
1950
1764
  def draw_item(
1951
1765
  self,
@@ -1969,7 +1783,6 @@ class IMAGE_UL_render_slots(bpy.types.UIList):
1969
1783
  :param _active_propname:
1970
1784
  :param _index:
1971
1785
  """
1972
- ...
1973
1786
 
1974
1787
  class IMAGE_UL_udim_tiles(bpy.types.UIList):
1975
1788
  bl_rna: typing.Any
@@ -1981,7 +1794,6 @@ class IMAGE_UL_udim_tiles(bpy.types.UIList):
1981
1794
  :return: The RNA type or default when not found.
1982
1795
  :rtype: bpy.types.Struct
1983
1796
  """
1984
- ...
1985
1797
 
1986
1798
  def bl_rna_get_subclass_py(self) -> typing.Any:
1987
1799
  """
@@ -1989,7 +1801,6 @@ class IMAGE_UL_udim_tiles(bpy.types.UIList):
1989
1801
  :return: The class or default when not found.
1990
1802
  :rtype: typing.Any
1991
1803
  """
1992
- ...
1993
1804
 
1994
1805
  def draw_item(
1995
1806
  self,
@@ -2013,7 +1824,6 @@ class IMAGE_UL_udim_tiles(bpy.types.UIList):
2013
1824
  :param _active_propname:
2014
1825
  :param _index:
2015
1826
  """
2016
- ...
2017
1827
 
2018
1828
  class ImageAssetShelf(bl_ui.properties_paint_common.BrushAssetShelf):
2019
1829
  bl_activate_operator: typing.Any
@@ -2028,7 +1838,6 @@ class ImageScopesPanel:
2028
1838
 
2029
1839
  :param context:
2030
1840
  """
2031
- ...
2032
1841
 
2033
1842
  class _draw_tool_settings_context_mode:
2034
1843
  @staticmethod
@@ -2039,7 +1848,6 @@ class _draw_tool_settings_context_mode:
2039
1848
  :param layout:
2040
1849
  :param tool:
2041
1850
  """
2042
- ...
2043
1851
 
2044
1852
  @staticmethod
2045
1853
  def UV(context, layout, tool):
@@ -2049,7 +1857,6 @@ class _draw_tool_settings_context_mode:
2049
1857
  :param layout:
2050
1858
  :param tool:
2051
1859
  """
2052
- ...
2053
1860
 
2054
1861
  class IMAGE_PT_paint_color(bpy.types.Panel, ImagePaintPanel):
2055
1862
  bl_category: typing.Any
@@ -2067,7 +1874,6 @@ class IMAGE_PT_paint_color(bpy.types.Panel, ImagePaintPanel):
2067
1874
  :return: The RNA type or default when not found.
2068
1875
  :rtype: bpy.types.Struct
2069
1876
  """
2070
- ...
2071
1877
 
2072
1878
  def bl_rna_get_subclass_py(self) -> typing.Any:
2073
1879
  """
@@ -2075,14 +1881,12 @@ class IMAGE_PT_paint_color(bpy.types.Panel, ImagePaintPanel):
2075
1881
  :return: The class or default when not found.
2076
1882
  :rtype: typing.Any
2077
1883
  """
2078
- ...
2079
1884
 
2080
1885
  def draw(self, context):
2081
1886
  """
2082
1887
 
2083
1888
  :param context:
2084
1889
  """
2085
- ...
2086
1890
 
2087
1891
  @classmethod
2088
1892
  def poll(cls, context):
@@ -2090,7 +1894,6 @@ class IMAGE_PT_paint_color(bpy.types.Panel, ImagePaintPanel):
2090
1894
 
2091
1895
  :param context:
2092
1896
  """
2093
- ...
2094
1897
 
2095
1898
  class IMAGE_PT_paint_settings(bpy.types.Panel, ImagePaintPanel):
2096
1899
  bl_category: typing.Any
@@ -2107,7 +1910,6 @@ class IMAGE_PT_paint_settings(bpy.types.Panel, ImagePaintPanel):
2107
1910
  :return: The RNA type or default when not found.
2108
1911
  :rtype: bpy.types.Struct
2109
1912
  """
2110
- ...
2111
1913
 
2112
1914
  def bl_rna_get_subclass_py(self) -> typing.Any:
2113
1915
  """
@@ -2115,14 +1917,12 @@ class IMAGE_PT_paint_settings(bpy.types.Panel, ImagePaintPanel):
2115
1917
  :return: The class or default when not found.
2116
1918
  :rtype: typing.Any
2117
1919
  """
2118
- ...
2119
1920
 
2120
1921
  def draw(self, context):
2121
1922
  """
2122
1923
 
2123
1924
  :param context:
2124
1925
  """
2125
- ...
2126
1926
 
2127
1927
  class IMAGE_PT_paint_settings_advanced(bpy.types.Panel, ImagePaintPanel):
2128
1928
  bl_category: typing.Any
@@ -2141,7 +1941,6 @@ class IMAGE_PT_paint_settings_advanced(bpy.types.Panel, ImagePaintPanel):
2141
1941
  :return: The RNA type or default when not found.
2142
1942
  :rtype: bpy.types.Struct
2143
1943
  """
2144
- ...
2145
1944
 
2146
1945
  def bl_rna_get_subclass_py(self) -> typing.Any:
2147
1946
  """
@@ -2149,14 +1948,12 @@ class IMAGE_PT_paint_settings_advanced(bpy.types.Panel, ImagePaintPanel):
2149
1948
  :return: The class or default when not found.
2150
1949
  :rtype: typing.Any
2151
1950
  """
2152
- ...
2153
1951
 
2154
1952
  def draw(self, context):
2155
1953
  """
2156
1954
 
2157
1955
  :param context:
2158
1956
  """
2159
- ...
2160
1957
 
2161
1958
  class IMAGE_PT_uv_sculpt_curve(bpy.types.Panel, ImagePaintPanel):
2162
1959
  bl_category: typing.Any
@@ -2174,7 +1971,6 @@ class IMAGE_PT_uv_sculpt_curve(bpy.types.Panel, ImagePaintPanel):
2174
1971
  :return: The RNA type or default when not found.
2175
1972
  :rtype: bpy.types.Struct
2176
1973
  """
2177
- ...
2178
1974
 
2179
1975
  def bl_rna_get_subclass_py(self) -> typing.Any:
2180
1976
  """
@@ -2182,14 +1978,12 @@ class IMAGE_PT_uv_sculpt_curve(bpy.types.Panel, ImagePaintPanel):
2182
1978
  :return: The class or default when not found.
2183
1979
  :rtype: typing.Any
2184
1980
  """
2185
- ...
2186
1981
 
2187
1982
  def draw(self, context):
2188
1983
  """
2189
1984
 
2190
1985
  :param context:
2191
1986
  """
2192
- ...
2193
1987
 
2194
1988
  class IMAGE_PT_uv_sculpt_options(bpy.types.Panel, ImagePaintPanel):
2195
1989
  bl_category: typing.Any
@@ -2206,7 +2000,6 @@ class IMAGE_PT_uv_sculpt_options(bpy.types.Panel, ImagePaintPanel):
2206
2000
  :return: The RNA type or default when not found.
2207
2001
  :rtype: bpy.types.Struct
2208
2002
  """
2209
- ...
2210
2003
 
2211
2004
  def bl_rna_get_subclass_py(self) -> typing.Any:
2212
2005
  """
@@ -2214,11 +2007,9 @@ class IMAGE_PT_uv_sculpt_options(bpy.types.Panel, ImagePaintPanel):
2214
2007
  :return: The class or default when not found.
2215
2008
  :rtype: typing.Any
2216
2009
  """
2217
- ...
2218
2010
 
2219
2011
  def draw(self, context):
2220
2012
  """
2221
2013
 
2222
2014
  :param context:
2223
2015
  """
2224
- ...