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
@@ -1,7 +1,9 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.types
3
4
 
4
- GenericType = typing.TypeVar("GenericType")
5
+ GenericType1 = typing.TypeVar("GenericType1")
6
+ GenericType2 = typing.TypeVar("GenericType2")
5
7
 
6
8
  def fbx(
7
9
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
@@ -12,12 +14,12 @@ def fbx(
12
14
  filter_glob: str | typing.Any = "*.fbx",
13
15
  files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
14
16
  | None = None,
15
- ui_tab: typing.Any | None = "MAIN",
17
+ ui_tab: str | None = "MAIN",
16
18
  use_manual_orientation: bool | typing.Any | None = False,
17
19
  global_scale: typing.Any | None = 1.0,
18
20
  bake_space_transform: bool | typing.Any | None = False,
19
21
  use_custom_normals: bool | typing.Any | None = True,
20
- colors_type: typing.Any | None = "SRGB",
22
+ colors_type: str | None = "SRGB",
21
23
  use_image_search: bool | typing.Any | None = True,
22
24
  use_alpha_decals: bool | typing.Any | None = False,
23
25
  decal_offset: typing.Any | None = 0.0,
@@ -29,11 +31,11 @@ def fbx(
29
31
  ignore_leaf_bones: bool | typing.Any | None = False,
30
32
  force_connect_children: bool | typing.Any | None = False,
31
33
  automatic_bone_orientation: bool | typing.Any | None = False,
32
- primary_bone_axis: typing.Any | None = "Y",
33
- secondary_bone_axis: typing.Any | None = "X",
34
+ primary_bone_axis: str | None = "Y",
35
+ secondary_bone_axis: str | None = "X",
34
36
  use_prepost_rot: bool | typing.Any | None = True,
35
- axis_forward: typing.Any | None = "-Z",
36
- axis_up: typing.Any | None = "Y",
37
+ axis_forward: str | None = "-Z",
38
+ axis_up: str | None = "Y",
37
39
  ):
38
40
  """Load a FBX file
39
41
 
@@ -55,7 +57,7 @@ def fbx(
55
57
 
56
58
  ARMATURE
57
59
  Armatures -- Armature-related settings.
58
- :type ui_tab: typing.Any | None
60
+ :type ui_tab: str | None
59
61
  :param use_manual_orientation: Manual Orientation, Specify orientation and scale, instead of using embedded data in FBX file
60
62
  :type use_manual_orientation: bool | typing.Any | None
61
63
  :param global_scale: Scale
@@ -74,7 +76,7 @@ def fbx(
74
76
 
75
77
  LINEAR
76
78
  Linear -- Expect file colors in linear color space.
77
- :type colors_type: typing.Any | None
79
+ :type colors_type: str | None
78
80
  :param use_image_search: Image Search, Search subdirs for any associated images (WARNING: may be slow)
79
81
  :type use_image_search: bool | typing.Any | None
80
82
  :param use_alpha_decals: Alpha Decals, Treat materials with alpha as decals (no shadow casting)
@@ -98,15 +100,15 @@ def fbx(
98
100
  :param automatic_bone_orientation: Automatic Bone Orientation, Try to align the major bone axis with the bone children
99
101
  :type automatic_bone_orientation: bool | typing.Any | None
100
102
  :param primary_bone_axis: Primary Bone Axis
101
- :type primary_bone_axis: typing.Any | None
103
+ :type primary_bone_axis: str | None
102
104
  :param secondary_bone_axis: Secondary Bone Axis
103
- :type secondary_bone_axis: typing.Any | None
105
+ :type secondary_bone_axis: str | None
104
106
  :param use_prepost_rot: Use Pre/Post Rotation, Use pre/post rotation from FBX transform (you may have to disable that in some cases)
105
107
  :type use_prepost_rot: bool | typing.Any | None
106
108
  :param axis_forward: Forward
107
- :type axis_forward: typing.Any | None
109
+ :type axis_forward: str | None
108
110
  :param axis_up: Up
109
- :type axis_up: typing.Any | None
111
+ :type axis_up: str | None
110
112
  """
111
113
 
112
114
  ...
@@ -116,15 +118,15 @@ def gltf(
116
118
  execution_context: str | int | None = None,
117
119
  undo: bool | None = None,
118
120
  filepath: str | typing.Any = "",
119
- export_import_convert_lighting_mode: typing.Any | None = "SPEC",
121
+ export_import_convert_lighting_mode: str | None = "SPEC",
120
122
  filter_glob: str | typing.Any = "*.glb;*.gltf",
121
123
  files: bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
122
124
  | None = None,
123
125
  loglevel: typing.Any | None = 0,
124
126
  import_pack_images: bool | typing.Any | None = True,
125
127
  merge_vertices: bool | typing.Any | None = False,
126
- import_shading: typing.Any | None = "NORMALS",
127
- bone_heuristic: typing.Any | None = "BLENDER",
128
+ import_shading: str | None = "NORMALS",
129
+ bone_heuristic: str | None = "BLENDER",
128
130
  guess_original_bind_pose: bool | typing.Any | None = True,
129
131
  import_webp_texture: bool | typing.Any | None = False,
130
132
  ):
@@ -145,7 +147,7 @@ def gltf(
145
147
 
146
148
  RAW
147
149
  Raw (Deprecated) -- Blender lighting strengths with no conversion.
148
- :type export_import_convert_lighting_mode: typing.Any | None
150
+ :type export_import_convert_lighting_mode: str | None
149
151
  :param filter_glob: filter_glob
150
152
  :type filter_glob: str | typing.Any
151
153
  :param files: File Path
@@ -157,7 +159,7 @@ def gltf(
157
159
  :param merge_vertices: Merge Vertices, The glTF format requires discontinuous normals, UVs, and other vertex attributes to be stored as separate vertices, as required for rendering on typical graphics hardware. This option attempts to combine co-located vertices where possible. Currently cannot combine verts with different normals
158
160
  :type merge_vertices: bool | typing.Any | None
159
161
  :param import_shading: Shading, How normals are computed during import
160
- :type import_shading: typing.Any | None
162
+ :type import_shading: str | None
161
163
  :param bone_heuristic: Bone Dir, Heuristic for placing bones. Tries to make bones pretty
162
164
 
163
165
  BLENDER
@@ -168,7 +170,7 @@ def gltf(
168
170
 
169
171
  FORTUNE
170
172
  Fortune (may look better, less accurate) -- Might look better than Temperance, but also might have errors. A bone with one child has its tip placed at its child's root. Non-uniform scalings may get messed up though, so beware.
171
- :type bone_heuristic: typing.Any | None
173
+ :type bone_heuristic: str | None
172
174
  :param guess_original_bind_pose: Guess Original Bind Pose, Try to guess the original bind pose for skinned meshes from the inverse bind matrices. When off, use default/rest pose as bind pose
173
175
  :type guess_original_bind_pose: bool | typing.Any | None
174
176
  :param import_webp_texture: Import WebP textures, If a texture exists in WebP format, loads the WebP texture instead of the fallback PNG/JPEG one
bpy/ops/info/__init__.pyi CHANGED
@@ -1,7 +1,9 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.types
3
4
 
4
- GenericType = typing.TypeVar("GenericType")
5
+ GenericType1 = typing.TypeVar("GenericType1")
6
+ GenericType2 = typing.TypeVar("GenericType2")
5
7
 
6
8
  def report_copy(
7
9
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
@@ -63,7 +65,7 @@ def select_all(
63
65
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
64
66
  execution_context: str | int | None = None,
65
67
  undo: bool | None = None,
66
- action: typing.Any | None = "SELECT",
68
+ action: str | None = "SELECT",
67
69
  ):
68
70
  """Change selection of all visible reports
69
71
 
@@ -83,7 +85,7 @@ def select_all(
83
85
 
84
86
  INVERT
85
87
  Invert -- Invert selection of all elements.
86
- :type action: typing.Any | None
88
+ :type action: str | None
87
89
  """
88
90
 
89
91
  ...
@@ -97,7 +99,7 @@ def select_box(
97
99
  ymin: typing.Any | None = 0,
98
100
  ymax: typing.Any | None = 0,
99
101
  wait_for_input: bool | typing.Any | None = True,
100
- mode: typing.Any | None = "SET",
102
+ mode: str | None = "SET",
101
103
  ):
102
104
  """Toggle box selection
103
105
 
@@ -124,7 +126,7 @@ def select_box(
124
126
 
125
127
  SUB
126
128
  Subtract -- Subtract existing selection.
127
- :type mode: typing.Any | None
129
+ :type mode: str | None
128
130
  """
129
131
 
130
132
  ...
@@ -1,13 +1,15 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.types
3
4
 
4
- GenericType = typing.TypeVar("GenericType")
5
+ GenericType1 = typing.TypeVar("GenericType1")
6
+ GenericType2 = typing.TypeVar("GenericType2")
5
7
 
6
8
  def flip(
7
9
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
8
10
  execution_context: str | int | None = None,
9
11
  undo: bool | None = None,
10
- axis: typing.Any | None = "U",
12
+ axis: str | None = "U",
11
13
  ):
12
14
  """Mirror all control points without inverting the lattice deform
13
15
 
@@ -15,7 +17,7 @@ def flip(
15
17
  :type execution_context: str | int | None
16
18
  :type undo: bool | None
17
19
  :param axis: Flip Axis, Coordinates along this axis get flipped
18
- :type axis: typing.Any | None
20
+ :type axis: str | None
19
21
  """
20
22
 
21
23
  ...
@@ -38,7 +40,7 @@ def select_all(
38
40
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
39
41
  execution_context: str | int | None = None,
40
42
  undo: bool | None = None,
41
- action: typing.Any | None = "TOGGLE",
43
+ action: str | None = "TOGGLE",
42
44
  ):
43
45
  """Change selection of all UVW control points
44
46
 
@@ -58,7 +60,7 @@ def select_all(
58
60
 
59
61
  INVERT
60
62
  Invert -- Invert selection of all elements.
61
- :type action: typing.Any | None
63
+ :type action: str | None
62
64
  """
63
65
 
64
66
  ...
@@ -117,7 +119,7 @@ def select_random(
117
119
  undo: bool | None = None,
118
120
  ratio: typing.Any | None = 0.5,
119
121
  seed: typing.Any | None = 0,
120
- action: typing.Any | None = "SELECT",
122
+ action: str | None = "SELECT",
121
123
  ):
122
124
  """Randomly select UVW control points
123
125
 
@@ -135,7 +137,7 @@ def select_random(
135
137
 
136
138
  DESELECT
137
139
  Deselect -- Deselect all elements.
138
- :type action: typing.Any | None
140
+ :type action: str | None
139
141
  """
140
142
 
141
143
  ...
@@ -1,7 +1,9 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.types
3
4
 
4
- GenericType = typing.TypeVar("GenericType")
5
+ GenericType1 = typing.TypeVar("GenericType1")
6
+ GenericType2 = typing.TypeVar("GenericType2")
5
7
 
6
8
  def add(
7
9
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
@@ -69,7 +71,7 @@ def make_links_scene(
69
71
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
70
72
  execution_context: str | int | None = None,
71
73
  undo: bool | None = None,
72
- scene: str | int | typing.Any | None = "",
74
+ scene: str | None = "",
73
75
  ):
74
76
  """Copy selected markers to another scene
75
77
 
@@ -77,7 +79,7 @@ def make_links_scene(
77
79
  :type execution_context: str | int | None
78
80
  :type undo: bool | None
79
81
  :param scene: Scene
80
- :type scene: str | int | typing.Any | None
82
+ :type scene: str | None
81
83
  """
82
84
 
83
85
  ...
@@ -152,7 +154,7 @@ def select_all(
152
154
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
153
155
  execution_context: str | int | None = None,
154
156
  undo: bool | None = None,
155
- action: typing.Any | None = "TOGGLE",
157
+ action: str | None = "TOGGLE",
156
158
  ):
157
159
  """Change selection of all time markers
158
160
 
@@ -172,7 +174,7 @@ def select_all(
172
174
 
173
175
  INVERT
174
176
  Invert -- Invert selection of all elements.
175
- :type action: typing.Any | None
177
+ :type action: str | None
176
178
  """
177
179
 
178
180
  ...
@@ -186,7 +188,7 @@ def select_box(
186
188
  ymin: typing.Any | None = 0,
187
189
  ymax: typing.Any | None = 0,
188
190
  wait_for_input: bool | typing.Any | None = True,
189
- mode: typing.Any | None = "SET",
191
+ mode: str | None = "SET",
190
192
  tweak: bool | typing.Any | None = False,
191
193
  ):
192
194
  """Select all time markers using box selection
@@ -214,7 +216,7 @@ def select_box(
214
216
 
215
217
  SUB
216
218
  Subtract -- Subtract existing selection.
217
- :type mode: typing.Any | None
219
+ :type mode: str | None
218
220
  :param tweak: Tweak, Operator has been activated using a click-drag event
219
221
  :type tweak: bool | typing.Any | None
220
222
  """
@@ -225,7 +227,7 @@ def select_leftright(
225
227
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
226
228
  execution_context: str | int | None = None,
227
229
  undo: bool | None = None,
228
- mode: typing.Any | None = "LEFT",
230
+ mode: str | None = "LEFT",
229
231
  extend: bool | typing.Any | None = False,
230
232
  ):
231
233
  """Select markers on and left/right of the current frame
@@ -234,7 +236,7 @@ def select_leftright(
234
236
  :type execution_context: str | int | None
235
237
  :type undo: bool | None
236
238
  :param mode: Mode
237
- :type mode: typing.Any | None
239
+ :type mode: str | None
238
240
  :param extend: Extend Select
239
241
  :type extend: bool | typing.Any | None
240
242
  """
bpy/ops/mask/__init__.pyi CHANGED
@@ -1,8 +1,10 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.ops.transform
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 add_feather_vertex(
8
10
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
@@ -175,7 +177,7 @@ def handle_type_set(
175
177
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
176
178
  execution_context: str | int | None = None,
177
179
  undo: bool | None = None,
178
- type: typing.Any | None = "AUTO",
180
+ type: str | None = "AUTO",
179
181
  ):
180
182
  """Set type of handles for selected control points
181
183
 
@@ -183,7 +185,7 @@ def handle_type_set(
183
185
  :type execution_context: str | int | None
184
186
  :type undo: bool | None
185
187
  :param type: Type, Spline type
186
- :type type: typing.Any | None
188
+ :type type: str | None
187
189
  """
188
190
 
189
191
  ...
@@ -226,7 +228,7 @@ def layer_move(
226
228
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
227
229
  execution_context: str | int | None = None,
228
230
  undo: bool | None = None,
229
- direction: typing.Any | None = "UP",
231
+ direction: str | None = "UP",
230
232
  ):
231
233
  """Move the active layer up/down in the list
232
234
 
@@ -234,7 +236,7 @@ def layer_move(
234
236
  :type execution_context: str | int | None
235
237
  :type undo: bool | None
236
238
  :param direction: Direction, Direction to move the active layer
237
- :type direction: typing.Any | None
239
+ :type direction: str | None
238
240
  """
239
241
 
240
242
  ...
@@ -419,7 +421,7 @@ def select_all(
419
421
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
420
422
  execution_context: str | int | None = None,
421
423
  undo: bool | None = None,
422
- action: typing.Any | None = "TOGGLE",
424
+ action: str | None = "TOGGLE",
423
425
  ):
424
426
  """Change selection of all curve points
425
427
 
@@ -439,7 +441,7 @@ def select_all(
439
441
 
440
442
  INVERT
441
443
  Invert -- Invert selection of all elements.
442
- :type action: typing.Any | None
444
+ :type action: str | None
443
445
  """
444
446
 
445
447
  ...
@@ -453,7 +455,7 @@ def select_box(
453
455
  ymin: typing.Any | None = 0,
454
456
  ymax: typing.Any | None = 0,
455
457
  wait_for_input: bool | typing.Any | None = True,
456
- mode: typing.Any | None = "SET",
458
+ mode: str | None = "SET",
457
459
  ):
458
460
  """Select curve points using box selection
459
461
 
@@ -480,7 +482,7 @@ def select_box(
480
482
 
481
483
  SUB
482
484
  Subtract -- Subtract existing selection.
483
- :type mode: typing.Any | None
485
+ :type mode: str | None
484
486
  """
485
487
 
486
488
  ...
@@ -493,7 +495,7 @@ def select_circle(
493
495
  y: typing.Any | None = 0,
494
496
  radius: typing.Any | None = 25,
495
497
  wait_for_input: bool | typing.Any | None = True,
496
- mode: typing.Any | None = "SET",
498
+ mode: str | None = "SET",
497
499
  ):
498
500
  """Select curve points using circle selection
499
501
 
@@ -518,7 +520,7 @@ def select_circle(
518
520
 
519
521
  SUB
520
522
  Subtract -- Subtract existing selection.
521
- :type mode: typing.Any | None
523
+ :type mode: str | None
522
524
  """
523
525
 
524
526
  ...
@@ -528,7 +530,7 @@ def select_lasso(
528
530
  execution_context: str | int | None = None,
529
531
  undo: bool | None = None,
530
532
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
531
- mode: typing.Any | None = "SET",
533
+ mode: str | None = "SET",
532
534
  ):
533
535
  """Select curve points using lasso selection
534
536
 
@@ -547,7 +549,7 @@ def select_lasso(
547
549
 
548
550
  SUB
549
551
  Subtract -- Subtract existing selection.
550
- :type mode: typing.Any | None
552
+ :type mode: str | None
551
553
  """
552
554
 
553
555
  ...
@@ -1,7 +1,9 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.types
3
4
 
4
- GenericType = typing.TypeVar("GenericType")
5
+ GenericType1 = typing.TypeVar("GenericType1")
6
+ GenericType2 = typing.TypeVar("GenericType2")
5
7
 
6
8
  def copy(
7
9
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
@@ -1,8 +1,10 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.ops.transform
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 delete_metaelems(
8
10
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
@@ -93,7 +95,7 @@ def select_all(
93
95
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
94
96
  execution_context: str | int | None = None,
95
97
  undo: bool | None = None,
96
- action: typing.Any | None = "TOGGLE",
98
+ action: str | None = "TOGGLE",
97
99
  ):
98
100
  """Change selection of all metaball elements
99
101
 
@@ -113,7 +115,7 @@ def select_all(
113
115
 
114
116
  INVERT
115
117
  Invert -- Invert selection of all elements.
116
- :type action: typing.Any | None
118
+ :type action: str | None
117
119
  """
118
120
 
119
121
  ...
@@ -124,7 +126,7 @@ def select_random_metaelems(
124
126
  undo: bool | None = None,
125
127
  ratio: typing.Any | None = 0.5,
126
128
  seed: typing.Any | None = 0,
127
- action: typing.Any | None = "SELECT",
129
+ action: str | None = "SELECT",
128
130
  ):
129
131
  """Randomly select metaball elements
130
132
 
@@ -142,7 +144,7 @@ def select_random_metaelems(
142
144
 
143
145
  DESELECT
144
146
  Deselect -- Deselect all elements.
145
- :type action: typing.Any | None
147
+ :type action: str | None
146
148
  """
147
149
 
148
150
  ...
@@ -151,7 +153,7 @@ def select_similar(
151
153
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
152
154
  execution_context: str | int | None = None,
153
155
  undo: bool | None = None,
154
- type: typing.Any | None = "TYPE",
156
+ type: str | None = "TYPE",
155
157
  threshold: typing.Any | None = 0.1,
156
158
  ):
157
159
  """Select similar metaballs by property types
@@ -160,7 +162,7 @@ def select_similar(
160
162
  :type execution_context: str | int | None
161
163
  :type undo: bool | None
162
164
  :param type: Type
163
- :type type: typing.Any | None
165
+ :type type: str | None
164
166
  :param threshold: Threshold
165
167
  :type threshold: typing.Any | None
166
168
  """