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