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

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

Potentially problematic release.


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

Files changed (312) hide show
  1. _bpy_internal/__init__.pyi +2 -1
  2. _bpy_internal/freedesktop/__init__.pyi +20 -86
  3. addon_utils/__init__.pyi +7 -31
  4. animsys_refactor/__init__.pyi +7 -26
  5. aud/__init__.pyi +3 -5
  6. bgl/__init__.pyi +2 -1630
  7. bl_app_override/__init__.pyi +5 -15
  8. bl_app_override/helpers/__init__.pyi +4 -23
  9. bl_app_template_utils/__init__.pyi +5 -16
  10. bl_console_utils/__init__.pyi +2 -1
  11. bl_console_utils/autocomplete/__init__.pyi +2 -1
  12. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
  13. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
  14. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
  15. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
  16. bl_i18n_utils/__init__.pyi +2 -1
  17. bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
  18. bl_i18n_utils/merge_po/__init__.pyi +3 -5
  19. bl_i18n_utils/settings/__init__.pyi +4 -23
  20. bl_i18n_utils/utils/__init__.pyi +10 -66
  21. bl_i18n_utils/utils_cli/__init__.pyi +9 -31
  22. bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
  23. bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
  24. bl_keymap_utils/__init__.pyi +2 -1
  25. bl_keymap_utils/io/__init__.pyi +10 -40
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
  28. bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
  29. bl_keymap_utils/versioning/__init__.pyi +3 -5
  30. bl_math/__init__.pyi +2 -1
  31. bl_operators/__init__.pyi +4 -10
  32. bl_operators/add_mesh_torus/__init__.pyi +4 -19
  33. bl_operators/anim/__init__.pyi +2 -71
  34. bl_operators/assets/__init__.pyi +2 -30
  35. bl_operators/bmesh/__init__.pyi +2 -1
  36. bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
  37. bl_operators/clip/__init__.pyi +7 -115
  38. bl_operators/console/__init__.pyi +2 -38
  39. bl_operators/constraint/__init__.pyi +2 -37
  40. bl_operators/file/__init__.pyi +2 -28
  41. bl_operators/freestyle/__init__.pyi +2 -37
  42. bl_operators/geometry_nodes/__init__.pyi +15 -103
  43. bl_operators/image/__init__.pyi +2 -52
  44. bl_operators/mesh/__init__.pyi +2 -28
  45. bl_operators/node/__init__.pyi +2 -105
  46. bl_operators/object/__init__.pyi +2 -138
  47. bl_operators/object_align/__init__.pyi +5 -24
  48. bl_operators/object_quick_effects/__init__.pyi +4 -49
  49. bl_operators/object_randomize_transform/__init__.pyi +5 -14
  50. bl_operators/presets/__init__.pyi +4 -376
  51. bl_operators/rigidbody/__init__.pyi +2 -28
  52. bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
  53. bl_operators/sequencer/__init__.pyi +3 -104
  54. bl_operators/spreadsheet/__init__.pyi +2 -10
  55. bl_operators/userpref/__init__.pyi +3 -201
  56. bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
  57. bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
  58. bl_operators/uvcalc_transform/__init__.pyi +13 -73
  59. bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
  60. bl_operators/view3d/__init__.pyi +2 -64
  61. bl_operators/wm/__init__.pyi +16 -451
  62. bl_operators/world/__init__.pyi +2 -10
  63. bl_previews_utils/__init__.pyi +2 -1
  64. bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
  65. bl_rna_utils/__init__.pyi +2 -1
  66. bl_rna_utils/data_path/__init__.pyi +2 -2
  67. bl_text_utils/__init__.pyi +2 -1
  68. bl_text_utils/external_editor/__init__.pyi +3 -5
  69. bl_ui/__init__.pyi +32 -141
  70. bl_ui/anim/__init__.pyi +3 -12
  71. bl_ui/asset_shelf/__init__.pyi +3 -16
  72. bl_ui/generic_ui_list/__init__.pyi +4 -31
  73. bl_ui/node_add_menu/__init__.pyi +6 -28
  74. bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
  75. bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
  76. bl_ui/node_add_menu_shader/__init__.pyi +20 -170
  77. bl_ui/node_add_menu_texture/__init__.pyi +11 -118
  78. bl_ui/properties_animviz/__init__.pyi +2 -15
  79. bl_ui/properties_collection/__init__.pyi +9 -112
  80. bl_ui/properties_constraint/__init__.pyi +81 -1524
  81. bl_ui/properties_data_armature/__init__.pyi +14 -214
  82. bl_ui/properties_data_bone/__init__.pyi +12 -198
  83. bl_ui/properties_data_camera/__init__.pyi +17 -312
  84. bl_ui/properties_data_curve/__init__.pyi +17 -319
  85. bl_ui/properties_data_curves/__init__.pyi +8 -108
  86. bl_ui/properties_data_empty/__init__.pyi +4 -44
  87. bl_ui/properties_data_gpencil/__init__.pyi +20 -350
  88. bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
  89. bl_ui/properties_data_lattice/__init__.pyi +5 -65
  90. bl_ui/properties_data_light/__init__.pyi +14 -264
  91. bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
  92. bl_ui/properties_data_mesh/__init__.pyi +23 -325
  93. bl_ui/properties_data_metaball/__init__.pyi +7 -103
  94. bl_ui/properties_data_modifier/__init__.pyi +10 -178
  95. bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
  96. bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
  97. bl_ui/properties_data_speaker/__init__.pyi +7 -111
  98. bl_ui/properties_data_volume/__init__.pyi +10 -156
  99. bl_ui/properties_freestyle/__init__.pyi +31 -615
  100. bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
  101. bl_ui/properties_mask_common/__init__.pyi +10 -111
  102. bl_ui/properties_material/__init__.pyi +20 -331
  103. bl_ui/properties_material_gpencil/__init__.pyi +12 -182
  104. bl_ui/properties_object/__init__.pyi +16 -276
  105. bl_ui/properties_output/__init__.pyi +20 -370
  106. bl_ui/properties_paint_common/__init__.pyi +14 -106
  107. bl_ui/properties_particle/__init__.pyi +58 -1159
  108. bl_ui/properties_physics_cloth/__init__.pyi +17 -314
  109. bl_ui/properties_physics_common/__init__.pyi +9 -58
  110. bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
  111. bl_ui/properties_physics_field/__init__.pyi +13 -218
  112. bl_ui/properties_physics_fluid/__init__.pyi +30 -626
  113. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
  114. bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
  115. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
  116. bl_ui/properties_physics_softbody/__init__.pyi +18 -353
  117. bl_ui/properties_render/__init__.pyi +56 -1146
  118. bl_ui/properties_scene/__init__.pyi +17 -298
  119. bl_ui/properties_texture/__init__.pyi +30 -577
  120. bl_ui/properties_view_layer/__init__.pyi +20 -346
  121. bl_ui/properties_workspace/__init__.pyi +6 -80
  122. bl_ui/properties_world/__init__.pyi +12 -220
  123. bl_ui/space_clip/__init__.pyi +73 -1090
  124. bl_ui/space_console/__init__.pyi +9 -73
  125. bl_ui/space_dopesheet/__init__.pyi +33 -485
  126. bl_ui/space_filebrowser/__init__.pyi +36 -431
  127. bl_ui/space_graph/__init__.pyi +22 -237
  128. bl_ui/space_image/__init__.pyi +70 -1089
  129. bl_ui/space_info/__init__.pyi +8 -71
  130. bl_ui/space_nla/__init__.pyi +19 -210
  131. bl_ui/space_node/__init__.pyi +32 -436
  132. bl_ui/space_outliner/__init__.pyi +17 -165
  133. bl_ui/space_properties/__init__.pyi +5 -42
  134. bl_ui/space_sequencer/__init__.pyi +79 -1142
  135. bl_ui/space_spreadsheet/__init__.pyi +3 -12
  136. bl_ui/space_statusbar/__init__.pyi +3 -12
  137. bl_ui/space_text/__init__.pyi +18 -193
  138. bl_ui/space_time/__init__.pyi +10 -111
  139. bl_ui/space_toolsystem_common/__init__.pyi +42 -200
  140. bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
  141. bl_ui/space_topbar/__init__.pyi +29 -335
  142. bl_ui/space_userpref/__init__.pyi +94 -1576
  143. bl_ui/space_view3d/__init__.pyi +271 -3438
  144. bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
  145. bl_ui/temp_anim_layers/__init__.pyi +4 -22
  146. bl_ui/utils/__init__.pyi +2 -8
  147. bl_ui_utils/__init__.pyi +2 -1
  148. bl_ui_utils/bug_report_url/__init__.pyi +3 -5
  149. bl_ui_utils/layout/__init__.pyi +2 -1
  150. blend_render_info/__init__.pyi +4 -10
  151. blf/__init__.pyi +2 -1
  152. bmesh/__init__.pyi +2 -1
  153. bmesh/geometry/__init__.pyi +2 -1
  154. bmesh/ops/__init__.pyi +2 -1
  155. bmesh/types/__init__.pyi +29 -45
  156. bmesh/utils/__init__.pyi +2 -1
  157. bpy/__init__.pyi +2 -1
  158. bpy/app/__init__.pyi +2 -1
  159. bpy/app/handlers/__init__.pyi +2 -1
  160. bpy/app/icons/__init__.pyi +2 -1
  161. bpy/app/timers/__init__.pyi +8 -15
  162. bpy/app/translations/__init__.pyi +2 -1
  163. bpy/msgbus/__init__.pyi +2 -1
  164. bpy/ops/__init__.pyi +2 -1
  165. bpy/ops/action/__init__.pyi +22 -21
  166. bpy/ops/anim/__init__.pyi +32 -31
  167. bpy/ops/armature/__init__.pyi +22 -21
  168. bpy/ops/asset/__init__.pyi +8 -7
  169. bpy/ops/bl_pkg/__init__.pyi +4 -3
  170. bpy/ops/boid/__init__.pyi +2 -1
  171. bpy/ops/brush/__init__.pyi +10 -9
  172. bpy/ops/buttons/__init__.pyi +10 -9
  173. bpy/ops/cachefile/__init__.pyi +12 -11
  174. bpy/ops/camera/__init__.pyi +2 -1
  175. bpy/ops/clip/__init__.pyi +38 -37
  176. bpy/ops/cloth/__init__.pyi +2 -1
  177. bpy/ops/collection/__init__.pyi +8 -7
  178. bpy/ops/console/__init__.pyi +8 -7
  179. bpy/ops/constraint/__init__.pyi +30 -29
  180. bpy/ops/curve/__init__.pyi +32 -31
  181. bpy/ops/curves/__init__.pyi +10 -9
  182. bpy/ops/cycles/__init__.pyi +2 -1
  183. bpy/ops/dpaint/__init__.pyi +4 -3
  184. bpy/ops/ed/__init__.pyi +6 -5
  185. bpy/ops/export_anim/__init__.pyi +4 -3
  186. bpy/ops/export_scene/__init__.pyi +40 -39
  187. bpy/ops/file/__init__.pyi +20 -19
  188. bpy/ops/fluid/__init__.pyi +2 -1
  189. bpy/ops/font/__init__.pyi +22 -21
  190. bpy/ops/geometry/__init__.pyi +4 -3
  191. bpy/ops/gizmogroup/__init__.pyi +2 -1
  192. bpy/ops/gpencil/__init__.pyi +134 -133
  193. bpy/ops/graph/__init__.pyi +40 -39
  194. bpy/ops/grease_pencil/__init__.pyi +42 -41
  195. bpy/ops/image/__init__.pyi +22 -21
  196. bpy/ops/import_anim/__init__.pyi +10 -9
  197. bpy/ops/import_curve/__init__.pyi +2 -1
  198. bpy/ops/import_scene/__init__.pyi +20 -19
  199. bpy/ops/info/__init__.pyi +6 -5
  200. bpy/ops/lattice/__init__.pyi +8 -7
  201. bpy/ops/marker/__init__.pyi +10 -9
  202. bpy/ops/mask/__init__.pyi +14 -13
  203. bpy/ops/material/__init__.pyi +2 -1
  204. bpy/ops/mball/__init__.pyi +8 -7
  205. bpy/ops/mesh/__init__.pyi +112 -111
  206. bpy/ops/nla/__init__.pyi +16 -15
  207. bpy/ops/node/__init__.pyi +32 -31
  208. bpy/ops/object/__init__.pyi +186 -185
  209. bpy/ops/outliner/__init__.pyi +38 -37
  210. bpy/ops/paint/__init__.pyi +50 -49
  211. bpy/ops/paintcurve/__init__.pyi +2 -1
  212. bpy/ops/palette/__init__.pyi +6 -5
  213. bpy/ops/particle/__init__.pyi +16 -15
  214. bpy/ops/pose/__init__.pyi +32 -31
  215. bpy/ops/poselib/__init__.pyi +2 -1
  216. bpy/ops/preferences/__init__.pyi +14 -13
  217. bpy/ops/ptcache/__init__.pyi +2 -1
  218. bpy/ops/render/__init__.pyi +4 -3
  219. bpy/ops/rigidbody/__init__.pyi +10 -9
  220. bpy/ops/scene/__init__.pyi +18 -17
  221. bpy/ops/screen/__init__.pyi +16 -15
  222. bpy/ops/script/__init__.pyi +2 -1
  223. bpy/ops/sculpt/__init__.pyi +68 -67
  224. bpy/ops/sculpt_curves/__init__.pyi +4 -3
  225. bpy/ops/sequencer/__init__.pyi +74 -73
  226. bpy/ops/sound/__init__.pyi +20 -19
  227. bpy/ops/spreadsheet/__init__.pyi +2 -1
  228. bpy/ops/surface/__init__.pyi +14 -13
  229. bpy/ops/text/__init__.pyi +24 -23
  230. bpy/ops/text_editor/__init__.pyi +2 -1
  231. bpy/ops/texture/__init__.pyi +4 -3
  232. bpy/ops/transform/__init__.pyi +32 -31
  233. bpy/ops/ui/__init__.pyi +8 -7
  234. bpy/ops/uilist/__init__.pyi +4 -3
  235. bpy/ops/uv/__init__.pyi +66 -65
  236. bpy/ops/view2d/__init__.pyi +2 -1
  237. bpy/ops/view3d/__init__.pyi +36 -35
  238. bpy/ops/wm/__init__.pyi +191 -187
  239. bpy/ops/workspace/__init__.pyi +2 -1
  240. bpy/ops/world/__init__.pyi +2 -1
  241. bpy/path/__init__.pyi +2 -1
  242. bpy/props/__init__.pyi +2 -1
  243. bpy/types/__init__.pyi +546 -4852
  244. bpy/utils/__init__.pyi +16 -71
  245. bpy/utils/previews/__init__.pyi +2 -1
  246. bpy/utils/units/__init__.pyi +2 -1
  247. bpy_extras/__init__.pyi +2 -1
  248. bpy_extras/anim_utils/__init__.pyi +2 -2
  249. bpy_extras/asset_utils/__init__.pyi +2 -11
  250. bpy_extras/bmesh_utils/__init__.pyi +3 -5
  251. bpy_extras/extensions/__init__.pyi +2 -1
  252. bpy_extras/extensions/junction_module/__init__.pyi +3 -7
  253. bpy_extras/id_map_utils/__init__.pyi +2 -1
  254. bpy_extras/image_utils/__init__.pyi +2 -1
  255. bpy_extras/io_utils/__init__.pyi +6 -25
  256. bpy_extras/keyconfig_utils/__init__.pyi +4 -10
  257. bpy_extras/mesh_utils/__init__.pyi +2 -1
  258. bpy_extras/node_shader_utils/__init__.pyi +46 -286
  259. bpy_extras/node_utils/__init__.pyi +4 -10
  260. bpy_extras/object_utils/__init__.pyi +2 -3
  261. bpy_extras/view3d_utils/__init__.pyi +2 -1
  262. bpy_extras/wm_utils/__init__.pyi +2 -1
  263. bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
  264. bpy_restrict_state/__init__.pyi +3 -15
  265. bpy_types/__init__.pyi +10 -275
  266. console_python/__init__.pyi +8 -37
  267. console_shell/__init__.pyi +8 -26
  268. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
  269. fake_bpy_module-20240519.dist-info/RECORD +353 -0
  270. freestyle/__init__.pyi +2 -1
  271. freestyle/chainingiterators/__init__.pyi +12 -41
  272. freestyle/functions/__init__.pyi +9 -34
  273. freestyle/predicates/__init__.pyi +46 -218
  274. freestyle/shaders/__init__.pyi +2 -11
  275. freestyle/types/__init__.pyi +2 -1
  276. freestyle/utils/ContextFunctions/__init__.pyi +2 -1
  277. freestyle/utils/__init__.pyi +5 -16
  278. gpu/__init__.pyi +2 -1
  279. gpu/capabilities/__init__.pyi +2 -1
  280. gpu/matrix/__init__.pyi +2 -1
  281. gpu/platform/__init__.pyi +2 -1
  282. gpu/select/__init__.pyi +2 -1
  283. gpu/shader/__init__.pyi +2 -1
  284. gpu/state/__init__.pyi +2 -1
  285. gpu/texture/__init__.pyi +2 -1
  286. gpu/types/__init__.pyi +2 -1
  287. gpu_extras/__init__.pyi +2 -1
  288. gpu_extras/batch/__init__.pyi +2 -1
  289. gpu_extras/presets/__init__.pyi +2 -1
  290. graphviz_export/__init__.pyi +4 -10
  291. idprop/__init__.pyi +2 -1
  292. idprop/types/__init__.pyi +8 -34
  293. imbuf/__init__.pyi +2 -1
  294. imbuf/types/__init__.pyi +2 -3
  295. keyingsets_builtins/__init__.pyi +4 -157
  296. keyingsets_utils/__init__.pyi +17 -71
  297. mathutils/__init__.pyi +2 -1
  298. mathutils/bvhtree/__init__.pyi +2 -3
  299. mathutils/geometry/__init__.pyi +2 -1
  300. mathutils/interpolate/__init__.pyi +2 -1
  301. mathutils/kdtree/__init__.pyi +2 -1
  302. mathutils/noise/__init__.pyi +2 -1
  303. nodeitems_builtins/__init__.pyi +7 -31
  304. nodeitems_utils/__init__.pyi +10 -46
  305. rna_info/__init__.pyi +24 -201
  306. rna_keymap_ui/__init__.pyi +9 -31
  307. rna_prop_ui/__init__.pyi +11 -50
  308. rna_xml/__init__.pyi +8 -30
  309. sys_info/__init__.pyi +3 -5
  310. fake_bpy_module-20240517.dist-info/RECORD +0 -353
  311. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
  312. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,8 @@
1
1
  import typing
2
2
  import bpy.types
3
3
 
4
- GenericType = typing.TypeVar("GenericType")
4
+ GenericType1 = typing.TypeVar("GenericType1")
5
+ GenericType2 = typing.TypeVar("GenericType2")
5
6
 
6
7
  def add(
7
8
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
@@ -35,7 +36,7 @@ def curve_preset(
35
36
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
36
37
  execution_context: str | int | None = None,
37
38
  undo: bool | None = None,
38
- shape: typing.Any | None = "SMOOTH",
39
+ shape: str | int | None = "SMOOTH",
39
40
  ):
40
41
  """Set brush shape
41
42
 
@@ -43,7 +44,7 @@ def curve_preset(
43
44
  :type execution_context: str | int | None
44
45
  :type undo: bool | None
45
46
  :param shape: Mode
46
- :type shape: typing.Any | None
47
+ :type shape: str | int | None
47
48
  """
48
49
 
49
50
  ...
@@ -83,7 +84,7 @@ def sculpt_curves_falloff_preset(
83
84
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
84
85
  execution_context: str | int | None = None,
85
86
  undo: bool | None = None,
86
- shape: typing.Any | None = "SMOOTH",
87
+ shape: str | int | None = "SMOOTH",
87
88
  ):
88
89
  """Set Curve Falloff Preset
89
90
 
@@ -91,7 +92,7 @@ def sculpt_curves_falloff_preset(
91
92
  :type execution_context: str | int | None
92
93
  :type undo: bool | None
93
94
  :param shape: Mode
94
- :type shape: typing.Any | None
95
+ :type shape: str | int | None
95
96
  """
96
97
 
97
98
  ...
@@ -100,8 +101,8 @@ def stencil_control(
100
101
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
101
102
  execution_context: str | int | None = None,
102
103
  undo: bool | None = None,
103
- mode: typing.Any | None = "TRANSLATION",
104
- texmode: typing.Any | None = "PRIMARY",
104
+ mode: str | int | None = "TRANSLATION",
105
+ texmode: str | int | None = "PRIMARY",
105
106
  ):
106
107
  """Control the stencil brush
107
108
 
@@ -109,9 +110,9 @@ def stencil_control(
109
110
  :type execution_context: str | int | None
110
111
  :type undo: bool | None
111
112
  :param mode: Tool
112
- :type mode: typing.Any | None
113
+ :type mode: str | int | None
113
114
  :param texmode: Tool
114
- :type texmode: typing.Any | None
115
+ :type texmode: str | int | None
115
116
  """
116
117
 
117
118
  ...
@@ -1,7 +1,8 @@
1
1
  import typing
2
2
  import bpy.types
3
3
 
4
- GenericType = typing.TypeVar("GenericType")
4
+ GenericType1 = typing.TypeVar("GenericType1")
5
+ GenericType2 = typing.TypeVar("GenericType2")
5
6
 
6
7
  def clear_filter(
7
8
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
@@ -57,8 +58,8 @@ def directory_browse(
57
58
  filter_blenlib: bool | typing.Any | None = False,
58
59
  filemode: typing.Any | None = 9,
59
60
  relative_path: bool | typing.Any | None = True,
60
- display_type: typing.Any | None = "DEFAULT",
61
- sort_method: str | int | typing.Any | None = "",
61
+ display_type: str | int | None = "DEFAULT",
62
+ sort_method: str | int | None = "",
62
63
  ):
63
64
  """Open a directory browser, hold Shift to open the file, Alt to browse containing directory
64
65
 
@@ -122,9 +123,9 @@ def directory_browse(
122
123
 
123
124
  THUMBNAIL
124
125
  Thumbnails -- Display files as thumbnails.
125
- :type display_type: typing.Any | None
126
+ :type display_type: str | int | None
126
127
  :param sort_method: File sorting mode
127
- :type sort_method: str | int | typing.Any | None
128
+ :type sort_method: str | int | None
128
129
  """
129
130
 
130
131
  ...
@@ -155,8 +156,8 @@ def file_browse(
155
156
  filter_blenlib: bool | typing.Any | None = False,
156
157
  filemode: typing.Any | None = 9,
157
158
  relative_path: bool | typing.Any | None = True,
158
- display_type: typing.Any | None = "DEFAULT",
159
- sort_method: str | int | typing.Any | None = "",
159
+ display_type: str | int | None = "DEFAULT",
160
+ sort_method: str | int | None = "",
160
161
  ):
161
162
  """Open a file browser, hold Shift to open the file, Alt to browse containing directory
162
163
 
@@ -220,9 +221,9 @@ def file_browse(
220
221
 
221
222
  THUMBNAIL
222
223
  Thumbnails -- Display files as thumbnails.
223
- :type display_type: typing.Any | None
224
+ :type display_type: str | int | None
224
225
  :param sort_method: File sorting mode
225
- :type sort_method: str | int | typing.Any | None
226
+ :type sort_method: str | int | None
226
227
  """
227
228
 
228
229
  ...
@@ -1,7 +1,8 @@
1
1
  import typing
2
2
  import bpy.types
3
3
 
4
- GenericType = typing.TypeVar("GenericType")
4
+ GenericType1 = typing.TypeVar("GenericType1")
5
+ GenericType2 = typing.TypeVar("GenericType2")
5
6
 
6
7
  def layer_add(
7
8
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
@@ -29,8 +30,8 @@ def layer_add(
29
30
  filter_blenlib: bool | typing.Any | None = False,
30
31
  filemode: typing.Any | None = 8,
31
32
  relative_path: bool | typing.Any | None = True,
32
- display_type: typing.Any | None = "DEFAULT",
33
- sort_method: str | int | typing.Any | None = "",
33
+ display_type: str | int | None = "DEFAULT",
34
+ sort_method: str | int | None = "",
34
35
  ):
35
36
  """Add an override layer to the archive
36
37
 
@@ -94,9 +95,9 @@ def layer_add(
94
95
 
95
96
  THUMBNAIL
96
97
  Thumbnails -- Display files as thumbnails.
97
- :type display_type: typing.Any | None
98
+ :type display_type: str | int | None
98
99
  :param sort_method: File sorting mode
99
- :type sort_method: str | int | typing.Any | None
100
+ :type sort_method: str | int | None
100
101
  """
101
102
 
102
103
  ...
@@ -105,7 +106,7 @@ def layer_move(
105
106
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
106
107
  execution_context: str | int | None = None,
107
108
  undo: bool | None = None,
108
- direction: typing.Any | None = "UP",
109
+ direction: str | int | None = "UP",
109
110
  ):
110
111
  """Move layer in the list, layers further down the list will overwrite data from the layers higher up
111
112
 
@@ -113,7 +114,7 @@ def layer_move(
113
114
  :type execution_context: str | int | None
114
115
  :type undo: bool | None
115
116
  :param direction: Direction, Direction to move the active vertex group towards
116
- :type direction: typing.Any | None
117
+ :type direction: str | int | None
117
118
  """
118
119
 
119
120
  ...
@@ -158,8 +159,8 @@ def open(
158
159
  filter_blenlib: bool | typing.Any | None = False,
159
160
  filemode: typing.Any | None = 8,
160
161
  relative_path: bool | typing.Any | None = True,
161
- display_type: typing.Any | None = "DEFAULT",
162
- sort_method: str | int | typing.Any | None = "",
162
+ display_type: str | int | None = "DEFAULT",
163
+ sort_method: str | int | None = "",
163
164
  ):
164
165
  """Load a cache file
165
166
 
@@ -223,9 +224,9 @@ def open(
223
224
 
224
225
  THUMBNAIL
225
226
  Thumbnails -- Display files as thumbnails.
226
- :type display_type: typing.Any | None
227
+ :type display_type: str | int | None
227
228
  :param sort_method: File sorting mode
228
- :type sort_method: str | int | typing.Any | None
229
+ :type sort_method: str | int | None
229
230
  """
230
231
 
231
232
  ...
@@ -1,7 +1,8 @@
1
1
  import typing
2
2
  import bpy.types
3
3
 
4
- GenericType = typing.TypeVar("GenericType")
4
+ GenericType1 = typing.TypeVar("GenericType1")
5
+ GenericType2 = typing.TypeVar("GenericType2")
5
6
 
6
7
  def preset_add(
7
8
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
bpy/ops/clip/__init__.pyi CHANGED
@@ -2,7 +2,8 @@ import typing
2
2
  import bpy.ops.transform
3
3
  import bpy.types
4
4
 
5
- GenericType = typing.TypeVar("GenericType")
5
+ GenericType1 = typing.TypeVar("GenericType1")
6
+ GenericType2 = typing.TypeVar("GenericType2")
6
7
 
7
8
  def add_marker(
8
9
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
@@ -172,7 +173,7 @@ def clean_tracks(
172
173
  undo: bool | None = None,
173
174
  frames: typing.Any | None = 0,
174
175
  error: typing.Any | None = 0.0,
175
- action: typing.Any | None = "SELECT",
176
+ action: str | int | None = "SELECT",
176
177
  ):
177
178
  """Clean tracks with high error values or few frames
178
179
 
@@ -193,7 +194,7 @@ def clean_tracks(
193
194
 
194
195
  DELETE_SEGMENTS
195
196
  Delete Segments -- Delete unclean segments of tracks.
196
- :type action: typing.Any | None
197
+ :type action: str | int | None
197
198
  """
198
199
 
199
200
  ...
@@ -216,7 +217,7 @@ def clear_track_path(
216
217
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
217
218
  execution_context: str | int | None = None,
218
219
  undo: bool | None = None,
219
- action: typing.Any | None = "REMAINED",
220
+ action: str | int | None = "REMAINED",
220
221
  clear_active: bool | typing.Any | None = False,
221
222
  ):
222
223
  """Clear tracks after/before current position or clear the whole track
@@ -234,7 +235,7 @@ def clear_track_path(
234
235
 
235
236
  ALL
236
237
  Clear All -- Clear the whole path.
237
- :type action: typing.Any | None
238
+ :type action: str | int | None
238
239
  :param clear_active: Clear Active, Clear active track only instead of all selected tracks
239
240
  :type clear_active: bool | typing.Any | None
240
241
  """
@@ -352,7 +353,7 @@ def detect_features(
352
353
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
353
354
  execution_context: str | int | None = None,
354
355
  undo: bool | None = None,
355
- placement: typing.Any | None = "FRAME",
356
+ placement: str | int | None = "FRAME",
356
357
  margin: typing.Any | None = 16,
357
358
  threshold: typing.Any | None = 0.5,
358
359
  min_distance: typing.Any | None = 120,
@@ -372,7 +373,7 @@ def detect_features(
372
373
 
373
374
  OUTSIDE_GPENCIL
374
375
  Outside Annotated Area -- Place markers only outside areas outlined with the Annotation tool.
375
- :type placement: typing.Any | None
376
+ :type placement: str | int | None
376
377
  :param margin: Margin, Only features further than margin pixels from the image edges are considered
377
378
  :type margin: typing.Any | None
378
379
  :param threshold: Threshold, Threshold level to consider feature good enough for tracking
@@ -387,7 +388,7 @@ def disable_markers(
387
388
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
388
389
  execution_context: str | int | None = None,
389
390
  undo: bool | None = None,
390
- action: typing.Any | None = "DISABLE",
391
+ action: str | int | None = "DISABLE",
391
392
  ):
392
393
  """Disable/enable selected markers
393
394
 
@@ -404,7 +405,7 @@ def disable_markers(
404
405
 
405
406
  TOGGLE
406
407
  Toggle -- Toggle disabled flag for selected markers.
407
- :type action: typing.Any | None
408
+ :type action: str | int | None
408
409
  """
409
410
 
410
411
  ...
@@ -464,7 +465,7 @@ def frame_jump(
464
465
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
465
466
  execution_context: str | int | None = None,
466
467
  undo: bool | None = None,
467
- position: typing.Any | None = "PATHSTART",
468
+ position: str | int | None = "PATHSTART",
468
469
  ):
469
470
  """Jump to special frame
470
471
 
@@ -484,7 +485,7 @@ def frame_jump(
484
485
 
485
486
  FAILNEXT
486
487
  Next Failed -- Jump to next failed frame.
487
- :type position: typing.Any | None
488
+ :type position: str | int | None
488
489
  """
489
490
 
490
491
  ...
@@ -538,7 +539,7 @@ def graph_disable_markers(
538
539
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
539
540
  execution_context: str | int | None = None,
540
541
  undo: bool | None = None,
541
- action: typing.Any | None = "DISABLE",
542
+ action: str | int | None = "DISABLE",
542
543
  ):
543
544
  """Disable/enable selected markers
544
545
 
@@ -555,7 +556,7 @@ def graph_disable_markers(
555
556
 
556
557
  TOGGLE
557
558
  Toggle -- Toggle disabled flag for selected markers.
558
- :type action: typing.Any | None
559
+ :type action: str | int | None
559
560
  """
560
561
 
561
562
  ...
@@ -584,7 +585,7 @@ def graph_select_all_markers(
584
585
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
585
586
  execution_context: str | int | None = None,
586
587
  undo: bool | None = None,
587
- action: typing.Any | None = "TOGGLE",
588
+ action: str | int | None = "TOGGLE",
588
589
  ):
589
590
  """Change selection of all markers of active track
590
591
 
@@ -604,7 +605,7 @@ def graph_select_all_markers(
604
605
 
605
606
  INVERT
606
607
  Invert -- Invert selection of all elements.
607
- :type action: typing.Any | None
608
+ :type action: str | int | None
608
609
  """
609
610
 
610
611
  ...
@@ -749,7 +750,7 @@ def lock_tracks(
749
750
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
750
751
  execution_context: str | int | None = None,
751
752
  undo: bool | None = None,
752
- action: typing.Any | None = "LOCK",
753
+ action: str | int | None = "LOCK",
753
754
  ):
754
755
  """Lock/unlock selected tracks
755
756
 
@@ -766,7 +767,7 @@ def lock_tracks(
766
767
 
767
768
  TOGGLE
768
769
  Toggle -- Toggle locked flag for selected tracks.
769
- :type action: typing.Any | None
770
+ :type action: str | int | None
770
771
  """
771
772
 
772
773
  ...
@@ -832,8 +833,8 @@ def open(
832
833
  relative_path: bool | typing.Any | None = True,
833
834
  show_multiview: bool | typing.Any | None = False,
834
835
  use_multiview: bool | typing.Any | None = False,
835
- display_type: typing.Any | None = "DEFAULT",
836
- sort_method: typing.Any | None = "",
836
+ display_type: str | int | None = "DEFAULT",
837
+ sort_method: str | int | None = "",
837
838
  ):
838
839
  """Load a sequence of frames or a movie file
839
840
 
@@ -903,7 +904,7 @@ def open(
903
904
 
904
905
  THUMBNAIL
905
906
  Thumbnails -- Display files as thumbnails.
906
- :type display_type: typing.Any | None
907
+ :type display_type: str | int | None
907
908
  :param sort_method: File sorting mode
908
909
 
909
910
  DEFAULT
@@ -920,7 +921,7 @@ def open(
920
921
 
921
922
  FILE_SORT_SIZE
922
923
  Size -- Sort files by size.
923
- :type sort_method: typing.Any | None
924
+ :type sort_method: str | int | None
924
925
  """
925
926
 
926
927
  ...
@@ -1025,7 +1026,7 @@ def select_all(
1025
1026
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1026
1027
  execution_context: str | int | None = None,
1027
1028
  undo: bool | None = None,
1028
- action: typing.Any | None = "TOGGLE",
1029
+ action: str | int | None = "TOGGLE",
1029
1030
  ):
1030
1031
  """Change selection of all tracking markers
1031
1032
 
@@ -1045,7 +1046,7 @@ def select_all(
1045
1046
 
1046
1047
  INVERT
1047
1048
  Invert -- Invert selection of all elements.
1048
- :type action: typing.Any | None
1049
+ :type action: str | int | None
1049
1050
  """
1050
1051
 
1051
1052
  ...
@@ -1059,7 +1060,7 @@ def select_box(
1059
1060
  ymin: typing.Any | None = 0,
1060
1061
  ymax: typing.Any | None = 0,
1061
1062
  wait_for_input: bool | typing.Any | None = True,
1062
- mode: typing.Any | None = "SET",
1063
+ mode: str | int | None = "SET",
1063
1064
  ):
1064
1065
  """Select markers using box selection
1065
1066
 
@@ -1086,7 +1087,7 @@ def select_box(
1086
1087
 
1087
1088
  SUB
1088
1089
  Subtract -- Subtract existing selection.
1089
- :type mode: typing.Any | None
1090
+ :type mode: str | int | None
1090
1091
  """
1091
1092
 
1092
1093
  ...
@@ -1099,7 +1100,7 @@ def select_circle(
1099
1100
  y: typing.Any | None = 0,
1100
1101
  radius: typing.Any | None = 25,
1101
1102
  wait_for_input: bool | typing.Any | None = True,
1102
- mode: typing.Any | None = "SET",
1103
+ mode: str | int | None = "SET",
1103
1104
  ):
1104
1105
  """Select markers using circle selection
1105
1106
 
@@ -1124,7 +1125,7 @@ def select_circle(
1124
1125
 
1125
1126
  SUB
1126
1127
  Subtract -- Subtract existing selection.
1127
- :type mode: typing.Any | None
1128
+ :type mode: str | int | None
1128
1129
  """
1129
1130
 
1130
1131
  ...
@@ -1133,7 +1134,7 @@ def select_grouped(
1133
1134
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1134
1135
  execution_context: str | int | None = None,
1135
1136
  undo: bool | None = None,
1136
- group: typing.Any | None = "ESTIMATED",
1137
+ group: str | int | None = "ESTIMATED",
1137
1138
  ):
1138
1139
  """Select all tracks from specified group
1139
1140
 
@@ -1162,7 +1163,7 @@ def select_grouped(
1162
1163
 
1163
1164
  FAILED
1164
1165
  Failed Tracks -- Select all tracks which failed to be reconstructed.
1165
- :type group: typing.Any | None
1166
+ :type group: str | int | None
1166
1167
  """
1167
1168
 
1168
1169
  ...
@@ -1172,7 +1173,7 @@ def select_lasso(
1172
1173
  execution_context: str | int | None = None,
1173
1174
  undo: bool | None = None,
1174
1175
  path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
1175
- mode: typing.Any | None = "SET",
1176
+ mode: str | int | None = "SET",
1176
1177
  ):
1177
1178
  """Select markers using lasso selection
1178
1179
 
@@ -1191,7 +1192,7 @@ def select_lasso(
1191
1192
 
1192
1193
  SUB
1193
1194
  Subtract -- Subtract existing selection.
1194
- :type mode: typing.Any | None
1195
+ :type mode: str | int | None
1195
1196
  """
1196
1197
 
1197
1198
  ...
@@ -1214,7 +1215,7 @@ def set_axis(
1214
1215
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1215
1216
  execution_context: str | int | None = None,
1216
1217
  undo: bool | None = None,
1217
- axis: typing.Any | None = "X",
1218
+ axis: str | int | None = "X",
1218
1219
  ):
1219
1220
  """Set the direction of a scene axis by rotating the camera (or its parent if present). This assumes that the selected track lies on a real axis connecting it to the origin
1220
1221
 
@@ -1228,7 +1229,7 @@ def set_axis(
1228
1229
 
1229
1230
  Y
1230
1231
  Y -- Align bundle align Y axis.
1231
- :type axis: typing.Any | None
1232
+ :type axis: str | int | None
1232
1233
  """
1233
1234
 
1234
1235
  ...
@@ -1254,7 +1255,7 @@ def set_plane(
1254
1255
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1255
1256
  execution_context: str | int | None = None,
1256
1257
  undo: bool | None = None,
1257
- plane: typing.Any | None = "FLOOR",
1258
+ plane: str | int | None = "FLOOR",
1258
1259
  ):
1259
1260
  """Set plane based on 3 selected bundles by moving camera (or its parent if present) in 3D space
1260
1261
 
@@ -1268,7 +1269,7 @@ def set_plane(
1268
1269
 
1269
1270
  WALL
1270
1271
  Wall -- Set wall plane.
1271
- :type plane: typing.Any | None
1272
+ :type plane: str | int | None
1272
1273
  """
1273
1274
 
1274
1275
  ...
@@ -1325,7 +1326,7 @@ def set_solver_keyframe(
1325
1326
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
1326
1327
  execution_context: str | int | None = None,
1327
1328
  undo: bool | None = None,
1328
- keyframe: typing.Any | None = "KEYFRAME_A",
1329
+ keyframe: str | int | None = "KEYFRAME_A",
1329
1330
  ):
1330
1331
  """Set keyframe used by solver
1331
1332
 
@@ -1333,7 +1334,7 @@ def set_solver_keyframe(
1333
1334
  :type execution_context: str | int | None
1334
1335
  :type undo: bool | None
1335
1336
  :param keyframe: Keyframe, Keyframe to set
1336
- :type keyframe: typing.Any | None
1337
+ :type keyframe: str | int | None
1337
1338
  """
1338
1339
 
1339
1340
  ...
@@ -1,7 +1,8 @@
1
1
  import typing
2
2
  import bpy.types
3
3
 
4
- GenericType = typing.TypeVar("GenericType")
4
+ GenericType1 = typing.TypeVar("GenericType1")
5
+ GenericType2 = typing.TypeVar("GenericType2")
5
6
 
6
7
  def preset_add(
7
8
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
@@ -1,7 +1,8 @@
1
1
  import typing
2
2
  import bpy.types
3
3
 
4
- GenericType = typing.TypeVar("GenericType")
4
+ GenericType1 = typing.TypeVar("GenericType1")
5
+ GenericType2 = typing.TypeVar("GenericType2")
5
6
 
6
7
  def create(
7
8
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
@@ -89,7 +90,7 @@ def objects_add_active(
89
90
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
90
91
  execution_context: str | int | None = None,
91
92
  undo: bool | None = None,
92
- collection: str | int | typing.Any | None = "",
93
+ collection: str | int | None = "",
93
94
  ):
94
95
  """Add the object to an object collection that contains the active object
95
96
 
@@ -97,7 +98,7 @@ def objects_add_active(
97
98
  :type execution_context: str | int | None
98
99
  :type undo: bool | None
99
100
  :param collection: Collection, The collection to add other selected objects to
100
- :type collection: str | int | typing.Any | None
101
+ :type collection: str | int | None
101
102
  """
102
103
 
103
104
  ...
@@ -106,7 +107,7 @@ def objects_remove(
106
107
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
107
108
  execution_context: str | int | None = None,
108
109
  undo: bool | None = None,
109
- collection: str | int | typing.Any | None = "",
110
+ collection: str | int | None = "",
110
111
  ):
111
112
  """Remove selected objects from a collection
112
113
 
@@ -114,7 +115,7 @@ def objects_remove(
114
115
  :type execution_context: str | int | None
115
116
  :type undo: bool | None
116
117
  :param collection: Collection, The collection to remove this object from
117
- :type collection: str | int | typing.Any | None
118
+ :type collection: str | int | None
118
119
  """
119
120
 
120
121
  ...
@@ -123,7 +124,7 @@ def objects_remove_active(
123
124
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
124
125
  execution_context: str | int | None = None,
125
126
  undo: bool | None = None,
126
- collection: str | int | typing.Any | None = "",
127
+ collection: str | int | None = "",
127
128
  ):
128
129
  """Remove the object from an object collection that contains the active object
129
130
 
@@ -131,7 +132,7 @@ def objects_remove_active(
131
132
  :type execution_context: str | int | None
132
133
  :type undo: bool | None
133
134
  :param collection: Collection, The collection to remove other selected objects from
134
- :type collection: str | int | typing.Any | None
135
+ :type collection: str | int | None
135
136
  """
136
137
 
137
138
  ...
@@ -1,7 +1,8 @@
1
1
  import typing
2
2
  import bpy.types
3
3
 
4
- GenericType = typing.TypeVar("GenericType")
4
+ GenericType1 = typing.TypeVar("GenericType1")
5
+ GenericType2 = typing.TypeVar("GenericType2")
5
6
 
6
7
  def autocomplete(
7
8
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
@@ -100,7 +101,7 @@ def delete(
100
101
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
101
102
  execution_context: str | int | None = None,
102
103
  undo: bool | None = None,
103
- type: typing.Any | None = "NEXT_CHARACTER",
104
+ type: str | int | None = "NEXT_CHARACTER",
104
105
  ):
105
106
  """Delete text by cursor position
106
107
 
@@ -108,7 +109,7 @@ def delete(
108
109
  :type execution_context: str | int | None
109
110
  :type undo: bool | None
110
111
  :param type: Type, Which part of the text to delete
111
- :type type: typing.Any | None
112
+ :type type: str | int | None
112
113
  """
113
114
 
114
115
  ...
@@ -236,7 +237,7 @@ def move(
236
237
  override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
237
238
  execution_context: str | int | None = None,
238
239
  undo: bool | None = None,
239
- type: typing.Any | None = "LINE_BEGIN",
240
+ type: str | int | None = "LINE_BEGIN",
240
241
  select: bool | typing.Any | None = False,
241
242
  ):
242
243
  """Move cursor position
@@ -245,7 +246,7 @@ def move(
245
246
  :type execution_context: str | int | None
246
247
  :type undo: bool | None
247
248
  :param type: Type, Where to move cursor to
248
- :type type: typing.Any | None
249
+ :type type: str | int | None
249
250
  :param select: Select, Whether to select while moving
250
251
  :type select: bool | typing.Any | None
251
252
  """
@@ -274,7 +275,7 @@ def scrollback_append(
274
275
  execution_context: str | int | None = None,
275
276
  undo: bool | None = None,
276
277
  text: str | typing.Any = "",
277
- type: typing.Any | None = "OUTPUT",
278
+ type: str | int | None = "OUTPUT",
278
279
  ):
279
280
  """Append scrollback text by type
280
281
 
@@ -284,7 +285,7 @@ def scrollback_append(
284
285
  :param text: Text, Text to insert at the cursor position
285
286
  :type text: str | typing.Any
286
287
  :param type: Type, Console output type
287
- :type type: typing.Any | None
288
+ :type type: str | int | None
288
289
  """
289
290
 
290
291
  ...