fake-bpy-module 20240517__py3-none-any.whl → 20240519__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (312) hide show
  1. _bpy_internal/__init__.pyi +2 -1
  2. _bpy_internal/freedesktop/__init__.pyi +20 -86
  3. addon_utils/__init__.pyi +7 -31
  4. animsys_refactor/__init__.pyi +7 -26
  5. aud/__init__.pyi +3 -5
  6. bgl/__init__.pyi +2 -1630
  7. bl_app_override/__init__.pyi +5 -15
  8. bl_app_override/helpers/__init__.pyi +4 -23
  9. bl_app_template_utils/__init__.pyi +5 -16
  10. bl_console_utils/__init__.pyi +2 -1
  11. bl_console_utils/autocomplete/__init__.pyi +2 -1
  12. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
  13. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
  14. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
  15. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
  16. bl_i18n_utils/__init__.pyi +2 -1
  17. bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
  18. bl_i18n_utils/merge_po/__init__.pyi +3 -5
  19. bl_i18n_utils/settings/__init__.pyi +4 -23
  20. bl_i18n_utils/utils/__init__.pyi +10 -66
  21. bl_i18n_utils/utils_cli/__init__.pyi +9 -31
  22. bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
  23. bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
  24. bl_keymap_utils/__init__.pyi +2 -1
  25. bl_keymap_utils/io/__init__.pyi +10 -40
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
  28. bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
  29. bl_keymap_utils/versioning/__init__.pyi +3 -5
  30. bl_math/__init__.pyi +2 -1
  31. bl_operators/__init__.pyi +4 -10
  32. bl_operators/add_mesh_torus/__init__.pyi +4 -19
  33. bl_operators/anim/__init__.pyi +2 -71
  34. bl_operators/assets/__init__.pyi +2 -30
  35. bl_operators/bmesh/__init__.pyi +2 -1
  36. bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
  37. bl_operators/clip/__init__.pyi +7 -115
  38. bl_operators/console/__init__.pyi +2 -38
  39. bl_operators/constraint/__init__.pyi +2 -37
  40. bl_operators/file/__init__.pyi +2 -28
  41. bl_operators/freestyle/__init__.pyi +2 -37
  42. bl_operators/geometry_nodes/__init__.pyi +15 -103
  43. bl_operators/image/__init__.pyi +2 -52
  44. bl_operators/mesh/__init__.pyi +2 -28
  45. bl_operators/node/__init__.pyi +2 -105
  46. bl_operators/object/__init__.pyi +2 -138
  47. bl_operators/object_align/__init__.pyi +5 -24
  48. bl_operators/object_quick_effects/__init__.pyi +4 -49
  49. bl_operators/object_randomize_transform/__init__.pyi +5 -14
  50. bl_operators/presets/__init__.pyi +4 -376
  51. bl_operators/rigidbody/__init__.pyi +2 -28
  52. bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
  53. bl_operators/sequencer/__init__.pyi +3 -104
  54. bl_operators/spreadsheet/__init__.pyi +2 -10
  55. bl_operators/userpref/__init__.pyi +3 -201
  56. bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
  57. bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
  58. bl_operators/uvcalc_transform/__init__.pyi +13 -73
  59. bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
  60. bl_operators/view3d/__init__.pyi +2 -64
  61. bl_operators/wm/__init__.pyi +16 -451
  62. bl_operators/world/__init__.pyi +2 -10
  63. bl_previews_utils/__init__.pyi +2 -1
  64. bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
  65. bl_rna_utils/__init__.pyi +2 -1
  66. bl_rna_utils/data_path/__init__.pyi +2 -2
  67. bl_text_utils/__init__.pyi +2 -1
  68. bl_text_utils/external_editor/__init__.pyi +3 -5
  69. bl_ui/__init__.pyi +32 -141
  70. bl_ui/anim/__init__.pyi +3 -12
  71. bl_ui/asset_shelf/__init__.pyi +3 -16
  72. bl_ui/generic_ui_list/__init__.pyi +4 -31
  73. bl_ui/node_add_menu/__init__.pyi +6 -28
  74. bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
  75. bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
  76. bl_ui/node_add_menu_shader/__init__.pyi +20 -170
  77. bl_ui/node_add_menu_texture/__init__.pyi +11 -118
  78. bl_ui/properties_animviz/__init__.pyi +2 -15
  79. bl_ui/properties_collection/__init__.pyi +9 -112
  80. bl_ui/properties_constraint/__init__.pyi +81 -1524
  81. bl_ui/properties_data_armature/__init__.pyi +14 -214
  82. bl_ui/properties_data_bone/__init__.pyi +12 -198
  83. bl_ui/properties_data_camera/__init__.pyi +17 -312
  84. bl_ui/properties_data_curve/__init__.pyi +17 -319
  85. bl_ui/properties_data_curves/__init__.pyi +8 -108
  86. bl_ui/properties_data_empty/__init__.pyi +4 -44
  87. bl_ui/properties_data_gpencil/__init__.pyi +20 -350
  88. bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
  89. bl_ui/properties_data_lattice/__init__.pyi +5 -65
  90. bl_ui/properties_data_light/__init__.pyi +14 -264
  91. bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
  92. bl_ui/properties_data_mesh/__init__.pyi +23 -325
  93. bl_ui/properties_data_metaball/__init__.pyi +7 -103
  94. bl_ui/properties_data_modifier/__init__.pyi +10 -178
  95. bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
  96. bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
  97. bl_ui/properties_data_speaker/__init__.pyi +7 -111
  98. bl_ui/properties_data_volume/__init__.pyi +10 -156
  99. bl_ui/properties_freestyle/__init__.pyi +31 -615
  100. bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
  101. bl_ui/properties_mask_common/__init__.pyi +10 -111
  102. bl_ui/properties_material/__init__.pyi +20 -331
  103. bl_ui/properties_material_gpencil/__init__.pyi +12 -182
  104. bl_ui/properties_object/__init__.pyi +16 -276
  105. bl_ui/properties_output/__init__.pyi +20 -370
  106. bl_ui/properties_paint_common/__init__.pyi +14 -106
  107. bl_ui/properties_particle/__init__.pyi +58 -1159
  108. bl_ui/properties_physics_cloth/__init__.pyi +17 -314
  109. bl_ui/properties_physics_common/__init__.pyi +9 -58
  110. bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
  111. bl_ui/properties_physics_field/__init__.pyi +13 -218
  112. bl_ui/properties_physics_fluid/__init__.pyi +30 -626
  113. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
  114. bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
  115. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
  116. bl_ui/properties_physics_softbody/__init__.pyi +18 -353
  117. bl_ui/properties_render/__init__.pyi +56 -1146
  118. bl_ui/properties_scene/__init__.pyi +17 -298
  119. bl_ui/properties_texture/__init__.pyi +30 -577
  120. bl_ui/properties_view_layer/__init__.pyi +20 -346
  121. bl_ui/properties_workspace/__init__.pyi +6 -80
  122. bl_ui/properties_world/__init__.pyi +12 -220
  123. bl_ui/space_clip/__init__.pyi +73 -1090
  124. bl_ui/space_console/__init__.pyi +9 -73
  125. bl_ui/space_dopesheet/__init__.pyi +33 -485
  126. bl_ui/space_filebrowser/__init__.pyi +36 -431
  127. bl_ui/space_graph/__init__.pyi +22 -237
  128. bl_ui/space_image/__init__.pyi +70 -1089
  129. bl_ui/space_info/__init__.pyi +8 -71
  130. bl_ui/space_nla/__init__.pyi +19 -210
  131. bl_ui/space_node/__init__.pyi +32 -436
  132. bl_ui/space_outliner/__init__.pyi +17 -165
  133. bl_ui/space_properties/__init__.pyi +5 -42
  134. bl_ui/space_sequencer/__init__.pyi +79 -1142
  135. bl_ui/space_spreadsheet/__init__.pyi +3 -12
  136. bl_ui/space_statusbar/__init__.pyi +3 -12
  137. bl_ui/space_text/__init__.pyi +18 -193
  138. bl_ui/space_time/__init__.pyi +10 -111
  139. bl_ui/space_toolsystem_common/__init__.pyi +42 -200
  140. bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
  141. bl_ui/space_topbar/__init__.pyi +29 -335
  142. bl_ui/space_userpref/__init__.pyi +94 -1576
  143. bl_ui/space_view3d/__init__.pyi +271 -3438
  144. bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
  145. bl_ui/temp_anim_layers/__init__.pyi +4 -22
  146. bl_ui/utils/__init__.pyi +2 -8
  147. bl_ui_utils/__init__.pyi +2 -1
  148. bl_ui_utils/bug_report_url/__init__.pyi +3 -5
  149. bl_ui_utils/layout/__init__.pyi +2 -1
  150. blend_render_info/__init__.pyi +4 -10
  151. blf/__init__.pyi +2 -1
  152. bmesh/__init__.pyi +2 -1
  153. bmesh/geometry/__init__.pyi +2 -1
  154. bmesh/ops/__init__.pyi +2 -1
  155. bmesh/types/__init__.pyi +29 -45
  156. bmesh/utils/__init__.pyi +2 -1
  157. bpy/__init__.pyi +2 -1
  158. bpy/app/__init__.pyi +2 -1
  159. bpy/app/handlers/__init__.pyi +2 -1
  160. bpy/app/icons/__init__.pyi +2 -1
  161. bpy/app/timers/__init__.pyi +8 -15
  162. bpy/app/translations/__init__.pyi +2 -1
  163. bpy/msgbus/__init__.pyi +2 -1
  164. bpy/ops/__init__.pyi +2 -1
  165. bpy/ops/action/__init__.pyi +22 -21
  166. bpy/ops/anim/__init__.pyi +32 -31
  167. bpy/ops/armature/__init__.pyi +22 -21
  168. bpy/ops/asset/__init__.pyi +8 -7
  169. bpy/ops/bl_pkg/__init__.pyi +4 -3
  170. bpy/ops/boid/__init__.pyi +2 -1
  171. bpy/ops/brush/__init__.pyi +10 -9
  172. bpy/ops/buttons/__init__.pyi +10 -9
  173. bpy/ops/cachefile/__init__.pyi +12 -11
  174. bpy/ops/camera/__init__.pyi +2 -1
  175. bpy/ops/clip/__init__.pyi +38 -37
  176. bpy/ops/cloth/__init__.pyi +2 -1
  177. bpy/ops/collection/__init__.pyi +8 -7
  178. bpy/ops/console/__init__.pyi +8 -7
  179. bpy/ops/constraint/__init__.pyi +30 -29
  180. bpy/ops/curve/__init__.pyi +32 -31
  181. bpy/ops/curves/__init__.pyi +10 -9
  182. bpy/ops/cycles/__init__.pyi +2 -1
  183. bpy/ops/dpaint/__init__.pyi +4 -3
  184. bpy/ops/ed/__init__.pyi +6 -5
  185. bpy/ops/export_anim/__init__.pyi +4 -3
  186. bpy/ops/export_scene/__init__.pyi +40 -39
  187. bpy/ops/file/__init__.pyi +20 -19
  188. bpy/ops/fluid/__init__.pyi +2 -1
  189. bpy/ops/font/__init__.pyi +22 -21
  190. bpy/ops/geometry/__init__.pyi +4 -3
  191. bpy/ops/gizmogroup/__init__.pyi +2 -1
  192. bpy/ops/gpencil/__init__.pyi +134 -133
  193. bpy/ops/graph/__init__.pyi +40 -39
  194. bpy/ops/grease_pencil/__init__.pyi +42 -41
  195. bpy/ops/image/__init__.pyi +22 -21
  196. bpy/ops/import_anim/__init__.pyi +10 -9
  197. bpy/ops/import_curve/__init__.pyi +2 -1
  198. bpy/ops/import_scene/__init__.pyi +20 -19
  199. bpy/ops/info/__init__.pyi +6 -5
  200. bpy/ops/lattice/__init__.pyi +8 -7
  201. bpy/ops/marker/__init__.pyi +10 -9
  202. bpy/ops/mask/__init__.pyi +14 -13
  203. bpy/ops/material/__init__.pyi +2 -1
  204. bpy/ops/mball/__init__.pyi +8 -7
  205. bpy/ops/mesh/__init__.pyi +112 -111
  206. bpy/ops/nla/__init__.pyi +16 -15
  207. bpy/ops/node/__init__.pyi +32 -31
  208. bpy/ops/object/__init__.pyi +186 -185
  209. bpy/ops/outliner/__init__.pyi +38 -37
  210. bpy/ops/paint/__init__.pyi +50 -49
  211. bpy/ops/paintcurve/__init__.pyi +2 -1
  212. bpy/ops/palette/__init__.pyi +6 -5
  213. bpy/ops/particle/__init__.pyi +16 -15
  214. bpy/ops/pose/__init__.pyi +32 -31
  215. bpy/ops/poselib/__init__.pyi +2 -1
  216. bpy/ops/preferences/__init__.pyi +14 -13
  217. bpy/ops/ptcache/__init__.pyi +2 -1
  218. bpy/ops/render/__init__.pyi +4 -3
  219. bpy/ops/rigidbody/__init__.pyi +10 -9
  220. bpy/ops/scene/__init__.pyi +18 -17
  221. bpy/ops/screen/__init__.pyi +16 -15
  222. bpy/ops/script/__init__.pyi +2 -1
  223. bpy/ops/sculpt/__init__.pyi +68 -67
  224. bpy/ops/sculpt_curves/__init__.pyi +4 -3
  225. bpy/ops/sequencer/__init__.pyi +74 -73
  226. bpy/ops/sound/__init__.pyi +20 -19
  227. bpy/ops/spreadsheet/__init__.pyi +2 -1
  228. bpy/ops/surface/__init__.pyi +14 -13
  229. bpy/ops/text/__init__.pyi +24 -23
  230. bpy/ops/text_editor/__init__.pyi +2 -1
  231. bpy/ops/texture/__init__.pyi +4 -3
  232. bpy/ops/transform/__init__.pyi +32 -31
  233. bpy/ops/ui/__init__.pyi +8 -7
  234. bpy/ops/uilist/__init__.pyi +4 -3
  235. bpy/ops/uv/__init__.pyi +66 -65
  236. bpy/ops/view2d/__init__.pyi +2 -1
  237. bpy/ops/view3d/__init__.pyi +36 -35
  238. bpy/ops/wm/__init__.pyi +191 -187
  239. bpy/ops/workspace/__init__.pyi +2 -1
  240. bpy/ops/world/__init__.pyi +2 -1
  241. bpy/path/__init__.pyi +2 -1
  242. bpy/props/__init__.pyi +2 -1
  243. bpy/types/__init__.pyi +546 -4852
  244. bpy/utils/__init__.pyi +16 -71
  245. bpy/utils/previews/__init__.pyi +2 -1
  246. bpy/utils/units/__init__.pyi +2 -1
  247. bpy_extras/__init__.pyi +2 -1
  248. bpy_extras/anim_utils/__init__.pyi +2 -2
  249. bpy_extras/asset_utils/__init__.pyi +2 -11
  250. bpy_extras/bmesh_utils/__init__.pyi +3 -5
  251. bpy_extras/extensions/__init__.pyi +2 -1
  252. bpy_extras/extensions/junction_module/__init__.pyi +3 -7
  253. bpy_extras/id_map_utils/__init__.pyi +2 -1
  254. bpy_extras/image_utils/__init__.pyi +2 -1
  255. bpy_extras/io_utils/__init__.pyi +6 -25
  256. bpy_extras/keyconfig_utils/__init__.pyi +4 -10
  257. bpy_extras/mesh_utils/__init__.pyi +2 -1
  258. bpy_extras/node_shader_utils/__init__.pyi +46 -286
  259. bpy_extras/node_utils/__init__.pyi +4 -10
  260. bpy_extras/object_utils/__init__.pyi +2 -3
  261. bpy_extras/view3d_utils/__init__.pyi +2 -1
  262. bpy_extras/wm_utils/__init__.pyi +2 -1
  263. bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
  264. bpy_restrict_state/__init__.pyi +3 -15
  265. bpy_types/__init__.pyi +10 -275
  266. console_python/__init__.pyi +8 -37
  267. console_shell/__init__.pyi +8 -26
  268. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
  269. fake_bpy_module-20240519.dist-info/RECORD +353 -0
  270. freestyle/__init__.pyi +2 -1
  271. freestyle/chainingiterators/__init__.pyi +12 -41
  272. freestyle/functions/__init__.pyi +9 -34
  273. freestyle/predicates/__init__.pyi +46 -218
  274. freestyle/shaders/__init__.pyi +2 -11
  275. freestyle/types/__init__.pyi +2 -1
  276. freestyle/utils/ContextFunctions/__init__.pyi +2 -1
  277. freestyle/utils/__init__.pyi +5 -16
  278. gpu/__init__.pyi +2 -1
  279. gpu/capabilities/__init__.pyi +2 -1
  280. gpu/matrix/__init__.pyi +2 -1
  281. gpu/platform/__init__.pyi +2 -1
  282. gpu/select/__init__.pyi +2 -1
  283. gpu/shader/__init__.pyi +2 -1
  284. gpu/state/__init__.pyi +2 -1
  285. gpu/texture/__init__.pyi +2 -1
  286. gpu/types/__init__.pyi +2 -1
  287. gpu_extras/__init__.pyi +2 -1
  288. gpu_extras/batch/__init__.pyi +2 -1
  289. gpu_extras/presets/__init__.pyi +2 -1
  290. graphviz_export/__init__.pyi +4 -10
  291. idprop/__init__.pyi +2 -1
  292. idprop/types/__init__.pyi +8 -34
  293. imbuf/__init__.pyi +2 -1
  294. imbuf/types/__init__.pyi +2 -3
  295. keyingsets_builtins/__init__.pyi +4 -157
  296. keyingsets_utils/__init__.pyi +17 -71
  297. mathutils/__init__.pyi +2 -1
  298. mathutils/bvhtree/__init__.pyi +2 -3
  299. mathutils/geometry/__init__.pyi +2 -1
  300. mathutils/interpolate/__init__.pyi +2 -1
  301. mathutils/kdtree/__init__.pyi +2 -1
  302. mathutils/noise/__init__.pyi +2 -1
  303. nodeitems_builtins/__init__.pyi +7 -31
  304. nodeitems_utils/__init__.pyi +10 -46
  305. rna_info/__init__.pyi +24 -201
  306. rna_keymap_ui/__init__.pyi +9 -31
  307. rna_prop_ui/__init__.pyi +11 -50
  308. rna_xml/__init__.pyi +8 -30
  309. sys_info/__init__.pyi +3 -5
  310. fake_bpy_module-20240517.dist-info/RECORD +0 -353
  311. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
  312. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
@@ -3,13 +3,11 @@ import bpy.types
3
3
  import bpy_types
4
4
  import rna_prop_ui
5
5
 
6
- GenericType = typing.TypeVar("GenericType")
6
+ GenericType1 = typing.TypeVar("GenericType1")
7
+ GenericType2 = typing.TypeVar("GenericType2")
7
8
 
8
9
  class ColorAttributesListBase:
9
- """ """
10
-
11
10
  display_domain_names: typing.Any
12
- """ """
13
11
 
14
12
  def filter_items(self, _context, data, property):
15
13
  """
@@ -21,16 +19,9 @@ class ColorAttributesListBase:
21
19
  ...
22
20
 
23
21
  class MeshButtonsPanel:
24
- """ """
25
-
26
22
  bl_context: typing.Any
27
- """ """
28
-
29
23
  bl_region_type: typing.Any
30
- """ """
31
-
32
24
  bl_space_type: typing.Any
33
- """ """
34
25
 
35
26
  def poll(self, context):
36
27
  """
@@ -40,16 +31,9 @@ class MeshButtonsPanel:
40
31
  ...
41
32
 
42
33
  class MESH_MT_attribute_context_menu(bpy_types.Menu, bpy_types._GenericUI):
43
- """ """
44
-
45
34
  bl_label: typing.Any
46
- """ """
47
-
48
35
  bl_rna: typing.Any
49
- """ """
50
-
51
36
  id_data: typing.Any
52
- """ """
53
37
 
54
38
  def append(self, draw_func):
55
39
  """Append a draw function to this menu,
@@ -154,10 +138,7 @@ class MESH_MT_attribute_context_menu(bpy_types.Menu, bpy_types._GenericUI):
154
138
  """
155
139
  ...
156
140
 
157
- def is_extended(self):
158
- """ """
159
- ...
160
-
141
+ def is_extended(self): ...
161
142
  def is_property_hidden(self) -> bool:
162
143
  """Check if a property is hidden.
163
144
 
@@ -320,16 +301,9 @@ class MESH_MT_attribute_context_menu(bpy_types.Menu, bpy_types._GenericUI):
320
301
  ...
321
302
 
322
303
  class MESH_MT_color_attribute_context_menu(bpy_types.Menu, bpy_types._GenericUI):
323
- """ """
324
-
325
304
  bl_label: typing.Any
326
- """ """
327
-
328
305
  bl_rna: typing.Any
329
- """ """
330
-
331
306
  id_data: typing.Any
332
- """ """
333
307
 
334
308
  def append(self, draw_func):
335
309
  """Append a draw function to this menu,
@@ -434,10 +408,7 @@ class MESH_MT_color_attribute_context_menu(bpy_types.Menu, bpy_types._GenericUI)
434
408
  """
435
409
  ...
436
410
 
437
- def is_extended(self):
438
- """ """
439
- ...
440
-
411
+ def is_extended(self): ...
441
412
  def is_property_hidden(self) -> bool:
442
413
  """Check if a property is hidden.
443
414
 
@@ -600,16 +571,9 @@ class MESH_MT_color_attribute_context_menu(bpy_types.Menu, bpy_types._GenericUI)
600
571
  ...
601
572
 
602
573
  class MESH_MT_shape_key_context_menu(bpy_types.Menu, bpy_types._GenericUI):
603
- """ """
604
-
605
574
  bl_label: typing.Any
606
- """ """
607
-
608
575
  bl_rna: typing.Any
609
- """ """
610
-
611
576
  id_data: typing.Any
612
- """ """
613
577
 
614
578
  def append(self, draw_func):
615
579
  """Append a draw function to this menu,
@@ -714,10 +678,7 @@ class MESH_MT_shape_key_context_menu(bpy_types.Menu, bpy_types._GenericUI):
714
678
  """
715
679
  ...
716
680
 
717
- def is_extended(self):
718
- """ """
719
- ...
720
-
681
+ def is_extended(self): ...
721
682
  def is_property_hidden(self) -> bool:
722
683
  """Check if a property is hidden.
723
684
 
@@ -880,16 +841,9 @@ class MESH_MT_shape_key_context_menu(bpy_types.Menu, bpy_types._GenericUI):
880
841
  ...
881
842
 
882
843
  class MESH_MT_vertex_group_context_menu(bpy_types.Menu, bpy_types._GenericUI):
883
- """ """
884
-
885
844
  bl_label: typing.Any
886
- """ """
887
-
888
845
  bl_rna: typing.Any
889
- """ """
890
-
891
846
  id_data: typing.Any
892
- """ """
893
847
 
894
848
  def append(self, draw_func):
895
849
  """Append a draw function to this menu,
@@ -994,10 +948,7 @@ class MESH_MT_vertex_group_context_menu(bpy_types.Menu, bpy_types._GenericUI):
994
948
  """
995
949
  ...
996
950
 
997
- def is_extended(self):
998
- """ """
999
- ...
1000
-
951
+ def is_extended(self): ...
1001
952
  def is_property_hidden(self) -> bool:
1002
953
  """Check if a property is hidden.
1003
954
 
@@ -1160,16 +1111,9 @@ class MESH_MT_vertex_group_context_menu(bpy_types.Menu, bpy_types._GenericUI):
1160
1111
  ...
1161
1112
 
1162
1113
  class MESH_UL_attributes(bpy_types.UIList, bpy_types._GenericUI):
1163
- """ """
1164
-
1165
1114
  bl_rna: typing.Any
1166
- """ """
1167
-
1168
1115
  display_domain_names: typing.Any
1169
- """ """
1170
-
1171
1116
  id_data: typing.Any
1172
- """ """
1173
1117
 
1174
1118
  def append(self, draw_func):
1175
1119
  """Append a draw function to this menu,
@@ -1280,10 +1224,7 @@ class MESH_UL_attributes(bpy_types.UIList, bpy_types._GenericUI):
1280
1224
  """
1281
1225
  ...
1282
1226
 
1283
- def is_extended(self):
1284
- """ """
1285
- ...
1286
-
1227
+ def is_extended(self): ...
1287
1228
  def is_property_hidden(self) -> bool:
1288
1229
  """Check if a property is hidden.
1289
1230
 
@@ -1412,13 +1353,8 @@ class MESH_UL_attributes(bpy_types.UIList, bpy_types._GenericUI):
1412
1353
  ...
1413
1354
 
1414
1355
  class MESH_UL_shape_keys(bpy_types.UIList, bpy_types._GenericUI):
1415
- """ """
1416
-
1417
1356
  bl_rna: typing.Any
1418
- """ """
1419
-
1420
1357
  id_data: typing.Any
1421
- """ """
1422
1358
 
1423
1359
  def append(self, draw_func):
1424
1360
  """Append a draw function to this menu,
@@ -1512,10 +1448,7 @@ class MESH_UL_shape_keys(bpy_types.UIList, bpy_types._GenericUI):
1512
1448
  """
1513
1449
  ...
1514
1450
 
1515
- def is_extended(self):
1516
- """ """
1517
- ...
1518
-
1451
+ def is_extended(self): ...
1519
1452
  def is_property_hidden(self) -> bool:
1520
1453
  """Check if a property is hidden.
1521
1454
 
@@ -1644,13 +1577,8 @@ class MESH_UL_shape_keys(bpy_types.UIList, bpy_types._GenericUI):
1644
1577
  ...
1645
1578
 
1646
1579
  class MESH_UL_uvmaps(bpy_types.UIList, bpy_types._GenericUI):
1647
- """ """
1648
-
1649
1580
  bl_rna: typing.Any
1650
- """ """
1651
-
1652
1581
  id_data: typing.Any
1653
- """ """
1654
1582
 
1655
1583
  def append(self, draw_func):
1656
1584
  """Append a draw function to this menu,
@@ -1752,10 +1680,7 @@ class MESH_UL_uvmaps(bpy_types.UIList, bpy_types._GenericUI):
1752
1680
  """
1753
1681
  ...
1754
1682
 
1755
- def is_extended(self):
1756
- """ """
1757
- ...
1758
-
1683
+ def is_extended(self): ...
1759
1684
  def is_property_hidden(self) -> bool:
1760
1685
  """Check if a property is hidden.
1761
1686
 
@@ -1884,13 +1809,8 @@ class MESH_UL_uvmaps(bpy_types.UIList, bpy_types._GenericUI):
1884
1809
  ...
1885
1810
 
1886
1811
  class MESH_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
1887
- """ """
1888
-
1889
1812
  bl_rna: typing.Any
1890
- """ """
1891
-
1892
1813
  id_data: typing.Any
1893
- """ """
1894
1814
 
1895
1815
  def append(self, draw_func):
1896
1816
  """Append a draw function to this menu,
@@ -1992,10 +1912,7 @@ class MESH_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
1992
1912
  """
1993
1913
  ...
1994
1914
 
1995
- def is_extended(self):
1996
- """ """
1997
- ...
1998
-
1915
+ def is_extended(self): ...
1999
1916
  def is_property_hidden(self) -> bool:
2000
1917
  """Check if a property is hidden.
2001
1918
 
@@ -2126,16 +2043,9 @@ class MESH_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
2126
2043
  class MESH_UL_color_attributes(
2127
2044
  bpy_types._GenericUI, bpy_types.UIList, ColorAttributesListBase
2128
2045
  ):
2129
- """ """
2130
-
2131
2046
  bl_rna: typing.Any
2132
- """ """
2133
-
2134
2047
  display_domain_names: typing.Any
2135
- """ """
2136
-
2137
2048
  id_data: typing.Any
2138
- """ """
2139
2049
 
2140
2050
  def append(self, draw_func):
2141
2051
  """Append a draw function to this menu,
@@ -2246,10 +2156,7 @@ class MESH_UL_color_attributes(
2246
2156
  """
2247
2157
  ...
2248
2158
 
2249
- def is_extended(self):
2250
- """ """
2251
- ...
2252
-
2159
+ def is_extended(self): ...
2253
2160
  def is_property_hidden(self) -> bool:
2254
2161
  """Check if a property is hidden.
2255
2162
 
@@ -2380,16 +2287,9 @@ class MESH_UL_color_attributes(
2380
2287
  class MESH_UL_color_attributes_selector(
2381
2288
  bpy_types._GenericUI, bpy_types.UIList, ColorAttributesListBase
2382
2289
  ):
2383
- """ """
2384
-
2385
2290
  bl_rna: typing.Any
2386
- """ """
2387
-
2388
2291
  display_domain_names: typing.Any
2389
- """ """
2390
-
2391
2292
  id_data: typing.Any
2392
- """ """
2393
2293
 
2394
2294
  def append(self, draw_func):
2395
2295
  """Append a draw function to this menu,
@@ -2500,10 +2400,7 @@ class MESH_UL_color_attributes_selector(
2500
2400
  """
2501
2401
  ...
2502
2402
 
2503
- def is_extended(self):
2504
- """ """
2505
- ...
2506
-
2403
+ def is_extended(self): ...
2507
2404
  def is_property_hidden(self) -> bool:
2508
2405
  """Check if a property is hidden.
2509
2406
 
@@ -2632,31 +2529,14 @@ class MESH_UL_color_attributes_selector(
2632
2529
  ...
2633
2530
 
2634
2531
  class DATA_PT_context_mesh(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
2635
- """ """
2636
-
2637
2532
  COMPAT_ENGINES: typing.Any
2638
- """ """
2639
-
2640
2533
  bl_context: typing.Any
2641
- """ """
2642
-
2643
2534
  bl_label: typing.Any
2644
- """ """
2645
-
2646
2535
  bl_options: typing.Any
2647
- """ """
2648
-
2649
2536
  bl_region_type: typing.Any
2650
- """ """
2651
-
2652
2537
  bl_rna: typing.Any
2653
- """ """
2654
-
2655
2538
  bl_space_type: typing.Any
2656
- """ """
2657
-
2658
2539
  id_data: typing.Any
2659
- """ """
2660
2540
 
2661
2541
  def append(self, draw_func):
2662
2542
  """Append a draw function to this menu,
@@ -2741,10 +2621,7 @@ class DATA_PT_context_mesh(bpy_types.Panel, MeshButtonsPanel, bpy_types._Generic
2741
2621
  """
2742
2622
  ...
2743
2623
 
2744
- def is_extended(self):
2745
- """ """
2746
- ...
2747
-
2624
+ def is_extended(self): ...
2748
2625
  def is_property_hidden(self) -> bool:
2749
2626
  """Check if a property is hidden.
2750
2627
 
@@ -2887,31 +2764,14 @@ class DATA_PT_custom_props_mesh(
2887
2764
  """
2888
2765
 
2889
2766
  COMPAT_ENGINES: typing.Any
2890
- """ """
2891
-
2892
2767
  bl_context: typing.Any
2893
- """ """
2894
-
2895
2768
  bl_label: typing.Any
2896
- """ """
2897
-
2898
2769
  bl_options: typing.Any
2899
- """ """
2900
-
2901
2770
  bl_order: typing.Any
2902
- """ """
2903
-
2904
2771
  bl_region_type: typing.Any
2905
- """ """
2906
-
2907
2772
  bl_rna: typing.Any
2908
- """ """
2909
-
2910
2773
  bl_space_type: typing.Any
2911
- """ """
2912
-
2913
2774
  id_data: typing.Any
2914
- """ """
2915
2775
 
2916
2776
  def append(self, draw_func):
2917
2777
  """Append a draw function to this menu,
@@ -2996,10 +2856,7 @@ class DATA_PT_custom_props_mesh(
2996
2856
  """
2997
2857
  ...
2998
2858
 
2999
- def is_extended(self):
3000
- """ """
3001
- ...
3002
-
2859
+ def is_extended(self): ...
3003
2860
  def is_property_hidden(self) -> bool:
3004
2861
  """Check if a property is hidden.
3005
2862
 
@@ -3135,31 +2992,14 @@ class DATA_PT_custom_props_mesh(
3135
2992
  ...
3136
2993
 
3137
2994
  class DATA_PT_customdata(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
3138
- """ """
3139
-
3140
2995
  COMPAT_ENGINES: typing.Any
3141
- """ """
3142
-
3143
2996
  bl_context: typing.Any
3144
- """ """
3145
-
3146
2997
  bl_label: typing.Any
3147
- """ """
3148
-
3149
2998
  bl_options: typing.Any
3150
- """ """
3151
-
3152
2999
  bl_region_type: typing.Any
3153
- """ """
3154
-
3155
3000
  bl_rna: typing.Any
3156
- """ """
3157
-
3158
3001
  bl_space_type: typing.Any
3159
- """ """
3160
-
3161
3002
  id_data: typing.Any
3162
- """ """
3163
3003
 
3164
3004
  def append(self, draw_func):
3165
3005
  """Append a draw function to this menu,
@@ -3244,10 +3084,7 @@ class DATA_PT_customdata(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI
3244
3084
  """
3245
3085
  ...
3246
3086
 
3247
- def is_extended(self):
3248
- """ """
3249
- ...
3250
-
3087
+ def is_extended(self): ...
3251
3088
  def is_property_hidden(self) -> bool:
3252
3089
  """Check if a property is hidden.
3253
3090
 
@@ -3383,31 +3220,14 @@ class DATA_PT_customdata(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI
3383
3220
  ...
3384
3221
 
3385
3222
  class DATA_PT_mesh_attributes(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
3386
- """ """
3387
-
3388
3223
  COMPAT_ENGINES: typing.Any
3389
- """ """
3390
-
3391
3224
  bl_context: typing.Any
3392
- """ """
3393
-
3394
3225
  bl_label: typing.Any
3395
- """ """
3396
-
3397
3226
  bl_options: typing.Any
3398
- """ """
3399
-
3400
3227
  bl_region_type: typing.Any
3401
- """ """
3402
-
3403
3228
  bl_rna: typing.Any
3404
- """ """
3405
-
3406
3229
  bl_space_type: typing.Any
3407
- """ """
3408
-
3409
3230
  id_data: typing.Any
3410
- """ """
3411
3231
 
3412
3232
  def append(self, draw_func):
3413
3233
  """Append a draw function to this menu,
@@ -3492,10 +3312,7 @@ class DATA_PT_mesh_attributes(bpy_types.Panel, MeshButtonsPanel, bpy_types._Gene
3492
3312
  """
3493
3313
  ...
3494
3314
 
3495
- def is_extended(self):
3496
- """ """
3497
- ...
3498
-
3315
+ def is_extended(self): ...
3499
3316
  def is_property_hidden(self) -> bool:
3500
3317
  """Check if a property is hidden.
3501
3318
 
@@ -3631,31 +3448,14 @@ class DATA_PT_mesh_attributes(bpy_types.Panel, MeshButtonsPanel, bpy_types._Gene
3631
3448
  ...
3632
3449
 
3633
3450
  class DATA_PT_remesh(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
3634
- """ """
3635
-
3636
3451
  COMPAT_ENGINES: typing.Any
3637
- """ """
3638
-
3639
3452
  bl_context: typing.Any
3640
- """ """
3641
-
3642
3453
  bl_label: typing.Any
3643
- """ """
3644
-
3645
3454
  bl_options: typing.Any
3646
- """ """
3647
-
3648
3455
  bl_region_type: typing.Any
3649
- """ """
3650
-
3651
3456
  bl_rna: typing.Any
3652
- """ """
3653
-
3654
3457
  bl_space_type: typing.Any
3655
- """ """
3656
-
3657
3458
  id_data: typing.Any
3658
- """ """
3659
3459
 
3660
3460
  def append(self, draw_func):
3661
3461
  """Append a draw function to this menu,
@@ -3740,10 +3540,7 @@ class DATA_PT_remesh(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
3740
3540
  """
3741
3541
  ...
3742
3542
 
3743
- def is_extended(self):
3744
- """ """
3745
- ...
3746
-
3543
+ def is_extended(self): ...
3747
3544
  def is_property_hidden(self) -> bool:
3748
3545
  """Check if a property is hidden.
3749
3546
 
@@ -3879,28 +3676,13 @@ class DATA_PT_remesh(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
3879
3676
  ...
3880
3677
 
3881
3678
  class DATA_PT_shape_keys(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
3882
- """ """
3883
-
3884
3679
  COMPAT_ENGINES: typing.Any
3885
- """ """
3886
-
3887
3680
  bl_context: typing.Any
3888
- """ """
3889
-
3890
3681
  bl_label: typing.Any
3891
- """ """
3892
-
3893
3682
  bl_region_type: typing.Any
3894
- """ """
3895
-
3896
3683
  bl_rna: typing.Any
3897
- """ """
3898
-
3899
3684
  bl_space_type: typing.Any
3900
- """ """
3901
-
3902
3685
  id_data: typing.Any
3903
- """ """
3904
3686
 
3905
3687
  def append(self, draw_func):
3906
3688
  """Append a draw function to this menu,
@@ -3985,10 +3767,7 @@ class DATA_PT_shape_keys(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI
3985
3767
  """
3986
3768
  ...
3987
3769
 
3988
- def is_extended(self):
3989
- """ """
3990
- ...
3991
-
3770
+ def is_extended(self): ...
3992
3771
  def is_property_hidden(self) -> bool:
3993
3772
  """Check if a property is hidden.
3994
3773
 
@@ -4124,31 +3903,14 @@ class DATA_PT_shape_keys(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI
4124
3903
  ...
4125
3904
 
4126
3905
  class DATA_PT_texture_space(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
4127
- """ """
4128
-
4129
3906
  COMPAT_ENGINES: typing.Any
4130
- """ """
4131
-
4132
3907
  bl_context: typing.Any
4133
- """ """
4134
-
4135
3908
  bl_label: typing.Any
4136
- """ """
4137
-
4138
3909
  bl_options: typing.Any
4139
- """ """
4140
-
4141
3910
  bl_region_type: typing.Any
4142
- """ """
4143
-
4144
3911
  bl_rna: typing.Any
4145
- """ """
4146
-
4147
3912
  bl_space_type: typing.Any
4148
- """ """
4149
-
4150
3913
  id_data: typing.Any
4151
- """ """
4152
3914
 
4153
3915
  def append(self, draw_func):
4154
3916
  """Append a draw function to this menu,
@@ -4233,10 +3995,7 @@ class DATA_PT_texture_space(bpy_types.Panel, MeshButtonsPanel, bpy_types._Generi
4233
3995
  """
4234
3996
  ...
4235
3997
 
4236
- def is_extended(self):
4237
- """ """
4238
- ...
4239
-
3998
+ def is_extended(self): ...
4240
3999
  def is_property_hidden(self) -> bool:
4241
4000
  """Check if a property is hidden.
4242
4001
 
@@ -4372,31 +4131,14 @@ class DATA_PT_texture_space(bpy_types.Panel, MeshButtonsPanel, bpy_types._Generi
4372
4131
  ...
4373
4132
 
4374
4133
  class DATA_PT_uv_texture(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
4375
- """ """
4376
-
4377
4134
  COMPAT_ENGINES: typing.Any
4378
- """ """
4379
-
4380
4135
  bl_context: typing.Any
4381
- """ """
4382
-
4383
4136
  bl_label: typing.Any
4384
- """ """
4385
-
4386
4137
  bl_options: typing.Any
4387
- """ """
4388
-
4389
4138
  bl_region_type: typing.Any
4390
- """ """
4391
-
4392
4139
  bl_rna: typing.Any
4393
- """ """
4394
-
4395
4140
  bl_space_type: typing.Any
4396
- """ """
4397
-
4398
4141
  id_data: typing.Any
4399
- """ """
4400
4142
 
4401
4143
  def append(self, draw_func):
4402
4144
  """Append a draw function to this menu,
@@ -4481,10 +4223,7 @@ class DATA_PT_uv_texture(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI
4481
4223
  """
4482
4224
  ...
4483
4225
 
4484
- def is_extended(self):
4485
- """ """
4486
- ...
4487
-
4226
+ def is_extended(self): ...
4488
4227
  def is_property_hidden(self) -> bool:
4489
4228
  """Check if a property is hidden.
4490
4229
 
@@ -4620,28 +4359,13 @@ class DATA_PT_uv_texture(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI
4620
4359
  ...
4621
4360
 
4622
4361
  class DATA_PT_vertex_groups(bpy_types.Panel, MeshButtonsPanel, bpy_types._GenericUI):
4623
- """ """
4624
-
4625
4362
  COMPAT_ENGINES: typing.Any
4626
- """ """
4627
-
4628
4363
  bl_context: typing.Any
4629
- """ """
4630
-
4631
4364
  bl_label: typing.Any
4632
- """ """
4633
-
4634
4365
  bl_region_type: typing.Any
4635
- """ """
4636
-
4637
4366
  bl_rna: typing.Any
4638
- """ """
4639
-
4640
4367
  bl_space_type: typing.Any
4641
- """ """
4642
-
4643
4368
  id_data: typing.Any
4644
- """ """
4645
4369
 
4646
4370
  def append(self, draw_func):
4647
4371
  """Append a draw function to this menu,
@@ -4726,10 +4450,7 @@ class DATA_PT_vertex_groups(bpy_types.Panel, MeshButtonsPanel, bpy_types._Generi
4726
4450
  """
4727
4451
  ...
4728
4452
 
4729
- def is_extended(self):
4730
- """ """
4731
- ...
4732
-
4453
+ def is_extended(self): ...
4733
4454
  def is_property_hidden(self) -> bool:
4734
4455
  """Check if a property is hidden.
4735
4456
 
@@ -4867,31 +4588,14 @@ class DATA_PT_vertex_groups(bpy_types.Panel, MeshButtonsPanel, bpy_types._Generi
4867
4588
  class DATA_PT_vertex_colors(
4868
4589
  bpy_types.Panel, DATA_PT_mesh_attributes, MeshButtonsPanel, bpy_types._GenericUI
4869
4590
  ):
4870
- """ """
4871
-
4872
4591
  COMPAT_ENGINES: typing.Any
4873
- """ """
4874
-
4875
4592
  bl_context: typing.Any
4876
- """ """
4877
-
4878
4593
  bl_label: typing.Any
4879
- """ """
4880
-
4881
4594
  bl_options: typing.Any
4882
- """ """
4883
-
4884
4595
  bl_region_type: typing.Any
4885
- """ """
4886
-
4887
4596
  bl_rna: typing.Any
4888
- """ """
4889
-
4890
4597
  bl_space_type: typing.Any
4891
- """ """
4892
-
4893
4598
  id_data: typing.Any
4894
- """ """
4895
4599
 
4896
4600
  def append(self, draw_func):
4897
4601
  """Append a draw function to this menu,
@@ -4976,10 +4680,7 @@ class DATA_PT_vertex_colors(
4976
4680
  """
4977
4681
  ...
4978
4682
 
4979
- def is_extended(self):
4980
- """ """
4981
- ...
4982
-
4683
+ def is_extended(self): ...
4983
4684
  def is_property_hidden(self) -> bool:
4984
4685
  """Check if a property is hidden.
4985
4686
 
@@ -5114,7 +4815,4 @@ class DATA_PT_vertex_colors(
5114
4815
  """
5115
4816
  ...
5116
4817
 
5117
- def draw_attribute_warnings(context, layout):
5118
- """ """
5119
-
5120
- ...
4818
+ def draw_attribute_warnings(context, layout): ...