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
@@ -2,22 +2,16 @@ import typing
2
2
  import bpy.types
3
3
  import bpy_types
4
4
 
5
- GenericType = typing.TypeVar("GenericType")
5
+ GenericType1 = typing.TypeVar("GenericType1")
6
+ GenericType2 = typing.TypeVar("GenericType2")
6
7
 
7
8
  class PREFERENCES_OT_addon_disable(bpy_types.Operator):
8
9
  """Turn off this extension"""
9
10
 
10
11
  bl_idname: typing.Any
11
- """ """
12
-
13
12
  bl_label: typing.Any
14
- """ """
15
-
16
13
  bl_rna: typing.Any
17
- """ """
18
-
19
14
  id_data: typing.Any
20
- """ """
21
15
 
22
16
  def as_keywords(self, ignore=()):
23
17
  """Return a copy of the properties as a dictionary
@@ -221,16 +215,9 @@ class PREFERENCES_OT_addon_enable(bpy_types.Operator):
221
215
  """Turn on this extension"""
222
216
 
223
217
  bl_idname: typing.Any
224
- """ """
225
-
226
218
  bl_label: typing.Any
227
- """ """
228
-
229
219
  bl_rna: typing.Any
230
- """ """
231
-
232
220
  id_data: typing.Any
233
- """ """
234
221
 
235
222
  def as_keywords(self, ignore=()):
236
223
  """Return a copy of the properties as a dictionary
@@ -434,19 +421,10 @@ class PREFERENCES_OT_addon_expand(bpy_types.Operator):
434
421
  """Display information and preferences for this add-on"""
435
422
 
436
423
  bl_idname: typing.Any
437
- """ """
438
-
439
424
  bl_label: typing.Any
440
- """ """
441
-
442
425
  bl_options: typing.Any
443
- """ """
444
-
445
426
  bl_rna: typing.Any
446
- """ """
447
-
448
427
  id_data: typing.Any
449
- """ """
450
428
 
451
429
  def as_keywords(self, ignore=()):
452
430
  """Return a copy of the properties as a dictionary
@@ -650,16 +628,9 @@ class PREFERENCES_OT_addon_install(bpy_types.Operator):
650
628
  """Install an add-on"""
651
629
 
652
630
  bl_idname: typing.Any
653
- """ """
654
-
655
631
  bl_label: typing.Any
656
- """ """
657
-
658
632
  bl_rna: typing.Any
659
- """ """
660
-
661
633
  id_data: typing.Any
662
- """ """
663
634
 
664
635
  def as_keywords(self, ignore=()):
665
636
  """Return a copy of the properties as a dictionary
@@ -871,16 +842,9 @@ class PREFERENCES_OT_addon_refresh(bpy_types.Operator):
871
842
  """Scan add-on directories for new modules"""
872
843
 
873
844
  bl_idname: typing.Any
874
- """ """
875
-
876
845
  bl_label: typing.Any
877
- """ """
878
-
879
846
  bl_rna: typing.Any
880
- """ """
881
-
882
847
  id_data: typing.Any
883
- """ """
884
848
 
885
849
  def as_keywords(self, ignore=()):
886
850
  """Return a copy of the properties as a dictionary
@@ -1084,16 +1048,9 @@ class PREFERENCES_OT_addon_remove(bpy_types.Operator):
1084
1048
  """Delete the add-on from the file system"""
1085
1049
 
1086
1050
  bl_idname: typing.Any
1087
- """ """
1088
-
1089
1051
  bl_label: typing.Any
1090
- """ """
1091
-
1092
1052
  bl_rna: typing.Any
1093
- """ """
1094
-
1095
1053
  id_data: typing.Any
1096
- """ """
1097
1054
 
1098
1055
  def as_keywords(self, ignore=()):
1099
1056
  """Return a copy of the properties as a dictionary
@@ -1319,19 +1276,10 @@ class PREFERENCES_OT_addon_show(bpy_types.Operator):
1319
1276
  """Show add-on preferences"""
1320
1277
 
1321
1278
  bl_idname: typing.Any
1322
- """ """
1323
-
1324
1279
  bl_label: typing.Any
1325
- """ """
1326
-
1327
1280
  bl_options: typing.Any
1328
- """ """
1329
-
1330
1281
  bl_rna: typing.Any
1331
- """ """
1332
-
1333
1282
  id_data: typing.Any
1334
- """ """
1335
1283
 
1336
1284
  def as_keywords(self, ignore=()):
1337
1285
  """Return a copy of the properties as a dictionary
@@ -1535,16 +1483,9 @@ class PREFERENCES_OT_app_template_install(bpy_types.Operator):
1535
1483
  """Install an application template"""
1536
1484
 
1537
1485
  bl_idname: typing.Any
1538
- """ """
1539
-
1540
1486
  bl_label: typing.Any
1541
- """ """
1542
-
1543
1487
  bl_rna: typing.Any
1544
- """ """
1545
-
1546
1488
  id_data: typing.Any
1547
- """ """
1548
1489
 
1549
1490
  def as_keywords(self, ignore=()):
1550
1491
  """Return a copy of the properties as a dictionary
@@ -1756,16 +1697,9 @@ class PREFERENCES_OT_copy_prev(bpy_types.Operator):
1756
1697
  """Copy settings from previous version"""
1757
1698
 
1758
1699
  bl_idname: typing.Any
1759
- """ """
1760
-
1761
1700
  bl_label: typing.Any
1762
- """ """
1763
-
1764
1701
  bl_rna: typing.Any
1765
- """ """
1766
-
1767
1702
  id_data: typing.Any
1768
- """ """
1769
1703
 
1770
1704
  def as_keywords(self, ignore=()):
1771
1705
  """Return a copy of the properties as a dictionary
@@ -1944,10 +1878,7 @@ class PREFERENCES_OT_copy_prev(bpy_types.Operator):
1944
1878
  """
1945
1879
  ...
1946
1880
 
1947
- def previous_version(self):
1948
- """ """
1949
- ...
1950
-
1881
+ def previous_version(self): ...
1951
1882
  def property_overridable_library_set(self) -> bool:
1952
1883
  """Define a property as overridable or not (only for custom properties!).
1953
1884
 
@@ -1977,19 +1908,10 @@ class PREFERENCES_OT_copy_prev(bpy_types.Operator):
1977
1908
  ...
1978
1909
 
1979
1910
  class PREFERENCES_OT_keyconfig_activate(bpy_types.Operator):
1980
- """ """
1981
-
1982
1911
  bl_idname: typing.Any
1983
- """ """
1984
-
1985
1912
  bl_label: typing.Any
1986
- """ """
1987
-
1988
1913
  bl_rna: typing.Any
1989
- """ """
1990
-
1991
1914
  id_data: typing.Any
1992
- """ """
1993
1915
 
1994
1916
  def as_keywords(self, ignore=()):
1995
1917
  """Return a copy of the properties as a dictionary
@@ -2193,16 +2115,9 @@ class PREFERENCES_OT_keyconfig_export(bpy_types.Operator):
2193
2115
  """Export key configuration to a Python script"""
2194
2116
 
2195
2117
  bl_idname: typing.Any
2196
- """ """
2197
-
2198
2118
  bl_label: typing.Any
2199
- """ """
2200
-
2201
2119
  bl_rna: typing.Any
2202
- """ """
2203
-
2204
2120
  id_data: typing.Any
2205
- """ """
2206
2121
 
2207
2122
  def as_keywords(self, ignore=()):
2208
2123
  """Return a copy of the properties as a dictionary
@@ -2414,16 +2329,9 @@ class PREFERENCES_OT_keyconfig_import(bpy_types.Operator):
2414
2329
  """Import key configuration from a Python script"""
2415
2330
 
2416
2331
  bl_idname: typing.Any
2417
- """ """
2418
-
2419
2332
  bl_label: typing.Any
2420
- """ """
2421
-
2422
2333
  bl_rna: typing.Any
2423
- """ """
2424
-
2425
2334
  id_data: typing.Any
2426
- """ """
2427
2335
 
2428
2336
  def as_keywords(self, ignore=()):
2429
2337
  """Return a copy of the properties as a dictionary
@@ -2635,16 +2543,9 @@ class PREFERENCES_OT_keyconfig_remove(bpy_types.Operator):
2635
2543
  """Remove key config"""
2636
2544
 
2637
2545
  bl_idname: typing.Any
2638
- """ """
2639
-
2640
2546
  bl_label: typing.Any
2641
- """ """
2642
-
2643
2547
  bl_rna: typing.Any
2644
- """ """
2645
-
2646
2548
  id_data: typing.Any
2647
- """ """
2648
2549
 
2649
2550
  def as_keywords(self, ignore=()):
2650
2551
  """Return a copy of the properties as a dictionary
@@ -2855,16 +2756,9 @@ class PREFERENCES_OT_keyconfig_test(bpy_types.Operator):
2855
2756
  """Test key configuration for conflicts"""
2856
2757
 
2857
2758
  bl_idname: typing.Any
2858
- """ """
2859
-
2860
2759
  bl_label: typing.Any
2861
- """ """
2862
-
2863
2760
  bl_rna: typing.Any
2864
- """ """
2865
-
2866
2761
  id_data: typing.Any
2867
- """ """
2868
2762
 
2869
2763
  def as_keywords(self, ignore=()):
2870
2764
  """Return a copy of the properties as a dictionary
@@ -3068,16 +2962,9 @@ class PREFERENCES_OT_keyitem_add(bpy_types.Operator):
3068
2962
  """Add key map item"""
3069
2963
 
3070
2964
  bl_idname: typing.Any
3071
- """ """
3072
-
3073
2965
  bl_label: typing.Any
3074
- """ """
3075
-
3076
2966
  bl_rna: typing.Any
3077
- """ """
3078
-
3079
2967
  id_data: typing.Any
3080
- """ """
3081
2968
 
3082
2969
  def as_keywords(self, ignore=()):
3083
2970
  """Return a copy of the properties as a dictionary
@@ -3281,16 +3168,9 @@ class PREFERENCES_OT_keyitem_remove(bpy_types.Operator):
3281
3168
  """Remove key map item"""
3282
3169
 
3283
3170
  bl_idname: typing.Any
3284
- """ """
3285
-
3286
3171
  bl_label: typing.Any
3287
- """ """
3288
-
3289
3172
  bl_rna: typing.Any
3290
- """ """
3291
-
3292
3173
  id_data: typing.Any
3293
- """ """
3294
3174
 
3295
3175
  def as_keywords(self, ignore=()):
3296
3176
  """Return a copy of the properties as a dictionary
@@ -3501,16 +3381,9 @@ class PREFERENCES_OT_keyitem_restore(bpy_types.Operator):
3501
3381
  """Restore key map item"""
3502
3382
 
3503
3383
  bl_idname: typing.Any
3504
- """ """
3505
-
3506
3384
  bl_label: typing.Any
3507
- """ """
3508
-
3509
3385
  bl_rna: typing.Any
3510
- """ """
3511
-
3512
3386
  id_data: typing.Any
3513
- """ """
3514
3387
 
3515
3388
  def as_keywords(self, ignore=()):
3516
3389
  """Return a copy of the properties as a dictionary
@@ -3721,16 +3594,9 @@ class PREFERENCES_OT_keymap_restore(bpy_types.Operator):
3721
3594
  """Restore key map(s)"""
3722
3595
 
3723
3596
  bl_idname: typing.Any
3724
- """ """
3725
-
3726
3597
  bl_label: typing.Any
3727
- """ """
3728
-
3729
3598
  bl_rna: typing.Any
3730
- """ """
3731
-
3732
3599
  id_data: typing.Any
3733
- """ """
3734
3600
 
3735
3601
  def as_keywords(self, ignore=()):
3736
3602
  """Return a copy of the properties as a dictionary
@@ -3931,19 +3797,10 @@ class PREFERENCES_OT_keymap_restore(bpy_types.Operator):
3931
3797
  ...
3932
3798
 
3933
3799
  class PREFERENCES_OT_script_directory_new(bpy_types.Operator):
3934
- """ """
3935
-
3936
3800
  bl_idname: typing.Any
3937
- """ """
3938
-
3939
3801
  bl_label: typing.Any
3940
- """ """
3941
-
3942
3802
  bl_rna: typing.Any
3943
- """ """
3944
-
3945
3803
  id_data: typing.Any
3946
- """ """
3947
3804
 
3948
3805
  def as_keywords(self, ignore=()):
3949
3806
  """Return a copy of the properties as a dictionary
@@ -4152,19 +4009,10 @@ class PREFERENCES_OT_script_directory_new(bpy_types.Operator):
4152
4009
  ...
4153
4010
 
4154
4011
  class PREFERENCES_OT_script_directory_remove(bpy_types.Operator):
4155
- """ """
4156
-
4157
4012
  bl_idname: typing.Any
4158
- """ """
4159
-
4160
4013
  bl_label: typing.Any
4161
- """ """
4162
-
4163
4014
  bl_rna: typing.Any
4164
- """ """
4165
-
4166
4015
  id_data: typing.Any
4167
- """ """
4168
4016
 
4169
4017
  def as_keywords(self, ignore=()):
4170
4018
  """Return a copy of the properties as a dictionary
@@ -4368,16 +4216,9 @@ class PREFERENCES_OT_studiolight_copy_settings(bpy_types.Operator):
4368
4216
  """Copy Studio Light settings to the Studio Light editor"""
4369
4217
 
4370
4218
  bl_idname: typing.Any
4371
- """ """
4372
-
4373
4219
  bl_label: typing.Any
4374
- """ """
4375
-
4376
4220
  bl_rna: typing.Any
4377
- """ """
4378
-
4379
4221
  id_data: typing.Any
4380
- """ """
4381
4222
 
4382
4223
  def as_keywords(self, ignore=()):
4383
4224
  """Return a copy of the properties as a dictionary
@@ -4581,16 +4422,9 @@ class PREFERENCES_OT_studiolight_install(bpy_types.Operator):
4581
4422
  """Install a user defined light"""
4582
4423
 
4583
4424
  bl_idname: typing.Any
4584
- """ """
4585
-
4586
4425
  bl_label: typing.Any
4587
- """ """
4588
-
4589
4426
  bl_rna: typing.Any
4590
- """ """
4591
-
4592
4427
  id_data: typing.Any
4593
- """ """
4594
4428
 
4595
4429
  def as_keywords(self, ignore=()):
4596
4430
  """Return a copy of the properties as a dictionary
@@ -4802,19 +4636,10 @@ class PREFERENCES_OT_studiolight_new(bpy_types.Operator):
4802
4636
  """Save custom studio light from the studio light editor settings"""
4803
4637
 
4804
4638
  ask_override: typing.Any
4805
- """ """
4806
-
4807
4639
  bl_idname: typing.Any
4808
- """ """
4809
-
4810
4640
  bl_label: typing.Any
4811
- """ """
4812
-
4813
4641
  bl_rna: typing.Any
4814
- """ """
4815
-
4816
4642
  id_data: typing.Any
4817
- """ """
4818
4643
 
4819
4644
  def as_keywords(self, ignore=()):
4820
4645
  """Return a copy of the properties as a dictionary
@@ -5033,19 +4858,10 @@ class PREFERENCES_OT_studiolight_show(bpy_types.Operator):
5033
4858
  """Show light preferences"""
5034
4859
 
5035
4860
  bl_idname: typing.Any
5036
- """ """
5037
-
5038
4861
  bl_label: typing.Any
5039
- """ """
5040
-
5041
4862
  bl_options: typing.Any
5042
- """ """
5043
-
5044
4863
  bl_rna: typing.Any
5045
- """ """
5046
-
5047
4864
  id_data: typing.Any
5048
- """ """
5049
4865
 
5050
4866
  def as_keywords(self, ignore=()):
5051
4867
  """Return a copy of the properties as a dictionary
@@ -5256,16 +5072,9 @@ class PREFERENCES_OT_studiolight_uninstall(bpy_types.Operator):
5256
5072
  """Delete Studio Light"""
5257
5073
 
5258
5074
  bl_idname: typing.Any
5259
- """ """
5260
-
5261
5075
  bl_label: typing.Any
5262
- """ """
5263
-
5264
5076
  bl_rna: typing.Any
5265
- """ """
5266
-
5267
5077
  id_data: typing.Any
5268
- """ """
5269
5078
 
5270
5079
  def as_keywords(self, ignore=()):
5271
5080
  """Return a copy of the properties as a dictionary
@@ -5469,16 +5278,9 @@ class PREFERENCES_OT_theme_install(bpy_types.Operator):
5469
5278
  """Load and apply a Blender XML theme file"""
5470
5279
 
5471
5280
  bl_idname: typing.Any
5472
- """ """
5473
-
5474
5281
  bl_label: typing.Any
5475
- """ """
5476
-
5477
5282
  bl_rna: typing.Any
5478
- """ """
5479
-
5480
5283
  id_data: typing.Any
5481
- """ """
5482
5284
 
5483
5285
  def as_keywords(self, ignore=()):
5484
5286
  """Return a copy of the properties as a dictionary
@@ -2,25 +2,17 @@ import typing
2
2
  import bpy.types
3
3
  import bpy_types
4
4
 
5
- GenericType = typing.TypeVar("GenericType")
5
+ GenericType1 = typing.TypeVar("GenericType1")
6
+ GenericType2 = typing.TypeVar("GenericType2")
6
7
 
7
8
  class FollowActiveQuads(bpy_types.Operator):
8
9
  """Follow UVs from active quads along continuous face loops"""
9
10
 
10
11
  bl_idname: typing.Any
11
- """ """
12
-
13
12
  bl_label: typing.Any
14
- """ """
15
-
16
13
  bl_options: typing.Any
17
- """ """
18
-
19
14
  bl_rna: typing.Any
20
- """ """
21
-
22
15
  id_data: typing.Any
23
- """ """
24
16
 
25
17
  def as_keywords(self, ignore=()):
26
18
  """Return a copy of the properties as a dictionary
@@ -235,12 +227,5 @@ class FollowActiveQuads(bpy_types.Operator):
235
227
  """
236
228
  ...
237
229
 
238
- def extend(obj, EXTEND_MODE, use_uv_selection):
239
- """ """
240
-
241
- ...
242
-
243
- def main(context, operator):
244
- """ """
245
-
246
- ...
230
+ def extend(obj, EXTEND_MODE, use_uv_selection): ...
231
+ def main(context, operator): ...
@@ -2,25 +2,17 @@ import typing
2
2
  import bpy.types
3
3
  import bpy_types
4
4
 
5
- GenericType = typing.TypeVar("GenericType")
5
+ GenericType1 = typing.TypeVar("GenericType1")
6
+ GenericType2 = typing.TypeVar("GenericType2")
6
7
 
7
8
  class LightMapPack(bpy_types.Operator):
8
9
  """Pack each face's UVs into the UV bounds"""
9
10
 
10
11
  bl_idname: typing.Any
11
- """ """
12
-
13
12
  bl_label: typing.Any
14
- """ """
15
-
16
13
  bl_options: typing.Any
17
- """ """
18
-
19
14
  bl_rna: typing.Any
20
- """ """
21
-
22
15
  id_data: typing.Any
23
- """ """
24
16
 
25
17
  def as_keywords(self, ignore=()):
26
18
  """Return a copy of the properties as a dictionary
@@ -243,31 +235,14 @@ class LightMapPack(bpy_types.Operator):
243
235
  ...
244
236
 
245
237
  class prettyface:
246
- """ """
247
-
248
238
  children: typing.Any
249
- """ """
250
-
251
239
  has_parent: typing.Any
252
- """ """
253
-
254
240
  height: typing.Any
255
- """ """
256
-
257
241
  rot: typing.Any
258
- """ """
259
-
260
242
  uv: typing.Any
261
- """ """
262
-
263
243
  width: typing.Any
264
- """ """
265
-
266
244
  xoff: typing.Any
267
- """ """
268
-
269
245
  yoff: typing.Any
270
- """ """
271
246
 
272
247
  def place(self, xoff, yoff, xfac, yfac, margin_w, margin_h):
273
248
  """
@@ -281,9 +256,7 @@ class prettyface:
281
256
  """
282
257
  ...
283
258
 
284
- def spin(self):
285
- """ """
286
- ...
259
+ def spin(self): ...
287
260
 
288
261
  def lightmap_uvpack(
289
262
  meshes,
@@ -302,7 +275,4 @@ def lightmap_uvpack(
302
275
 
303
276
  ...
304
277
 
305
- def unwrap(operator, context, kwargs):
306
- """ """
307
-
308
- ...
278
+ def unwrap(operator, context, kwargs): ...