fake-bpy-module 20240519__py3-none-any.whl → 20240520__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 +1 -0
  2. _bpy_internal/freedesktop/__init__.pyi +1 -0
  3. addon_utils/__init__.pyi +1 -0
  4. animsys_refactor/__init__.pyi +1 -0
  5. aud/__init__.pyi +1 -0
  6. bgl/__init__.pyi +119 -145
  7. bl_app_override/__init__.pyi +1 -0
  8. bl_app_override/helpers/__init__.pyi +1 -0
  9. bl_app_template_utils/__init__.pyi +1 -0
  10. bl_console_utils/__init__.pyi +1 -0
  11. bl_console_utils/autocomplete/__init__.pyi +1 -0
  12. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
  13. bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
  14. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
  15. bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
  16. bl_i18n_utils/__init__.pyi +1 -0
  17. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  18. bl_i18n_utils/merge_po/__init__.pyi +1 -0
  19. bl_i18n_utils/settings/__init__.pyi +1 -0
  20. bl_i18n_utils/utils/__init__.pyi +1 -0
  21. bl_i18n_utils/utils_cli/__init__.pyi +1 -0
  22. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
  23. bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
  24. bl_keymap_utils/__init__.pyi +1 -0
  25. bl_keymap_utils/io/__init__.pyi +1 -0
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
  28. bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
  29. bl_keymap_utils/versioning/__init__.pyi +1 -0
  30. bl_math/__init__.pyi +1 -0
  31. bl_operators/__init__.pyi +1 -0
  32. bl_operators/add_mesh_torus/__init__.pyi +1 -0
  33. bl_operators/anim/__init__.pyi +1 -0
  34. bl_operators/assets/__init__.pyi +1 -0
  35. bl_operators/bmesh/__init__.pyi +1 -0
  36. bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
  37. bl_operators/clip/__init__.pyi +1 -0
  38. bl_operators/console/__init__.pyi +1 -0
  39. bl_operators/constraint/__init__.pyi +1 -0
  40. bl_operators/file/__init__.pyi +1 -0
  41. bl_operators/freestyle/__init__.pyi +1 -0
  42. bl_operators/geometry_nodes/__init__.pyi +1 -0
  43. bl_operators/image/__init__.pyi +1 -0
  44. bl_operators/mesh/__init__.pyi +1 -0
  45. bl_operators/node/__init__.pyi +1 -0
  46. bl_operators/object/__init__.pyi +1 -0
  47. bl_operators/object_align/__init__.pyi +1 -0
  48. bl_operators/object_quick_effects/__init__.pyi +1 -0
  49. bl_operators/object_randomize_transform/__init__.pyi +1 -0
  50. bl_operators/presets/__init__.pyi +1 -0
  51. bl_operators/rigidbody/__init__.pyi +1 -0
  52. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
  53. bl_operators/sequencer/__init__.pyi +1 -0
  54. bl_operators/spreadsheet/__init__.pyi +1 -0
  55. bl_operators/userpref/__init__.pyi +1 -0
  56. bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
  57. bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
  58. bl_operators/uvcalc_transform/__init__.pyi +1 -0
  59. bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
  60. bl_operators/view3d/__init__.pyi +1 -0
  61. bl_operators/wm/__init__.pyi +1 -0
  62. bl_operators/world/__init__.pyi +1 -0
  63. bl_previews_utils/__init__.pyi +1 -0
  64. bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
  65. bl_rna_utils/__init__.pyi +1 -0
  66. bl_rna_utils/data_path/__init__.pyi +1 -0
  67. bl_text_utils/__init__.pyi +1 -0
  68. bl_text_utils/external_editor/__init__.pyi +1 -0
  69. bl_ui/__init__.pyi +1 -0
  70. bl_ui/anim/__init__.pyi +1 -0
  71. bl_ui/asset_shelf/__init__.pyi +1 -0
  72. bl_ui/generic_ui_list/__init__.pyi +1 -0
  73. bl_ui/node_add_menu/__init__.pyi +1 -0
  74. bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
  75. bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
  76. bl_ui/node_add_menu_shader/__init__.pyi +1 -0
  77. bl_ui/node_add_menu_texture/__init__.pyi +1 -0
  78. bl_ui/properties_animviz/__init__.pyi +1 -0
  79. bl_ui/properties_collection/__init__.pyi +1 -0
  80. bl_ui/properties_constraint/__init__.pyi +1 -0
  81. bl_ui/properties_data_armature/__init__.pyi +1 -0
  82. bl_ui/properties_data_bone/__init__.pyi +1 -0
  83. bl_ui/properties_data_camera/__init__.pyi +1 -0
  84. bl_ui/properties_data_curve/__init__.pyi +1 -0
  85. bl_ui/properties_data_curves/__init__.pyi +1 -0
  86. bl_ui/properties_data_empty/__init__.pyi +1 -0
  87. bl_ui/properties_data_gpencil/__init__.pyi +1 -0
  88. bl_ui/properties_data_grease_pencil/__init__.pyi +1 -0
  89. bl_ui/properties_data_lattice/__init__.pyi +1 -0
  90. bl_ui/properties_data_light/__init__.pyi +1 -0
  91. bl_ui/properties_data_lightprobe/__init__.pyi +1 -0
  92. bl_ui/properties_data_mesh/__init__.pyi +1 -0
  93. bl_ui/properties_data_metaball/__init__.pyi +1 -0
  94. bl_ui/properties_data_modifier/__init__.pyi +1 -0
  95. bl_ui/properties_data_pointcloud/__init__.pyi +1 -0
  96. bl_ui/properties_data_shaderfx/__init__.pyi +1 -0
  97. bl_ui/properties_data_speaker/__init__.pyi +1 -0
  98. bl_ui/properties_data_volume/__init__.pyi +1 -0
  99. bl_ui/properties_freestyle/__init__.pyi +1 -0
  100. bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
  101. bl_ui/properties_mask_common/__init__.pyi +1 -0
  102. bl_ui/properties_material/__init__.pyi +1 -0
  103. bl_ui/properties_material_gpencil/__init__.pyi +1 -0
  104. bl_ui/properties_object/__init__.pyi +1 -0
  105. bl_ui/properties_output/__init__.pyi +1 -0
  106. bl_ui/properties_paint_common/__init__.pyi +1 -0
  107. bl_ui/properties_particle/__init__.pyi +1 -0
  108. bl_ui/properties_physics_cloth/__init__.pyi +1 -0
  109. bl_ui/properties_physics_common/__init__.pyi +1 -0
  110. bl_ui/properties_physics_dynamicpaint/__init__.pyi +1 -0
  111. bl_ui/properties_physics_field/__init__.pyi +1 -0
  112. bl_ui/properties_physics_fluid/__init__.pyi +1 -0
  113. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
  114. bl_ui/properties_physics_rigidbody/__init__.pyi +1 -0
  115. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1 -0
  116. bl_ui/properties_physics_softbody/__init__.pyi +1 -0
  117. bl_ui/properties_render/__init__.pyi +1 -0
  118. bl_ui/properties_scene/__init__.pyi +1 -0
  119. bl_ui/properties_texture/__init__.pyi +1 -0
  120. bl_ui/properties_view_layer/__init__.pyi +1 -0
  121. bl_ui/properties_workspace/__init__.pyi +1 -0
  122. bl_ui/properties_world/__init__.pyi +1 -0
  123. bl_ui/space_clip/__init__.pyi +1 -0
  124. bl_ui/space_console/__init__.pyi +1 -0
  125. bl_ui/space_dopesheet/__init__.pyi +1 -0
  126. bl_ui/space_filebrowser/__init__.pyi +1 -0
  127. bl_ui/space_graph/__init__.pyi +1 -0
  128. bl_ui/space_image/__init__.pyi +1 -0
  129. bl_ui/space_info/__init__.pyi +1 -0
  130. bl_ui/space_nla/__init__.pyi +1 -0
  131. bl_ui/space_node/__init__.pyi +1 -0
  132. bl_ui/space_outliner/__init__.pyi +1 -0
  133. bl_ui/space_properties/__init__.pyi +1 -0
  134. bl_ui/space_sequencer/__init__.pyi +1 -0
  135. bl_ui/space_spreadsheet/__init__.pyi +1 -0
  136. bl_ui/space_statusbar/__init__.pyi +1 -0
  137. bl_ui/space_text/__init__.pyi +1 -0
  138. bl_ui/space_time/__init__.pyi +1 -0
  139. bl_ui/space_toolsystem_common/__init__.pyi +1 -0
  140. bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
  141. bl_ui/space_topbar/__init__.pyi +1 -0
  142. bl_ui/space_userpref/__init__.pyi +1 -0
  143. bl_ui/space_view3d/__init__.pyi +1 -0
  144. bl_ui/space_view3d_toolbar/__init__.pyi +1 -0
  145. bl_ui/temp_anim_layers/__init__.pyi +1 -0
  146. bl_ui/utils/__init__.pyi +1 -0
  147. bl_ui_utils/__init__.pyi +1 -0
  148. bl_ui_utils/bug_report_url/__init__.pyi +1 -0
  149. bl_ui_utils/layout/__init__.pyi +1 -0
  150. blend_render_info/__init__.pyi +1 -0
  151. blf/__init__.pyi +1 -0
  152. bmesh/__init__.pyi +1 -0
  153. bmesh/geometry/__init__.pyi +1 -0
  154. bmesh/ops/__init__.pyi +37 -36
  155. bmesh/types/__init__.pyi +3 -1
  156. bmesh/utils/__init__.pyi +1 -0
  157. bpy/__init__.pyi +1 -0
  158. bpy/app/__init__.pyi +1 -0
  159. bpy/app/handlers/__init__.pyi +1 -0
  160. bpy/app/icons/__init__.pyi +1 -0
  161. bpy/app/timers/__init__.pyi +1 -0
  162. bpy/app/translations/__init__.pyi +1 -0
  163. bpy/msgbus/__init__.pyi +1 -0
  164. bpy/ops/__init__.pyi +1 -0
  165. bpy/ops/action/__init__.pyi +33 -32
  166. bpy/ops/anim/__init__.pyi +31 -30
  167. bpy/ops/armature/__init__.pyi +21 -20
  168. bpy/ops/asset/__init__.pyi +7 -6
  169. bpy/ops/bl_pkg/__init__.pyi +3 -2
  170. bpy/ops/boid/__init__.pyi +3 -2
  171. bpy/ops/brush/__init__.pyi +9 -8
  172. bpy/ops/buttons/__init__.pyi +9 -8
  173. bpy/ops/cachefile/__init__.pyi +11 -10
  174. bpy/ops/camera/__init__.pyi +1 -0
  175. bpy/ops/clip/__init__.pyi +39 -38
  176. bpy/ops/cloth/__init__.pyi +1 -0
  177. bpy/ops/collection/__init__.pyi +7 -6
  178. bpy/ops/console/__init__.pyi +7 -6
  179. bpy/ops/constraint/__init__.pyi +29 -28
  180. bpy/ops/curve/__init__.pyi +35 -34
  181. bpy/ops/curves/__init__.pyi +17 -16
  182. bpy/ops/cycles/__init__.pyi +1 -0
  183. bpy/ops/dpaint/__init__.pyi +5 -4
  184. bpy/ops/ed/__init__.pyi +5 -4
  185. bpy/ops/export_anim/__init__.pyi +3 -2
  186. bpy/ops/export_scene/__init__.pyi +39 -38
  187. bpy/ops/file/__init__.pyi +19 -18
  188. bpy/ops/fluid/__init__.pyi +1 -0
  189. bpy/ops/font/__init__.pyi +21 -20
  190. bpy/ops/geometry/__init__.pyi +21 -20
  191. bpy/ops/gizmogroup/__init__.pyi +1 -0
  192. bpy/ops/gpencil/__init__.pyi +133 -132
  193. bpy/ops/graph/__init__.pyi +55 -54
  194. bpy/ops/grease_pencil/__init__.pyi +43 -42
  195. bpy/ops/image/__init__.pyi +29 -28
  196. bpy/ops/import_anim/__init__.pyi +9 -8
  197. bpy/ops/import_curve/__init__.pyi +1 -0
  198. bpy/ops/import_scene/__init__.pyi +19 -18
  199. bpy/ops/info/__init__.pyi +5 -4
  200. bpy/ops/lattice/__init__.pyi +7 -6
  201. bpy/ops/marker/__init__.pyi +9 -8
  202. bpy/ops/mask/__init__.pyi +13 -12
  203. bpy/ops/material/__init__.pyi +1 -0
  204. bpy/ops/mball/__init__.pyi +7 -6
  205. bpy/ops/mesh/__init__.pyi +145 -144
  206. bpy/ops/nla/__init__.pyi +17 -16
  207. bpy/ops/node/__init__.pyi +33 -32
  208. bpy/ops/object/__init__.pyi +253 -252
  209. bpy/ops/outliner/__init__.pyi +41 -40
  210. bpy/ops/paint/__init__.pyi +73 -72
  211. bpy/ops/paintcurve/__init__.pyi +1 -0
  212. bpy/ops/palette/__init__.pyi +5 -4
  213. bpy/ops/particle/__init__.pyi +15 -14
  214. bpy/ops/pose/__init__.pyi +43 -42
  215. bpy/ops/poselib/__init__.pyi +1 -0
  216. bpy/ops/preferences/__init__.pyi +13 -12
  217. bpy/ops/ptcache/__init__.pyi +1 -0
  218. bpy/ops/render/__init__.pyi +3 -2
  219. bpy/ops/rigidbody/__init__.pyi +17 -16
  220. bpy/ops/scene/__init__.pyi +25 -24
  221. bpy/ops/screen/__init__.pyi +21 -20
  222. bpy/ops/script/__init__.pyi +1 -0
  223. bpy/ops/sculpt/__init__.pyi +67 -66
  224. bpy/ops/sculpt_curves/__init__.pyi +3 -2
  225. bpy/ops/sequencer/__init__.pyi +75 -74
  226. bpy/ops/sound/__init__.pyi +21 -20
  227. bpy/ops/spreadsheet/__init__.pyi +1 -0
  228. bpy/ops/surface/__init__.pyi +13 -12
  229. bpy/ops/text/__init__.pyi +23 -22
  230. bpy/ops/text_editor/__init__.pyi +1 -0
  231. bpy/ops/texture/__init__.pyi +3 -2
  232. bpy/ops/transform/__init__.pyi +89 -88
  233. bpy/ops/ui/__init__.pyi +7 -6
  234. bpy/ops/uilist/__init__.pyi +3 -2
  235. bpy/ops/uv/__init__.pyi +67 -66
  236. bpy/ops/view2d/__init__.pyi +1 -0
  237. bpy/ops/view3d/__init__.pyi +35 -34
  238. bpy/ops/wm/__init__.pyi +197 -196
  239. bpy/ops/workspace/__init__.pyi +1 -0
  240. bpy/ops/world/__init__.pyi +1 -0
  241. bpy/path/__init__.pyi +1 -0
  242. bpy/props/__init__.pyi +1 -0
  243. bpy/types/__init__.pyi +3367 -3341
  244. bpy/utils/__init__.pyi +1 -0
  245. bpy/utils/previews/__init__.pyi +1 -0
  246. bpy/utils/units/__init__.pyi +1 -0
  247. bpy_extras/__init__.pyi +1 -0
  248. bpy_extras/anim_utils/__init__.pyi +1 -0
  249. bpy_extras/asset_utils/__init__.pyi +1 -0
  250. bpy_extras/bmesh_utils/__init__.pyi +1 -0
  251. bpy_extras/extensions/__init__.pyi +1 -0
  252. bpy_extras/extensions/junction_module/__init__.pyi +1 -0
  253. bpy_extras/id_map_utils/__init__.pyi +1 -0
  254. bpy_extras/image_utils/__init__.pyi +1 -0
  255. bpy_extras/io_utils/__init__.pyi +1 -0
  256. bpy_extras/keyconfig_utils/__init__.pyi +1 -0
  257. bpy_extras/mesh_utils/__init__.pyi +1 -0
  258. bpy_extras/node_shader_utils/__init__.pyi +1 -0
  259. bpy_extras/node_utils/__init__.pyi +1 -0
  260. bpy_extras/object_utils/__init__.pyi +1 -0
  261. bpy_extras/view3d_utils/__init__.pyi +1 -0
  262. bpy_extras/wm_utils/__init__.pyi +1 -0
  263. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
  264. bpy_restrict_state/__init__.pyi +1 -0
  265. bpy_types/__init__.pyi +1 -0
  266. console_python/__init__.pyi +1 -0
  267. console_shell/__init__.pyi +1 -0
  268. {fake_bpy_module-20240519.dist-info → fake_bpy_module-20240520.dist-info}/METADATA +1 -1
  269. fake_bpy_module-20240520.dist-info/RECORD +353 -0
  270. freestyle/__init__.pyi +1 -0
  271. freestyle/chainingiterators/__init__.pyi +1 -0
  272. freestyle/functions/__init__.pyi +1 -0
  273. freestyle/predicates/__init__.pyi +1 -0
  274. freestyle/shaders/__init__.pyi +1 -0
  275. freestyle/types/__init__.pyi +1 -0
  276. freestyle/utils/ContextFunctions/__init__.pyi +1 -0
  277. freestyle/utils/__init__.pyi +1 -0
  278. gpu/__init__.pyi +1 -0
  279. gpu/capabilities/__init__.pyi +1 -0
  280. gpu/matrix/__init__.pyi +1 -0
  281. gpu/platform/__init__.pyi +1 -0
  282. gpu/select/__init__.pyi +1 -0
  283. gpu/shader/__init__.pyi +1 -0
  284. gpu/state/__init__.pyi +1 -0
  285. gpu/texture/__init__.pyi +1 -0
  286. gpu/types/__init__.pyi +1 -0
  287. gpu_extras/__init__.pyi +1 -0
  288. gpu_extras/batch/__init__.pyi +1 -0
  289. gpu_extras/presets/__init__.pyi +1 -0
  290. graphviz_export/__init__.pyi +1 -0
  291. idprop/__init__.pyi +1 -0
  292. idprop/types/__init__.pyi +1 -0
  293. imbuf/__init__.pyi +1 -0
  294. imbuf/types/__init__.pyi +1 -0
  295. keyingsets_builtins/__init__.pyi +1 -0
  296. keyingsets_utils/__init__.pyi +1 -0
  297. mathutils/__init__.pyi +3 -1
  298. mathutils/bvhtree/__init__.pyi +1 -0
  299. mathutils/geometry/__init__.pyi +1 -0
  300. mathutils/interpolate/__init__.pyi +1 -0
  301. mathutils/kdtree/__init__.pyi +1 -0
  302. mathutils/noise/__init__.pyi +1 -0
  303. nodeitems_builtins/__init__.pyi +1 -0
  304. nodeitems_utils/__init__.pyi +1 -0
  305. rna_info/__init__.pyi +1 -0
  306. rna_keymap_ui/__init__.pyi +1 -0
  307. rna_prop_ui/__init__.pyi +1 -0
  308. rna_xml/__init__.pyi +1 -0
  309. sys_info/__init__.pyi +1 -0
  310. fake_bpy_module-20240519.dist-info/RECORD +0 -353
  311. {fake_bpy_module-20240519.dist-info → fake_bpy_module-20240520.dist-info}/WHEEL +0 -0
  312. {fake_bpy_module-20240519.dist-info → fake_bpy_module-20240520.dist-info}/top_level.txt +0 -0
bpy/ops/wm/__init__.pyi CHANGED
@@ -1,4 +1,5 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bl_operators.wm
3
4
  import bpy.types
4
5
 
@@ -29,8 +30,8 @@ def alembic_export(
29
30
  filter_folder: bool | typing.Any | None = True,
30
31
  filter_blenlib: bool | typing.Any | None = False,
31
32
  filemode: typing.Any | None = 8,
32
- display_type: str | int | None = "DEFAULT",
33
- sort_method: str | int | None = "",
33
+ display_type: str | None = "DEFAULT",
34
+ sort_method: str | None = "",
34
35
  filter_glob: str | typing.Any = "*.abc",
35
36
  start: typing.Any | None = -2147483648,
36
37
  end: typing.Any | None = -2147483648,
@@ -54,13 +55,13 @@ def alembic_export(
54
55
  use_instancing: bool | typing.Any | None = True,
55
56
  global_scale: typing.Any | None = 1.0,
56
57
  triangulate: bool | typing.Any | None = False,
57
- quad_method: str | int | None = "SHORTEST_DIAGONAL",
58
- ngon_method: str | int | None = "BEAUTY",
58
+ quad_method: str | None = "SHORTEST_DIAGONAL",
59
+ ngon_method: str | None = "BEAUTY",
59
60
  export_hair: bool | typing.Any | None = True,
60
61
  export_particles: bool | typing.Any | None = True,
61
62
  export_custom_properties: bool | typing.Any | None = True,
62
63
  as_background_job: bool | typing.Any | None = False,
63
- evaluation_mode: str | int | None = "RENDER",
64
+ evaluation_mode: str | None = "RENDER",
64
65
  init_scene_frame_range: bool | typing.Any | None = True,
65
66
  ):
66
67
  """Export current scene in an Alembic archive
@@ -121,9 +122,9 @@ def alembic_export(
121
122
 
122
123
  THUMBNAIL
123
124
  Thumbnails -- Display files as thumbnails.
124
- :type display_type: str | int | None
125
+ :type display_type: str | None
125
126
  :param sort_method: File sorting mode
126
- :type sort_method: str | int | None
127
+ :type sort_method: str | None
127
128
  :type filter_glob: str | typing.Any
128
129
  :param start: Start Frame, Start frame of the export, use the default value to take the start frame of the current scene
129
130
  :type start: typing.Any | None
@@ -170,9 +171,9 @@ def alembic_export(
170
171
  :param triangulate: Triangulate, Export polygons (quads and n-gons) as triangles
171
172
  :type triangulate: bool | typing.Any | None
172
173
  :param quad_method: Quad Method, Method for splitting the quads into triangles
173
- :type quad_method: str | int | None
174
+ :type quad_method: str | None
174
175
  :param ngon_method: N-gon Method, Method for splitting the n-gons into triangles
175
- :type ngon_method: str | int | None
176
+ :type ngon_method: str | None
176
177
  :param export_hair: Export Hair, Exports hair particle systems as animated curves
177
178
  :type export_hair: bool | typing.Any | None
178
179
  :param export_particles: Export Particles, Exports non-hair particle systems
@@ -188,7 +189,7 @@ def alembic_export(
188
189
 
189
190
  VIEWPORT
190
191
  Viewport -- Use Viewport settings for object visibility, modifier settings, etc.
191
- :type evaluation_mode: str | int | None
192
+ :type evaluation_mode: str | None
192
193
  :type init_scene_frame_range: bool | typing.Any | None
193
194
  """
194
195
 
@@ -219,8 +220,8 @@ def alembic_import(
219
220
  filter_blenlib: bool | typing.Any | None = False,
220
221
  filemode: typing.Any | None = 8,
221
222
  relative_path: bool | typing.Any | None = True,
222
- display_type: str | int | None = "DEFAULT",
223
- sort_method: str | int | None = "",
223
+ display_type: str | None = "DEFAULT",
224
+ sort_method: str | None = "",
224
225
  filter_glob: str | typing.Any = "*.abc",
225
226
  scale: typing.Any | None = 1.0,
226
227
  set_frame_range: bool | typing.Any | None = True,
@@ -289,9 +290,9 @@ def alembic_import(
289
290
 
290
291
  THUMBNAIL
291
292
  Thumbnails -- Display files as thumbnails.
292
- :type display_type: str | int | None
293
+ :type display_type: str | None
293
294
  :param sort_method: File sorting mode
294
- :type sort_method: str | int | None
295
+ :type sort_method: str | None
295
296
  :type filter_glob: str | typing.Any
296
297
  :param scale: Scale, Value by which to enlarge or shrink the objects with respect to the world's origin
297
298
  :type scale: typing.Any | None
@@ -337,8 +338,8 @@ def append(
337
338
  filter_folder: bool | typing.Any | None = True,
338
339
  filter_blenlib: bool | typing.Any | None = True,
339
340
  filemode: typing.Any | None = 1,
340
- display_type: str | int | None = "DEFAULT",
341
- sort_method: str | int | None = "",
341
+ display_type: str | None = "DEFAULT",
342
+ sort_method: str | None = "",
342
343
  link: bool | typing.Any | None = False,
343
344
  do_reuse_local_id: bool | typing.Any | None = False,
344
345
  clear_asset_data: bool | typing.Any | None = False,
@@ -413,9 +414,9 @@ def append(
413
414
 
414
415
  THUMBNAIL
415
416
  Thumbnails -- Display files as thumbnails.
416
- :type display_type: str | int | None
417
+ :type display_type: str | None
417
418
  :param sort_method: File sorting mode
418
- :type sort_method: str | int | None
419
+ :type sort_method: str | None
419
420
  :param link: Link, Link the objects or data-blocks rather than appending
420
421
  :type link: bool | typing.Any | None
421
422
  :param do_reuse_local_id: Re-Use Local Data, Try to re-use previously matching appended data-blocks instead of appending a new copy
@@ -442,8 +443,8 @@ def batch_rename(
442
443
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
443
444
  execution_context: str | int | None = None,
444
445
  undo: bool | None = None,
445
- data_type: str | int | None = "OBJECT",
446
- data_source: str | int | None = "SELECT",
446
+ data_type: str | None = "OBJECT",
447
+ data_source: str | None = "SELECT",
447
448
  actions: bpy.types.bpy_prop_collection[bl_operators.wm.BatchRenameAction]
448
449
  | None = None,
449
450
  ):
@@ -453,9 +454,9 @@ def batch_rename(
453
454
  :type execution_context: str | int | None
454
455
  :type undo: bool | None
455
456
  :param data_type: Type, Type of data to rename
456
- :type data_type: str | int | None
457
+ :type data_type: str | None
457
458
  :param data_source: Source
458
- :type data_source: str | int | None
459
+ :type data_source: str | None
459
460
  :param actions: actions
460
461
  :type actions: bpy.types.bpy_prop_collection[bl_operators.wm.BatchRenameAction] | None
461
462
  """
@@ -568,15 +569,15 @@ def collada_export(
568
569
  filter_folder: bool | typing.Any | None = True,
569
570
  filter_blenlib: bool | typing.Any | None = False,
570
571
  filemode: typing.Any | None = 8,
571
- display_type: str | int | None = "DEFAULT",
572
- sort_method: str | int | None = "",
572
+ display_type: str | None = "DEFAULT",
573
+ sort_method: str | None = "",
573
574
  filter_glob: str | typing.Any = "*.dae",
574
- prop_bc_export_ui_section: str | int | None = "main",
575
+ prop_bc_export_ui_section: str | None = "main",
575
576
  apply_modifiers: bool | typing.Any | None = False,
576
577
  export_mesh_type: typing.Any | None = 0,
577
- export_mesh_type_selection: str | int | None = "view",
578
- export_global_forward_selection: str | int | None = "Y",
579
- export_global_up_selection: str | int | None = "Z",
578
+ export_mesh_type_selection: str | None = "view",
579
+ export_global_forward_selection: str | None = "Y",
580
+ export_global_up_selection: str | None = "Z",
580
581
  apply_global_orientation: bool | typing.Any | None = False,
581
582
  selected: bool | typing.Any | None = False,
582
583
  include_children: bool | typing.Any | None = False,
@@ -585,7 +586,7 @@ def collada_export(
585
586
  deform_bones_only: bool | typing.Any | None = False,
586
587
  include_animations: bool | typing.Any | None = True,
587
588
  include_all_actions: bool | typing.Any | None = True,
588
- export_animation_type_selection: str | int | None = "sample",
589
+ export_animation_type_selection: str | None = "sample",
589
590
  sampling_rate: typing.Any | None = 1,
590
591
  keep_smooth_curves: bool | typing.Any | None = False,
591
592
  keep_keyframes: bool | typing.Any | None = False,
@@ -597,9 +598,9 @@ def collada_export(
597
598
  use_blender_profile: bool | typing.Any | None = True,
598
599
  sort_by_name: bool | typing.Any | None = False,
599
600
  export_object_transformation_type: typing.Any | None = 0,
600
- export_object_transformation_type_selection: str | int | None = "matrix",
601
+ export_object_transformation_type_selection: str | None = "matrix",
601
602
  export_animation_transformation_type: typing.Any | None = 0,
602
- export_animation_transformation_type_selection: str | int | None = "matrix",
603
+ export_animation_transformation_type_selection: str | None = "matrix",
603
604
  open_sim: bool | typing.Any | None = False,
604
605
  limit_precision: bool | typing.Any | None = False,
605
606
  keep_bind_info: bool | typing.Any | None = False,
@@ -662,9 +663,9 @@ def collada_export(
662
663
 
663
664
  THUMBNAIL
664
665
  Thumbnails -- Display files as thumbnails.
665
- :type display_type: str | int | None
666
+ :type display_type: str | None
666
667
  :param sort_method: File sorting mode
667
- :type sort_method: str | int | None
668
+ :type sort_method: str | None
668
669
  :type filter_glob: str | typing.Any
669
670
  :param prop_bc_export_ui_section: Export Section, Only for User Interface organization
670
671
 
@@ -682,7 +683,7 @@ def collada_export(
682
683
 
683
684
  collada
684
685
  Extra -- Collada export section.
685
- :type prop_bc_export_ui_section: str | int | None
686
+ :type prop_bc_export_ui_section: str | None
686
687
  :param apply_modifiers: Apply Modifiers, Apply modifiers to exported mesh (non destructive)
687
688
  :type apply_modifiers: bool | typing.Any | None
688
689
  :param export_mesh_type: Resolution, Modifier resolution for export
@@ -694,7 +695,7 @@ def collada_export(
694
695
 
695
696
  render
696
697
  Render -- Apply modifier's render settings.
697
- :type export_mesh_type_selection: str | int | None
698
+ :type export_mesh_type_selection: str | None
698
699
  :param export_global_forward_selection: Global Forward Axis, Global Forward axis for export
699
700
 
700
701
  X
@@ -714,7 +715,7 @@ def collada_export(
714
715
 
715
716
  -Z
716
717
  -Z -- Global Forward is negative Z Axis.
717
- :type export_global_forward_selection: str | int | None
718
+ :type export_global_forward_selection: str | None
718
719
  :param export_global_up_selection: Global Up Axis, Global Up axis for export
719
720
 
720
721
  X
@@ -734,7 +735,7 @@ def collada_export(
734
735
 
735
736
  -Z
736
737
  -Z -- Global UP is negative Z Axis.
737
- :type export_global_up_selection: str | int | None
738
+ :type export_global_up_selection: str | None
738
739
  :param apply_global_orientation: Apply Global Orientation, Rotate all root objects to match the global orientation settings otherwise set the global orientation per Collada asset
739
740
  :type apply_global_orientation: bool | typing.Any | None
740
741
  :param selected: Selection Only, Export only selected elements
@@ -758,7 +759,7 @@ def collada_export(
758
759
 
759
760
  keys
760
761
  Curves -- Export Curves (note: guided by curve keys).
761
- :type export_animation_type_selection: str | int | None
762
+ :type export_animation_type_selection: str | None
762
763
  :param sampling_rate: Sampling Rate, The distance between 2 keyframes (1 to key every frame)
763
764
  :type sampling_rate: typing.Any | None
764
765
  :param keep_smooth_curves: Keep Smooth curves, Export also the curve handles (if available) (this does only work when the inverse parent matrix is the unity matrix, otherwise you may end up with odd results)
@@ -788,7 +789,7 @@ def collada_export(
788
789
 
789
790
  decomposed
790
791
  Decomposed -- Use <rotate>, <translate> and <scale> representation for exported transformations.
791
- :type export_object_transformation_type_selection: str | int | None
792
+ :type export_object_transformation_type_selection: str | None
792
793
  :param export_animation_transformation_type: Transform, Transformation type for translation, scale and rotation. Note: The Animation transformation type in the Anim Tab is always equal to the Object transformation type in the Geom tab
793
794
  :type export_animation_transformation_type: typing.Any | None
794
795
  :param export_animation_transformation_type_selection: Transform, Transformation type for translation, scale and rotation. Note: The Animation transformation type in the Anim Tab is always equal to the Object transformation type in the Geom tab
@@ -798,7 +799,7 @@ def collada_export(
798
799
 
799
800
  decomposed
800
801
  Decomposed -- Use <rotate>, <translate> and <scale> representation for exported transformations.
801
- :type export_animation_transformation_type_selection: str | int | None
802
+ :type export_animation_transformation_type_selection: str | None
802
803
  :param open_sim: Export to SL/OpenSim, Compatibility mode for Second Life, OpenSimulator and other compatible online worlds
803
804
  :type open_sim: bool | typing.Any | None
804
805
  :param limit_precision: Limit Precision, Reduce the precision of the exported data to 6 digits
@@ -833,8 +834,8 @@ def collada_import(
833
834
  filter_folder: bool | typing.Any | None = True,
834
835
  filter_blenlib: bool | typing.Any | None = False,
835
836
  filemode: typing.Any | None = 8,
836
- display_type: str | int | None = "DEFAULT",
837
- sort_method: str | int | None = "",
837
+ display_type: str | None = "DEFAULT",
838
+ sort_method: str | None = "",
838
839
  filter_glob: str | typing.Any = "*.dae",
839
840
  import_units: bool | typing.Any | None = False,
840
841
  custom_normals: bool | typing.Any | None = True,
@@ -902,9 +903,9 @@ def collada_import(
902
903
 
903
904
  THUMBNAIL
904
905
  Thumbnails -- Display files as thumbnails.
905
- :type display_type: str | int | None
906
+ :type display_type: str | None
906
907
  :param sort_method: File sorting mode
907
- :type sort_method: str | int | None
908
+ :type sort_method: str | None
908
909
  :type filter_glob: str | typing.Any
909
910
  :param import_units: Import Units, If disabled match import to Blender's current Unit settings, otherwise use the settings from the Imported scene
910
911
  :type import_units: bool | typing.Any | None
@@ -944,7 +945,7 @@ def context_collection_boolean_set(
944
945
  undo: bool | None = None,
945
946
  data_path_iter: str | typing.Any = "",
946
947
  data_path_item: str | typing.Any = "",
947
- type: str | int | None = "TOGGLE",
948
+ type: str | None = "TOGGLE",
948
949
  ):
949
950
  """Set boolean values for a collection of items
950
951
 
@@ -956,7 +957,7 @@ def context_collection_boolean_set(
956
957
  :param data_path_item: data_path_item, The data path from each iterable to the value (int or float)
957
958
  :type data_path_item: str | typing.Any
958
959
  :param type: Type
959
- :type type: str | int | None
960
+ :type type: str | None
960
961
  """
961
962
 
962
963
  ...
@@ -1452,13 +1453,13 @@ def gpencil_export_pdf(
1452
1453
  filter_folder: bool | typing.Any | None = True,
1453
1454
  filter_blenlib: bool | typing.Any | None = False,
1454
1455
  filemode: typing.Any | None = 8,
1455
- display_type: str | int | None = "DEFAULT",
1456
- sort_method: str | int | None = "",
1456
+ display_type: str | None = "DEFAULT",
1457
+ sort_method: str | None = "",
1457
1458
  use_fill: bool | typing.Any | None = True,
1458
- selected_object_type: str | int | None = "SELECTED",
1459
+ selected_object_type: str | None = "SELECTED",
1459
1460
  stroke_sample: typing.Any | None = 0.0,
1460
1461
  use_normalized_thickness: bool | typing.Any | None = False,
1461
- frame_mode: str | int | None = "ACTIVE",
1462
+ frame_mode: str | None = "ACTIVE",
1462
1463
  ):
1463
1464
  """Export grease pencil to PDF
1464
1465
 
@@ -1518,9 +1519,9 @@ def gpencil_export_pdf(
1518
1519
 
1519
1520
  THUMBNAIL
1520
1521
  Thumbnails -- Display files as thumbnails.
1521
- :type display_type: str | int | None
1522
+ :type display_type: str | None
1522
1523
  :param sort_method: File sorting mode
1523
- :type sort_method: str | int | None
1524
+ :type sort_method: str | None
1524
1525
  :param use_fill: Fill, Export strokes with fill enabled
1525
1526
  :type use_fill: bool | typing.Any | None
1526
1527
  :param selected_object_type: Object, Which objects to include in the export
@@ -1533,7 +1534,7 @@ def gpencil_export_pdf(
1533
1534
 
1534
1535
  VISIBLE
1535
1536
  Visible -- Include all visible objects.
1536
- :type selected_object_type: str | int | None
1537
+ :type selected_object_type: str | None
1537
1538
  :param stroke_sample: Sampling, Precision of stroke sampling. Low values mean a more precise result, and zero disables sampling
1538
1539
  :type stroke_sample: typing.Any | None
1539
1540
  :param use_normalized_thickness: Normalize, Export strokes with constant thickness
@@ -1548,7 +1549,7 @@ def gpencil_export_pdf(
1548
1549
 
1549
1550
  SCENE
1550
1551
  Scene -- Include all scene frames.
1551
- :type frame_mode: str | int | None
1552
+ :type frame_mode: str | None
1552
1553
  """
1553
1554
 
1554
1555
  ...
@@ -1577,10 +1578,10 @@ def gpencil_export_svg(
1577
1578
  filter_folder: bool | typing.Any | None = True,
1578
1579
  filter_blenlib: bool | typing.Any | None = False,
1579
1580
  filemode: typing.Any | None = 8,
1580
- display_type: str | int | None = "DEFAULT",
1581
- sort_method: str | int | None = "",
1581
+ display_type: str | None = "DEFAULT",
1582
+ sort_method: str | None = "",
1582
1583
  use_fill: bool | typing.Any | None = True,
1583
- selected_object_type: str | int | None = "SELECTED",
1584
+ selected_object_type: str | None = "SELECTED",
1584
1585
  stroke_sample: typing.Any | None = 0.0,
1585
1586
  use_normalized_thickness: bool | typing.Any | None = False,
1586
1587
  use_clip_camera: bool | typing.Any | None = False,
@@ -1643,9 +1644,9 @@ def gpencil_export_svg(
1643
1644
 
1644
1645
  THUMBNAIL
1645
1646
  Thumbnails -- Display files as thumbnails.
1646
- :type display_type: str | int | None
1647
+ :type display_type: str | None
1647
1648
  :param sort_method: File sorting mode
1648
- :type sort_method: str | int | None
1649
+ :type sort_method: str | None
1649
1650
  :param use_fill: Fill, Export strokes with fill enabled
1650
1651
  :type use_fill: bool | typing.Any | None
1651
1652
  :param selected_object_type: Object, Which objects to include in the export
@@ -1658,7 +1659,7 @@ def gpencil_export_svg(
1658
1659
 
1659
1660
  VISIBLE
1660
1661
  Visible -- Include all visible objects.
1661
- :type selected_object_type: str | int | None
1662
+ :type selected_object_type: str | None
1662
1663
  :param stroke_sample: Sampling, Precision of stroke sampling. Low values mean a more precise result, and zero disables sampling
1663
1664
  :type stroke_sample: typing.Any | None
1664
1665
  :param use_normalized_thickness: Normalize, Export strokes with constant thickness
@@ -1697,8 +1698,8 @@ def gpencil_import_svg(
1697
1698
  filter_blenlib: bool | typing.Any | None = False,
1698
1699
  filemode: typing.Any | None = 8,
1699
1700
  relative_path: bool | typing.Any | None = True,
1700
- display_type: str | int | None = "DEFAULT",
1701
- sort_method: str | int | None = "",
1701
+ display_type: str | None = "DEFAULT",
1702
+ sort_method: str | None = "",
1702
1703
  resolution: typing.Any | None = 10,
1703
1704
  scale: typing.Any | None = 10.0,
1704
1705
  ):
@@ -1766,9 +1767,9 @@ def gpencil_import_svg(
1766
1767
 
1767
1768
  THUMBNAIL
1768
1769
  Thumbnails -- Display files as thumbnails.
1769
- :type display_type: str | int | None
1770
+ :type display_type: str | None
1770
1771
  :param sort_method: File sorting mode
1771
- :type sort_method: str | int | None
1772
+ :type sort_method: str | None
1772
1773
  :param resolution: Resolution, Resolution of the generated strokes
1773
1774
  :type resolution: typing.Any | None
1774
1775
  :param scale: Scale, Scale of the final strokes
@@ -1921,8 +1922,8 @@ def lib_reload(
1921
1922
  filter_blenlib: bool | typing.Any | None = False,
1922
1923
  filemode: typing.Any | None = 8,
1923
1924
  relative_path: bool | typing.Any | None = True,
1924
- display_type: str | int | None = "DEFAULT",
1925
- sort_method: str | int | None = "",
1925
+ display_type: str | None = "DEFAULT",
1926
+ sort_method: str | None = "",
1926
1927
  ):
1927
1928
  """Reload the given library
1928
1929
 
@@ -1992,9 +1993,9 @@ def lib_reload(
1992
1993
 
1993
1994
  THUMBNAIL
1994
1995
  Thumbnails -- Display files as thumbnails.
1995
- :type display_type: str | int | None
1996
+ :type display_type: str | None
1996
1997
  :param sort_method: File sorting mode
1997
- :type sort_method: str | int | None
1998
+ :type sort_method: str | None
1998
1999
  """
1999
2000
 
2000
2001
  ...
@@ -2030,8 +2031,8 @@ def lib_relocate(
2030
2031
  filter_blenlib: bool | typing.Any | None = False,
2031
2032
  filemode: typing.Any | None = 8,
2032
2033
  relative_path: bool | typing.Any | None = True,
2033
- display_type: str | int | None = "DEFAULT",
2034
- sort_method: str | int | None = "",
2034
+ display_type: str | None = "DEFAULT",
2035
+ sort_method: str | None = "",
2035
2036
  ):
2036
2037
  """Relocate the given library to one or several others
2037
2038
 
@@ -2103,9 +2104,9 @@ def lib_relocate(
2103
2104
 
2104
2105
  THUMBNAIL
2105
2106
  Thumbnails -- Display files as thumbnails.
2106
- :type display_type: str | int | None
2107
+ :type display_type: str | None
2107
2108
  :param sort_method: File sorting mode
2108
- :type sort_method: str | int | None
2109
+ :type sort_method: str | None
2109
2110
  """
2110
2111
 
2111
2112
  ...
@@ -2139,8 +2140,8 @@ def link(
2139
2140
  filter_blenlib: bool | typing.Any | None = True,
2140
2141
  filemode: typing.Any | None = 1,
2141
2142
  relative_path: bool | typing.Any | None = True,
2142
- display_type: str | int | None = "DEFAULT",
2143
- sort_method: str | int | None = "",
2143
+ display_type: str | None = "DEFAULT",
2144
+ sort_method: str | None = "",
2144
2145
  link: bool | typing.Any | None = True,
2145
2146
  do_reuse_local_id: bool | typing.Any | None = False,
2146
2147
  clear_asset_data: bool | typing.Any | None = False,
@@ -2215,9 +2216,9 @@ def link(
2215
2216
 
2216
2217
  THUMBNAIL
2217
2218
  Thumbnails -- Display files as thumbnails.
2218
- :type display_type: str | int | None
2219
+ :type display_type: str | None
2219
2220
  :param sort_method: File sorting mode
2220
- :type sort_method: str | int | None
2221
+ :type sort_method: str | None
2221
2222
  :param link: Link, Link the objects or data-blocks rather than appending
2222
2223
  :type link: bool | typing.Any | None
2223
2224
  :param do_reuse_local_id: Re-Use Local Data, Try to re-use previously matching appended data-blocks instead of appending a new copy
@@ -2274,23 +2275,23 @@ def obj_export(
2274
2275
  filter_folder: bool | typing.Any | None = True,
2275
2276
  filter_blenlib: bool | typing.Any | None = False,
2276
2277
  filemode: typing.Any | None = 8,
2277
- display_type: str | int | None = "DEFAULT",
2278
- sort_method: str | int | None = "",
2278
+ display_type: str | None = "DEFAULT",
2279
+ sort_method: str | None = "",
2279
2280
  export_animation: bool | typing.Any | None = False,
2280
2281
  start_frame: typing.Any | None = -2147483648,
2281
2282
  end_frame: typing.Any | None = 2147483647,
2282
- forward_axis: str | int | None = "NEGATIVE_Z",
2283
- up_axis: str | int | None = "Y",
2283
+ forward_axis: str | None = "NEGATIVE_Z",
2284
+ up_axis: str | None = "Y",
2284
2285
  global_scale: typing.Any | None = 1.0,
2285
2286
  apply_modifiers: bool | typing.Any | None = True,
2286
- export_eval_mode: str | int | None = "DAG_EVAL_VIEWPORT",
2287
+ export_eval_mode: str | None = "DAG_EVAL_VIEWPORT",
2287
2288
  export_selected_objects: bool | typing.Any | None = False,
2288
2289
  export_uv: bool | typing.Any | None = True,
2289
2290
  export_normals: bool | typing.Any | None = True,
2290
2291
  export_colors: bool | typing.Any | None = False,
2291
2292
  export_materials: bool | typing.Any | None = True,
2292
2293
  export_pbr_extensions: bool | typing.Any | None = False,
2293
- path_mode: str | int | None = "AUTO",
2294
+ path_mode: str | None = "AUTO",
2294
2295
  export_triangulated_mesh: bool | typing.Any | None = False,
2295
2296
  export_curves_as_nurbs: bool | typing.Any | None = False,
2296
2297
  export_object_groups: bool | typing.Any | None = False,
@@ -2359,9 +2360,9 @@ def obj_export(
2359
2360
 
2360
2361
  THUMBNAIL
2361
2362
  Thumbnails -- Display files as thumbnails.
2362
- :type display_type: str | int | None
2363
+ :type display_type: str | None
2363
2364
  :param sort_method: File sorting mode
2364
- :type sort_method: str | int | None
2365
+ :type sort_method: str | None
2365
2366
  :param export_animation: Export Animation, Export multiple frames instead of the current frame only
2366
2367
  :type export_animation: bool | typing.Any | None
2367
2368
  :param start_frame: Start Frame, The first frame to be exported
@@ -2387,7 +2388,7 @@ def obj_export(
2387
2388
 
2388
2389
  NEGATIVE_Z
2389
2390
  -Z -- Negative Z axis.
2390
- :type forward_axis: str | int | None
2391
+ :type forward_axis: str | None
2391
2392
  :param up_axis: Up Axis
2392
2393
 
2393
2394
  X
@@ -2407,7 +2408,7 @@ def obj_export(
2407
2408
 
2408
2409
  NEGATIVE_Z
2409
2410
  -Z -- Negative Z axis.
2410
- :type up_axis: str | int | None
2411
+ :type up_axis: str | None
2411
2412
  :param global_scale: Scale, Value by which to enlarge or shrink the objects with respect to the world's origin
2412
2413
  :type global_scale: typing.Any | None
2413
2414
  :param apply_modifiers: Apply Modifiers, Apply modifiers to exported meshes
@@ -2419,7 +2420,7 @@ def obj_export(
2419
2420
 
2420
2421
  DAG_EVAL_VIEWPORT
2421
2422
  Viewport -- Export objects as they appear in the viewport.
2422
- :type export_eval_mode: str | int | None
2423
+ :type export_eval_mode: str | None
2423
2424
  :param export_selected_objects: Export Selected Objects, Export only selected objects instead of all supported objects
2424
2425
  :type export_selected_objects: bool | typing.Any | None
2425
2426
  :param export_uv: Export UVs
@@ -2451,7 +2452,7 @@ def obj_export(
2451
2452
 
2452
2453
  COPY
2453
2454
  Copy -- Copy the file to the destination path.
2454
- :type path_mode: str | int | None
2455
+ :type path_mode: str | None
2455
2456
  :param export_triangulated_mesh: Export Triangulated Mesh, All ngons with four or more vertices will be triangulated. Meshes in the scene will not be affected. Behaves like Triangulate Modifier with ngon-method: "Beauty", quad-method: "Shortest Diagonal", min vertices: 4
2456
2457
  :type export_triangulated_mesh: bool | typing.Any | None
2457
2458
  :param export_curves_as_nurbs: Export Curves as NURBS, Export curves in parametric form instead of exporting as mesh
@@ -2501,12 +2502,12 @@ def obj_import(
2501
2502
  filter_folder: bool | typing.Any | None = True,
2502
2503
  filter_blenlib: bool | typing.Any | None = False,
2503
2504
  filemode: typing.Any | None = 8,
2504
- display_type: str | int | None = "DEFAULT",
2505
- sort_method: str | int | None = "",
2505
+ display_type: str | None = "DEFAULT",
2506
+ sort_method: str | None = "",
2506
2507
  global_scale: typing.Any | None = 1.0,
2507
2508
  clamp_size: typing.Any | None = 0.0,
2508
- forward_axis: str | int | None = "NEGATIVE_Z",
2509
- up_axis: str | int | None = "Y",
2509
+ forward_axis: str | None = "NEGATIVE_Z",
2510
+ up_axis: str | None = "Y",
2510
2511
  use_split_objects: bool | typing.Any | None = True,
2511
2512
  use_split_groups: bool | typing.Any | None = False,
2512
2513
  import_vertex_groups: bool | typing.Any | None = False,
@@ -2576,9 +2577,9 @@ def obj_import(
2576
2577
 
2577
2578
  THUMBNAIL
2578
2579
  Thumbnails -- Display files as thumbnails.
2579
- :type display_type: str | int | None
2580
+ :type display_type: str | None
2580
2581
  :param sort_method: File sorting mode
2581
- :type sort_method: str | int | None
2582
+ :type sort_method: str | None
2582
2583
  :param global_scale: Scale, Value by which to enlarge or shrink the objects with respect to the world's origin
2583
2584
  :type global_scale: typing.Any | None
2584
2585
  :param clamp_size: Clamp Bounding Box, Resize the objects to keep bounding box under this value. Value 0 disables clamping
@@ -2602,7 +2603,7 @@ def obj_import(
2602
2603
 
2603
2604
  NEGATIVE_Z
2604
2605
  -Z -- Negative Z axis.
2605
- :type forward_axis: str | int | None
2606
+ :type forward_axis: str | None
2606
2607
  :param up_axis: Up Axis
2607
2608
 
2608
2609
  X
@@ -2622,7 +2623,7 @@ def obj_import(
2622
2623
 
2623
2624
  NEGATIVE_Z
2624
2625
  -Z -- Negative Z axis.
2625
- :type up_axis: str | int | None
2626
+ :type up_axis: str | None
2626
2627
  :param use_split_objects: Split By Object, Import each OBJ 'o' as a separate object
2627
2628
  :type use_split_objects: bool | typing.Any | None
2628
2629
  :param use_split_groups: Split By Group, Import each OBJ 'g' as a separate object
@@ -2664,8 +2665,8 @@ def open_mainfile(
2664
2665
  filter_folder: bool | typing.Any | None = True,
2665
2666
  filter_blenlib: bool | typing.Any | None = False,
2666
2667
  filemode: typing.Any | None = 8,
2667
- display_type: str | int | None = "DEFAULT",
2668
- sort_method: str | int | None = "",
2668
+ display_type: str | None = "DEFAULT",
2669
+ sort_method: str | None = "",
2669
2670
  load_ui: bool | typing.Any | None = True,
2670
2671
  use_scripts: bool | typing.Any | None = True,
2671
2672
  display_file_selector: bool | typing.Any | None = True,
@@ -2731,9 +2732,9 @@ def open_mainfile(
2731
2732
 
2732
2733
  THUMBNAIL
2733
2734
  Thumbnails -- Display files as thumbnails.
2734
- :type display_type: str | int | None
2735
+ :type display_type: str | None
2735
2736
  :param sort_method: File sorting mode
2736
- :type sort_method: str | int | None
2737
+ :type sort_method: str | None
2737
2738
  :param load_ui: Load UI, Load user interface setup in the .blend file
2738
2739
  :type load_ui: bool | typing.Any | None
2739
2740
  :param use_scripts: Trusted Source, Allow .blend file to execute scripts automatically, default available from system preferences
@@ -2916,17 +2917,17 @@ def ply_export(
2916
2917
  filter_folder: bool | typing.Any | None = True,
2917
2918
  filter_blenlib: bool | typing.Any | None = False,
2918
2919
  filemode: typing.Any | None = 8,
2919
- display_type: str | int | None = "DEFAULT",
2920
- sort_method: str | int | None = "",
2921
- forward_axis: str | int | None = "Y",
2922
- up_axis: str | int | None = "Z",
2920
+ display_type: str | None = "DEFAULT",
2921
+ sort_method: str | None = "",
2922
+ forward_axis: str | None = "Y",
2923
+ up_axis: str | None = "Z",
2923
2924
  global_scale: typing.Any | None = 1.0,
2924
2925
  apply_modifiers: bool | typing.Any | None = True,
2925
2926
  export_selected_objects: bool | typing.Any | None = False,
2926
2927
  collection: str | typing.Any = "",
2927
2928
  export_uv: bool | typing.Any | None = True,
2928
2929
  export_normals: bool | typing.Any | None = False,
2929
- export_colors: str | int | None = "SRGB",
2930
+ export_colors: str | None = "SRGB",
2930
2931
  export_attributes: bool | typing.Any | None = True,
2931
2932
  export_triangulated_mesh: bool | typing.Any | None = False,
2932
2933
  ascii_format: bool | typing.Any | None = False,
@@ -2990,9 +2991,9 @@ def ply_export(
2990
2991
 
2991
2992
  THUMBNAIL
2992
2993
  Thumbnails -- Display files as thumbnails.
2993
- :type display_type: str | int | None
2994
+ :type display_type: str | None
2994
2995
  :param sort_method: File sorting mode
2995
- :type sort_method: str | int | None
2996
+ :type sort_method: str | None
2996
2997
  :param forward_axis: Forward Axis
2997
2998
 
2998
2999
  X
@@ -3012,7 +3013,7 @@ def ply_export(
3012
3013
 
3013
3014
  NEGATIVE_Z
3014
3015
  -Z -- Negative Z axis.
3015
- :type forward_axis: str | int | None
3016
+ :type forward_axis: str | None
3016
3017
  :param up_axis: Up Axis
3017
3018
 
3018
3019
  X
@@ -3032,7 +3033,7 @@ def ply_export(
3032
3033
 
3033
3034
  NEGATIVE_Z
3034
3035
  -Z -- Negative Z axis.
3035
- :type up_axis: str | int | None
3036
+ :type up_axis: str | None
3036
3037
  :param global_scale: Scale, Value by which to enlarge or shrink the objects with respect to the world's origin
3037
3038
  :type global_scale: typing.Any | None
3038
3039
  :param apply_modifiers: Apply Modifiers, Apply modifiers to exported meshes
@@ -3055,7 +3056,7 @@ def ply_export(
3055
3056
 
3056
3057
  LINEAR
3057
3058
  Linear -- Vertex colors in the file are in linear color space.
3058
- :type export_colors: str | int | None
3059
+ :type export_colors: str | None
3059
3060
  :param export_attributes: Export Vertex Attributes, Export custom vertex attributes
3060
3061
  :type export_attributes: bool | typing.Any | None
3061
3062
  :param export_triangulated_mesh: Export Triangulated Mesh, All ngons with four or more vertices will be triangulated. Meshes in the scene will not be affected. Behaves like Triangulate Modifier with ngon-method: "Beauty", quad-method: "Shortest Diagonal", min vertices: 4
@@ -3095,14 +3096,14 @@ def ply_import(
3095
3096
  filter_folder: bool | typing.Any | None = True,
3096
3097
  filter_blenlib: bool | typing.Any | None = False,
3097
3098
  filemode: typing.Any | None = 8,
3098
- display_type: str | int | None = "DEFAULT",
3099
- sort_method: str | int | None = "",
3099
+ display_type: str | None = "DEFAULT",
3100
+ sort_method: str | None = "",
3100
3101
  global_scale: typing.Any | None = 1.0,
3101
3102
  use_scene_unit: bool | typing.Any | None = False,
3102
- forward_axis: str | int | None = "Y",
3103
- up_axis: str | int | None = "Z",
3103
+ forward_axis: str | None = "Y",
3104
+ up_axis: str | None = "Z",
3104
3105
  merge_verts: bool | typing.Any | None = False,
3105
- import_colors: str | int | None = "SRGB",
3106
+ import_colors: str | None = "SRGB",
3106
3107
  import_attributes: bool | typing.Any | None = True,
3107
3108
  filter_glob: str | typing.Any = "*.ply",
3108
3109
  ):
@@ -3168,9 +3169,9 @@ def ply_import(
3168
3169
 
3169
3170
  THUMBNAIL
3170
3171
  Thumbnails -- Display files as thumbnails.
3171
- :type display_type: str | int | None
3172
+ :type display_type: str | None
3172
3173
  :param sort_method: File sorting mode
3173
- :type sort_method: str | int | None
3174
+ :type sort_method: str | None
3174
3175
  :param global_scale: Scale
3175
3176
  :type global_scale: typing.Any | None
3176
3177
  :param use_scene_unit: Scene Unit, Apply current scene's unit (as defined by unit scale) to imported data
@@ -3194,7 +3195,7 @@ def ply_import(
3194
3195
 
3195
3196
  NEGATIVE_Z
3196
3197
  -Z -- Negative Z axis.
3197
- :type forward_axis: str | int | None
3198
+ :type forward_axis: str | None
3198
3199
  :param up_axis: Up Axis
3199
3200
 
3200
3201
  X
@@ -3214,7 +3215,7 @@ def ply_import(
3214
3215
 
3215
3216
  NEGATIVE_Z
3216
3217
  -Z -- Negative Z axis.
3217
- :type up_axis: str | int | None
3218
+ :type up_axis: str | None
3218
3219
  :param merge_verts: Merge Vertices, Merges vertices by distance
3219
3220
  :type merge_verts: bool | typing.Any | None
3220
3221
  :param import_colors: Vertex Colors, Import vertex color attributes
@@ -3227,7 +3228,7 @@ def ply_import(
3227
3228
 
3228
3229
  LINEAR
3229
3230
  Linear -- Vertex colors in the file are in linear color space.
3230
- :type import_colors: str | int | None
3231
+ :type import_colors: str | None
3231
3232
  :param import_attributes: Vertex Attributes, Import custom vertex attributes
3232
3233
  :type import_attributes: bool | typing.Any | None
3233
3234
  :param filter_glob: Extension Filter
@@ -3330,7 +3331,7 @@ def previews_clear(
3330
3331
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3331
3332
  execution_context: str | int | None = None,
3332
3333
  undo: bool | None = None,
3333
- id_type: set[str] | set[int] | None = {},
3334
+ id_type: set[str] | None = {},
3334
3335
  ):
3335
3336
  """Clear data-block previews (only for some types like objects, materials, textures, etc.)
3336
3337
 
@@ -3371,7 +3372,7 @@ def previews_clear(
3371
3372
 
3372
3373
  IMAGE
3373
3374
  Images.
3374
- :type id_type: set[str] | set[int] | None
3375
+ :type id_type: set[str] | None
3375
3376
  """
3376
3377
 
3377
3378
  ...
@@ -3430,7 +3431,7 @@ def properties_edit(
3430
3431
  undo: bool | None = None,
3431
3432
  data_path: str | typing.Any = "",
3432
3433
  property_name: str | typing.Any = "",
3433
- property_type: str | int | None = "FLOAT",
3434
+ property_type: str | None = "FLOAT",
3434
3435
  is_overridable_library: bool | typing.Any | None = False,
3435
3436
  description: str | typing.Any = "",
3436
3437
  use_soft_limits: bool | typing.Any | None = False,
@@ -3548,9 +3549,9 @@ def properties_edit(
3548
3549
  soft_max_float: typing.Any | None = -10000.0,
3549
3550
  precision: typing.Any | None = 3,
3550
3551
  step_float: typing.Any | None = 0.1,
3551
- subtype: str | int | None = "",
3552
+ subtype: str | None = "",
3552
3553
  default_string: str | typing.Any = "",
3553
- id_type: str | int | None = "OBJECT",
3554
+ id_type: str | None = "OBJECT",
3554
3555
  eval_string: str | typing.Any = "",
3555
3556
  ):
3556
3557
  """Change a custom property's type, or adjust how it is displayed in the interface
@@ -3590,7 +3591,7 @@ def properties_edit(
3590
3591
 
3591
3592
  PYTHON
3592
3593
  Python -- Edit a Python value directly, for unsupported property types.
3593
- :type property_type: str | int | None
3594
+ :type property_type: str | None
3594
3595
  :param is_overridable_library: Library Overridable, Allow the property to be overridden when the data-block is linked
3595
3596
  :type is_overridable_library: bool | typing.Any | None
3596
3597
  :param description: Description
@@ -3628,11 +3629,11 @@ def properties_edit(
3628
3629
  :param step_float: Step
3629
3630
  :type step_float: typing.Any | None
3630
3631
  :param subtype: Subtype
3631
- :type subtype: str | int | None
3632
+ :type subtype: str | None
3632
3633
  :param default_string: Default Value
3633
3634
  :type default_string: str | typing.Any
3634
3635
  :param id_type: ID Type
3635
- :type id_type: str | int | None
3636
+ :type id_type: str | None
3636
3637
  :param eval_string: Value, Python value for unsupported custom property types
3637
3638
  :type eval_string: str | typing.Any
3638
3639
  """
@@ -3872,8 +3873,8 @@ def recover_auto_save(
3872
3873
  filter_folder: bool | typing.Any | None = False,
3873
3874
  filter_blenlib: bool | typing.Any | None = False,
3874
3875
  filemode: typing.Any | None = 8,
3875
- display_type: str | int | None = "LIST_VERTICAL",
3876
- sort_method: str | int | None = "",
3876
+ display_type: str | None = "LIST_VERTICAL",
3877
+ sort_method: str | None = "",
3877
3878
  use_scripts: bool | typing.Any | None = True,
3878
3879
  ):
3879
3880
  """Open an automatically saved file to recover it
@@ -3936,9 +3937,9 @@ def recover_auto_save(
3936
3937
 
3937
3938
  THUMBNAIL
3938
3939
  Thumbnails -- Display files as thumbnails.
3939
- :type display_type: str | int | None
3940
+ :type display_type: str | None
3940
3941
  :param sort_method: File sorting mode
3941
- :type sort_method: str | int | None
3942
+ :type sort_method: str | None
3942
3943
  :param use_scripts: Trusted Source, Allow .blend file to execute scripts automatically, default available from system preferences
3943
3944
  :type use_scripts: bool | typing.Any | None
3944
3945
  """
@@ -3966,7 +3967,7 @@ def redraw_timer(
3966
3967
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
3967
3968
  execution_context: str | int | None = None,
3968
3969
  undo: bool | None = None,
3969
- type: str | int | None = "DRAW",
3970
+ type: str | None = "DRAW",
3970
3971
  iterations: typing.Any | None = 10,
3971
3972
  time_limit: typing.Any | None = 0.0,
3972
3973
  ):
@@ -3997,7 +3998,7 @@ def redraw_timer(
3997
3998
 
3998
3999
  UNDO
3999
4000
  Undo/Redo -- Undo and redo.
4000
- :type type: str | int | None
4001
+ :type type: str | None
4001
4002
  :param iterations: Iterations, Number of times to redraw
4002
4003
  :type iterations: typing.Any | None
4003
4004
  :param time_limit: Time Limit, Seconds to run the test for (override iterations)
@@ -4048,8 +4049,8 @@ def save_as_mainfile(
4048
4049
  filter_folder: bool | typing.Any | None = True,
4049
4050
  filter_blenlib: bool | typing.Any | None = False,
4050
4051
  filemode: typing.Any | None = 8,
4051
- display_type: str | int | None = "DEFAULT",
4052
- sort_method: str | int | None = "",
4052
+ display_type: str | None = "DEFAULT",
4053
+ sort_method: str | None = "",
4053
4054
  compress: bool | typing.Any | None = False,
4054
4055
  relative_remap: bool | typing.Any | None = True,
4055
4056
  copy: bool | typing.Any | None = False,
@@ -4114,9 +4115,9 @@ def save_as_mainfile(
4114
4115
 
4115
4116
  THUMBNAIL
4116
4117
  Thumbnails -- Display files as thumbnails.
4117
- :type display_type: str | int | None
4118
+ :type display_type: str | None
4118
4119
  :param sort_method: File sorting mode
4119
- :type sort_method: str | int | None
4120
+ :type sort_method: str | None
4120
4121
  :param compress: Compress, Write compressed .blend file
4121
4122
  :type compress: bool | typing.Any | None
4122
4123
  :param relative_remap: Remap Relative, Remap relative paths when saving to a different directory
@@ -4166,8 +4167,8 @@ def save_mainfile(
4166
4167
  filter_folder: bool | typing.Any | None = True,
4167
4168
  filter_blenlib: bool | typing.Any | None = False,
4168
4169
  filemode: typing.Any | None = 8,
4169
- display_type: str | int | None = "DEFAULT",
4170
- sort_method: str | int | None = "",
4170
+ display_type: str | None = "DEFAULT",
4171
+ sort_method: str | None = "",
4171
4172
  compress: bool | typing.Any | None = False,
4172
4173
  relative_remap: bool | typing.Any | None = False,
4173
4174
  exit: bool | typing.Any | None = False,
@@ -4233,9 +4234,9 @@ def save_mainfile(
4233
4234
 
4234
4235
  THUMBNAIL
4235
4236
  Thumbnails -- Display files as thumbnails.
4236
- :type display_type: str | int | None
4237
+ :type display_type: str | None
4237
4238
  :param sort_method: File sorting mode
4238
- :type sort_method: str | int | None
4239
+ :type sort_method: str | None
4239
4240
  :param compress: Compress, Write compressed .blend file
4240
4241
  :type compress: bool | typing.Any | None
4241
4242
  :param relative_remap: Remap Relative, Remap relative paths when saving to a different directory
@@ -4314,9 +4315,9 @@ def set_stereo_3d(
4314
4315
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4315
4316
  execution_context: str | int | None = None,
4316
4317
  undo: bool | None = None,
4317
- display_mode: str | int | None = "ANAGLYPH",
4318
- anaglyph_type: str | int | None = "RED_CYAN",
4319
- interlace_type: str | int | None = "ROW_INTERLEAVED",
4318
+ display_mode: str | None = "ANAGLYPH",
4319
+ anaglyph_type: str | None = "RED_CYAN",
4320
+ interlace_type: str | None = "ROW_INTERLEAVED",
4320
4321
  use_interlace_swap: bool | typing.Any | None = False,
4321
4322
  use_sidebyside_crosseyed: bool | typing.Any | None = False,
4322
4323
  ):
@@ -4326,11 +4327,11 @@ def set_stereo_3d(
4326
4327
  :type execution_context: str | int | None
4327
4328
  :type undo: bool | None
4328
4329
  :param display_mode: Display Mode
4329
- :type display_mode: str | int | None
4330
+ :type display_mode: str | None
4330
4331
  :param anaglyph_type: Anaglyph Type
4331
- :type anaglyph_type: str | int | None
4332
+ :type anaglyph_type: str | None
4332
4333
  :param interlace_type: Interlace Type
4333
- :type interlace_type: str | int | None
4334
+ :type interlace_type: str | None
4334
4335
  :param use_interlace_swap: Swap Left/Right, Swap left and right stereo channels
4335
4336
  :type use_interlace_swap: bool | typing.Any | None
4336
4337
  :param use_sidebyside_crosseyed: Cross-Eyed, Right eye should see left image and vice versa
@@ -4391,16 +4392,16 @@ def stl_export(
4391
4392
  filter_folder: bool | typing.Any | None = True,
4392
4393
  filter_blenlib: bool | typing.Any | None = False,
4393
4394
  filemode: typing.Any | None = 8,
4394
- display_type: str | int | None = "DEFAULT",
4395
- sort_method: str | int | None = "",
4395
+ display_type: str | None = "DEFAULT",
4396
+ sort_method: str | None = "",
4396
4397
  ascii_format: bool | typing.Any | None = False,
4397
4398
  use_batch: bool | typing.Any | None = False,
4398
4399
  export_selected_objects: bool | typing.Any | None = False,
4399
4400
  collection: str | typing.Any = "",
4400
4401
  global_scale: typing.Any | None = 1.0,
4401
4402
  use_scene_unit: bool | typing.Any | None = False,
4402
- forward_axis: str | int | None = "Y",
4403
- up_axis: str | int | None = "Z",
4403
+ forward_axis: str | None = "Y",
4404
+ up_axis: str | None = "Z",
4404
4405
  apply_modifiers: bool | typing.Any | None = True,
4405
4406
  filter_glob: str | typing.Any = "*.stl",
4406
4407
  ):
@@ -4462,9 +4463,9 @@ def stl_export(
4462
4463
 
4463
4464
  THUMBNAIL
4464
4465
  Thumbnails -- Display files as thumbnails.
4465
- :type display_type: str | int | None
4466
+ :type display_type: str | None
4466
4467
  :param sort_method: File sorting mode
4467
- :type sort_method: str | int | None
4468
+ :type sort_method: str | None
4468
4469
  :param ascii_format: ASCII Format, Export file in ASCII format, export as binary otherwise
4469
4470
  :type ascii_format: bool | typing.Any | None
4470
4471
  :param use_batch: Batch Export, Export each object to a separate file
@@ -4496,7 +4497,7 @@ def stl_export(
4496
4497
 
4497
4498
  NEGATIVE_Z
4498
4499
  -Z -- Negative Z axis.
4499
- :type forward_axis: str | int | None
4500
+ :type forward_axis: str | None
4500
4501
  :param up_axis: Up Axis
4501
4502
 
4502
4503
  X
@@ -4516,7 +4517,7 @@ def stl_export(
4516
4517
 
4517
4518
  NEGATIVE_Z
4518
4519
  -Z -- Negative Z axis.
4519
- :type up_axis: str | int | None
4520
+ :type up_axis: str | None
4520
4521
  :param apply_modifiers: Apply Modifiers, Apply modifiers to exported meshes
4521
4522
  :type apply_modifiers: bool | typing.Any | None
4522
4523
  :param filter_glob: Extension Filter
@@ -4552,13 +4553,13 @@ def stl_import(
4552
4553
  filter_folder: bool | typing.Any | None = True,
4553
4554
  filter_blenlib: bool | typing.Any | None = False,
4554
4555
  filemode: typing.Any | None = 8,
4555
- display_type: str | int | None = "DEFAULT",
4556
- sort_method: str | int | None = "",
4556
+ display_type: str | None = "DEFAULT",
4557
+ sort_method: str | None = "",
4557
4558
  global_scale: typing.Any | None = 1.0,
4558
4559
  use_scene_unit: bool | typing.Any | None = False,
4559
4560
  use_facet_normal: bool | typing.Any | None = False,
4560
- forward_axis: str | int | None = "Y",
4561
- up_axis: str | int | None = "Z",
4561
+ forward_axis: str | None = "Y",
4562
+ up_axis: str | None = "Z",
4562
4563
  use_mesh_validate: bool | typing.Any | None = True,
4563
4564
  filter_glob: str | typing.Any = "*.stl",
4564
4565
  ):
@@ -4624,9 +4625,9 @@ def stl_import(
4624
4625
 
4625
4626
  THUMBNAIL
4626
4627
  Thumbnails -- Display files as thumbnails.
4627
- :type display_type: str | int | None
4628
+ :type display_type: str | None
4628
4629
  :param sort_method: File sorting mode
4629
- :type sort_method: str | int | None
4630
+ :type sort_method: str | None
4630
4631
  :param global_scale: Scale
4631
4632
  :type global_scale: typing.Any | None
4632
4633
  :param use_scene_unit: Scene Unit, Apply current scene's unit (as defined by unit scale) to imported data
@@ -4652,7 +4653,7 @@ def stl_import(
4652
4653
 
4653
4654
  NEGATIVE_Z
4654
4655
  -Z -- Negative Z axis.
4655
- :type forward_axis: str | int | None
4656
+ :type forward_axis: str | None
4656
4657
  :param up_axis: Up Axis
4657
4658
 
4658
4659
  X
@@ -4672,7 +4673,7 @@ def stl_import(
4672
4673
 
4673
4674
  NEGATIVE_Z
4674
4675
  -Z -- Negative Z axis.
4675
- :type up_axis: str | int | None
4676
+ :type up_axis: str | None
4676
4677
  :param use_mesh_validate: Validate Mesh, Ensure the data is valid (when disabled, data may be imported which causes crashes displaying or editing)
4677
4678
  :type use_mesh_validate: bool | typing.Any | None
4678
4679
  :param filter_glob: Extension Filter
@@ -4705,7 +4706,7 @@ def tool_set_by_id(
4705
4706
  name: str | typing.Any = "",
4706
4707
  cycle: bool | typing.Any | None = False,
4707
4708
  as_fallback: bool | typing.Any | None = False,
4708
- space_type: str | int | None = "EMPTY",
4709
+ space_type: str | None = "EMPTY",
4709
4710
  ):
4710
4711
  """Set the tool by name (for key-maps)
4711
4712
 
@@ -4719,7 +4720,7 @@ def tool_set_by_id(
4719
4720
  :param as_fallback: Set Fallback, Set the fallback tool instead of the primary tool
4720
4721
  :type as_fallback: bool | typing.Any | None
4721
4722
  :param space_type: Type
4722
- :type space_type: str | int | None
4723
+ :type space_type: str | None
4723
4724
  """
4724
4725
 
4725
4726
  ...
@@ -4732,7 +4733,7 @@ def tool_set_by_index(
4732
4733
  cycle: bool | typing.Any | None = False,
4733
4734
  expand: bool | typing.Any | None = True,
4734
4735
  as_fallback: bool | typing.Any | None = False,
4735
- space_type: str | int | None = "EMPTY",
4736
+ space_type: str | None = "EMPTY",
4736
4737
  ):
4737
4738
  """Set the tool by index (for key-maps)
4738
4739
 
@@ -4748,7 +4749,7 @@ def tool_set_by_index(
4748
4749
  :param as_fallback: Set Fallback, Set the fallback tool instead of the primary
4749
4750
  :type as_fallback: bool | typing.Any | None
4750
4751
  :param space_type: Type
4751
- :type space_type: str | int | None
4752
+ :type space_type: str | None
4752
4753
  """
4753
4754
 
4754
4755
  ...
@@ -4816,7 +4817,7 @@ def url_open_preset(
4816
4817
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
4817
4818
  execution_context: str | int | None = None,
4818
4819
  undo: bool | None = None,
4819
- type: str | int | None = "",
4820
+ type: str | None = "",
4820
4821
  id: str | typing.Any = "",
4821
4822
  ):
4822
4823
  """Open a preset website in the web browser
@@ -4825,7 +4826,7 @@ def url_open_preset(
4825
4826
  :type execution_context: str | int | None
4826
4827
  :type undo: bool | None
4827
4828
  :param type: Site
4828
- :type type: str | int | None
4829
+ :type type: str | None
4829
4830
  :param id: Identifier, Optional identifier
4830
4831
  :type id: str | typing.Any
4831
4832
  """
@@ -4856,8 +4857,8 @@ def usd_export(
4856
4857
  filter_folder: bool | typing.Any | None = True,
4857
4858
  filter_blenlib: bool | typing.Any | None = False,
4858
4859
  filemode: typing.Any | None = 8,
4859
- display_type: str | int | None = "DEFAULT",
4860
- sort_method: str | int | None = "",
4860
+ display_type: str | None = "DEFAULT",
4861
+ sort_method: str | None = "",
4861
4862
  filter_glob: str | typing.Any = "*.usd",
4862
4863
  selected_objects_only: bool | typing.Any | None = False,
4863
4864
  visible_objects_only: bool | typing.Any | None = True,
@@ -4868,16 +4869,16 @@ def usd_export(
4868
4869
  export_mesh_colors: bool | typing.Any | None = True,
4869
4870
  export_normals: bool | typing.Any | None = True,
4870
4871
  export_materials: bool | typing.Any | None = True,
4871
- export_subdivision: str | int | None = "BEST_MATCH",
4872
+ export_subdivision: str | None = "BEST_MATCH",
4872
4873
  export_armatures: bool | typing.Any | None = True,
4873
4874
  only_deform_bones: bool | typing.Any | None = False,
4874
4875
  export_shapekeys: bool | typing.Any | None = True,
4875
4876
  use_instancing: bool | typing.Any | None = False,
4876
- evaluation_mode: str | int | None = "RENDER",
4877
+ evaluation_mode: str | None = "RENDER",
4877
4878
  generate_preview_surface: bool | typing.Any | None = True,
4878
4879
  convert_orientation: bool | typing.Any | None = False,
4879
- export_global_forward_selection: str | int | None = "NEGATIVE_Z",
4880
- export_global_up_selection: str | int | None = "Y",
4880
+ export_global_forward_selection: str | None = "NEGATIVE_Z",
4881
+ export_global_up_selection: str | None = "Y",
4881
4882
  export_textures: bool | typing.Any | None = True,
4882
4883
  overwrite_textures: bool | typing.Any | None = False,
4883
4884
  relative_paths: bool | typing.Any | None = True,
@@ -4943,9 +4944,9 @@ def usd_export(
4943
4944
 
4944
4945
  THUMBNAIL
4945
4946
  Thumbnails -- Display files as thumbnails.
4946
- :type display_type: str | int | None
4947
+ :type display_type: str | None
4947
4948
  :param sort_method: File sorting mode
4948
- :type sort_method: str | int | None
4949
+ :type sort_method: str | None
4949
4950
  :type filter_glob: str | typing.Any
4950
4951
  :param selected_objects_only: Selection Only, Only export selected objects. Unselected parents of selected objects are exported as empty transform
4951
4952
  :type selected_objects_only: bool | typing.Any | None
@@ -4975,7 +4976,7 @@ def usd_export(
4975
4976
 
4976
4977
  BEST_MATCH
4977
4978
  Best Match -- Subdivision scheme = Catmull-Clark, when possible. Reverts to exporting the subdivided mesh for the Simple subdivision type.
4978
- :type export_subdivision: str | int | None
4979
+ :type export_subdivision: str | None
4979
4980
  :param export_armatures: Armatures, Export armatures and meshes with armature modifiers as USD skeletons and skinned meshes
4980
4981
  :type export_armatures: bool | typing.Any | None
4981
4982
  :param only_deform_bones: Only Deform Bones, Only export deform bones and their parents
@@ -4991,7 +4992,7 @@ def usd_export(
4991
4992
 
4992
4993
  VIEWPORT
4993
4994
  Viewport -- Use Viewport settings for object visibility, modifier settings, etc.
4994
- :type evaluation_mode: str | int | None
4995
+ :type evaluation_mode: str | None
4995
4996
  :param generate_preview_surface: To USD Preview Surface, Generate an approximate USD Preview Surface shader representation of a Principled BSDF node network
4996
4997
  :type generate_preview_surface: bool | typing.Any | None
4997
4998
  :param convert_orientation: Convert Orientation, The USD exporter will convert scene orientation axis
@@ -5015,7 +5016,7 @@ def usd_export(
5015
5016
 
5016
5017
  NEGATIVE_Z
5017
5018
  -Z -- Negative Z axis.
5018
- :type export_global_forward_selection: str | int | None
5019
+ :type export_global_forward_selection: str | None
5019
5020
  :param export_global_up_selection: Up Axis
5020
5021
 
5021
5022
  X
@@ -5035,7 +5036,7 @@ def usd_export(
5035
5036
 
5036
5037
  NEGATIVE_Z
5037
5038
  -Z -- Negative Z axis.
5038
- :type export_global_up_selection: str | int | None
5039
+ :type export_global_up_selection: str | None
5039
5040
  :param export_textures: Export Textures, If exporting materials, export textures referenced by material nodes to a 'textures' directory in the same directory as the USD file
5040
5041
  :type export_textures: bool | typing.Any | None
5041
5042
  :param overwrite_textures: Overwrite Textures, Overwrite existing files when exporting textures
@@ -5077,8 +5078,8 @@ def usd_import(
5077
5078
  filter_blenlib: bool | typing.Any | None = False,
5078
5079
  filemode: typing.Any | None = 8,
5079
5080
  relative_path: bool | typing.Any | None = True,
5080
- display_type: str | int | None = "DEFAULT",
5081
- sort_method: str | int | None = "",
5081
+ display_type: str | None = "DEFAULT",
5082
+ sort_method: str | None = "",
5082
5083
  filter_glob: str | typing.Any = "*.usd",
5083
5084
  scale: typing.Any | None = 1.0,
5084
5085
  set_frame_range: bool | typing.Any | None = True,
@@ -5107,11 +5108,11 @@ def usd_import(
5107
5108
  import_usd_preview: bool | typing.Any | None = True,
5108
5109
  set_material_blend: bool | typing.Any | None = True,
5109
5110
  light_intensity_scale: typing.Any | None = 1.0,
5110
- mtl_name_collision_mode: str | int | None = "MAKE_UNIQUE",
5111
- import_textures_mode: str | int | None = "IMPORT_PACK",
5111
+ mtl_name_collision_mode: str | None = "MAKE_UNIQUE",
5112
+ import_textures_mode: str | None = "IMPORT_PACK",
5112
5113
  import_textures_dir: str | typing.Any = "//textures/",
5113
- tex_name_collision_mode: str | int | None = "USE_EXISTING",
5114
- attr_import_mode: str | int | None = "ALL",
5114
+ tex_name_collision_mode: str | None = "USE_EXISTING",
5115
+ attr_import_mode: str | None = "ALL",
5115
5116
  validate_meshes: bool | typing.Any | None = False,
5116
5117
  ):
5117
5118
  """Import USD stage into current scene
@@ -5174,9 +5175,9 @@ def usd_import(
5174
5175
 
5175
5176
  THUMBNAIL
5176
5177
  Thumbnails -- Display files as thumbnails.
5177
- :type display_type: str | int | None
5178
+ :type display_type: str | None
5178
5179
  :param sort_method: File sorting mode
5179
- :type sort_method: str | int | None
5180
+ :type sort_method: str | None
5180
5181
  :type filter_glob: str | typing.Any
5181
5182
  :param scale: Scale, Value by which to enlarge or shrink the objects with respect to the world's origin
5182
5183
  :type scale: typing.Any | None
@@ -5239,7 +5240,7 @@ def usd_import(
5239
5240
 
5240
5241
  REFERENCE_EXISTING
5241
5242
  Reference Existing -- If a material with the same name already exists, reference that instead of importing.
5242
- :type mtl_name_collision_mode: str | int | None
5243
+ :type mtl_name_collision_mode: str | None
5243
5244
  :param import_textures_mode: Import Textures, Behavior when importing textures from a USDZ archive
5244
5245
 
5245
5246
  IMPORT_NONE
@@ -5250,7 +5251,7 @@ def usd_import(
5250
5251
 
5251
5252
  IMPORT_COPY
5252
5253
  Copy -- Copy files to textures directory.
5253
- :type import_textures_mode: str | int | None
5254
+ :type import_textures_mode: str | None
5254
5255
  :param import_textures_dir: Textures Directory, Path to the directory where imported textures will be copied
5255
5256
  :type import_textures_dir: str | typing.Any
5256
5257
  :param tex_name_collision_mode: File Name Collision, Behavior when the name of an imported texture file conflicts with an existing file
@@ -5260,7 +5261,7 @@ def usd_import(
5260
5261
 
5261
5262
  OVERWRITE
5262
5263
  Overwrite -- Overwrite existing files.
5263
- :type tex_name_collision_mode: str | int | None
5264
+ :type tex_name_collision_mode: str | None
5264
5265
  :param attr_import_mode: Custom Properties, Behavior when importing USD attributes as Blender custom properties
5265
5266
 
5266
5267
  NONE
@@ -5271,7 +5272,7 @@ def usd_import(
5271
5272
 
5272
5273
  ALL
5273
5274
  All Custom -- Import all USD custom attributes as Blender custom properties. Namespaces will be retained in the property names.
5274
- :type attr_import_mode: str | int | None
5275
+ :type attr_import_mode: str | None
5275
5276
  :param validate_meshes: Validate Meshes, Ensure the data is valid (when disabled, data may be imported which causes crashes displaying or editing)
5276
5277
  :type validate_meshes: bool | typing.Any | None
5277
5278
  """
@@ -5338,7 +5339,7 @@ def xr_navigation_fly(
5338
5339
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
5339
5340
  execution_context: str | int | None = None,
5340
5341
  undo: bool | None = None,
5341
- mode: str | int | None = "VIEWER_FORWARD",
5342
+ mode: str | None = "VIEWER_FORWARD",
5342
5343
  lock_location_z: bool | typing.Any | None = False,
5343
5344
  lock_direction: bool | typing.Any | None = False,
5344
5345
  speed_frame_based: bool | typing.Any | None = True,
@@ -5392,7 +5393,7 @@ def xr_navigation_fly(
5392
5393
 
5393
5394
  CONTROLLER_FORWARD
5394
5395
  Controller Forward -- Move along controller's forward axis.
5395
- :type mode: str | int | None
5396
+ :type mode: str | None
5396
5397
  :param lock_location_z: Lock Elevation, Prevent changes to viewer elevation
5397
5398
  :type lock_location_z: bool | typing.Any | None
5398
5399
  :param lock_direction: Lock Direction, Limit movement to viewer's initial direction