fake-bpy-module-latest 20250927__py3-none-any.whl → 20260122__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.
Files changed (305) hide show
  1. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
  2. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
  3. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
  4. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
  5. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
  6. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
  7. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
  8. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  9. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  10. _bpy_internal/__init__.pyi +3 -1
  11. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  12. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  13. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  14. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  15. _bpy_internal/filesystem/__init__.pyi +5 -0
  16. _bpy_internal/filesystem/locking/__init__.pyi +28 -0
  17. _bpy_internal/platform/__init__.pyi +5 -0
  18. _bpy_types/__init__.pyi +18 -123
  19. {rna_info → _rna_info}/__init__.pyi +0 -1
  20. addon_utils/__init__.pyi +0 -13
  21. aud/__init__.pyi +55 -131
  22. bl_math/__init__.pyi +2 -12
  23. bl_operators/__init__.pyi +1 -0
  24. bl_operators/add_mesh_torus/__init__.pyi +0 -2
  25. bl_operators/anim/__init__.pyi +47 -24
  26. bl_operators/assets/__init__.pyi +0 -6
  27. bl_operators/bone_selection_sets/__init__.pyi +0 -28
  28. bl_operators/clip/__init__.pyi +0 -20
  29. bl_operators/connect_to_output/__init__.pyi +0 -2
  30. bl_operators/console/__init__.pyi +0 -10
  31. bl_operators/constraint/__init__.pyi +0 -8
  32. bl_operators/copy_global_transform/__init__.pyi +261 -0
  33. bl_operators/file/__init__.pyi +0 -6
  34. bl_operators/freestyle/__init__.pyi +0 -8
  35. bl_operators/geometry_nodes/__init__.pyi +0 -8
  36. bl_operators/grease_pencil/__init__.pyi +0 -2
  37. bl_operators/image/__init__.pyi +0 -10
  38. bl_operators/image_as_planes/__init__.pyi +0 -4
  39. bl_operators/mesh/__init__.pyi +0 -4
  40. bl_operators/node/__init__.pyi +51 -47
  41. bl_operators/object/__init__.pyi +0 -37
  42. bl_operators/object_align/__init__.pyi +0 -2
  43. bl_operators/object_quick_effects/__init__.pyi +0 -8
  44. bl_operators/object_randomize_transform/__init__.pyi +0 -2
  45. bl_operators/presets/__init__.pyi +0 -50
  46. bl_operators/rigidbody/__init__.pyi +0 -6
  47. bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
  48. bl_operators/sequencer/__init__.pyi +0 -16
  49. bl_operators/spreadsheet/__init__.pyi +0 -2
  50. bl_operators/userpref/__init__.pyi +0 -50
  51. bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
  52. bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
  53. bl_operators/uvcalc_transform/__init__.pyi +21 -12
  54. bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
  55. bl_operators/view3d/__init__.pyi +0 -16
  56. bl_operators/wm/__init__.pyi +0 -92
  57. bl_operators/world/__init__.pyi +0 -2
  58. bl_ui/__init__.pyi +3 -4
  59. bl_ui/anim/__init__.pyi +0 -2
  60. bl_ui/asset_shelf/__init__.pyi +0 -2
  61. bl_ui/generic_ui_list/__init__.pyi +1 -17
  62. bl_ui/node_add_menu/__init__.pyi +13 -16
  63. bl_ui/node_add_menu_compositor/__init__.pyi +71 -53
  64. bl_ui/node_add_menu_geometry/__init__.pyi +81 -193
  65. bl_ui/node_add_menu_shader/__init__.pyi +21 -39
  66. bl_ui/node_add_menu_texture/__init__.pyi +1 -17
  67. bl_ui/properties_collection/__init__.pyi +0 -14
  68. bl_ui/properties_constraint/__init__.pyi +64 -150
  69. bl_ui/properties_data_armature/__init__.pyi +0 -36
  70. bl_ui/properties_data_bone/__init__.pyi +0 -20
  71. bl_ui/properties_data_camera/__init__.pyi +0 -30
  72. bl_ui/properties_data_curve/__init__.pyi +0 -30
  73. bl_ui/properties_data_curves/__init__.pyi +0 -16
  74. bl_ui/properties_data_empty/__init__.pyi +0 -4
  75. bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
  76. bl_ui/properties_data_lattice/__init__.pyi +0 -8
  77. bl_ui/properties_data_light/__init__.pyi +0 -20
  78. bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
  79. bl_ui/properties_data_mesh/__init__.pyi +0 -42
  80. bl_ui/properties_data_metaball/__init__.pyi +0 -12
  81. bl_ui/properties_data_modifier/__init__.pyi +12 -19
  82. bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
  83. bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
  84. bl_ui/properties_data_speaker/__init__.pyi +0 -12
  85. bl_ui/properties_data_volume/__init__.pyi +0 -18
  86. bl_ui/properties_freestyle/__init__.pyi +0 -50
  87. bl_ui/properties_grease_pencil_common/__init__.pyi +0 -14
  88. bl_ui/properties_mask_common/__init__.pyi +0 -14
  89. bl_ui/properties_material/__init__.pyi +0 -32
  90. bl_ui/properties_material_gpencil/__init__.pyi +0 -22
  91. bl_ui/properties_object/__init__.pyi +35 -42
  92. bl_ui/properties_output/__init__.pyi +0 -40
  93. bl_ui/properties_paint_common/__init__.pyi +23 -12
  94. bl_ui/properties_particle/__init__.pyi +0 -106
  95. bl_ui/properties_physics_cloth/__init__.pyi +0 -28
  96. bl_ui/properties_physics_common/__init__.pyi +0 -2
  97. bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
  98. bl_ui/properties_physics_field/__init__.pyi +0 -20
  99. bl_ui/properties_physics_fluid/__init__.pyi +0 -56
  100. bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
  101. bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
  102. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
  103. bl_ui/properties_physics_softbody/__init__.pyi +0 -30
  104. bl_ui/properties_render/__init__.pyi +0 -90
  105. bl_ui/properties_scene/__init__.pyi +0 -34
  106. bl_ui/properties_strip/__init__.pyi +744 -0
  107. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  108. bl_ui/properties_texture/__init__.pyi +0 -54
  109. bl_ui/properties_view_layer/__init__.pyi +7 -28
  110. bl_ui/properties_workspace/__init__.pyi +0 -8
  111. bl_ui/properties_world/__init__.pyi +0 -22
  112. bl_ui/space_clip/__init__.pyi +1 -150
  113. bl_ui/space_console/__init__.pyi +0 -12
  114. bl_ui/space_dopesheet/__init__.pyi +52 -60
  115. bl_ui/space_filebrowser/__init__.pyi +0 -60
  116. bl_ui/space_graph/__init__.pyi +0 -44
  117. bl_ui/space_image/__init__.pyi +2 -144
  118. bl_ui/space_info/__init__.pyi +0 -12
  119. bl_ui/space_nla/__init__.pyi +0 -36
  120. bl_ui/space_node/__init__.pyi +29 -137
  121. bl_ui/space_outliner/__init__.pyi +0 -30
  122. bl_ui/space_properties/__init__.pyi +29 -6
  123. bl_ui/space_sequencer/__init__.pyi +46 -912
  124. bl_ui/space_spreadsheet/__init__.pyi +0 -6
  125. bl_ui/space_statusbar/__init__.pyi +0 -2
  126. bl_ui/space_text/__init__.pyi +0 -32
  127. bl_ui/space_time/__init__.pyi +7 -41
  128. bl_ui/space_topbar/__init__.pyi +7 -52
  129. bl_ui/space_userpref/__init__.pyi +7 -188
  130. bl_ui/space_view3d/__init__.pyi +36 -544
  131. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  132. bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
  133. blf/__init__.pyi +6 -50
  134. bmesh/__init__.pyi +0 -7
  135. bmesh/geometry/__init__.pyi +0 -3
  136. bmesh/ops/__init__.pyi +2 -450
  137. bmesh/types/__init__.pyi +294 -634
  138. bmesh/utils/__init__.pyi +16 -43
  139. bpy/app/__init__.pyi +60 -59
  140. bpy/app/handlers/__init__.pyi +4 -0
  141. bpy/app/icons/__init__.pyi +0 -6
  142. bpy/app/timers/__init__.pyi +0 -6
  143. bpy/app/translations/__init__.pyi +1 -16
  144. bpy/msgbus/__init__.pyi +1 -4
  145. bpy/ops/action/__init__.pyi +15 -165
  146. bpy/ops/anim/__init__.pyi +38 -279
  147. bpy/ops/armature/__init__.pyi +18 -192
  148. bpy/ops/asset/__init__.pyi +11 -97
  149. bpy/ops/boid/__init__.pyi +7 -38
  150. bpy/ops/brush/__init__.pyi +3 -104
  151. bpy/ops/buttons/__init__.pyi +4 -71
  152. bpy/ops/cachefile/__init__.pyi +2 -63
  153. bpy/ops/camera/__init__.pyi +0 -11
  154. bpy/ops/clip/__init__.pyi +43 -427
  155. bpy/ops/cloth/__init__.pyi +0 -5
  156. bpy/ops/collection/__init__.pyi +3 -35
  157. bpy/ops/console/__init__.pyi +10 -88
  158. bpy/ops/constraint/__init__.pyi +3 -80
  159. bpy/ops/curve/__init__.pyi +23 -254
  160. bpy/ops/curves/__init__.pyi +17 -166
  161. bpy/ops/cycles/__init__.pyi +1 -14
  162. bpy/ops/dpaint/__init__.pyi +3 -21
  163. bpy/ops/ed/__init__.pyi +10 -82
  164. bpy/ops/export_anim/__init__.pyi +2 -10
  165. bpy/ops/export_scene/__init__.pyi +1 -155
  166. bpy/ops/extensions/__init__.pyi +15 -150
  167. bpy/ops/file/__init__.pyi +27 -217
  168. bpy/ops/fluid/__init__.pyi +13 -70
  169. bpy/ops/font/__init__.pyi +10 -134
  170. bpy/ops/geometry/__init__.pyi +3 -124
  171. bpy/ops/gizmogroup/__init__.pyi +1 -12
  172. bpy/ops/gpencil/__init__.pyi +5 -38
  173. bpy/ops/graph/__init__.pyi +18 -316
  174. bpy/ops/grease_pencil/__init__.pyi +61 -522
  175. bpy/ops/image/__init__.pyi +19 -379
  176. bpy/ops/import_anim/__init__.pyi +2 -16
  177. bpy/ops/import_curve/__init__.pyi +0 -6
  178. bpy/ops/import_scene/__init__.pyi +0 -50
  179. bpy/ops/info/__init__.pyi +4 -35
  180. bpy/ops/lattice/__init__.pyi +3 -33
  181. bpy/ops/marker/__init__.pyi +2 -50
  182. bpy/ops/mask/__init__.pyi +17 -176
  183. bpy/ops/material/__init__.pyi +3 -15
  184. bpy/ops/mball/__init__.pyi +1 -30
  185. bpy/ops/mesh/__init__.pyi +32 -915
  186. bpy/ops/nla/__init__.pyi +20 -184
  187. bpy/ops/node/__init__.pyi +306 -666
  188. bpy/ops/object/__init__.pyi +139 -1254
  189. bpy/ops/outliner/__init__.pyi +47 -327
  190. bpy/ops/paint/__init__.pyi +43 -282
  191. bpy/ops/paintcurve/__init__.pyi +4 -36
  192. bpy/ops/palette/__init__.pyi +3 -27
  193. bpy/ops/particle/__init__.pyi +20 -160
  194. bpy/ops/pointcloud/__init__.pyi +3 -35
  195. bpy/ops/pose/__init__.pyi +28 -233
  196. bpy/ops/poselib/__init__.pyi +4 -69
  197. bpy/ops/preferences/__init__.pyi +23 -177
  198. bpy/ops/ptcache/__init__.pyi +5 -31
  199. bpy/ops/render/__init__.pyi +10 -74
  200. bpy/ops/rigidbody/__init__.pyi +6 -56
  201. bpy/ops/scene/__init__.pyi +22 -167
  202. bpy/ops/screen/__init__.pyi +36 -202
  203. bpy/ops/script/__init__.pyi +1 -12
  204. bpy/ops/sculpt/__init__.pyi +41 -312
  205. bpy/ops/sculpt_curves/__init__.pyi +6 -21
  206. bpy/ops/sequencer/__init__.pyi +92 -669
  207. bpy/ops/sound/__init__.pyi +3 -109
  208. bpy/ops/spreadsheet/__init__.pyi +5 -32
  209. bpy/ops/surface/__init__.pyi +0 -48
  210. bpy/ops/text/__init__.pyi +27 -225
  211. bpy/ops/text_editor/__init__.pyi +0 -5
  212. bpy/ops/texture/__init__.pyi +3 -18
  213. bpy/ops/transform/__init__.pyi +10 -382
  214. bpy/ops/ui/__init__.pyi +21 -158
  215. bpy/ops/uilist/__init__.pyi +0 -13
  216. bpy/ops/uv/__init__.pyi +52 -305
  217. bpy/ops/view2d/__init__.pyi +3 -73
  218. bpy/ops/view3d/__init__.pyi +37 -339
  219. bpy/ops/wm/__init__.pyi +116 -1316
  220. bpy/ops/workspace/__init__.pyi +7 -39
  221. bpy/ops/world/__init__.pyi +2 -10
  222. bpy/path/__init__.pyi +0 -34
  223. bpy/props/__init__.pyi +15 -157
  224. bpy/stub_internal/rna_enums/__init__.pyi +65 -33
  225. bpy/types/__init__.pyi +21798 -58228
  226. bpy/utils/__init__.pyi +4 -75
  227. bpy/utils/previews/__init__.pyi +1 -10
  228. bpy/utils/units/__init__.pyi +0 -12
  229. bpy_extras/anim_utils/__init__.pyi +24 -16
  230. bpy_extras/bmesh_utils/__init__.pyi +0 -1
  231. bpy_extras/id_map_utils/__init__.pyi +14 -6
  232. bpy_extras/image_utils/__init__.pyi +0 -9
  233. bpy_extras/io_utils/__init__.pyi +2 -22
  234. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  235. bpy_extras/mesh_utils/__init__.pyi +0 -12
  236. bpy_extras/object_utils/__init__.pyi +0 -14
  237. bpy_extras/view3d_utils/__init__.pyi +0 -18
  238. {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/METADATA +4 -1
  239. fake_bpy_module_latest-20260122.dist-info/RECORD +385 -0
  240. {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/WHEEL +1 -1
  241. {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/top_level.txt +14 -14
  242. freestyle/chainingiterators/__init__.pyi +0 -22
  243. freestyle/functions/__init__.pyi +0 -139
  244. freestyle/predicates/__init__.pyi +0 -51
  245. freestyle/shaders/__init__.pyi +0 -65
  246. freestyle/types/__init__.pyi +139 -777
  247. freestyle/utils/ContextFunctions/__init__.pyi +0 -23
  248. freestyle/utils/__init__.pyi +1 -7
  249. gpu/capabilities/__init__.pyi +0 -21
  250. gpu/matrix/__init__.pyi +1 -10
  251. gpu/platform/__init__.pyi +0 -5
  252. gpu/shader/__init__.pyi +22 -6
  253. gpu/state/__init__.pyi +59 -38
  254. gpu/texture/__init__.pyi +0 -2
  255. gpu/types/__init__.pyi +162 -230
  256. gpu_extras/batch/__init__.pyi +0 -4
  257. gpu_extras/presets/__init__.pyi +6 -8
  258. idprop/__init__.pyi +16 -0
  259. idprop/types/__init__.pyi +5 -5
  260. imbuf/__init__.pyi +2 -9
  261. imbuf/types/__init__.pyi +5 -25
  262. keyingsets_builtins/__init__.pyi +1 -45
  263. mathutils/__init__.pyi +82 -2172
  264. mathutils/bvhtree/__init__.pyi +4 -24
  265. mathutils/geometry/__init__.pyi +41 -133
  266. mathutils/interpolate/__init__.pyi +3 -4
  267. mathutils/kdtree/__init__.pyi +0 -11
  268. mathutils/noise/__init__.pyi +0 -62
  269. fake_bpy_module_latest-20250927.dist-info/RECORD +0 -373
  270. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  271. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  272. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  273. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  274. {bl_console_utils → _bl_console_utils}/py.typed +0 -0
  275. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  276. {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
  277. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
  278. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  279. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  280. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  281. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  282. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  283. {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
  284. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  285. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  286. {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
  287. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  288. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  289. {bl_text_utils → _bl_text_utils}/py.typed +0 -0
  290. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  291. {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
  292. /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
  293. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  294. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  295. {console_python → _console_python}/__init__.pyi +0 -0
  296. {console_python → _console_python}/py.typed +0 -0
  297. {console_shell → _console_shell}/__init__.pyi +0 -0
  298. {console_shell → _console_shell}/py.typed +0 -0
  299. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  300. {graphviz_export → _graphviz_export}/py.typed +0 -0
  301. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
  302. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  303. {rna_info → _rna_info}/py.typed +0 -0
  304. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  305. {rna_xml → _rna_xml}/py.typed +0 -0
@@ -22,11 +22,11 @@ class BrushButtonsPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
22
22
 
23
23
  class IMAGE_AST_brush_paint(ImageAssetShelf, _bpy_types.AssetShelf):
24
24
  bl_activate_operator: typing.Any
25
- bl_default_preview_size: typing.Any
26
25
  bl_options: typing.Any
27
26
  bl_rna: typing.Any
28
27
  bl_space_type: typing.Any
29
28
  brush_type_prop: typing.Any
29
+ filter_brush: typing.Any
30
30
  id_data: typing.Any
31
31
  mode_prop: typing.Any
32
32
 
@@ -34,14 +34,12 @@ class IMAGE_AST_brush_paint(ImageAssetShelf, _bpy_types.AssetShelf):
34
34
  """
35
35
 
36
36
  :return: The RNA type or default when not found.
37
- :rtype: bpy.types.Struct
38
37
  """
39
38
 
40
39
  def bl_rna_get_subclass_py(self) -> typing.Any:
41
40
  """
42
41
 
43
42
  :return: The class or default when not found.
44
- :rtype: typing.Any
45
43
  """
46
44
 
47
45
  @classmethod
@@ -60,14 +58,12 @@ class IMAGE_HT_header(_bpy_types.Header):
60
58
  """
61
59
 
62
60
  :return: The RNA type or default when not found.
63
- :rtype: bpy.types.Struct
64
61
  """
65
62
 
66
63
  def bl_rna_get_subclass_py(self) -> typing.Any:
67
64
  """
68
65
 
69
66
  :return: The class or default when not found.
70
- :rtype: typing.Any
71
67
  """
72
68
 
73
69
  def draw(self, context) -> None:
@@ -94,14 +90,12 @@ class IMAGE_HT_tool_header(_bpy_types.Header):
94
90
  """
95
91
 
96
92
  :return: The RNA type or default when not found.
97
- :rtype: bpy.types.Struct
98
93
  """
99
94
 
100
95
  def bl_rna_get_subclass_py(self) -> typing.Any:
101
96
  """
102
97
 
103
98
  :return: The class or default when not found.
104
- :rtype: typing.Any
105
99
  """
106
100
 
107
101
  def draw(self, context) -> None:
@@ -132,14 +126,12 @@ class IMAGE_MT_editor_menus(_bpy_types.Menu):
132
126
  """
133
127
 
134
128
  :return: The RNA type or default when not found.
135
- :rtype: bpy.types.Struct
136
129
  """
137
130
 
138
131
  def bl_rna_get_subclass_py(self) -> typing.Any:
139
132
  """
140
133
 
141
134
  :return: The class or default when not found.
142
- :rtype: typing.Any
143
135
  """
144
136
 
145
137
  def draw(self, context) -> None:
@@ -157,14 +149,12 @@ class IMAGE_MT_image(_bpy_types.Menu):
157
149
  """
158
150
 
159
151
  :return: The RNA type or default when not found.
160
- :rtype: bpy.types.Struct
161
152
  """
162
153
 
163
154
  def bl_rna_get_subclass_py(self) -> typing.Any:
164
155
  """
165
156
 
166
157
  :return: The class or default when not found.
167
- :rtype: typing.Any
168
158
  """
169
159
 
170
160
  def draw(self, context) -> None:
@@ -182,14 +172,12 @@ class IMAGE_MT_image_invert(_bpy_types.Menu):
182
172
  """
183
173
 
184
174
  :return: The RNA type or default when not found.
185
- :rtype: bpy.types.Struct
186
175
  """
187
176
 
188
177
  def bl_rna_get_subclass_py(self) -> typing.Any:
189
178
  """
190
179
 
191
180
  :return: The class or default when not found.
192
- :rtype: typing.Any
193
181
  """
194
182
 
195
183
  def draw(self, _context) -> None:
@@ -207,14 +195,12 @@ class IMAGE_MT_image_transform(_bpy_types.Menu):
207
195
  """
208
196
 
209
197
  :return: The RNA type or default when not found.
210
- :rtype: bpy.types.Struct
211
198
  """
212
199
 
213
200
  def bl_rna_get_subclass_py(self) -> typing.Any:
214
201
  """
215
202
 
216
203
  :return: The class or default when not found.
217
- :rtype: typing.Any
218
204
  """
219
205
 
220
206
  def draw(self, _context) -> None:
@@ -232,14 +218,12 @@ class IMAGE_MT_mask_context_menu(_bpy_types.Menu):
232
218
  """
233
219
 
234
220
  :return: The RNA type or default when not found.
235
- :rtype: bpy.types.Struct
236
221
  """
237
222
 
238
223
  def bl_rna_get_subclass_py(self) -> typing.Any:
239
224
  """
240
225
 
241
226
  :return: The class or default when not found.
242
- :rtype: typing.Any
243
227
  """
244
228
 
245
229
  def draw(self, context) -> None:
@@ -264,14 +248,12 @@ class IMAGE_MT_pivot_pie(_bpy_types.Menu):
264
248
  """
265
249
 
266
250
  :return: The RNA type or default when not found.
267
- :rtype: bpy.types.Struct
268
251
  """
269
252
 
270
253
  def bl_rna_get_subclass_py(self) -> typing.Any:
271
254
  """
272
255
 
273
256
  :return: The class or default when not found.
274
- :rtype: typing.Any
275
257
  """
276
258
 
277
259
  def draw(self, context) -> None:
@@ -289,14 +271,12 @@ class IMAGE_MT_select(_bpy_types.Menu):
289
271
  """
290
272
 
291
273
  :return: The RNA type or default when not found.
292
- :rtype: bpy.types.Struct
293
274
  """
294
275
 
295
276
  def bl_rna_get_subclass_py(self) -> typing.Any:
296
277
  """
297
278
 
298
279
  :return: The class or default when not found.
299
- :rtype: typing.Any
300
280
  """
301
281
 
302
282
  def draw(self, _context) -> None:
@@ -314,14 +294,12 @@ class IMAGE_MT_select_linked(_bpy_types.Menu):
314
294
  """
315
295
 
316
296
  :return: The RNA type or default when not found.
317
- :rtype: bpy.types.Struct
318
297
  """
319
298
 
320
299
  def bl_rna_get_subclass_py(self) -> typing.Any:
321
300
  """
322
301
 
323
302
  :return: The class or default when not found.
324
- :rtype: typing.Any
325
303
  """
326
304
 
327
305
  def draw(self, _context) -> None:
@@ -339,14 +317,12 @@ class IMAGE_MT_uvs(_bpy_types.Menu):
339
317
  """
340
318
 
341
319
  :return: The RNA type or default when not found.
342
- :rtype: bpy.types.Struct
343
320
  """
344
321
 
345
322
  def bl_rna_get_subclass_py(self) -> typing.Any:
346
323
  """
347
324
 
348
325
  :return: The class or default when not found.
349
- :rtype: typing.Any
350
326
  """
351
327
 
352
328
  class IMAGE_MT_uvs_align(_bpy_types.Menu):
@@ -358,14 +334,12 @@ class IMAGE_MT_uvs_align(_bpy_types.Menu):
358
334
  """
359
335
 
360
336
  :return: The RNA type or default when not found.
361
- :rtype: bpy.types.Struct
362
337
  """
363
338
 
364
339
  def bl_rna_get_subclass_py(self) -> typing.Any:
365
340
  """
366
341
 
367
342
  :return: The class or default when not found.
368
- :rtype: typing.Any
369
343
  """
370
344
 
371
345
  def draw(self, _context) -> None:
@@ -383,14 +357,12 @@ class IMAGE_MT_uvs_context_menu(_bpy_types.Menu):
383
357
  """
384
358
 
385
359
  :return: The RNA type or default when not found.
386
- :rtype: bpy.types.Struct
387
360
  """
388
361
 
389
362
  def bl_rna_get_subclass_py(self) -> typing.Any:
390
363
  """
391
364
 
392
365
  :return: The class or default when not found.
393
- :rtype: typing.Any
394
366
  """
395
367
 
396
368
  def draw(self, context) -> None:
@@ -408,14 +380,12 @@ class IMAGE_MT_uvs_merge(_bpy_types.Menu):
408
380
  """
409
381
 
410
382
  :return: The RNA type or default when not found.
411
- :rtype: bpy.types.Struct
412
383
  """
413
384
 
414
385
  def bl_rna_get_subclass_py(self) -> typing.Any:
415
386
  """
416
387
 
417
388
  :return: The class or default when not found.
418
- :rtype: typing.Any
419
389
  """
420
390
 
421
391
  def draw(self, _context) -> None:
@@ -434,14 +404,12 @@ class IMAGE_MT_uvs_mirror(_bpy_types.Menu):
434
404
  """
435
405
 
436
406
  :return: The RNA type or default when not found.
437
- :rtype: bpy.types.Struct
438
407
  """
439
408
 
440
409
  def bl_rna_get_subclass_py(self) -> typing.Any:
441
410
  """
442
411
 
443
412
  :return: The class or default when not found.
444
- :rtype: typing.Any
445
413
  """
446
414
 
447
415
  def draw(self, _context) -> None:
@@ -459,14 +427,12 @@ class IMAGE_MT_uvs_select_mode(_bpy_types.Menu):
459
427
  """
460
428
 
461
429
  :return: The RNA type or default when not found.
462
- :rtype: bpy.types.Struct
463
430
  """
464
431
 
465
432
  def bl_rna_get_subclass_py(self) -> typing.Any:
466
433
  """
467
434
 
468
435
  :return: The class or default when not found.
469
- :rtype: typing.Any
470
436
  """
471
437
 
472
438
  def draw(self, context) -> None:
@@ -484,14 +450,12 @@ class IMAGE_MT_uvs_showhide(_bpy_types.Menu):
484
450
  """
485
451
 
486
452
  :return: The RNA type or default when not found.
487
- :rtype: bpy.types.Struct
488
453
  """
489
454
 
490
455
  def bl_rna_get_subclass_py(self) -> typing.Any:
491
456
  """
492
457
 
493
458
  :return: The class or default when not found.
494
- :rtype: typing.Any
495
459
  """
496
460
 
497
461
  def draw(self, _context) -> None:
@@ -509,14 +473,12 @@ class IMAGE_MT_uvs_snap(_bpy_types.Menu):
509
473
  """
510
474
 
511
475
  :return: The RNA type or default when not found.
512
- :rtype: bpy.types.Struct
513
476
  """
514
477
 
515
478
  def bl_rna_get_subclass_py(self) -> typing.Any:
516
479
  """
517
480
 
518
481
  :return: The class or default when not found.
519
- :rtype: typing.Any
520
482
  """
521
483
 
522
484
  def draw(self, _context) -> None:
@@ -534,14 +496,12 @@ class IMAGE_MT_uvs_snap_pie(_bpy_types.Menu):
534
496
  """
535
497
 
536
498
  :return: The RNA type or default when not found.
537
- :rtype: bpy.types.Struct
538
499
  """
539
500
 
540
501
  def bl_rna_get_subclass_py(self) -> typing.Any:
541
502
  """
542
503
 
543
504
  :return: The class or default when not found.
544
- :rtype: typing.Any
545
505
  """
546
506
 
547
507
  def draw(self, _context) -> None:
@@ -559,14 +519,12 @@ class IMAGE_MT_uvs_split(_bpy_types.Menu):
559
519
  """
560
520
 
561
521
  :return: The RNA type or default when not found.
562
- :rtype: bpy.types.Struct
563
522
  """
564
523
 
565
524
  def bl_rna_get_subclass_py(self) -> typing.Any:
566
525
  """
567
526
 
568
527
  :return: The class or default when not found.
569
- :rtype: typing.Any
570
528
  """
571
529
 
572
530
  def draw(self, _context) -> None:
@@ -584,14 +542,12 @@ class IMAGE_MT_uvs_transform(_bpy_types.Menu):
584
542
  """
585
543
 
586
544
  :return: The RNA type or default when not found.
587
- :rtype: bpy.types.Struct
588
545
  """
589
546
 
590
547
  def bl_rna_get_subclass_py(self) -> typing.Any:
591
548
  """
592
549
 
593
550
  :return: The class or default when not found.
594
- :rtype: typing.Any
595
551
  """
596
552
 
597
553
  def draw(self, _context) -> None:
@@ -609,14 +565,12 @@ class IMAGE_MT_uvs_unwrap(_bpy_types.Menu):
609
565
  """
610
566
 
611
567
  :return: The RNA type or default when not found.
612
- :rtype: bpy.types.Struct
613
568
  """
614
569
 
615
570
  def bl_rna_get_subclass_py(self) -> typing.Any:
616
571
  """
617
572
 
618
573
  :return: The class or default when not found.
619
- :rtype: typing.Any
620
574
  """
621
575
 
622
576
  def draw(self, _context) -> None:
@@ -634,14 +588,12 @@ class IMAGE_MT_view(_bpy_types.Menu):
634
588
  """
635
589
 
636
590
  :return: The RNA type or default when not found.
637
- :rtype: bpy.types.Struct
638
591
  """
639
592
 
640
593
  def bl_rna_get_subclass_py(self) -> typing.Any:
641
594
  """
642
595
 
643
596
  :return: The class or default when not found.
644
- :rtype: typing.Any
645
597
  """
646
598
 
647
599
  def draw(self, context) -> None:
@@ -659,14 +611,12 @@ class IMAGE_MT_view_pie(_bpy_types.Menu):
659
611
  """
660
612
 
661
613
  :return: The RNA type or default when not found.
662
- :rtype: bpy.types.Struct
663
614
  """
664
615
 
665
616
  def bl_rna_get_subclass_py(self) -> typing.Any:
666
617
  """
667
618
 
668
619
  :return: The class or default when not found.
669
- :rtype: typing.Any
670
620
  """
671
621
 
672
622
  def draw(self, context) -> None:
@@ -684,14 +634,12 @@ class IMAGE_MT_view_zoom(_bpy_types.Menu):
684
634
  """
685
635
 
686
636
  :return: The RNA type or default when not found.
687
- :rtype: bpy.types.Struct
688
637
  """
689
638
 
690
639
  def bl_rna_get_subclass_py(self) -> typing.Any:
691
640
  """
692
641
 
693
642
  :return: The class or default when not found.
694
- :rtype: typing.Any
695
643
  """
696
644
 
697
645
  def draw(self, context) -> None:
@@ -714,14 +662,12 @@ class IMAGE_PT_active_mask_point(
714
662
  """
715
663
 
716
664
  :return: The RNA type or default when not found.
717
- :rtype: bpy.types.Struct
718
665
  """
719
666
 
720
667
  def bl_rna_get_subclass_py(self) -> typing.Any:
721
668
  """
722
669
 
723
670
  :return: The class or default when not found.
724
- :rtype: typing.Any
725
671
  """
726
672
 
727
673
  class IMAGE_PT_active_mask_spline(
@@ -738,14 +684,12 @@ class IMAGE_PT_active_mask_spline(
738
684
  """
739
685
 
740
686
  :return: The RNA type or default when not found.
741
- :rtype: bpy.types.Struct
742
687
  """
743
688
 
744
689
  def bl_rna_get_subclass_py(self) -> typing.Any:
745
690
  """
746
691
 
747
692
  :return: The class or default when not found.
748
- :rtype: typing.Any
749
693
  """
750
694
 
751
695
  class IMAGE_PT_active_tool(
@@ -762,14 +706,12 @@ class IMAGE_PT_active_tool(
762
706
  """
763
707
 
764
708
  :return: The RNA type or default when not found.
765
- :rtype: bpy.types.Struct
766
709
  """
767
710
 
768
711
  def bl_rna_get_subclass_py(self) -> typing.Any:
769
712
  """
770
713
 
771
714
  :return: The class or default when not found.
772
- :rtype: typing.Any
773
715
  """
774
716
 
775
717
  class IMAGE_PT_annotation(
@@ -787,14 +729,12 @@ class IMAGE_PT_annotation(
787
729
  """
788
730
 
789
731
  :return: The RNA type or default when not found.
790
- :rtype: bpy.types.Struct
791
732
  """
792
733
 
793
734
  def bl_rna_get_subclass_py(self) -> typing.Any:
794
735
  """
795
736
 
796
737
  :return: The class or default when not found.
797
- :rtype: typing.Any
798
738
  """
799
739
 
800
740
  class IMAGE_PT_gizmo_display(_bpy_types.Panel):
@@ -809,14 +749,12 @@ class IMAGE_PT_gizmo_display(_bpy_types.Panel):
809
749
  """
810
750
 
811
751
  :return: The RNA type or default when not found.
812
- :rtype: bpy.types.Struct
813
752
  """
814
753
 
815
754
  def bl_rna_get_subclass_py(self) -> typing.Any:
816
755
  """
817
756
 
818
757
  :return: The class or default when not found.
819
- :rtype: typing.Any
820
758
  """
821
759
 
822
760
  def draw(self, context) -> None:
@@ -837,14 +775,12 @@ class IMAGE_PT_image_properties(_bpy_types.Panel):
837
775
  """
838
776
 
839
777
  :return: The RNA type or default when not found.
840
- :rtype: bpy.types.Struct
841
778
  """
842
779
 
843
780
  def bl_rna_get_subclass_py(self) -> typing.Any:
844
781
  """
845
782
 
846
783
  :return: The class or default when not found.
847
- :rtype: typing.Any
848
784
  """
849
785
 
850
786
  def draw(self, context) -> None:
@@ -873,14 +809,12 @@ class IMAGE_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, _bpy_types.Panel)
873
809
  """
874
810
 
875
811
  :return: The RNA type or default when not found.
876
- :rtype: bpy.types.Struct
877
812
  """
878
813
 
879
814
  def bl_rna_get_subclass_py(self) -> typing.Any:
880
815
  """
881
816
 
882
817
  :return: The class or default when not found.
883
- :rtype: typing.Any
884
818
  """
885
819
 
886
820
  class IMAGE_PT_mask_animation(
@@ -898,14 +832,12 @@ class IMAGE_PT_mask_animation(
898
832
  """
899
833
 
900
834
  :return: The RNA type or default when not found.
901
- :rtype: bpy.types.Struct
902
835
  """
903
836
 
904
837
  def bl_rna_get_subclass_py(self) -> typing.Any:
905
838
  """
906
839
 
907
840
  :return: The class or default when not found.
908
- :rtype: typing.Any
909
841
  """
910
842
 
911
843
  class IMAGE_PT_mask_layers(
@@ -922,14 +854,12 @@ class IMAGE_PT_mask_layers(
922
854
  """
923
855
 
924
856
  :return: The RNA type or default when not found.
925
- :rtype: bpy.types.Struct
926
857
  """
927
858
 
928
859
  def bl_rna_get_subclass_py(self) -> typing.Any:
929
860
  """
930
861
 
931
862
  :return: The class or default when not found.
932
- :rtype: typing.Any
933
863
  """
934
864
 
935
865
  class IMAGE_PT_overlay(_bpy_types.Panel):
@@ -944,14 +874,12 @@ class IMAGE_PT_overlay(_bpy_types.Panel):
944
874
  """
945
875
 
946
876
  :return: The RNA type or default when not found.
947
- :rtype: bpy.types.Struct
948
877
  """
949
878
 
950
879
  def bl_rna_get_subclass_py(self) -> typing.Any:
951
880
  """
952
881
 
953
882
  :return: The class or default when not found.
954
- :rtype: typing.Any
955
883
  """
956
884
 
957
885
  def draw(self, context) -> None:
@@ -972,14 +900,12 @@ class IMAGE_PT_overlay_guides(_bpy_types.Panel):
972
900
  """
973
901
 
974
902
  :return: The RNA type or default when not found.
975
- :rtype: bpy.types.Struct
976
903
  """
977
904
 
978
905
  def bl_rna_get_subclass_py(self) -> typing.Any:
979
906
  """
980
907
 
981
908
  :return: The class or default when not found.
982
- :rtype: typing.Any
983
909
  """
984
910
 
985
911
  def draw(self, context) -> None:
@@ -1007,14 +933,12 @@ class IMAGE_PT_overlay_image(_bpy_types.Panel):
1007
933
  """
1008
934
 
1009
935
  :return: The RNA type or default when not found.
1010
- :rtype: bpy.types.Struct
1011
936
  """
1012
937
 
1013
938
  def bl_rna_get_subclass_py(self) -> typing.Any:
1014
939
  """
1015
940
 
1016
941
  :return: The class or default when not found.
1017
- :rtype: typing.Any
1018
942
  """
1019
943
 
1020
944
  def draw(self, context) -> None:
@@ -1037,14 +961,12 @@ class IMAGE_PT_overlay_mask(
1037
961
  """
1038
962
 
1039
963
  :return: The RNA type or default when not found.
1040
- :rtype: bpy.types.Struct
1041
964
  """
1042
965
 
1043
966
  def bl_rna_get_subclass_py(self) -> typing.Any:
1044
967
  """
1045
968
 
1046
969
  :return: The class or default when not found.
1047
- :rtype: typing.Any
1048
970
  """
1049
971
 
1050
972
  @classmethod
@@ -1066,14 +988,12 @@ class IMAGE_PT_overlay_render_guides(_bpy_types.Panel):
1066
988
  """
1067
989
 
1068
990
  :return: The RNA type or default when not found.
1069
- :rtype: bpy.types.Struct
1070
991
  """
1071
992
 
1072
993
  def bl_rna_get_subclass_py(self) -> typing.Any:
1073
994
  """
1074
995
 
1075
996
  :return: The class or default when not found.
1076
- :rtype: typing.Any
1077
997
  """
1078
998
 
1079
999
  def draw(self, context) -> None:
@@ -1101,14 +1021,12 @@ class IMAGE_PT_overlay_uv_display(_bpy_types.Panel):
1101
1021
  """
1102
1022
 
1103
1023
  :return: The RNA type or default when not found.
1104
- :rtype: bpy.types.Struct
1105
1024
  """
1106
1025
 
1107
1026
  def bl_rna_get_subclass_py(self) -> typing.Any:
1108
1027
  """
1109
1028
 
1110
1029
  :return: The class or default when not found.
1111
- :rtype: typing.Any
1112
1030
  """
1113
1031
 
1114
1032
  def draw(self, context) -> None:
@@ -1136,14 +1054,12 @@ class IMAGE_PT_overlay_uv_edit_geometry(_bpy_types.Panel):
1136
1054
  """
1137
1055
 
1138
1056
  :return: The RNA type or default when not found.
1139
- :rtype: bpy.types.Struct
1140
1057
  """
1141
1058
 
1142
1059
  def bl_rna_get_subclass_py(self) -> typing.Any:
1143
1060
  """
1144
1061
 
1145
1062
  :return: The class or default when not found.
1146
- :rtype: typing.Any
1147
1063
  """
1148
1064
 
1149
1065
  def draw(self, context) -> None:
@@ -1171,14 +1087,12 @@ class IMAGE_PT_overlay_uv_stretch(_bpy_types.Panel):
1171
1087
  """
1172
1088
 
1173
1089
  :return: The RNA type or default when not found.
1174
- :rtype: bpy.types.Struct
1175
1090
  """
1176
1091
 
1177
1092
  def bl_rna_get_subclass_py(self) -> typing.Any:
1178
1093
  """
1179
1094
 
1180
1095
  :return: The class or default when not found.
1181
- :rtype: typing.Any
1182
1096
  """
1183
1097
 
1184
1098
  def draw(self, context) -> None:
@@ -1211,14 +1125,12 @@ class IMAGE_PT_paint_clone(
1211
1125
  """
1212
1126
 
1213
1127
  :return: The RNA type or default when not found.
1214
- :rtype: bpy.types.Struct
1215
1128
  """
1216
1129
 
1217
1130
  def bl_rna_get_subclass_py(self) -> typing.Any:
1218
1131
  """
1219
1132
 
1220
1133
  :return: The class or default when not found.
1221
- :rtype: typing.Any
1222
1134
  """
1223
1135
 
1224
1136
  class ImagePaintPanel(bl_ui.properties_paint_common.UnifiedPaintPanel):
@@ -1242,14 +1154,12 @@ class IMAGE_PT_paint_curve(
1242
1154
  """
1243
1155
 
1244
1156
  :return: The RNA type or default when not found.
1245
- :rtype: bpy.types.Struct
1246
1157
  """
1247
1158
 
1248
1159
  def bl_rna_get_subclass_py(self) -> typing.Any:
1249
1160
  """
1250
1161
 
1251
1162
  :return: The class or default when not found.
1252
- :rtype: typing.Any
1253
1163
  """
1254
1164
 
1255
1165
  class IMAGE_PT_paint_select(
@@ -1267,14 +1177,12 @@ class IMAGE_PT_paint_select(
1267
1177
  """
1268
1178
 
1269
1179
  :return: The RNA type or default when not found.
1270
- :rtype: bpy.types.Struct
1271
1180
  """
1272
1181
 
1273
1182
  def bl_rna_get_subclass_py(self) -> typing.Any:
1274
1183
  """
1275
1184
 
1276
1185
  :return: The class or default when not found.
1277
- :rtype: typing.Any
1278
1186
  """
1279
1187
 
1280
1188
  class IMAGE_PT_paint_stroke(
@@ -1295,14 +1203,12 @@ class IMAGE_PT_paint_stroke(
1295
1203
  """
1296
1204
 
1297
1205
  :return: The RNA type or default when not found.
1298
- :rtype: bpy.types.Struct
1299
1206
  """
1300
1207
 
1301
1208
  def bl_rna_get_subclass_py(self) -> typing.Any:
1302
1209
  """
1303
1210
 
1304
1211
  :return: The class or default when not found.
1305
- :rtype: typing.Any
1306
1212
  """
1307
1213
 
1308
1214
  class IMAGE_PT_paint_stroke_smooth_stroke(
@@ -1322,14 +1228,12 @@ class IMAGE_PT_paint_stroke_smooth_stroke(
1322
1228
  """
1323
1229
 
1324
1230
  :return: The RNA type or default when not found.
1325
- :rtype: bpy.types.Struct
1326
1231
  """
1327
1232
 
1328
1233
  def bl_rna_get_subclass_py(self) -> typing.Any:
1329
1234
  """
1330
1235
 
1331
1236
  :return: The class or default when not found.
1332
- :rtype: typing.Any
1333
1237
  """
1334
1238
 
1335
1239
  class IMAGE_PT_paint_swatches(
@@ -1349,14 +1253,12 @@ class IMAGE_PT_paint_swatches(
1349
1253
  """
1350
1254
 
1351
1255
  :return: The RNA type or default when not found.
1352
- :rtype: bpy.types.Struct
1353
1256
  """
1354
1257
 
1355
1258
  def bl_rna_get_subclass_py(self) -> typing.Any:
1356
1259
  """
1357
1260
 
1358
1261
  :return: The class or default when not found.
1359
- :rtype: typing.Any
1360
1262
  """
1361
1263
 
1362
1264
  class IMAGE_PT_proportional_edit(_bpy_types.Panel):
@@ -1371,14 +1273,12 @@ class IMAGE_PT_proportional_edit(_bpy_types.Panel):
1371
1273
  """
1372
1274
 
1373
1275
  :return: The RNA type or default when not found.
1374
- :rtype: bpy.types.Struct
1375
1276
  """
1376
1277
 
1377
1278
  def bl_rna_get_subclass_py(self) -> typing.Any:
1378
1279
  """
1379
1280
 
1380
1281
  :return: The class or default when not found.
1381
- :rtype: typing.Any
1382
1282
  """
1383
1283
 
1384
1284
  def draw(self, context) -> None:
@@ -1399,14 +1299,12 @@ class IMAGE_PT_render_slots(_bpy_types.Panel):
1399
1299
  """
1400
1300
 
1401
1301
  :return: The RNA type or default when not found.
1402
- :rtype: bpy.types.Struct
1403
1302
  """
1404
1303
 
1405
1304
  def bl_rna_get_subclass_py(self) -> typing.Any:
1406
1305
  """
1407
1306
 
1408
1307
  :return: The class or default when not found.
1409
- :rtype: typing.Any
1410
1308
  """
1411
1309
 
1412
1310
  def draw(self, context) -> None:
@@ -1434,14 +1332,12 @@ class IMAGE_PT_sample_line(ImageScopesPanel, _bpy_types.Panel):
1434
1332
  """
1435
1333
 
1436
1334
  :return: The RNA type or default when not found.
1437
- :rtype: bpy.types.Struct
1438
1335
  """
1439
1336
 
1440
1337
  def bl_rna_get_subclass_py(self) -> typing.Any:
1441
1338
  """
1442
1339
 
1443
1340
  :return: The class or default when not found.
1444
- :rtype: typing.Any
1445
1341
  """
1446
1342
 
1447
1343
  def draw(self, context) -> None:
@@ -1463,14 +1359,12 @@ class IMAGE_PT_scope_sample(ImageScopesPanel, _bpy_types.Panel):
1463
1359
  """
1464
1360
 
1465
1361
  :return: The RNA type or default when not found.
1466
- :rtype: bpy.types.Struct
1467
1362
  """
1468
1363
 
1469
1364
  def bl_rna_get_subclass_py(self) -> typing.Any:
1470
1365
  """
1471
1366
 
1472
1367
  :return: The class or default when not found.
1473
- :rtype: typing.Any
1474
1368
  """
1475
1369
 
1476
1370
  def draw(self, context) -> None:
@@ -1490,14 +1384,12 @@ class IMAGE_PT_snapping(_bpy_types.Panel):
1490
1384
  """
1491
1385
 
1492
1386
  :return: The RNA type or default when not found.
1493
- :rtype: bpy.types.Struct
1494
1387
  """
1495
1388
 
1496
1389
  def bl_rna_get_subclass_py(self) -> typing.Any:
1497
1390
  """
1498
1391
 
1499
1392
  :return: The class or default when not found.
1500
- :rtype: typing.Any
1501
1393
  """
1502
1394
 
1503
1395
  def draw(self, context) -> None:
@@ -1524,14 +1416,12 @@ class IMAGE_PT_tools_brush_display(
1524
1416
  """
1525
1417
 
1526
1418
  :return: The RNA type or default when not found.
1527
- :rtype: bpy.types.Struct
1528
1419
  """
1529
1420
 
1530
1421
  def bl_rna_get_subclass_py(self) -> typing.Any:
1531
1422
  """
1532
1423
 
1533
1424
  :return: The class or default when not found.
1534
- :rtype: typing.Any
1535
1425
  """
1536
1426
 
1537
1427
  class IMAGE_PT_tools_brush_texture(BrushButtonsPanel, _bpy_types.Panel):
@@ -1549,14 +1439,12 @@ class IMAGE_PT_tools_brush_texture(BrushButtonsPanel, _bpy_types.Panel):
1549
1439
  """
1550
1440
 
1551
1441
  :return: The RNA type or default when not found.
1552
- :rtype: bpy.types.Struct
1553
1442
  """
1554
1443
 
1555
1444
  def bl_rna_get_subclass_py(self) -> typing.Any:
1556
1445
  """
1557
1446
 
1558
1447
  :return: The class or default when not found.
1559
- :rtype: typing.Any
1560
1448
  """
1561
1449
 
1562
1450
  def draw(self, context) -> None:
@@ -1579,14 +1467,12 @@ class IMAGE_PT_tools_imagepaint_symmetry(BrushButtonsPanel, _bpy_types.Panel):
1579
1467
  """
1580
1468
 
1581
1469
  :return: The RNA type or default when not found.
1582
- :rtype: bpy.types.Struct
1583
1470
  """
1584
1471
 
1585
1472
  def bl_rna_get_subclass_py(self) -> typing.Any:
1586
1473
  """
1587
1474
 
1588
1475
  :return: The class or default when not found.
1589
- :rtype: typing.Any
1590
1476
  """
1591
1477
 
1592
1478
  def draw(self, context) -> None:
@@ -1613,14 +1499,12 @@ class IMAGE_PT_tools_mask_texture(
1613
1499
  """
1614
1500
 
1615
1501
  :return: The RNA type or default when not found.
1616
- :rtype: bpy.types.Struct
1617
1502
  """
1618
1503
 
1619
1504
  def bl_rna_get_subclass_py(self) -> typing.Any:
1620
1505
  """
1621
1506
 
1622
1507
  :return: The class or default when not found.
1623
- :rtype: typing.Any
1624
1508
  """
1625
1509
 
1626
1510
  class IMAGE_PT_udim_tiles(_bpy_types.Panel):
@@ -1635,14 +1519,12 @@ class IMAGE_PT_udim_tiles(_bpy_types.Panel):
1635
1519
  """
1636
1520
 
1637
1521
  :return: The RNA type or default when not found.
1638
- :rtype: bpy.types.Struct
1639
1522
  """
1640
1523
 
1641
1524
  def bl_rna_get_subclass_py(self) -> typing.Any:
1642
1525
  """
1643
1526
 
1644
1527
  :return: The class or default when not found.
1645
- :rtype: typing.Any
1646
1528
  """
1647
1529
 
1648
1530
  def draw(self, context) -> None:
@@ -1670,14 +1552,12 @@ class IMAGE_PT_uv_cursor(_bpy_types.Panel):
1670
1552
  """
1671
1553
 
1672
1554
  :return: The RNA type or default when not found.
1673
- :rtype: bpy.types.Struct
1674
1555
  """
1675
1556
 
1676
1557
  def bl_rna_get_subclass_py(self) -> typing.Any:
1677
1558
  """
1678
1559
 
1679
1560
  :return: The class or default when not found.
1680
- :rtype: typing.Any
1681
1561
  """
1682
1562
 
1683
1563
  def draw(self, context) -> None:
@@ -1705,14 +1585,12 @@ class IMAGE_PT_uv_sculpt_curve(_bpy_types.Panel):
1705
1585
  """
1706
1586
 
1707
1587
  :return: The RNA type or default when not found.
1708
- :rtype: bpy.types.Struct
1709
1588
  """
1710
1589
 
1711
1590
  def bl_rna_get_subclass_py(self) -> typing.Any:
1712
1591
  """
1713
1592
 
1714
1593
  :return: The class or default when not found.
1715
- :rtype: typing.Any
1716
1594
  """
1717
1595
 
1718
1596
  def draw(self, context) -> None:
@@ -1733,14 +1611,12 @@ class IMAGE_PT_uv_sculpt_options(_bpy_types.Panel):
1733
1611
  """
1734
1612
 
1735
1613
  :return: The RNA type or default when not found.
1736
- :rtype: bpy.types.Struct
1737
1614
  """
1738
1615
 
1739
1616
  def bl_rna_get_subclass_py(self) -> typing.Any:
1740
1617
  """
1741
1618
 
1742
1619
  :return: The class or default when not found.
1743
- :rtype: typing.Any
1744
1620
  """
1745
1621
 
1746
1622
  def draw(self, context) -> None:
@@ -1761,14 +1637,12 @@ class IMAGE_PT_view_display(_bpy_types.Panel):
1761
1637
  """
1762
1638
 
1763
1639
  :return: The RNA type or default when not found.
1764
- :rtype: bpy.types.Struct
1765
1640
  """
1766
1641
 
1767
1642
  def bl_rna_get_subclass_py(self) -> typing.Any:
1768
1643
  """
1769
1644
 
1770
1645
  :return: The class or default when not found.
1771
- :rtype: typing.Any
1772
1646
  """
1773
1647
 
1774
1648
  def draw(self, context) -> None:
@@ -1796,14 +1670,12 @@ class IMAGE_PT_view_histogram(ImageScopesPanel, _bpy_types.Panel):
1796
1670
  """
1797
1671
 
1798
1672
  :return: The RNA type or default when not found.
1799
- :rtype: bpy.types.Struct
1800
1673
  """
1801
1674
 
1802
1675
  def bl_rna_get_subclass_py(self) -> typing.Any:
1803
1676
  """
1804
1677
 
1805
1678
  :return: The class or default when not found.
1806
- :rtype: typing.Any
1807
1679
  """
1808
1680
 
1809
1681
  def draw(self, context) -> None:
@@ -1824,14 +1696,12 @@ class IMAGE_PT_view_vectorscope(ImageScopesPanel, _bpy_types.Panel):
1824
1696
  """
1825
1697
 
1826
1698
  :return: The RNA type or default when not found.
1827
- :rtype: bpy.types.Struct
1828
1699
  """
1829
1700
 
1830
1701
  def bl_rna_get_subclass_py(self) -> typing.Any:
1831
1702
  """
1832
1703
 
1833
1704
  :return: The class or default when not found.
1834
- :rtype: typing.Any
1835
1705
  """
1836
1706
 
1837
1707
  def draw(self, context) -> None:
@@ -1852,14 +1722,12 @@ class IMAGE_PT_view_waveform(ImageScopesPanel, _bpy_types.Panel):
1852
1722
  """
1853
1723
 
1854
1724
  :return: The RNA type or default when not found.
1855
- :rtype: bpy.types.Struct
1856
1725
  """
1857
1726
 
1858
1727
  def bl_rna_get_subclass_py(self) -> typing.Any:
1859
1728
  """
1860
1729
 
1861
1730
  :return: The class or default when not found.
1862
- :rtype: typing.Any
1863
1731
  """
1864
1732
 
1865
1733
  def draw(self, context) -> None:
@@ -1876,14 +1744,12 @@ class IMAGE_UL_render_slots(_bpy_types.UIList):
1876
1744
  """
1877
1745
 
1878
1746
  :return: The RNA type or default when not found.
1879
- :rtype: bpy.types.Struct
1880
1747
  """
1881
1748
 
1882
1749
  def bl_rna_get_subclass_py(self) -> typing.Any:
1883
1750
  """
1884
1751
 
1885
1752
  :return: The class or default when not found.
1886
- :rtype: typing.Any
1887
1753
  """
1888
1754
 
1889
1755
  def draw_item(
@@ -1917,14 +1783,12 @@ class IMAGE_UL_udim_tiles(_bpy_types.UIList):
1917
1783
  """
1918
1784
 
1919
1785
  :return: The RNA type or default when not found.
1920
- :rtype: bpy.types.Struct
1921
1786
  """
1922
1787
 
1923
1788
  def bl_rna_get_subclass_py(self) -> typing.Any:
1924
1789
  """
1925
1790
 
1926
1791
  :return: The class or default when not found.
1927
- :rtype: typing.Any
1928
1792
  """
1929
1793
 
1930
1794
  def draw_item(
@@ -1952,10 +1816,10 @@ class IMAGE_UL_udim_tiles(_bpy_types.UIList):
1952
1816
 
1953
1817
  class ImageAssetShelf(bl_ui.properties_paint_common.BrushAssetShelf):
1954
1818
  bl_activate_operator: typing.Any
1955
- bl_default_preview_size: typing.Any
1956
1819
  bl_options: typing.Any
1957
1820
  bl_space_type: typing.Any
1958
1821
  brush_type_prop: typing.Any
1822
+ filter_brush: typing.Any
1959
1823
  mode_prop: typing.Any
1960
1824
 
1961
1825
  class ImageScopesPanel:
@@ -1999,14 +1863,12 @@ class IMAGE_PT_paint_color(_bpy_types.Panel, ImagePaintPanel):
1999
1863
  """
2000
1864
 
2001
1865
  :return: The RNA type or default when not found.
2002
- :rtype: bpy.types.Struct
2003
1866
  """
2004
1867
 
2005
1868
  def bl_rna_get_subclass_py(self) -> typing.Any:
2006
1869
  """
2007
1870
 
2008
1871
  :return: The class or default when not found.
2009
- :rtype: typing.Any
2010
1872
  """
2011
1873
 
2012
1874
  def draw(self, context) -> None:
@@ -2035,14 +1897,12 @@ class IMAGE_PT_paint_settings(_bpy_types.Panel, ImagePaintPanel):
2035
1897
  """
2036
1898
 
2037
1899
  :return: The RNA type or default when not found.
2038
- :rtype: bpy.types.Struct
2039
1900
  """
2040
1901
 
2041
1902
  def bl_rna_get_subclass_py(self) -> typing.Any:
2042
1903
  """
2043
1904
 
2044
1905
  :return: The class or default when not found.
2045
- :rtype: typing.Any
2046
1906
  """
2047
1907
 
2048
1908
  def draw(self, context) -> None:
@@ -2073,14 +1933,12 @@ class IMAGE_PT_paint_settings_advanced(_bpy_types.Panel, ImagePaintPanel):
2073
1933
  """
2074
1934
 
2075
1935
  :return: The RNA type or default when not found.
2076
- :rtype: bpy.types.Struct
2077
1936
  """
2078
1937
 
2079
1938
  def bl_rna_get_subclass_py(self) -> typing.Any:
2080
1939
  """
2081
1940
 
2082
1941
  :return: The class or default when not found.
2083
- :rtype: typing.Any
2084
1942
  """
2085
1943
 
2086
1944
  def draw(self, context) -> None: