fake-bpy-module 20240519__py3-none-any.whl → 20240521__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (312) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/freedesktop/__init__.pyi +1 -0
  3. addon_utils/__init__.pyi +1 -0
  4. animsys_refactor/__init__.pyi +1 -0
  5. aud/__init__.pyi +1 -0
  6. bgl/__init__.pyi +119 -145
  7. bl_app_override/__init__.pyi +1 -0
  8. bl_app_override/helpers/__init__.pyi +1 -0
  9. bl_app_template_utils/__init__.pyi +1 -0
  10. bl_console_utils/__init__.pyi +1 -0
  11. bl_console_utils/autocomplete/__init__.pyi +1 -0
  12. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
  13. bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
  14. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
  15. bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
  16. bl_i18n_utils/__init__.pyi +1 -0
  17. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  18. bl_i18n_utils/merge_po/__init__.pyi +1 -0
  19. bl_i18n_utils/settings/__init__.pyi +1 -0
  20. bl_i18n_utils/utils/__init__.pyi +1 -0
  21. bl_i18n_utils/utils_cli/__init__.pyi +1 -0
  22. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
  23. bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
  24. bl_keymap_utils/__init__.pyi +1 -0
  25. bl_keymap_utils/io/__init__.pyi +1 -0
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
  28. bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
  29. bl_keymap_utils/versioning/__init__.pyi +1 -0
  30. bl_math/__init__.pyi +1 -0
  31. bl_operators/__init__.pyi +1 -0
  32. bl_operators/add_mesh_torus/__init__.pyi +1 -0
  33. bl_operators/anim/__init__.pyi +1 -0
  34. bl_operators/assets/__init__.pyi +1 -0
  35. bl_operators/bmesh/__init__.pyi +1 -0
  36. bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
  37. bl_operators/clip/__init__.pyi +1 -0
  38. bl_operators/console/__init__.pyi +1 -0
  39. bl_operators/constraint/__init__.pyi +1 -0
  40. bl_operators/file/__init__.pyi +1 -0
  41. bl_operators/freestyle/__init__.pyi +1 -0
  42. bl_operators/geometry_nodes/__init__.pyi +1 -0
  43. bl_operators/image/__init__.pyi +1 -0
  44. bl_operators/mesh/__init__.pyi +1 -0
  45. bl_operators/node/__init__.pyi +1 -0
  46. bl_operators/object/__init__.pyi +1 -0
  47. bl_operators/object_align/__init__.pyi +1 -0
  48. bl_operators/object_quick_effects/__init__.pyi +1 -0
  49. bl_operators/object_randomize_transform/__init__.pyi +1 -0
  50. bl_operators/presets/__init__.pyi +1 -0
  51. bl_operators/rigidbody/__init__.pyi +1 -0
  52. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
  53. bl_operators/sequencer/__init__.pyi +1 -0
  54. bl_operators/spreadsheet/__init__.pyi +1 -0
  55. bl_operators/userpref/__init__.pyi +1 -0
  56. bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
  57. bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
  58. bl_operators/uvcalc_transform/__init__.pyi +1 -0
  59. bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
  60. bl_operators/view3d/__init__.pyi +1 -0
  61. bl_operators/wm/__init__.pyi +1 -0
  62. bl_operators/world/__init__.pyi +1 -0
  63. bl_previews_utils/__init__.pyi +1 -0
  64. bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
  65. bl_rna_utils/__init__.pyi +1 -0
  66. bl_rna_utils/data_path/__init__.pyi +1 -0
  67. bl_text_utils/__init__.pyi +1 -0
  68. bl_text_utils/external_editor/__init__.pyi +1 -0
  69. bl_ui/__init__.pyi +1 -0
  70. bl_ui/anim/__init__.pyi +1 -0
  71. bl_ui/asset_shelf/__init__.pyi +1 -0
  72. bl_ui/generic_ui_list/__init__.pyi +3 -2
  73. bl_ui/node_add_menu/__init__.pyi +1 -0
  74. bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
  75. bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
  76. bl_ui/node_add_menu_shader/__init__.pyi +1 -0
  77. bl_ui/node_add_menu_texture/__init__.pyi +1 -0
  78. bl_ui/properties_animviz/__init__.pyi +1 -0
  79. bl_ui/properties_collection/__init__.pyi +1 -0
  80. bl_ui/properties_constraint/__init__.pyi +1 -0
  81. bl_ui/properties_data_armature/__init__.pyi +1 -0
  82. bl_ui/properties_data_bone/__init__.pyi +1 -0
  83. bl_ui/properties_data_camera/__init__.pyi +1 -0
  84. bl_ui/properties_data_curve/__init__.pyi +1 -0
  85. bl_ui/properties_data_curves/__init__.pyi +1 -0
  86. bl_ui/properties_data_empty/__init__.pyi +1 -0
  87. bl_ui/properties_data_gpencil/__init__.pyi +1 -0
  88. bl_ui/properties_data_grease_pencil/__init__.pyi +1 -0
  89. bl_ui/properties_data_lattice/__init__.pyi +1 -0
  90. bl_ui/properties_data_light/__init__.pyi +1 -0
  91. bl_ui/properties_data_lightprobe/__init__.pyi +1 -0
  92. bl_ui/properties_data_mesh/__init__.pyi +1 -0
  93. bl_ui/properties_data_metaball/__init__.pyi +1 -0
  94. bl_ui/properties_data_modifier/__init__.pyi +1 -0
  95. bl_ui/properties_data_pointcloud/__init__.pyi +1 -0
  96. bl_ui/properties_data_shaderfx/__init__.pyi +1 -0
  97. bl_ui/properties_data_speaker/__init__.pyi +1 -0
  98. bl_ui/properties_data_volume/__init__.pyi +1 -0
  99. bl_ui/properties_freestyle/__init__.pyi +1 -0
  100. bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
  101. bl_ui/properties_mask_common/__init__.pyi +1 -0
  102. bl_ui/properties_material/__init__.pyi +1 -0
  103. bl_ui/properties_material_gpencil/__init__.pyi +1 -0
  104. bl_ui/properties_object/__init__.pyi +1 -0
  105. bl_ui/properties_output/__init__.pyi +1 -0
  106. bl_ui/properties_paint_common/__init__.pyi +1 -0
  107. bl_ui/properties_particle/__init__.pyi +1 -0
  108. bl_ui/properties_physics_cloth/__init__.pyi +1 -0
  109. bl_ui/properties_physics_common/__init__.pyi +1 -0
  110. bl_ui/properties_physics_dynamicpaint/__init__.pyi +1 -0
  111. bl_ui/properties_physics_field/__init__.pyi +1 -0
  112. bl_ui/properties_physics_fluid/__init__.pyi +1 -0
  113. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
  114. bl_ui/properties_physics_rigidbody/__init__.pyi +1 -0
  115. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1 -0
  116. bl_ui/properties_physics_softbody/__init__.pyi +1 -0
  117. bl_ui/properties_render/__init__.pyi +1 -0
  118. bl_ui/properties_scene/__init__.pyi +1 -0
  119. bl_ui/properties_texture/__init__.pyi +1 -0
  120. bl_ui/properties_view_layer/__init__.pyi +1 -0
  121. bl_ui/properties_workspace/__init__.pyi +1 -0
  122. bl_ui/properties_world/__init__.pyi +1 -0
  123. bl_ui/space_clip/__init__.pyi +1 -0
  124. bl_ui/space_console/__init__.pyi +1 -0
  125. bl_ui/space_dopesheet/__init__.pyi +1 -0
  126. bl_ui/space_filebrowser/__init__.pyi +1 -0
  127. bl_ui/space_graph/__init__.pyi +1 -0
  128. bl_ui/space_image/__init__.pyi +1 -0
  129. bl_ui/space_info/__init__.pyi +1 -0
  130. bl_ui/space_nla/__init__.pyi +1 -0
  131. bl_ui/space_node/__init__.pyi +1 -0
  132. bl_ui/space_outliner/__init__.pyi +1 -0
  133. bl_ui/space_properties/__init__.pyi +1 -0
  134. bl_ui/space_sequencer/__init__.pyi +1 -0
  135. bl_ui/space_spreadsheet/__init__.pyi +1 -0
  136. bl_ui/space_statusbar/__init__.pyi +1 -0
  137. bl_ui/space_text/__init__.pyi +1 -0
  138. bl_ui/space_time/__init__.pyi +1 -0
  139. bl_ui/space_toolsystem_common/__init__.pyi +1 -0
  140. bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
  141. bl_ui/space_topbar/__init__.pyi +1 -0
  142. bl_ui/space_userpref/__init__.pyi +1 -0
  143. bl_ui/space_view3d/__init__.pyi +1 -0
  144. bl_ui/space_view3d_toolbar/__init__.pyi +1 -0
  145. bl_ui/temp_anim_layers/__init__.pyi +1 -0
  146. bl_ui/utils/__init__.pyi +1 -0
  147. bl_ui_utils/__init__.pyi +1 -0
  148. bl_ui_utils/bug_report_url/__init__.pyi +1 -0
  149. bl_ui_utils/layout/__init__.pyi +1 -0
  150. blend_render_info/__init__.pyi +1 -0
  151. blf/__init__.pyi +1 -0
  152. bmesh/__init__.pyi +1 -0
  153. bmesh/geometry/__init__.pyi +1 -0
  154. bmesh/ops/__init__.pyi +37 -36
  155. bmesh/types/__init__.pyi +3 -1
  156. bmesh/utils/__init__.pyi +1 -0
  157. bpy/__init__.pyi +1 -0
  158. bpy/app/__init__.pyi +1 -0
  159. bpy/app/handlers/__init__.pyi +1 -0
  160. bpy/app/icons/__init__.pyi +1 -0
  161. bpy/app/timers/__init__.pyi +1 -0
  162. bpy/app/translations/__init__.pyi +1 -0
  163. bpy/msgbus/__init__.pyi +1 -0
  164. bpy/ops/__init__.pyi +1 -0
  165. bpy/ops/action/__init__.pyi +33 -32
  166. bpy/ops/anim/__init__.pyi +31 -30
  167. bpy/ops/armature/__init__.pyi +21 -20
  168. bpy/ops/asset/__init__.pyi +7 -6
  169. bpy/ops/bl_pkg/__init__.pyi +3 -2
  170. bpy/ops/boid/__init__.pyi +3 -2
  171. bpy/ops/brush/__init__.pyi +9 -8
  172. bpy/ops/buttons/__init__.pyi +9 -8
  173. bpy/ops/cachefile/__init__.pyi +11 -10
  174. bpy/ops/camera/__init__.pyi +1 -0
  175. bpy/ops/clip/__init__.pyi +39 -38
  176. bpy/ops/cloth/__init__.pyi +1 -0
  177. bpy/ops/collection/__init__.pyi +7 -6
  178. bpy/ops/console/__init__.pyi +7 -6
  179. bpy/ops/constraint/__init__.pyi +29 -28
  180. bpy/ops/curve/__init__.pyi +35 -34
  181. bpy/ops/curves/__init__.pyi +17 -16
  182. bpy/ops/cycles/__init__.pyi +1 -0
  183. bpy/ops/dpaint/__init__.pyi +5 -4
  184. bpy/ops/ed/__init__.pyi +5 -4
  185. bpy/ops/export_anim/__init__.pyi +3 -2
  186. bpy/ops/export_scene/__init__.pyi +39 -38
  187. bpy/ops/file/__init__.pyi +19 -18
  188. bpy/ops/fluid/__init__.pyi +1 -0
  189. bpy/ops/font/__init__.pyi +21 -20
  190. bpy/ops/geometry/__init__.pyi +21 -20
  191. bpy/ops/gizmogroup/__init__.pyi +1 -0
  192. bpy/ops/gpencil/__init__.pyi +133 -132
  193. bpy/ops/graph/__init__.pyi +55 -54
  194. bpy/ops/grease_pencil/__init__.pyi +43 -42
  195. bpy/ops/image/__init__.pyi +29 -28
  196. bpy/ops/import_anim/__init__.pyi +9 -8
  197. bpy/ops/import_curve/__init__.pyi +1 -0
  198. bpy/ops/import_scene/__init__.pyi +19 -18
  199. bpy/ops/info/__init__.pyi +5 -4
  200. bpy/ops/lattice/__init__.pyi +7 -6
  201. bpy/ops/marker/__init__.pyi +9 -8
  202. bpy/ops/mask/__init__.pyi +13 -12
  203. bpy/ops/material/__init__.pyi +1 -0
  204. bpy/ops/mball/__init__.pyi +7 -6
  205. bpy/ops/mesh/__init__.pyi +145 -144
  206. bpy/ops/nla/__init__.pyi +17 -16
  207. bpy/ops/node/__init__.pyi +33 -32
  208. bpy/ops/object/__init__.pyi +253 -252
  209. bpy/ops/outliner/__init__.pyi +41 -40
  210. bpy/ops/paint/__init__.pyi +73 -72
  211. bpy/ops/paintcurve/__init__.pyi +1 -0
  212. bpy/ops/palette/__init__.pyi +5 -4
  213. bpy/ops/particle/__init__.pyi +15 -14
  214. bpy/ops/pose/__init__.pyi +43 -42
  215. bpy/ops/poselib/__init__.pyi +1 -0
  216. bpy/ops/preferences/__init__.pyi +13 -12
  217. bpy/ops/ptcache/__init__.pyi +1 -0
  218. bpy/ops/render/__init__.pyi +3 -2
  219. bpy/ops/rigidbody/__init__.pyi +17 -16
  220. bpy/ops/scene/__init__.pyi +25 -24
  221. bpy/ops/screen/__init__.pyi +21 -20
  222. bpy/ops/script/__init__.pyi +1 -0
  223. bpy/ops/sculpt/__init__.pyi +67 -66
  224. bpy/ops/sculpt_curves/__init__.pyi +3 -2
  225. bpy/ops/sequencer/__init__.pyi +75 -74
  226. bpy/ops/sound/__init__.pyi +21 -20
  227. bpy/ops/spreadsheet/__init__.pyi +1 -0
  228. bpy/ops/surface/__init__.pyi +13 -12
  229. bpy/ops/text/__init__.pyi +23 -22
  230. bpy/ops/text_editor/__init__.pyi +1 -0
  231. bpy/ops/texture/__init__.pyi +3 -2
  232. bpy/ops/transform/__init__.pyi +89 -88
  233. bpy/ops/ui/__init__.pyi +7 -6
  234. bpy/ops/uilist/__init__.pyi +3 -2
  235. bpy/ops/uv/__init__.pyi +67 -66
  236. bpy/ops/view2d/__init__.pyi +1 -0
  237. bpy/ops/view3d/__init__.pyi +35 -34
  238. bpy/ops/wm/__init__.pyi +197 -196
  239. bpy/ops/workspace/__init__.pyi +1 -0
  240. bpy/ops/world/__init__.pyi +1 -0
  241. bpy/path/__init__.pyi +1 -0
  242. bpy/props/__init__.pyi +1 -0
  243. bpy/types/__init__.pyi +3523 -3341
  244. bpy/utils/__init__.pyi +1 -0
  245. bpy/utils/previews/__init__.pyi +1 -0
  246. bpy/utils/units/__init__.pyi +1 -0
  247. bpy_extras/__init__.pyi +1 -0
  248. bpy_extras/anim_utils/__init__.pyi +1 -0
  249. bpy_extras/asset_utils/__init__.pyi +1 -0
  250. bpy_extras/bmesh_utils/__init__.pyi +1 -0
  251. bpy_extras/extensions/__init__.pyi +1 -0
  252. bpy_extras/extensions/junction_module/__init__.pyi +1 -0
  253. bpy_extras/id_map_utils/__init__.pyi +1 -0
  254. bpy_extras/image_utils/__init__.pyi +1 -0
  255. bpy_extras/io_utils/__init__.pyi +1 -0
  256. bpy_extras/keyconfig_utils/__init__.pyi +1 -0
  257. bpy_extras/mesh_utils/__init__.pyi +1 -0
  258. bpy_extras/node_shader_utils/__init__.pyi +1 -0
  259. bpy_extras/node_utils/__init__.pyi +1 -0
  260. bpy_extras/object_utils/__init__.pyi +1 -0
  261. bpy_extras/view3d_utils/__init__.pyi +1 -0
  262. bpy_extras/wm_utils/__init__.pyi +1 -0
  263. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
  264. bpy_restrict_state/__init__.pyi +1 -0
  265. bpy_types/__init__.pyi +1 -0
  266. console_python/__init__.pyi +1 -0
  267. console_shell/__init__.pyi +1 -0
  268. {fake_bpy_module-20240519.dist-info → fake_bpy_module-20240521.dist-info}/METADATA +1 -1
  269. fake_bpy_module-20240521.dist-info/RECORD +353 -0
  270. freestyle/__init__.pyi +1 -0
  271. freestyle/chainingiterators/__init__.pyi +1 -0
  272. freestyle/functions/__init__.pyi +1 -0
  273. freestyle/predicates/__init__.pyi +1 -0
  274. freestyle/shaders/__init__.pyi +1 -0
  275. freestyle/types/__init__.pyi +1 -0
  276. freestyle/utils/ContextFunctions/__init__.pyi +1 -0
  277. freestyle/utils/__init__.pyi +1 -0
  278. gpu/__init__.pyi +1 -0
  279. gpu/capabilities/__init__.pyi +1 -0
  280. gpu/matrix/__init__.pyi +1 -0
  281. gpu/platform/__init__.pyi +1 -0
  282. gpu/select/__init__.pyi +1 -0
  283. gpu/shader/__init__.pyi +1 -0
  284. gpu/state/__init__.pyi +1 -0
  285. gpu/texture/__init__.pyi +1 -0
  286. gpu/types/__init__.pyi +1 -0
  287. gpu_extras/__init__.pyi +1 -0
  288. gpu_extras/batch/__init__.pyi +1 -0
  289. gpu_extras/presets/__init__.pyi +1 -0
  290. graphviz_export/__init__.pyi +1 -0
  291. idprop/__init__.pyi +1 -0
  292. idprop/types/__init__.pyi +1 -0
  293. imbuf/__init__.pyi +1 -0
  294. imbuf/types/__init__.pyi +1 -0
  295. keyingsets_builtins/__init__.pyi +1 -0
  296. keyingsets_utils/__init__.pyi +1 -0
  297. mathutils/__init__.pyi +3 -1
  298. mathutils/bvhtree/__init__.pyi +1 -0
  299. mathutils/geometry/__init__.pyi +1 -0
  300. mathutils/interpolate/__init__.pyi +1 -0
  301. mathutils/kdtree/__init__.pyi +1 -0
  302. mathutils/noise/__init__.pyi +1 -0
  303. nodeitems_builtins/__init__.pyi +1 -0
  304. nodeitems_utils/__init__.pyi +1 -0
  305. rna_info/__init__.pyi +1 -0
  306. rna_keymap_ui/__init__.pyi +1 -0
  307. rna_prop_ui/__init__.pyi +1 -0
  308. rna_xml/__init__.pyi +1 -0
  309. sys_info/__init__.pyi +1 -0
  310. fake_bpy_module-20240519.dist-info/RECORD +0 -353
  311. {fake_bpy_module-20240519.dist-info → fake_bpy_module-20240521.dist-info}/WHEEL +0 -0
  312. {fake_bpy_module-20240519.dist-info → fake_bpy_module-20240521.dist-info}/top_level.txt +0 -0
bpy/ops/nla/__init__.pyi CHANGED
@@ -1,4 +1,5 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bpy.ops.transform
3
4
  import bpy.types
4
5
 
@@ -60,7 +61,7 @@ def actionclip_add(
60
61
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
61
62
  execution_context: str | int | None = None,
62
63
  undo: bool | None = None,
63
- action: str | int | None = "",
64
+ action: str | None = "",
64
65
  ):
65
66
  """Add an Action-Clip strip (i.e. an NLA Strip referencing an Action) to the active track
66
67
 
@@ -68,7 +69,7 @@ def actionclip_add(
68
69
  :type execution_context: str | int | None
69
70
  :type undo: bool | None
70
71
  :param action: Action
71
- :type action: str | int | None
72
+ :type action: str | None
72
73
  """
73
74
 
74
75
  ...
@@ -100,8 +101,8 @@ def bake(
100
101
  clear_parents: bool | typing.Any | None = False,
101
102
  use_current_action: bool | typing.Any | None = False,
102
103
  clean_curves: bool | typing.Any | None = False,
103
- bake_types: set[str] | set[int] | None = {"POSE"},
104
- channel_types: set[str] | set[int] | None = {
104
+ bake_types: set[str] | None = {"POSE"},
105
+ channel_types: set[str] | None = {
105
106
  "BBONE",
106
107
  "LOCATION",
107
108
  "PROPS",
@@ -139,7 +140,7 @@ def bake(
139
140
 
140
141
  OBJECT
141
142
  Object -- Bake object transformations.
142
- :type bake_types: set[str] | set[int] | None
143
+ :type bake_types: set[str] | None
143
144
  :param channel_types: Channels, Which channels to bake
144
145
 
145
146
  LOCATION
@@ -156,7 +157,7 @@ def bake(
156
157
 
157
158
  PROPS
158
159
  Custom Properties -- Bake custom properties.
159
- :type channel_types: set[str] | set[int] | None
160
+ :type channel_types: set[str] | None
160
161
  """
161
162
 
162
163
  ...
@@ -296,7 +297,7 @@ def fmodifier_add(
296
297
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
297
298
  execution_context: str | int | None = None,
298
299
  undo: bool | None = None,
299
- type: str | int | None = "NULL",
300
+ type: str | None = "NULL",
300
301
  only_active: bool | typing.Any | None = True,
301
302
  ):
302
303
  """Add F-Modifier to the active/selected NLA-Strips
@@ -305,7 +306,7 @@ def fmodifier_add(
305
306
  :type execution_context: str | int | None
306
307
  :type undo: bool | None
307
308
  :param type: Type
308
- :type type: str | int | None
309
+ :type type: str | None
309
310
  :param only_active: Only Active, Only add a F-Modifier of the specified type to the active strip
310
311
  :type only_active: bool | typing.Any | None
311
312
  """
@@ -451,7 +452,7 @@ def select_all(
451
452
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
452
453
  execution_context: str | int | None = None,
453
454
  undo: bool | None = None,
454
- action: str | int | None = "TOGGLE",
455
+ action: str | None = "TOGGLE",
455
456
  ):
456
457
  """Select or deselect all NLA-Strips
457
458
 
@@ -471,7 +472,7 @@ def select_all(
471
472
 
472
473
  INVERT
473
474
  Invert -- Invert selection of all elements.
474
- :type action: str | int | None
475
+ :type action: str | None
475
476
  """
476
477
 
477
478
  ...
@@ -487,7 +488,7 @@ def select_box(
487
488
  ymin: typing.Any | None = 0,
488
489
  ymax: typing.Any | None = 0,
489
490
  wait_for_input: bool | typing.Any | None = True,
490
- mode: str | int | None = "SET",
491
+ mode: str | None = "SET",
491
492
  ):
492
493
  """Use box selection to grab NLA-Strips
493
494
 
@@ -518,7 +519,7 @@ def select_box(
518
519
 
519
520
  SUB
520
521
  Subtract -- Subtract existing selection.
521
- :type mode: str | int | None
522
+ :type mode: str | None
522
523
  """
523
524
 
524
525
  ...
@@ -527,7 +528,7 @@ def select_leftright(
527
528
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
528
529
  execution_context: str | int | None = None,
529
530
  undo: bool | None = None,
530
- mode: str | int | None = "CHECK",
531
+ mode: str | None = "CHECK",
531
532
  extend: bool | typing.Any | None = False,
532
533
  ):
533
534
  """Select strips to the left or the right of the current frame
@@ -536,7 +537,7 @@ def select_leftright(
536
537
  :type execution_context: str | int | None
537
538
  :type undo: bool | None
538
539
  :param mode: Mode
539
- :type mode: str | int | None
540
+ :type mode: str | None
540
541
  :param extend: Extend Select
541
542
  :type extend: bool | typing.Any | None
542
543
  """
@@ -561,7 +562,7 @@ def snap(
561
562
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
562
563
  execution_context: str | int | None = None,
563
564
  undo: bool | None = None,
564
- type: str | int | None = "CFRA",
565
+ type: str | None = "CFRA",
565
566
  ):
566
567
  """Move start of strips to specified time
567
568
 
@@ -569,7 +570,7 @@ def snap(
569
570
  :type execution_context: str | int | None
570
571
  :type undo: bool | None
571
572
  :param type: Type
572
- :type type: str | int | None
573
+ :type type: str | None
573
574
  """
574
575
 
575
576
  ...
bpy/ops/node/__init__.pyi CHANGED
@@ -1,4 +1,5 @@
1
1
  import typing
2
+ import collections.abc
2
3
  import bl_operators.node
3
4
  import bpy.ops.transform
4
5
  import bpy.types
@@ -57,8 +58,8 @@ def add_file(
57
58
  relative_path: bool | typing.Any | None = True,
58
59
  show_multiview: bool | typing.Any | None = False,
59
60
  use_multiview: bool | typing.Any | None = False,
60
- display_type: str | int | None = "DEFAULT",
61
- sort_method: str | int | None = "",
61
+ display_type: str | None = "DEFAULT",
62
+ sort_method: str | None = "",
62
63
  name: str | typing.Any = "",
63
64
  session_uid: typing.Any | None = 0,
64
65
  ):
@@ -132,7 +133,7 @@ def add_file(
132
133
 
133
134
  THUMBNAIL
134
135
  Thumbnails -- Display files as thumbnails.
135
- :type display_type: str | int | None
136
+ :type display_type: str | None
136
137
  :param sort_method: File sorting mode
137
138
 
138
139
  DEFAULT
@@ -149,7 +150,7 @@ def add_file(
149
150
 
150
151
  FILE_SORT_SIZE
151
152
  Size -- Sort files by size.
152
- :type sort_method: str | int | None
153
+ :type sort_method: str | None
153
154
  :param name: Name, Name of the data-block to use by the operator
154
155
  :type name: str | typing.Any
155
156
  :param session_uid: Session UID, Session UID of the data-block to use by the operator
@@ -185,7 +186,7 @@ def add_group_asset(
185
186
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
186
187
  execution_context: str | int | None = None,
187
188
  undo: bool | None = None,
188
- asset_library_type: str | int | None = "LOCAL",
189
+ asset_library_type: str | None = "LOCAL",
189
190
  asset_library_identifier: str | typing.Any = "",
190
191
  relative_asset_identifier: str | typing.Any = "",
191
192
  ):
@@ -195,7 +196,7 @@ def add_group_asset(
195
196
  :type execution_context: str | int | None
196
197
  :type undo: bool | None
197
198
  :param asset_library_type: Asset Library Type
198
- :type asset_library_type: str | int | None
199
+ :type asset_library_type: str | None
199
200
  :param asset_library_identifier: Asset Library Identifier
200
201
  :type asset_library_identifier: str | typing.Any
201
202
  :param relative_asset_identifier: Relative Asset Identifier
@@ -447,7 +448,7 @@ def bake_node_item_move(
447
448
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
448
449
  execution_context: str | int | None = None,
449
450
  undo: bool | None = None,
450
- direction: str | int | None = "UP",
451
+ direction: str | None = "UP",
451
452
  ):
452
453
  """Move active bake item
453
454
 
@@ -455,7 +456,7 @@ def bake_node_item_move(
455
456
  :type execution_context: str | int | None
456
457
  :type undo: bool | None
457
458
  :param direction: Direction, Move direction
458
- :type direction: str | int | None
459
+ :type direction: str | None
459
460
  """
460
461
 
461
462
  ...
@@ -738,7 +739,7 @@ def enum_definition_item_move(
738
739
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
739
740
  execution_context: str | int | None = None,
740
741
  undo: bool | None = None,
741
- direction: str | int | None = "UP",
742
+ direction: str | None = "UP",
742
743
  ):
743
744
  """Move active menu item
744
745
 
@@ -746,7 +747,7 @@ def enum_definition_item_move(
746
747
  :type execution_context: str | int | None
747
748
  :type undo: bool | None
748
749
  :param direction: Direction, Move direction
749
- :type direction: str | int | None
750
+ :type direction: str | None
750
751
  """
751
752
 
752
753
  ...
@@ -842,7 +843,7 @@ def group_separate(
842
843
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
843
844
  execution_context: str | int | None = None,
844
845
  undo: bool | None = None,
845
- type: str | int | None = "COPY",
846
+ type: str | None = "COPY",
846
847
  ):
847
848
  """Separate selected nodes from the node group
848
849
 
@@ -856,7 +857,7 @@ def group_separate(
856
857
 
857
858
  MOVE
858
859
  Move -- Move to parent node tree, remove from group.
859
- :type type: str | int | None
860
+ :type type: str | None
860
861
  """
861
862
 
862
863
  ...
@@ -966,7 +967,7 @@ def interface_item_new(
966
967
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
967
968
  execution_context: str | int | None = None,
968
969
  undo: bool | None = None,
969
- item_type: str | int | None = "INPUT",
970
+ item_type: str | None = "INPUT",
970
971
  ):
971
972
  """Add a new item to the interface
972
973
 
@@ -974,7 +975,7 @@ def interface_item_new(
974
975
  :type execution_context: str | int | None
975
976
  :type undo: bool | None
976
977
  :param item_type: Item Type, Type of the item to create
977
- :type item_type: str | int | None
978
+ :type item_type: str | None
978
979
  """
979
980
 
980
981
  ...
@@ -1230,7 +1231,7 @@ def new_node_tree(
1230
1231
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1231
1232
  execution_context: str | int | None = None,
1232
1233
  undo: bool | None = None,
1233
- type: str | int | None = "",
1234
+ type: str | None = "",
1234
1235
  name: str | typing.Any = "NodeTree",
1235
1236
  ):
1236
1237
  """Create a new node tree
@@ -1239,7 +1240,7 @@ def new_node_tree(
1239
1240
  :type execution_context: str | int | None
1240
1241
  :type undo: bool | None
1241
1242
  :param type: Tree Type
1242
- :type type: str | int | None
1243
+ :type type: str | None
1243
1244
  :param name: Name
1244
1245
  :type name: str | typing.Any
1245
1246
  """
@@ -1318,7 +1319,7 @@ def output_file_move_active_socket(
1318
1319
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1319
1320
  execution_context: str | int | None = None,
1320
1321
  undo: bool | None = None,
1321
- direction: str | int | None = "DOWN",
1322
+ direction: str | None = "DOWN",
1322
1323
  ):
1323
1324
  """Move the active input of a file output node up or down the list
1324
1325
 
@@ -1326,7 +1327,7 @@ def output_file_move_active_socket(
1326
1327
  :type execution_context: str | int | None
1327
1328
  :type undo: bool | None
1328
1329
  :param direction: Direction
1329
- :type direction: str | int | None
1330
+ :type direction: str | None
1330
1331
  """
1331
1332
 
1332
1333
  ...
@@ -1419,7 +1420,7 @@ def repeat_zone_item_move(
1419
1420
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1420
1421
  execution_context: str | int | None = None,
1421
1422
  undo: bool | None = None,
1422
- direction: str | int | None = "UP",
1423
+ direction: str | None = "UP",
1423
1424
  ):
1424
1425
  """Move active repeat zone item
1425
1426
 
@@ -1427,7 +1428,7 @@ def repeat_zone_item_move(
1427
1428
  :type execution_context: str | int | None
1428
1429
  :type undo: bool | None
1429
1430
  :param direction: Direction, Move direction
1430
- :type direction: str | int | None
1431
+ :type direction: str | None
1431
1432
  """
1432
1433
 
1433
1434
  ...
@@ -1502,7 +1503,7 @@ def select_all(
1502
1503
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1503
1504
  execution_context: str | int | None = None,
1504
1505
  undo: bool | None = None,
1505
- action: str | int | None = "TOGGLE",
1506
+ action: str | None = "TOGGLE",
1506
1507
  ):
1507
1508
  """(De)select all nodes
1508
1509
 
@@ -1522,7 +1523,7 @@ def select_all(
1522
1523
 
1523
1524
  INVERT
1524
1525
  Invert -- Invert selection of all elements.
1525
- :type action: str | int | None
1526
+ :type action: str | None
1526
1527
  """
1527
1528
 
1528
1529
  ...
@@ -1537,7 +1538,7 @@ def select_box(
1537
1538
  ymin: typing.Any | None = 0,
1538
1539
  ymax: typing.Any | None = 0,
1539
1540
  wait_for_input: bool | typing.Any | None = True,
1540
- mode: str | int | None = "SET",
1541
+ mode: str | None = "SET",
1541
1542
  ):
1542
1543
  """Use box selection to select nodes
1543
1544
 
@@ -1566,7 +1567,7 @@ def select_box(
1566
1567
 
1567
1568
  SUB
1568
1569
  Subtract -- Subtract existing selection.
1569
- :type mode: str | int | None
1570
+ :type mode: str | None
1570
1571
  """
1571
1572
 
1572
1573
  ...
@@ -1579,7 +1580,7 @@ def select_circle(
1579
1580
  y: typing.Any | None = 0,
1580
1581
  radius: typing.Any | None = 25,
1581
1582
  wait_for_input: bool | typing.Any | None = True,
1582
- mode: str | int | None = "SET",
1583
+ mode: str | None = "SET",
1583
1584
  ):
1584
1585
  """Use circle selection to select nodes
1585
1586
 
@@ -1604,7 +1605,7 @@ def select_circle(
1604
1605
 
1605
1606
  SUB
1606
1607
  Subtract -- Subtract existing selection.
1607
- :type mode: str | int | None
1608
+ :type mode: str | None
1608
1609
  """
1609
1610
 
1610
1611
  ...
@@ -1614,7 +1615,7 @@ def select_grouped(
1614
1615
  execution_context: str | int | None = None,
1615
1616
  undo: bool | None = None,
1616
1617
  extend: bool | typing.Any | None = False,
1617
- type: str | int | None = "TYPE",
1618
+ type: str | None = "TYPE",
1618
1619
  ):
1619
1620
  """Select nodes with similar properties
1620
1621
 
@@ -1624,7 +1625,7 @@ def select_grouped(
1624
1625
  :param extend: Extend, Extend selection instead of deselecting everything first
1625
1626
  :type extend: bool | typing.Any | None
1626
1627
  :param type: Type
1627
- :type type: str | int | None
1628
+ :type type: str | None
1628
1629
  """
1629
1630
 
1630
1631
  ...
@@ -1635,7 +1636,7 @@ def select_lasso(
1635
1636
  undo: bool | None = None,
1636
1637
  tweak: bool | typing.Any | None = False,
1637
1638
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
1638
- mode: str | int | None = "SET",
1639
+ mode: str | None = "SET",
1639
1640
  ):
1640
1641
  """Select nodes using lasso selection
1641
1642
 
@@ -1656,7 +1657,7 @@ def select_lasso(
1656
1657
 
1657
1658
  SUB
1658
1659
  Subtract -- Subtract existing selection.
1659
- :type mode: str | int | None
1660
+ :type mode: str | None
1660
1661
  """
1661
1662
 
1662
1663
  ...
@@ -1758,7 +1759,7 @@ def simulation_zone_item_move(
1758
1759
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1759
1760
  execution_context: str | int | None = None,
1760
1761
  undo: bool | None = None,
1761
- direction: str | int | None = "UP",
1762
+ direction: str | None = "UP",
1762
1763
  ):
1763
1764
  """Move active simulation zone item
1764
1765
 
@@ -1766,7 +1767,7 @@ def simulation_zone_item_move(
1766
1767
  :type execution_context: str | int | None
1767
1768
  :type undo: bool | None
1768
1769
  :param direction: Direction, Move direction
1769
- :type direction: str | int | None
1770
+ :type direction: str | None
1770
1771
  """
1771
1772
 
1772
1773
  ...