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
bpy/ops/mesh/__init__.pyi CHANGED
@@ -2,7 +2,8 @@ import typing
2
2
  import bpy.ops.transform
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
  def attribute_set(
8
9
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
@@ -43,7 +44,7 @@ def average_normals(
43
44
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
44
45
  execution_context: str | int | None = None,
45
46
  undo: bool | None = None,
46
- average_type: typing.Any | None = "CUSTOM_NORMAL",
47
+ average_type: str | int | None = "CUSTOM_NORMAL",
47
48
  weight: typing.Any | None = 50,
48
49
  threshold: typing.Any | None = 0.01,
49
50
  ):
@@ -62,7 +63,7 @@ def average_normals(
62
63
 
63
64
  CORNER_ANGLE
64
65
  Corner Angle -- Set all vertex normals by corner angle.
65
- :type average_type: typing.Any | None
66
+ :type average_type: str | int | None
66
67
  :param weight: Weight, Weight applied per face
67
68
  :type weight: typing.Any | None
68
69
  :param threshold: Threshold, Threshold value for different weights to be considered equal
@@ -92,24 +93,24 @@ def bevel(
92
93
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
93
94
  execution_context: str | int | None = None,
94
95
  undo: bool | None = None,
95
- offset_type: typing.Any | None = "OFFSET",
96
+ offset_type: str | int | None = "OFFSET",
96
97
  offset: typing.Any | None = 0.0,
97
- profile_type: typing.Any | None = "SUPERELLIPSE",
98
+ profile_type: str | int | None = "SUPERELLIPSE",
98
99
  offset_pct: typing.Any | None = 0.0,
99
100
  segments: typing.Any | None = 1,
100
101
  profile: typing.Any | None = 0.5,
101
- affect: typing.Any | None = "EDGES",
102
+ affect: str | int | None = "EDGES",
102
103
  clamp_overlap: bool | typing.Any | None = False,
103
104
  loop_slide: bool | typing.Any | None = True,
104
105
  mark_seam: bool | typing.Any | None = False,
105
106
  mark_sharp: bool | typing.Any | None = False,
106
107
  material: typing.Any | None = -1,
107
108
  harden_normals: bool | typing.Any | None = False,
108
- face_strength_mode: typing.Any | None = "NONE",
109
- miter_outer: typing.Any | None = "SHARP",
110
- miter_inner: typing.Any | None = "SHARP",
109
+ face_strength_mode: str | int | None = "NONE",
110
+ miter_outer: str | int | None = "SHARP",
111
+ miter_inner: str | int | None = "SHARP",
111
112
  spread: typing.Any | None = 0.1,
112
- vmesh_method: typing.Any | None = "ADJ",
113
+ vmesh_method: str | int | None = "ADJ",
113
114
  release_confirm: bool | typing.Any | None = False,
114
115
  ):
115
116
  """Cut into selected items at an angle to create bevel or chamfer
@@ -133,7 +134,7 @@ def bevel(
133
134
 
134
135
  ABSOLUTE
135
136
  Absolute -- Amount is absolute distance along adjacent edge.
136
- :type offset_type: typing.Any | None
137
+ :type offset_type: str | int | None
137
138
  :param offset: Width, Bevel amount
138
139
  :type offset: typing.Any | None
139
140
  :param profile_type: Profile Type, The type of shape used to rebuild a beveled section
@@ -143,7 +144,7 @@ def bevel(
143
144
 
144
145
  CUSTOM
145
146
  Custom -- The profile can be any arbitrary path between its endpoints.
146
- :type profile_type: typing.Any | None
147
+ :type profile_type: str | int | None
147
148
  :param offset_pct: Width Percent, Bevel amount for percentage method
148
149
  :type offset_pct: typing.Any | None
149
150
  :param segments: Segments, Segments for curved edge
@@ -157,7 +158,7 @@ def bevel(
157
158
 
158
159
  EDGES
159
160
  Edges -- Affect only edges.
160
- :type affect: typing.Any | None
161
+ :type affect: str | int | None
161
162
  :param clamp_overlap: Clamp Overlap, Do not allow beveled edges/vertices to overlap each other
162
163
  :type clamp_overlap: bool | typing.Any | None
163
164
  :param loop_slide: Loop Slide, Prefer sliding along edges to even widths
@@ -183,7 +184,7 @@ def bevel(
183
184
 
184
185
  ALL
185
186
  All -- Set face strength on all faces.
186
- :type face_strength_mode: typing.Any | None
187
+ :type face_strength_mode: str | int | None
187
188
  :param miter_outer: Outer Miter, Pattern to use for outside of miters
188
189
 
189
190
  SHARP
@@ -194,7 +195,7 @@ def bevel(
194
195
 
195
196
  ARC
196
197
  Arc -- Outside of miter is arc.
197
- :type miter_outer: typing.Any | None
198
+ :type miter_outer: str | int | None
198
199
  :param miter_inner: Inner Miter, Pattern to use for inside of miters
199
200
 
200
201
  SHARP
@@ -202,7 +203,7 @@ def bevel(
202
203
 
203
204
  ARC
204
205
  Arc -- Inside of miter is arc.
205
- :type miter_inner: typing.Any | None
206
+ :type miter_inner: str | int | None
206
207
  :param spread: Spread, Amount to spread arcs for arc inner miters
207
208
  :type spread: typing.Any | None
208
209
  :param vmesh_method: Vertex Mesh Method, The method to use to create meshes at intersections
@@ -212,7 +213,7 @@ def bevel(
212
213
 
213
214
  CUTOFF
214
215
  Cutoff -- A cutoff at each profile's end before the intersection.
215
- :type vmesh_method: typing.Any | None
216
+ :type vmesh_method: str | int | None
216
217
  :param release_confirm: Confirm on Release
217
218
  :type release_confirm: bool | typing.Any | None
218
219
  """
@@ -273,7 +274,7 @@ def blend_from_shape(
273
274
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
274
275
  execution_context: str | int | None = None,
275
276
  undo: bool | None = None,
276
- shape: str | int | typing.Any | None = "",
277
+ shape: str | int | None = "",
277
278
  blend: typing.Any | None = 1.0,
278
279
  add: bool | typing.Any | None = True,
279
280
  ):
@@ -283,7 +284,7 @@ def blend_from_shape(
283
284
  :type execution_context: str | int | None
284
285
  :type undo: bool | None
285
286
  :param shape: Shape, Shape key to use for blending
286
- :type shape: str | int | typing.Any | None
287
+ :type shape: str | int | None
287
288
  :param blend: Blend, Blending factor
288
289
  :type blend: typing.Any | None
289
290
  :param add: Add, Add rather than blend between shapes
@@ -296,12 +297,12 @@ def bridge_edge_loops(
296
297
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
297
298
  execution_context: str | int | None = None,
298
299
  undo: bool | None = None,
299
- type: typing.Any | None = "SINGLE",
300
+ type: str | int | None = "SINGLE",
300
301
  use_merge: bool | typing.Any | None = False,
301
302
  merge_factor: typing.Any | None = 0.5,
302
303
  twist_offset: typing.Any | None = 0,
303
304
  number_cuts: typing.Any | None = 0,
304
- interpolation: typing.Any | None = "PATH",
305
+ interpolation: str | int | None = "PATH",
305
306
  smoothness: typing.Any | None = 1.0,
306
307
  profile_shape_factor: typing.Any | None = 0.0,
307
308
  profile_shape: str | int | None = "SMOOTH",
@@ -312,7 +313,7 @@ def bridge_edge_loops(
312
313
  :type execution_context: str | int | None
313
314
  :type undo: bool | None
314
315
  :param type: Connect Loops, Method of bridging multiple loops
315
- :type type: typing.Any | None
316
+ :type type: str | int | None
316
317
  :param use_merge: Merge, Merge rather than creating faces
317
318
  :type use_merge: bool | typing.Any | None
318
319
  :param merge_factor: Merge Factor
@@ -322,7 +323,7 @@ def bridge_edge_loops(
322
323
  :param number_cuts: Number of Cuts
323
324
  :type number_cuts: typing.Any | None
324
325
  :param interpolation: Interpolation, Interpolation method
325
- :type interpolation: typing.Any | None
326
+ :type interpolation: str | int | None
326
327
  :param smoothness: Smoothness, Smoothness factor
327
328
  :type smoothness: typing.Any | None
328
329
  :param profile_shape_factor: Profile Factor, How much intermediary new edges are shrunk/expanded
@@ -517,7 +518,7 @@ def delete(
517
518
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
518
519
  execution_context: str | int | None = None,
519
520
  undo: bool | None = None,
520
- type: typing.Any | None = "VERT",
521
+ type: str | int | None = "VERT",
521
522
  ):
522
523
  """Delete selected vertices, edges or faces
523
524
 
@@ -525,7 +526,7 @@ def delete(
525
526
  :type execution_context: str | int | None
526
527
  :type undo: bool | None
527
528
  :param type: Type, Method used for deleting mesh data
528
- :type type: typing.Any | None
529
+ :type type: str | int | None
529
530
  """
530
531
 
531
532
  ...
@@ -793,7 +794,7 @@ def edge_split(
793
794
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
794
795
  execution_context: str | int | None = None,
795
796
  undo: bool | None = None,
796
- type: typing.Any | None = "EDGE",
797
+ type: str | int | None = "EDGE",
797
798
  ):
798
799
  """Split selected edges so that each neighbor face gets its own copy
799
800
 
@@ -807,7 +808,7 @@ def edge_split(
807
808
 
808
809
  VERT
809
810
  Faces & Edges by Vertices -- Split faces and edges connected to selected vertices.
810
- :type type: typing.Any | None
811
+ :type type: str | int | None
811
812
  """
812
813
 
813
814
  ...
@@ -1182,7 +1183,7 @@ def faces_mirror_uv(
1182
1183
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1183
1184
  execution_context: str | int | None = None,
1184
1185
  undo: bool | None = None,
1185
- direction: typing.Any | None = "POSITIVE",
1186
+ direction: str | int | None = "POSITIVE",
1186
1187
  precision: typing.Any | None = 3,
1187
1188
  ):
1188
1189
  """Copy mirror UV coordinates on the X axis based on a mirrored mesh
@@ -1191,7 +1192,7 @@ def faces_mirror_uv(
1191
1192
  :type execution_context: str | int | None
1192
1193
  :type undo: bool | None
1193
1194
  :param direction: Axis Direction
1194
- :type direction: typing.Any | None
1195
+ :type direction: str | int | None
1195
1196
  :param precision: Precision, Tolerance for finding vertex duplicates
1196
1197
  :type precision: typing.Any | None
1197
1198
  """
@@ -1399,10 +1400,10 @@ def intersect(
1399
1400
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1400
1401
  execution_context: str | int | None = None,
1401
1402
  undo: bool | None = None,
1402
- mode: typing.Any | None = "SELECT_UNSELECT",
1403
- separate_mode: typing.Any | None = "CUT",
1403
+ mode: str | int | None = "SELECT_UNSELECT",
1404
+ separate_mode: str | int | None = "CUT",
1404
1405
  threshold: typing.Any | None = 1e-06,
1405
- solver: typing.Any | None = "EXACT",
1406
+ solver: str | int | None = "EXACT",
1406
1407
  ):
1407
1408
  """Cut an intersection into faces
1408
1409
 
@@ -1416,7 +1417,7 @@ def intersect(
1416
1417
 
1417
1418
  SELECT_UNSELECT
1418
1419
  Selected/Unselected -- Intersect selected with unselected faces.
1419
- :type mode: typing.Any | None
1420
+ :type mode: str | int | None
1420
1421
  :param separate_mode: Separate Mode
1421
1422
 
1422
1423
  ALL
@@ -1427,7 +1428,7 @@ def intersect(
1427
1428
 
1428
1429
  NONE
1429
1430
  Merge -- Merge all geometry from the intersection.
1430
- :type separate_mode: typing.Any | None
1431
+ :type separate_mode: str | int | None
1431
1432
  :param threshold: Merge Threshold
1432
1433
  :type threshold: typing.Any | None
1433
1434
  :param solver: Solver, Which Intersect solver to use
@@ -1437,7 +1438,7 @@ def intersect(
1437
1438
 
1438
1439
  EXACT
1439
1440
  Exact -- Exact solver, slower, handles more cases.
1440
- :type solver: typing.Any | None
1441
+ :type solver: str | int | None
1441
1442
  """
1442
1443
 
1443
1444
  ...
@@ -1446,11 +1447,11 @@ def intersect_boolean(
1446
1447
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1447
1448
  execution_context: str | int | None = None,
1448
1449
  undo: bool | None = None,
1449
- operation: typing.Any | None = "DIFFERENCE",
1450
+ operation: str | int | None = "DIFFERENCE",
1450
1451
  use_swap: bool | typing.Any | None = False,
1451
1452
  use_self: bool | typing.Any | None = False,
1452
1453
  threshold: typing.Any | None = 1e-06,
1453
- solver: typing.Any | None = "EXACT",
1454
+ solver: str | int | None = "EXACT",
1454
1455
  ):
1455
1456
  """Cut solid geometry from selected to unselected
1456
1457
 
@@ -1458,7 +1459,7 @@ def intersect_boolean(
1458
1459
  :type execution_context: str | int | None
1459
1460
  :type undo: bool | None
1460
1461
  :param operation: Boolean Operation, Which boolean operation to apply
1461
- :type operation: typing.Any | None
1462
+ :type operation: str | int | None
1462
1463
  :param use_swap: Swap, Use with difference intersection to swap which side is kept
1463
1464
  :type use_swap: bool | typing.Any | None
1464
1465
  :param use_self: Self Intersection, Do self-union or self-intersection
@@ -1472,7 +1473,7 @@ def intersect_boolean(
1472
1473
 
1473
1474
  EXACT
1474
1475
  Exact -- Exact solver, slower, handles more cases.
1475
- :type solver: typing.Any | None
1476
+ :type solver: str | int | None
1476
1477
  """
1477
1478
 
1478
1479
  ...
@@ -1501,8 +1502,8 @@ def knife_tool(
1501
1502
  use_occlude_geometry: bool | typing.Any | None = True,
1502
1503
  only_selected: bool | typing.Any | None = False,
1503
1504
  xray: bool | typing.Any | None = True,
1504
- visible_measurements: typing.Any | None = "NONE",
1505
- angle_snapping: typing.Any | None = "NONE",
1505
+ visible_measurements: str | int | None = "NONE",
1506
+ angle_snapping: str | int | None = "NONE",
1506
1507
  angle_snapping_increment: typing.Any | None = 0.523599,
1507
1508
  wait_for_input: bool | typing.Any | None = True,
1508
1509
  ):
@@ -1530,7 +1531,7 @@ def knife_tool(
1530
1531
 
1531
1532
  ANGLE
1532
1533
  Angle -- Show just angle measurements.
1533
- :type visible_measurements: typing.Any | None
1534
+ :type visible_measurements: str | int | None
1534
1535
  :param angle_snapping: Angle Snapping, Angle snapping mode
1535
1536
 
1536
1537
  NONE
@@ -1541,7 +1542,7 @@ def knife_tool(
1541
1542
 
1542
1543
  RELATIVE
1543
1544
  Relative -- Angle snapping relative to the previous cut edge.
1544
- :type angle_snapping: typing.Any | None
1545
+ :type angle_snapping: str | int | None
1545
1546
  :param angle_snapping_increment: Angle Snap Increment, The angle snap increment used when in constrained angle mode
1546
1547
  :type angle_snapping_increment: typing.Any | None
1547
1548
  :param wait_for_input: Wait for Input
@@ -1736,7 +1737,7 @@ def merge(
1736
1737
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1737
1738
  execution_context: str | int | None = None,
1738
1739
  undo: bool | None = None,
1739
- type: typing.Any | None = "CENTER",
1740
+ type: str | int | None = "CENTER",
1740
1741
  uvs: bool | typing.Any | None = False,
1741
1742
  ):
1742
1743
  """Merge selected vertices
@@ -1745,7 +1746,7 @@ def merge(
1745
1746
  :type execution_context: str | int | None
1746
1747
  :type undo: bool | None
1747
1748
  :param type: Type, Merge method to use
1748
- :type type: typing.Any | None
1749
+ :type type: str | int | None
1749
1750
  :param uvs: UVs, Move UVs according to merge
1750
1751
  :type uvs: bool | typing.Any | None
1751
1752
  """
@@ -1771,7 +1772,7 @@ def mod_weighted_strength(
1771
1772
  execution_context: str | int | None = None,
1772
1773
  undo: bool | None = None,
1773
1774
  set: bool | typing.Any | None = False,
1774
- face_strength: typing.Any | None = "MEDIUM",
1775
+ face_strength: str | int | None = "MEDIUM",
1775
1776
  ):
1776
1777
  """Set/Get strength of face (used in Weighted Normal modifier)
1777
1778
 
@@ -1781,7 +1782,7 @@ def mod_weighted_strength(
1781
1782
  :param set: Set Value, Set value of faces
1782
1783
  :type set: bool | typing.Any | None
1783
1784
  :param face_strength: Face Strength, Strength to use for assigning or selecting face influence for weighted normal modifier
1784
- :type face_strength: typing.Any | None
1785
+ :type face_strength: str | int | None
1785
1786
  """
1786
1787
 
1787
1788
  ...
@@ -1807,7 +1808,7 @@ def normals_tools(
1807
1808
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1808
1809
  execution_context: str | int | None = None,
1809
1810
  undo: bool | None = None,
1810
- mode: typing.Any | None = "COPY",
1811
+ mode: str | int | None = "COPY",
1811
1812
  absolute: bool | typing.Any | None = False,
1812
1813
  ):
1813
1814
  """Custom normals tools using Normal Vector of UI
@@ -1831,7 +1832,7 @@ def normals_tools(
1831
1832
 
1832
1833
  RESET
1833
1834
  Reset Normal -- Reset the internal clipboard and/or normal of selected element.
1834
- :type mode: typing.Any | None
1835
+ :type mode: str | int | None
1835
1836
  :param absolute: Absolute Coordinates, Copy Absolute coordinates of Normal vector
1836
1837
  :type absolute: bool | typing.Any | None
1837
1838
  """
@@ -1931,7 +1932,7 @@ def point_normals(
1931
1932
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1932
1933
  execution_context: str | int | None = None,
1933
1934
  undo: bool | None = None,
1934
- mode: typing.Any | None = "COORDINATES",
1935
+ mode: str | int | None = "COORDINATES",
1935
1936
  invert: bool | typing.Any | None = False,
1936
1937
  align: bool | typing.Any | None = False,
1937
1938
  target_location: typing.Any | None = (0.0, 0.0, 0.0),
@@ -1950,7 +1951,7 @@ def point_normals(
1950
1951
 
1951
1952
  MOUSE
1952
1953
  Mouse -- Follow mouse cursor.
1953
- :type mode: typing.Any | None
1954
+ :type mode: str | int | None
1954
1955
  :param invert: Invert, Invert affected normals
1955
1956
  :type invert: bool | typing.Any | None
1956
1957
  :param align: Align, Make all affected normals parallel
@@ -1971,7 +1972,7 @@ def poke(
1971
1972
  undo: bool | None = None,
1972
1973
  offset: typing.Any | None = 0.0,
1973
1974
  use_relative_offset: bool | typing.Any | None = False,
1974
- center_mode: typing.Any | None = "MEDIAN_WEIGHTED",
1975
+ center_mode: str | int | None = "MEDIAN_WEIGHTED",
1975
1976
  ):
1976
1977
  """Split a face into a fan
1977
1978
 
@@ -1992,7 +1993,7 @@ def poke(
1992
1993
 
1993
1994
  BOUNDS
1994
1995
  Bounds -- Face bounds center.
1995
- :type center_mode: typing.Any | None
1996
+ :type center_mode: str | int | None
1996
1997
  """
1997
1998
 
1998
1999
  ...
@@ -2255,10 +2256,10 @@ def primitive_circle_add(
2255
2256
  undo: bool | None = None,
2256
2257
  vertices: typing.Any | None = 32,
2257
2258
  radius: typing.Any | None = 1.0,
2258
- fill_type: typing.Any | None = "NOTHING",
2259
+ fill_type: str | int | None = "NOTHING",
2259
2260
  calc_uvs: bool | typing.Any | None = True,
2260
2261
  enter_editmode: bool | typing.Any | None = False,
2261
- align: typing.Any | None = "WORLD",
2262
+ align: str | int | None = "WORLD",
2262
2263
  location: typing.Any | None = (0.0, 0.0, 0.0),
2263
2264
  rotation: typing.Any | None = (0.0, 0.0, 0.0),
2264
2265
  scale: typing.Any | None = (0.0, 0.0, 0.0),
@@ -2282,7 +2283,7 @@ def primitive_circle_add(
2282
2283
 
2283
2284
  TRIFAN
2284
2285
  Triangle Fan -- Use triangle fans.
2285
- :type fill_type: typing.Any | None
2286
+ :type fill_type: str | int | None
2286
2287
  :param calc_uvs: Generate UVs, Generate a default UV map
2287
2288
  :type calc_uvs: bool | typing.Any | None
2288
2289
  :param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
@@ -2297,7 +2298,7 @@ def primitive_circle_add(
2297
2298
 
2298
2299
  CURSOR
2299
2300
  3D Cursor -- Use the 3D cursor orientation for the new object.
2300
- :type align: typing.Any | None
2301
+ :type align: str | int | None
2301
2302
  :param location: Location, Location for the newly added object
2302
2303
  :type location: typing.Any | None
2303
2304
  :param rotation: Rotation, Rotation for the newly added object
@@ -2316,10 +2317,10 @@ def primitive_cone_add(
2316
2317
  radius1: typing.Any | None = 1.0,
2317
2318
  radius2: typing.Any | None = 0.0,
2318
2319
  depth: typing.Any | None = 2.0,
2319
- end_fill_type: typing.Any | None = "NGON",
2320
+ end_fill_type: str | int | None = "NGON",
2320
2321
  calc_uvs: bool | typing.Any | None = True,
2321
2322
  enter_editmode: bool | typing.Any | None = False,
2322
- align: typing.Any | None = "WORLD",
2323
+ align: str | int | None = "WORLD",
2323
2324
  location: typing.Any | None = (0.0, 0.0, 0.0),
2324
2325
  rotation: typing.Any | None = (0.0, 0.0, 0.0),
2325
2326
  scale: typing.Any | None = (0.0, 0.0, 0.0),
@@ -2347,7 +2348,7 @@ def primitive_cone_add(
2347
2348
 
2348
2349
  TRIFAN
2349
2350
  Triangle Fan -- Use triangle fans.
2350
- :type end_fill_type: typing.Any | None
2351
+ :type end_fill_type: str | int | None
2351
2352
  :param calc_uvs: Generate UVs, Generate a default UV map
2352
2353
  :type calc_uvs: bool | typing.Any | None
2353
2354
  :param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
@@ -2362,7 +2363,7 @@ def primitive_cone_add(
2362
2363
 
2363
2364
  CURSOR
2364
2365
  3D Cursor -- Use the 3D cursor orientation for the new object.
2365
- :type align: typing.Any | None
2366
+ :type align: str | int | None
2366
2367
  :param location: Location, Location for the newly added object
2367
2368
  :type location: typing.Any | None
2368
2369
  :param rotation: Rotation, Rotation for the newly added object
@@ -2380,7 +2381,7 @@ def primitive_cube_add(
2380
2381
  size: typing.Any | None = 2.0,
2381
2382
  calc_uvs: bool | typing.Any | None = True,
2382
2383
  enter_editmode: bool | typing.Any | None = False,
2383
- align: typing.Any | None = "WORLD",
2384
+ align: str | int | None = "WORLD",
2384
2385
  location: typing.Any | None = (0.0, 0.0, 0.0),
2385
2386
  rotation: typing.Any | None = (0.0, 0.0, 0.0),
2386
2387
  scale: typing.Any | None = (0.0, 0.0, 0.0),
@@ -2406,7 +2407,7 @@ def primitive_cube_add(
2406
2407
 
2407
2408
  CURSOR
2408
2409
  3D Cursor -- Use the 3D cursor orientation for the new object.
2409
- :type align: typing.Any | None
2410
+ :type align: str | int | None
2410
2411
  :param location: Location, Location for the newly added object
2411
2412
  :type location: typing.Any | None
2412
2413
  :param rotation: Rotation, Rotation for the newly added object
@@ -2423,7 +2424,7 @@ def primitive_cube_add_gizmo(
2423
2424
  undo: bool | None = None,
2424
2425
  calc_uvs: bool | typing.Any | None = True,
2425
2426
  enter_editmode: bool | typing.Any | None = False,
2426
- align: typing.Any | None = "WORLD",
2427
+ align: str | int | None = "WORLD",
2427
2428
  location: typing.Any | None = (0.0, 0.0, 0.0),
2428
2429
  rotation: typing.Any | None = (0.0, 0.0, 0.0),
2429
2430
  scale: typing.Any | None = (0.0, 0.0, 0.0),
@@ -2453,7 +2454,7 @@ def primitive_cube_add_gizmo(
2453
2454
 
2454
2455
  CURSOR
2455
2456
  3D Cursor -- Use the 3D cursor orientation for the new object.
2456
- :type align: typing.Any | None
2457
+ :type align: str | int | None
2457
2458
  :param location: Location, Location for the newly added object
2458
2459
  :type location: typing.Any | None
2459
2460
  :param rotation: Rotation, Rotation for the newly added object
@@ -2473,10 +2474,10 @@ def primitive_cylinder_add(
2473
2474
  vertices: typing.Any | None = 32,
2474
2475
  radius: typing.Any | None = 1.0,
2475
2476
  depth: typing.Any | None = 2.0,
2476
- end_fill_type: typing.Any | None = "NGON",
2477
+ end_fill_type: str | int | None = "NGON",
2477
2478
  calc_uvs: bool | typing.Any | None = True,
2478
2479
  enter_editmode: bool | typing.Any | None = False,
2479
- align: typing.Any | None = "WORLD",
2480
+ align: str | int | None = "WORLD",
2480
2481
  location: typing.Any | None = (0.0, 0.0, 0.0),
2481
2482
  rotation: typing.Any | None = (0.0, 0.0, 0.0),
2482
2483
  scale: typing.Any | None = (0.0, 0.0, 0.0),
@@ -2502,7 +2503,7 @@ def primitive_cylinder_add(
2502
2503
 
2503
2504
  TRIFAN
2504
2505
  Triangle Fan -- Use triangle fans.
2505
- :type end_fill_type: typing.Any | None
2506
+ :type end_fill_type: str | int | None
2506
2507
  :param calc_uvs: Generate UVs, Generate a default UV map
2507
2508
  :type calc_uvs: bool | typing.Any | None
2508
2509
  :param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
@@ -2517,7 +2518,7 @@ def primitive_cylinder_add(
2517
2518
 
2518
2519
  CURSOR
2519
2520
  3D Cursor -- Use the 3D cursor orientation for the new object.
2520
- :type align: typing.Any | None
2521
+ :type align: str | int | None
2521
2522
  :param location: Location, Location for the newly added object
2522
2523
  :type location: typing.Any | None
2523
2524
  :param rotation: Rotation, Rotation for the newly added object
@@ -2537,7 +2538,7 @@ def primitive_grid_add(
2537
2538
  size: typing.Any | None = 2.0,
2538
2539
  calc_uvs: bool | typing.Any | None = True,
2539
2540
  enter_editmode: bool | typing.Any | None = False,
2540
- align: typing.Any | None = "WORLD",
2541
+ align: str | int | None = "WORLD",
2541
2542
  location: typing.Any | None = (0.0, 0.0, 0.0),
2542
2543
  rotation: typing.Any | None = (0.0, 0.0, 0.0),
2543
2544
  scale: typing.Any | None = (0.0, 0.0, 0.0),
@@ -2567,7 +2568,7 @@ def primitive_grid_add(
2567
2568
 
2568
2569
  CURSOR
2569
2570
  3D Cursor -- Use the 3D cursor orientation for the new object.
2570
- :type align: typing.Any | None
2571
+ :type align: str | int | None
2571
2572
  :param location: Location, Location for the newly added object
2572
2573
  :type location: typing.Any | None
2573
2574
  :param rotation: Rotation, Rotation for the newly added object
@@ -2586,7 +2587,7 @@ def primitive_ico_sphere_add(
2586
2587
  radius: typing.Any | None = 1.0,
2587
2588
  calc_uvs: bool | typing.Any | None = True,
2588
2589
  enter_editmode: bool | typing.Any | None = False,
2589
- align: typing.Any | None = "WORLD",
2590
+ align: str | int | None = "WORLD",
2590
2591
  location: typing.Any | None = (0.0, 0.0, 0.0),
2591
2592
  rotation: typing.Any | None = (0.0, 0.0, 0.0),
2592
2593
  scale: typing.Any | None = (0.0, 0.0, 0.0),
@@ -2614,7 +2615,7 @@ def primitive_ico_sphere_add(
2614
2615
 
2615
2616
  CURSOR
2616
2617
  3D Cursor -- Use the 3D cursor orientation for the new object.
2617
- :type align: typing.Any | None
2618
+ :type align: str | int | None
2618
2619
  :param location: Location, Location for the newly added object
2619
2620
  :type location: typing.Any | None
2620
2621
  :param rotation: Rotation, Rotation for the newly added object
@@ -2632,7 +2633,7 @@ def primitive_monkey_add(
2632
2633
  size: typing.Any | None = 2.0,
2633
2634
  calc_uvs: bool | typing.Any | None = True,
2634
2635
  enter_editmode: bool | typing.Any | None = False,
2635
- align: typing.Any | None = "WORLD",
2636
+ align: str | int | None = "WORLD",
2636
2637
  location: typing.Any | None = (0.0, 0.0, 0.0),
2637
2638
  rotation: typing.Any | None = (0.0, 0.0, 0.0),
2638
2639
  scale: typing.Any | None = (0.0, 0.0, 0.0),
@@ -2658,7 +2659,7 @@ def primitive_monkey_add(
2658
2659
 
2659
2660
  CURSOR
2660
2661
  3D Cursor -- Use the 3D cursor orientation for the new object.
2661
- :type align: typing.Any | None
2662
+ :type align: str | int | None
2662
2663
  :param location: Location, Location for the newly added object
2663
2664
  :type location: typing.Any | None
2664
2665
  :param rotation: Rotation, Rotation for the newly added object
@@ -2676,7 +2677,7 @@ def primitive_plane_add(
2676
2677
  size: typing.Any | None = 2.0,
2677
2678
  calc_uvs: bool | typing.Any | None = True,
2678
2679
  enter_editmode: bool | typing.Any | None = False,
2679
- align: typing.Any | None = "WORLD",
2680
+ align: str | int | None = "WORLD",
2680
2681
  location: typing.Any | None = (0.0, 0.0, 0.0),
2681
2682
  rotation: typing.Any | None = (0.0, 0.0, 0.0),
2682
2683
  scale: typing.Any | None = (0.0, 0.0, 0.0),
@@ -2702,7 +2703,7 @@ def primitive_plane_add(
2702
2703
 
2703
2704
  CURSOR
2704
2705
  3D Cursor -- Use the 3D cursor orientation for the new object.
2705
- :type align: typing.Any | None
2706
+ :type align: str | int | None
2706
2707
  :param location: Location, Location for the newly added object
2707
2708
  :type location: typing.Any | None
2708
2709
  :param rotation: Rotation, Rotation for the newly added object
@@ -2717,12 +2718,12 @@ def primitive_torus_add(
2717
2718
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
2718
2719
  execution_context: str | int | None = None,
2719
2720
  undo: bool | None = None,
2720
- align: typing.Any | None = "WORLD",
2721
+ align: str | int | None = "WORLD",
2721
2722
  location: typing.Any | None = (0.0, 0.0, 0.0),
2722
2723
  rotation: typing.Any | None = (0.0, 0.0, 0.0),
2723
2724
  major_segments: typing.Any | None = 48,
2724
2725
  minor_segments: typing.Any | None = 12,
2725
- mode: typing.Any | None = "MAJOR_MINOR",
2726
+ mode: str | int | None = "MAJOR_MINOR",
2726
2727
  major_radius: typing.Any | None = 1.0,
2727
2728
  minor_radius: typing.Any | None = 0.25,
2728
2729
  abso_major_rad: typing.Any | None = 1.25,
@@ -2744,7 +2745,7 @@ def primitive_torus_add(
2744
2745
 
2745
2746
  CURSOR
2746
2747
  3D Cursor -- Use the 3D cursor orientation for the new object.
2747
- :type align: typing.Any | None
2748
+ :type align: str | int | None
2748
2749
  :param location: Location
2749
2750
  :type location: typing.Any | None
2750
2751
  :param rotation: Rotation
@@ -2760,7 +2761,7 @@ def primitive_torus_add(
2760
2761
 
2761
2762
  EXT_INT
2762
2763
  Exterior/Interior -- Use the exterior/interior radii for torus dimensions.
2763
- :type mode: typing.Any | None
2764
+ :type mode: str | int | None
2764
2765
  :param major_radius: Major Radius, Radius from the origin to the center of the cross sections
2765
2766
  :type major_radius: typing.Any | None
2766
2767
  :param minor_radius: Minor Radius, Radius of the torus' cross section
@@ -2784,7 +2785,7 @@ def primitive_uv_sphere_add(
2784
2785
  radius: typing.Any | None = 1.0,
2785
2786
  calc_uvs: bool | typing.Any | None = True,
2786
2787
  enter_editmode: bool | typing.Any | None = False,
2787
- align: typing.Any | None = "WORLD",
2788
+ align: str | int | None = "WORLD",
2788
2789
  location: typing.Any | None = (0.0, 0.0, 0.0),
2789
2790
  rotation: typing.Any | None = (0.0, 0.0, 0.0),
2790
2791
  scale: typing.Any | None = (0.0, 0.0, 0.0),
@@ -2814,7 +2815,7 @@ def primitive_uv_sphere_add(
2814
2815
 
2815
2816
  CURSOR
2816
2817
  3D Cursor -- Use the 3D cursor orientation for the new object.
2817
- :type align: typing.Any | None
2818
+ :type align: str | int | None
2818
2819
  :param location: Location, Location for the newly added object
2819
2820
  :type location: typing.Any | None
2820
2821
  :param rotation: Rotation, Rotation for the newly added object
@@ -3048,7 +3049,7 @@ def select_all(
3048
3049
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3049
3050
  execution_context: str | int | None = None,
3050
3051
  undo: bool | None = None,
3051
- action: typing.Any | None = "TOGGLE",
3052
+ action: str | int | None = "TOGGLE",
3052
3053
  ):
3053
3054
  """(De)select all vertices, edges or faces
3054
3055
 
@@ -3068,7 +3069,7 @@ def select_all(
3068
3069
 
3069
3070
  INVERT
3070
3071
  Invert -- Invert selection of all elements.
3071
- :type action: typing.Any | None
3072
+ :type action: str | int | None
3072
3073
  """
3073
3074
 
3074
3075
  ...
@@ -3078,7 +3079,7 @@ def select_axis(
3078
3079
  execution_context: str | int | None = None,
3079
3080
  undo: bool | None = None,
3080
3081
  orientation: str | int | None = "LOCAL",
3081
- sign: typing.Any | None = "POS",
3082
+ sign: str | int | None = "POS",
3082
3083
  axis: str | int | None = "X",
3083
3084
  threshold: typing.Any | None = 0.0001,
3084
3085
  ):
@@ -3090,7 +3091,7 @@ def select_axis(
3090
3091
  :param orientation: Axis Mode, Axis orientation
3091
3092
  :type orientation: str | int | None
3092
3093
  :param sign: Axis Sign, Side to select
3093
- :type sign: typing.Any | None
3094
+ :type sign: str | int | None
3094
3095
  :param axis: Axis, Select the axis to compare each vertex on
3095
3096
  :type axis: str | int | None
3096
3097
  :param threshold: Threshold
@@ -3118,7 +3119,7 @@ def select_face_by_sides(
3118
3119
  execution_context: str | int | None = None,
3119
3120
  undo: bool | None = None,
3120
3121
  number: typing.Any | None = 4,
3121
- type: typing.Any | None = "EQUAL",
3122
+ type: str | int | None = "EQUAL",
3122
3123
  extend: bool | typing.Any | None = True,
3123
3124
  ):
3124
3125
  """Select vertices or faces by the number of face sides
@@ -3129,7 +3130,7 @@ def select_face_by_sides(
3129
3130
  :param number: Number of Vertices
3130
3131
  :type number: typing.Any | None
3131
3132
  :param type: Type, Type of comparison to make
3132
- :type type: typing.Any | None
3133
+ :type type: str | int | None
3133
3134
  :param extend: Extend, Extend the selection
3134
3135
  :type extend: bool | typing.Any | None
3135
3136
  """
@@ -3252,7 +3253,7 @@ def select_mode(
3252
3253
  use_extend: bool | typing.Any | None = False,
3253
3254
  use_expand: bool | typing.Any | None = False,
3254
3255
  type: str | int | None = "VERT",
3255
- action: typing.Any | None = "TOGGLE",
3256
+ action: str | int | None = "TOGGLE",
3256
3257
  ):
3257
3258
  """Change selection mode
3258
3259
 
@@ -3275,7 +3276,7 @@ def select_mode(
3275
3276
 
3276
3277
  TOGGLE
3277
3278
  Toggle -- Toggle disabled flag for selected markers.
3278
- :type action: typing.Any | None
3279
+ :type action: str | int | None
3279
3280
  """
3280
3281
 
3281
3282
  ...
@@ -3386,7 +3387,7 @@ def select_random(
3386
3387
  undo: bool | None = None,
3387
3388
  ratio: typing.Any | None = 0.5,
3388
3389
  seed: typing.Any | None = 0,
3389
- action: typing.Any | None = "SELECT",
3390
+ action: str | int | None = "SELECT",
3390
3391
  ):
3391
3392
  """Randomly select vertices
3392
3393
 
@@ -3404,7 +3405,7 @@ def select_random(
3404
3405
 
3405
3406
  DESELECT
3406
3407
  Deselect -- Deselect all elements.
3407
- :type action: typing.Any | None
3408
+ :type action: str | int | None
3408
3409
  """
3409
3410
 
3410
3411
  ...
@@ -3413,8 +3414,8 @@ def select_similar(
3413
3414
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3414
3415
  execution_context: str | int | None = None,
3415
3416
  undo: bool | None = None,
3416
- type: typing.Any | None = "VERT_NORMAL",
3417
- compare: typing.Any | None = "EQUAL",
3417
+ type: str | int | None = "VERT_NORMAL",
3418
+ compare: str | int | None = "EQUAL",
3418
3419
  threshold: typing.Any | None = 0.0,
3419
3420
  ):
3420
3421
  """Select similar vertices, edges or faces by property types
@@ -3423,9 +3424,9 @@ def select_similar(
3423
3424
  :type execution_context: str | int | None
3424
3425
  :type undo: bool | None
3425
3426
  :param type: Type
3426
- :type type: typing.Any | None
3427
+ :type type: str | int | None
3427
3428
  :param compare: Compare
3428
- :type compare: typing.Any | None
3429
+ :type compare: str | int | None
3429
3430
  :param threshold: Threshold
3430
3431
  :type threshold: typing.Any | None
3431
3432
  """
@@ -3467,7 +3468,7 @@ def separate(
3467
3468
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3468
3469
  execution_context: str | int | None = None,
3469
3470
  undo: bool | None = None,
3470
- type: typing.Any | None = "SELECTED",
3471
+ type: str | int | None = "SELECTED",
3471
3472
  ):
3472
3473
  """Separate selected geometry into a new mesh
3473
3474
 
@@ -3475,7 +3476,7 @@ def separate(
3475
3476
  :type execution_context: str | int | None
3476
3477
  :type undo: bool | None
3477
3478
  :param type: Type
3478
- :type type: typing.Any | None
3479
+ :type type: str | int | None
3479
3480
  """
3480
3481
 
3481
3482
  ...
@@ -3535,7 +3536,7 @@ def shortest_path_pick(
3535
3536
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3536
3537
  execution_context: str | int | None = None,
3537
3538
  undo: bool | None = None,
3538
- edge_mode: typing.Any | None = "SELECT",
3539
+ edge_mode: str | int | None = "SELECT",
3539
3540
  use_face_step: bool | typing.Any | None = False,
3540
3541
  use_topology_distance: bool | typing.Any | None = False,
3541
3542
  use_fill: bool | typing.Any | None = False,
@@ -3550,7 +3551,7 @@ def shortest_path_pick(
3550
3551
  :type execution_context: str | int | None
3551
3552
  :type undo: bool | None
3552
3553
  :param edge_mode: Edge Tag, The edge flag to tag when selecting the shortest path
3553
- :type edge_mode: typing.Any | None
3554
+ :type edge_mode: str | int | None
3554
3555
  :param use_face_step: Face Stepping, Traverse connected faces (includes diagonals and edge-rings)
3555
3556
  :type use_face_step: bool | typing.Any | None
3556
3557
  :param use_topology_distance: Topology Distance, Find the minimum number of steps, ignoring spatial distance
@@ -3572,7 +3573,7 @@ def shortest_path_select(
3572
3573
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3573
3574
  execution_context: str | int | None = None,
3574
3575
  undo: bool | None = None,
3575
- edge_mode: typing.Any | None = "SELECT",
3576
+ edge_mode: str | int | None = "SELECT",
3576
3577
  use_face_step: bool | typing.Any | None = False,
3577
3578
  use_topology_distance: bool | typing.Any | None = False,
3578
3579
  use_fill: bool | typing.Any | None = False,
@@ -3586,7 +3587,7 @@ def shortest_path_select(
3586
3587
  :type execution_context: str | int | None
3587
3588
  :type undo: bool | None
3588
3589
  :param edge_mode: Edge Tag, The edge flag to tag when selecting the shortest path
3589
- :type edge_mode: typing.Any | None
3590
+ :type edge_mode: str | int | None
3590
3591
  :param use_face_step: Face Stepping, Traverse connected faces (includes diagonals and edge-rings)
3591
3592
  :type use_face_step: bool | typing.Any | None
3592
3593
  :param use_topology_distance: Topology Distance, Find the minimum number of steps, ignoring spatial distance
@@ -3641,8 +3642,8 @@ def sort_elements(
3641
3642
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3642
3643
  execution_context: str | int | None = None,
3643
3644
  undo: bool | None = None,
3644
- type: typing.Any | None = "VIEW_ZAXIS",
3645
- elements: typing.Any | None = {"VERT"},
3645
+ type: str | int | None = "VIEW_ZAXIS",
3646
+ elements: set[str] | set[int] | None = {"VERT"},
3646
3647
  reverse: bool | typing.Any | None = False,
3647
3648
  seed: typing.Any | None = 0,
3648
3649
  ):
@@ -3674,9 +3675,9 @@ def sort_elements(
3674
3675
 
3675
3676
  REVERSE
3676
3677
  Reverse -- Reverse current order of selected elements.
3677
- :type type: typing.Any | None
3678
+ :type type: str | int | None
3678
3679
  :param elements: Elements, Which elements to affect (vertices, edges and/or faces)
3679
- :type elements: typing.Any | None
3680
+ :type elements: set[str] | set[int] | None
3680
3681
  :param reverse: Reverse, Reverse the sorting effect
3681
3682
  :type reverse: bool | typing.Any | None
3682
3683
  :param seed: Seed, Seed for random-based operations
@@ -3755,7 +3756,7 @@ def subdivide(
3755
3756
  number_cuts: typing.Any | None = 1,
3756
3757
  smoothness: typing.Any | None = 0.0,
3757
3758
  ngon: bool | typing.Any | None = True,
3758
- quadcorner: typing.Any | None = "STRAIGHT_CUT",
3759
+ quadcorner: str | int | None = "STRAIGHT_CUT",
3759
3760
  fractal: typing.Any | None = 0.0,
3760
3761
  fractal_along_normal: typing.Any | None = 0.0,
3761
3762
  seed: typing.Any | None = 0,
@@ -3772,7 +3773,7 @@ def subdivide(
3772
3773
  :param ngon: Create N-Gons, When disabled, newly created faces are limited to 3 and 4 sided faces
3773
3774
  :type ngon: bool | typing.Any | None
3774
3775
  :param quadcorner: Quad Corner Type, How to subdivide quad corners (anything other than Straight Cut will prevent n-gons)
3775
- :type quadcorner: typing.Any | None
3776
+ :type quadcorner: str | int | None
3776
3777
  :param fractal: Fractal, Fractal randomness factor
3777
3778
  :type fractal: typing.Any | None
3778
3779
  :param fractal_along_normal: Along Normal, Apply fractal displacement along normal only
@@ -3788,7 +3789,7 @@ def subdivide_edgering(
3788
3789
  execution_context: str | int | None = None,
3789
3790
  undo: bool | None = None,
3790
3791
  number_cuts: typing.Any | None = 10,
3791
- interpolation: typing.Any | None = "PATH",
3792
+ interpolation: str | int | None = "PATH",
3792
3793
  smoothness: typing.Any | None = 1.0,
3793
3794
  profile_shape_factor: typing.Any | None = 0.0,
3794
3795
  profile_shape: str | int | None = "SMOOTH",
@@ -3801,7 +3802,7 @@ def subdivide_edgering(
3801
3802
  :param number_cuts: Number of Cuts
3802
3803
  :type number_cuts: typing.Any | None
3803
3804
  :param interpolation: Interpolation, Interpolation method
3804
- :type interpolation: typing.Any | None
3805
+ :type interpolation: str | int | None
3805
3806
  :param smoothness: Smoothness, Smoothness factor
3806
3807
  :type smoothness: typing.Any | None
3807
3808
  :param profile_shape_factor: Profile Factor, How much intermediary new edges are shrunk/expanded