fake-bpy-module 20240915__py3-none-any.whl → 20240917__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 (325) hide show
  1. _bpy_internal/__init__.pyi +2 -2
  2. _bpy_internal/addons/__init__.pyi +2 -2
  3. _bpy_internal/addons/cli/__init__.pyi +2 -2
  4. _bpy_internal/extensions/__init__.pyi +2 -2
  5. _bpy_internal/extensions/junction_module/__init__.pyi +2 -8
  6. _bpy_internal/extensions/stale_file_manager/__init__.pyi +2 -6
  7. _bpy_internal/extensions/wheel_manager/__init__.pyi +2 -6
  8. _bpy_internal/freedesktop/__init__.pyi +2 -2
  9. _bpy_internal/grease_pencil/__init__.pyi +2 -2
  10. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -16
  11. _bpy_internal/system_info/__init__.pyi +2 -2
  12. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -2
  13. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -2
  14. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  15. addon_utils/__init__.pyi +2 -12
  16. animsys_refactor/__init__.pyi +2 -3
  17. aud/__init__.pyi +2 -71
  18. bgl/__init__.pyi +2 -526
  19. bl_app_override/__init__.pyi +2 -2
  20. bl_app_override/helpers/__init__.pyi +2 -2
  21. bl_app_template_utils/__init__.pyi +2 -4
  22. bl_console_utils/__init__.pyi +2 -2
  23. bl_console_utils/autocomplete/__init__.pyi +2 -2
  24. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -12
  25. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -8
  26. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -12
  27. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -6
  28. bl_i18n_utils/__init__.pyi +2 -2
  29. bl_i18n_utils/bl_extract_messages/__init__.pyi +2 -6
  30. bl_i18n_utils/merge_po/__init__.pyi +2 -2
  31. bl_i18n_utils/settings/__init__.pyi +2 -6
  32. bl_i18n_utils/utils/__init__.pyi +2 -45
  33. bl_i18n_utils/utils_cli/__init__.pyi +2 -2
  34. bl_i18n_utils/utils_languages_menu/__init__.pyi +2 -2
  35. bl_i18n_utils/utils_rtl/__init__.pyi +2 -6
  36. bl_keymap_utils/__init__.pyi +2 -2
  37. bl_keymap_utils/io/__init__.pyi +2 -4
  38. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -4
  39. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -2
  40. bl_keymap_utils/platform_helpers/__init__.pyi +2 -4
  41. bl_keymap_utils/versioning/__init__.pyi +2 -2
  42. bl_math/__init__.pyi +2 -8
  43. bl_operators/__init__.pyi +2 -2
  44. bl_operators/add_mesh_torus/__init__.pyi +2 -8
  45. bl_operators/anim/__init__.pyi +2 -48
  46. bl_operators/assets/__init__.pyi +2 -17
  47. bl_operators/bmesh/__init__.pyi +2 -2
  48. bl_operators/bmesh/find_adjacent/__init__.pyi +2 -6
  49. bl_operators/bone_selection_sets/__init__.pyi +2 -46
  50. bl_operators/clip/__init__.pyi +2 -43
  51. bl_operators/connect_to_output/__init__.pyi +2 -18
  52. bl_operators/console/__init__.pyi +2 -22
  53. bl_operators/constraint/__init__.pyi +2 -18
  54. bl_operators/file/__init__.pyi +2 -14
  55. bl_operators/freestyle/__init__.pyi +2 -19
  56. bl_operators/geometry_nodes/__init__.pyi +2 -21
  57. bl_operators/image/__init__.pyi +2 -19
  58. bl_operators/image_as_planes/__init__.pyi +2 -43
  59. bl_operators/mesh/__init__.pyi +2 -15
  60. bl_operators/node/__init__.pyi +2 -41
  61. bl_operators/node_editor/__init__.pyi +2 -2
  62. bl_operators/node_editor/node_functions/__init__.pyi +2 -3
  63. bl_operators/object/__init__.pyi +2 -63
  64. bl_operators/object_align/__init__.pyi +2 -6
  65. bl_operators/object_quick_effects/__init__.pyi +2 -18
  66. bl_operators/object_randomize_transform/__init__.pyi +2 -6
  67. bl_operators/presets/__init__.pyi +2 -70
  68. bl_operators/rigidbody/__init__.pyi +2 -15
  69. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -5
  70. bl_operators/sequencer/__init__.pyi +2 -36
  71. bl_operators/spreadsheet/__init__.pyi +2 -8
  72. bl_operators/userpref/__init__.pyi +2 -93
  73. bl_operators/uvcalc_follow_active/__init__.pyi +2 -7
  74. bl_operators/uvcalc_lightmap/__init__.pyi +2 -11
  75. bl_operators/uvcalc_transform/__init__.pyi +2 -19
  76. bl_operators/vertexpaint_dirt/__init__.pyi +2 -6
  77. bl_operators/view3d/__init__.pyi +2 -37
  78. bl_operators/wm/__init__.pyi +2 -168
  79. bl_operators/world/__init__.pyi +2 -6
  80. bl_previews_utils/__init__.pyi +2 -2
  81. bl_previews_utils/bl_previews_render/__init__.pyi +2 -2
  82. bl_rna_utils/__init__.pyi +2 -2
  83. bl_rna_utils/data_path/__init__.pyi +2 -6
  84. bl_text_utils/__init__.pyi +2 -2
  85. bl_text_utils/external_editor/__init__.pyi +2 -2
  86. bl_ui/__init__.pyi +2 -11
  87. bl_ui/anim/__init__.pyi +2 -5
  88. bl_ui/asset_shelf/__init__.pyi +2 -6
  89. bl_ui/generic_ui_list/__init__.pyi +2 -16
  90. bl_ui/node_add_menu/__init__.pyi +2 -11
  91. bl_ui/node_add_menu_compositor/__init__.pyi +2 -53
  92. bl_ui/node_add_menu_geometry/__init__.pyi +2 -152
  93. bl_ui/node_add_menu_shader/__init__.pyi +2 -31
  94. bl_ui/node_add_menu_texture/__init__.pyi +2 -29
  95. bl_ui/properties_animviz/__init__.pyi +2 -4
  96. bl_ui/properties_collection/__init__.pyi +2 -20
  97. bl_ui/properties_constraint/__init__.pyi +2 -288
  98. bl_ui/properties_data_armature/__init__.pyi +2 -60
  99. bl_ui/properties_data_bone/__init__.pyi +2 -42
  100. bl_ui/properties_data_camera/__init__.pyi +2 -51
  101. bl_ui/properties_data_curve/__init__.pyi +2 -58
  102. bl_ui/properties_data_curves/__init__.pyi +2 -24
  103. bl_ui/properties_data_empty/__init__.pyi +2 -10
  104. bl_ui/properties_data_gpencil/__init__.pyi +2 -57
  105. bl_ui/properties_data_grease_pencil/__init__.pyi +2 -49
  106. bl_ui/properties_data_lattice/__init__.pyi +2 -14
  107. bl_ui/properties_data_light/__init__.pyi +2 -50
  108. bl_ui/properties_data_lightprobe/__init__.pyi +2 -48
  109. bl_ui/properties_data_mesh/__init__.pyi +2 -69
  110. bl_ui/properties_data_metaball/__init__.pyi +2 -20
  111. bl_ui/properties_data_modifier/__init__.pyi +2 -36
  112. bl_ui/properties_data_pointcloud/__init__.pyi +2 -19
  113. bl_ui/properties_data_shaderfx/__init__.pyi +2 -5
  114. bl_ui/properties_data_speaker/__init__.pyi +2 -19
  115. bl_ui/properties_data_volume/__init__.pyi +2 -29
  116. bl_ui/properties_freestyle/__init__.pyi +2 -98
  117. bl_ui/properties_grease_pencil_common/__init__.pyi +2 -74
  118. bl_ui/properties_mask_common/__init__.pyi +2 -37
  119. bl_ui/properties_material/__init__.pyi +2 -59
  120. bl_ui/properties_material_gpencil/__init__.pyi +2 -36
  121. bl_ui/properties_object/__init__.pyi +2 -52
  122. bl_ui/properties_output/__init__.pyi +2 -65
  123. bl_ui/properties_paint_common/__init__.pyi +2 -41
  124. bl_ui/properties_particle/__init__.pyi +2 -205
  125. bl_ui/properties_physics_cloth/__init__.pyi +2 -49
  126. bl_ui/properties_physics_common/__init__.pyi +2 -6
  127. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2 -103
  128. bl_ui/properties_physics_field/__init__.pyi +2 -44
  129. bl_ui/properties_physics_fluid/__init__.pyi +2 -134
  130. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -7
  131. bl_ui/properties_physics_rigidbody/__init__.pyi +2 -35
  132. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2 -57
  133. bl_ui/properties_physics_softbody/__init__.pyi +2 -52
  134. bl_ui/properties_render/__init__.pyi +2 -220
  135. bl_ui/properties_scene/__init__.pyi +2 -55
  136. bl_ui/properties_texture/__init__.pyi +2 -93
  137. bl_ui/properties_view_layer/__init__.pyi +2 -47
  138. bl_ui/properties_workspace/__init__.pyi +2 -15
  139. bl_ui/properties_world/__init__.pyi +2 -42
  140. bl_ui/space_clip/__init__.pyi +2 -224
  141. bl_ui/space_console/__init__.pyi +2 -20
  142. bl_ui/space_dopesheet/__init__.pyi +2 -96
  143. bl_ui/space_filebrowser/__init__.pyi +2 -99
  144. bl_ui/space_graph/__init__.pyi +2 -62
  145. bl_ui/space_image/__init__.pyi +2 -211
  146. bl_ui/space_info/__init__.pyi +2 -20
  147. bl_ui/space_nla/__init__.pyi +2 -54
  148. bl_ui/space_node/__init__.pyi +2 -100
  149. bl_ui/space_outliner/__init__.pyi +2 -48
  150. bl_ui/space_properties/__init__.pyi +2 -14
  151. bl_ui/space_sequencer/__init__.pyi +2 -280
  152. bl_ui/space_spreadsheet/__init__.pyi +2 -11
  153. bl_ui/space_statusbar/__init__.pyi +2 -5
  154. bl_ui/space_text/__init__.pyi +2 -51
  155. bl_ui/space_time/__init__.pyi +2 -27
  156. bl_ui/space_toolsystem_common/__init__.pyi +3 -13
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -126
  158. bl_ui/space_topbar/__init__.pyi +37 -86
  159. bl_ui/space_userpref/__init__.pyi +2 -313
  160. bl_ui/space_view3d/__init__.pyi +30 -881
  161. bl_ui/space_view3d_toolbar/__init__.pyi +2 -344
  162. bl_ui/utils/__init__.pyi +2 -5
  163. bl_ui_utils/__init__.pyi +2 -2
  164. bl_ui_utils/layout/__init__.pyi +2 -4
  165. blend_render_info/__init__.pyi +2 -4
  166. blf/__init__.pyi +2 -32
  167. bmesh/__init__.pyi +2 -8
  168. bmesh/geometry/__init__.pyi +2 -4
  169. bmesh/ops/__init__.pyi +2 -162
  170. bmesh/types/__init__.pyi +19 -133
  171. bmesh/utils/__init__.pyi +2 -28
  172. bpy/__init__.pyi +2 -2
  173. bpy/app/__init__.pyi +2 -6
  174. bpy/app/handlers/__init__.pyi +2 -2
  175. bpy/app/icons/__init__.pyi +2 -8
  176. bpy/app/timers/__init__.pyi +2 -8
  177. bpy/app/translations/__init__.pyi +2 -20
  178. bpy/msgbus/__init__.pyi +2 -8
  179. bpy/ops/__init__.pyi +2 -2
  180. bpy/ops/action/__init__.pyi +15 -110
  181. bpy/ops/anim/__init__.pyi +2 -118
  182. bpy/ops/armature/__init__.pyi +2 -98
  183. bpy/ops/asset/__init__.pyi +2 -34
  184. bpy/ops/boid/__init__.pyi +5 -30
  185. bpy/ops/brush/__init__.pyi +5 -31
  186. bpy/ops/buttons/__init__.pyi +2 -14
  187. bpy/ops/cachefile/__init__.pyi +2 -12
  188. bpy/ops/camera/__init__.pyi +2 -6
  189. bpy/ops/clip/__init__.pyi +5 -188
  190. bpy/ops/cloth/__init__.pyi +2 -4
  191. bpy/ops/collection/__init__.pyi +2 -20
  192. bpy/ops/console/__init__.pyi +2 -44
  193. bpy/ops/constraint/__init__.pyi +2 -38
  194. bpy/ops/curve/__init__.pyi +7 -143
  195. bpy/ops/curves/__init__.pyi +11 -64
  196. bpy/ops/cycles/__init__.pyi +2 -8
  197. bpy/ops/dpaint/__init__.pyi +5 -14
  198. bpy/ops/ed/__init__.pyi +2 -26
  199. bpy/ops/export_anim/__init__.pyi +2 -4
  200. bpy/ops/export_scene/__init__.pyi +2 -6
  201. bpy/ops/extensions/__init__.pyi +2 -70
  202. bpy/ops/file/__init__.pyi +2 -82
  203. bpy/ops/fluid/__init__.pyi +2 -30
  204. bpy/ops/font/__init__.pyi +2 -48
  205. bpy/ops/geometry/__init__.pyi +21 -75
  206. bpy/ops/gizmogroup/__init__.pyi +2 -6
  207. bpy/ops/gpencil/__init__.pyi +2 -286
  208. bpy/ops/graph/__init__.pyi +19 -213
  209. bpy/ops/grease_pencil/__init__.pyi +9 -196
  210. bpy/ops/image/__init__.pyi +11 -111
  211. bpy/ops/import_anim/__init__.pyi +2 -4
  212. bpy/ops/import_curve/__init__.pyi +2 -4
  213. bpy/ops/import_scene/__init__.pyi +2 -6
  214. bpy/ops/info/__init__.pyi +2 -16
  215. bpy/ops/lattice/__init__.pyi +5 -20
  216. bpy/ops/marker/__init__.pyi +2 -24
  217. bpy/ops/mask/__init__.pyi +2 -80
  218. bpy/ops/material/__init__.pyi +2 -8
  219. bpy/ops/mball/__init__.pyi +2 -18
  220. bpy/ops/mesh/__init__.pyi +45 -467
  221. bpy/ops/nla/__init__.pyi +5 -92
  222. bpy/ops/node/__init__.pyi +5 -215
  223. bpy/ops/object/__init__.pyi +73 -870
  224. bpy/ops/outliner/__init__.pyi +7 -200
  225. bpy/ops/paint/__init__.pyi +9 -116
  226. bpy/ops/paintcurve/__init__.pyi +2 -18
  227. bpy/ops/palette/__init__.pyi +2 -16
  228. bpy/ops/particle/__init__.pyi +2 -74
  229. bpy/ops/pose/__init__.pyi +15 -180
  230. bpy/ops/poselib/__init__.pyi +2 -20
  231. bpy/ops/preferences/__init__.pyi +2 -72
  232. bpy/ops/ptcache/__init__.pyi +2 -16
  233. bpy/ops/render/__init__.pyi +2 -28
  234. bpy/ops/rigidbody/__init__.pyi +11 -56
  235. bpy/ops/scene/__init__.pyi +11 -131
  236. bpy/ops/screen/__init__.pyi +9 -142
  237. bpy/ops/script/__init__.pyi +2 -8
  238. bpy/ops/sculpt/__init__.pyi +2 -74
  239. bpy/ops/sculpt_curves/__init__.pyi +2 -10
  240. bpy/ops/sequencer/__init__.pyi +5 -194
  241. bpy/ops/sound/__init__.pyi +5 -21
  242. bpy/ops/spreadsheet/__init__.pyi +2 -10
  243. bpy/ops/surface/__init__.pyi +2 -14
  244. bpy/ops/text/__init__.pyi +2 -88
  245. bpy/ops/text_editor/__init__.pyi +2 -4
  246. bpy/ops/texture/__init__.pyi +2 -10
  247. bpy/ops/transform/__init__.pyi +75 -400
  248. bpy/ops/ui/__init__.pyi +2 -68
  249. bpy/ops/uilist/__init__.pyi +2 -8
  250. bpy/ops/uv/__init__.pyi +5 -102
  251. bpy/ops/view2d/__init__.pyi +2 -30
  252. bpy/ops/view3d/__init__.pyi +2 -136
  253. bpy/ops/wm/__init__.pyi +17 -259
  254. bpy/ops/workspace/__init__.pyi +2 -16
  255. bpy/ops/world/__init__.pyi +2 -6
  256. bpy/path/__init__.pyi +2 -28
  257. bpy/props/__init__.pyi +2 -24
  258. bpy/types/__init__.pyi +1230 -31631
  259. bpy/typing/__init__.pyi +2490 -0
  260. bpy/utils/__init__.pyi +4 -74
  261. bpy/utils/previews/__init__.pyi +2 -10
  262. bpy/utils/units/__init__.pyi +2 -6
  263. bpy_extras/__init__.pyi +2 -2
  264. bpy_extras/anim_utils/__init__.pyi +2 -17
  265. bpy_extras/asset_utils/__init__.pyi +2 -5
  266. bpy_extras/bmesh_utils/__init__.pyi +2 -4
  267. bpy_extras/id_map_utils/__init__.pyi +2 -8
  268. bpy_extras/image_utils/__init__.pyi +2 -4
  269. bpy_extras/io_utils/__init__.pyi +2 -23
  270. bpy_extras/keyconfig_utils/__init__.pyi +2 -6
  271. bpy_extras/mesh_utils/__init__.pyi +2 -16
  272. bpy_extras/node_shader_utils/__init__.pyi +2 -23
  273. bpy_extras/node_utils/__init__.pyi +2 -6
  274. bpy_extras/object_utils/__init__.pyi +2 -15
  275. bpy_extras/view3d_utils/__init__.pyi +2 -10
  276. bpy_extras/wm_utils/__init__.pyi +2 -2
  277. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -10
  278. bpy_restrict_state/__init__.pyi +2 -2
  279. bpy_types/__init__.pyi +2 -5
  280. console_python/__init__.pyi +2 -4
  281. console_shell/__init__.pyi +2 -2
  282. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/METADATA +1 -1
  283. fake_bpy_module-20240917.dist-info/RECORD +365 -0
  284. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/WHEEL +1 -1
  285. freestyle/__init__.pyi +2 -2
  286. freestyle/chainingiterators/__init__.pyi +2 -25
  287. freestyle/functions/__init__.pyi +2 -109
  288. freestyle/predicates/__init__.pyi +2 -30
  289. freestyle/shaders/__init__.pyi +2 -77
  290. freestyle/types/__init__.pyi +2 -192
  291. freestyle/utils/ContextFunctions/__init__.pyi +2 -20
  292. freestyle/utils/__init__.pyi +4 -50
  293. gpu/__init__.pyi +2 -2
  294. gpu/capabilities/__init__.pyi +2 -40
  295. gpu/matrix/__init__.pyi +2 -36
  296. gpu/platform/__init__.pyi +2 -12
  297. gpu/select/__init__.pyi +2 -4
  298. gpu/shader/__init__.pyi +2 -8
  299. gpu/state/__init__.pyi +5 -45
  300. gpu/texture/__init__.pyi +2 -4
  301. gpu/types/__init__.pyi +2 -54
  302. gpu_extras/__init__.pyi +2 -2
  303. gpu_extras/batch/__init__.pyi +2 -4
  304. gpu_extras/presets/__init__.pyi +2 -6
  305. graphviz_export/__init__.pyi +2 -2
  306. idprop/__init__.pyi +2 -2
  307. idprop/types/__init__.pyi +2 -11
  308. imbuf/__init__.pyi +2 -8
  309. imbuf/types/__init__.pyi +2 -6
  310. keyingsets_builtins/__init__.pyi +2 -70
  311. keyingsets_utils/__init__.pyi +2 -2
  312. mathutils/__init__.pyi +38 -228
  313. mathutils/bvhtree/__init__.pyi +2 -10
  314. mathutils/geometry/__init__.pyi +2 -54
  315. mathutils/interpolate/__init__.pyi +2 -4
  316. mathutils/kdtree/__init__.pyi +2 -8
  317. mathutils/noise/__init__.pyi +2 -36
  318. nodeitems_builtins/__init__.pyi +2 -4
  319. nodeitems_utils/__init__.pyi +2 -4
  320. rna_info/__init__.pyi +2 -7
  321. rna_keymap_ui/__init__.pyi +2 -2
  322. rna_prop_ui/__init__.pyi +2 -6
  323. rna_xml/__init__.pyi +2 -2
  324. fake_bpy_module-20240915.dist-info/RECORD +0 -364
  325. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/top_level.txt +0 -0
@@ -2,10 +2,11 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
+ import bpy.typing
5
6
  import mathutils
6
7
 
7
- GenericType1 = typing.TypeVar("GenericType1")
8
- GenericType2 = typing.TypeVar("GenericType2")
8
+ _GenericType1 = typing.TypeVar("_GenericType1")
9
+ _GenericType2 = typing.TypeVar("_GenericType2")
9
10
 
10
11
  def add_render_slot(
11
12
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
@@ -19,8 +20,6 @@ def add_render_slot(
19
20
  :type undo: bool | None
20
21
  """
21
22
 
22
- ...
23
-
24
23
  def change_frame(
25
24
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
26
25
  execution_context: int | str | None = None,
@@ -37,8 +36,6 @@ def change_frame(
37
36
  :type frame: int | None
38
37
  """
39
38
 
40
- ...
41
-
42
39
  def clear_render_border(
43
40
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
44
41
  execution_context: int | str | None = None,
@@ -51,8 +48,6 @@ def clear_render_border(
51
48
  :type undo: bool | None
52
49
  """
53
50
 
54
- ...
55
-
56
51
  def clear_render_slot(
57
52
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
58
53
  execution_context: int | str | None = None,
@@ -65,8 +60,6 @@ def clear_render_slot(
65
60
  :type undo: bool | None
66
61
  """
67
62
 
68
- ...
69
-
70
63
  def clipboard_copy(
71
64
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
72
65
  execution_context: int | str | None = None,
@@ -79,8 +72,6 @@ def clipboard_copy(
79
72
  :type undo: bool | None
80
73
  """
81
74
 
82
- ...
83
-
84
75
  def clipboard_paste(
85
76
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
86
77
  execution_context: int | str | None = None,
@@ -93,8 +84,6 @@ def clipboard_paste(
93
84
  :type undo: bool | None
94
85
  """
95
86
 
96
- ...
97
-
98
87
  def convert_to_mesh_plane(
99
88
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
100
89
  execution_context: int | str | None = None,
@@ -206,8 +195,6 @@ def convert_to_mesh_plane(
206
195
  :type delete_ref: bool | None
207
196
  """
208
197
 
209
- ...
210
-
211
198
  def curves_point_set(
212
199
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
213
200
  execution_context: int | str | None = None,
@@ -227,8 +214,6 @@ def curves_point_set(
227
214
  :type size: int | None
228
215
  """
229
216
 
230
- ...
231
-
232
217
  def cycle_render_slot(
233
218
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
234
219
  execution_context: int | str | None = None,
@@ -245,8 +230,6 @@ def cycle_render_slot(
245
230
  :type reverse: bool | None
246
231
  """
247
232
 
248
- ...
249
-
250
233
  def external_edit(
251
234
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
252
235
  execution_context: int | str | None = None,
@@ -263,8 +246,6 @@ def external_edit(
263
246
  :type filepath: str
264
247
  """
265
248
 
266
- ...
267
-
268
249
  def file_browse(
269
250
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
270
251
  execution_context: int | str | None = None,
@@ -371,8 +352,6 @@ def file_browse(
371
352
  :type sort_method: str | None
372
353
  """
373
354
 
374
- ...
375
-
376
355
  def flip(
377
356
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
378
357
  execution_context: int | str | None = None,
@@ -392,8 +371,6 @@ def flip(
392
371
  :type use_flip_y: bool | None
393
372
  """
394
373
 
395
- ...
396
-
397
374
  def import_as_mesh_planes(
398
375
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
399
376
  execution_context: int | str | None = None,
@@ -665,8 +642,6 @@ def import_as_mesh_planes(
665
642
  :type factor: float | None
666
643
  """
667
644
 
668
- ...
669
-
670
645
  def invert(
671
646
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
672
647
  execution_context: int | str | None = None,
@@ -692,8 +667,6 @@ def invert(
692
667
  :type invert_a: bool | None
693
668
  """
694
669
 
695
- ...
696
-
697
670
  def match_movie_length(
698
671
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
699
672
  execution_context: int | str | None = None,
@@ -706,8 +679,6 @@ def match_movie_length(
706
679
  :type undo: bool | None
707
680
  """
708
681
 
709
- ...
710
-
711
682
  def new(
712
683
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
713
684
  execution_context: int | str | None = None,
@@ -718,7 +689,7 @@ def new(
718
689
  height: int | None = 1024,
719
690
  color: collections.abc.Iterable[float] | None = (0.0, 0.0, 0.0, 1.0),
720
691
  alpha: bool | None = True,
721
- generated_type: typing.Literal["BLANK", "UV_GRID", "COLOR_GRID"] | None = "BLANK",
692
+ generated_type: bpy.typing.ImageGeneratedTypeItems | None = "BLANK",
722
693
  float: bool | None = False,
723
694
  use_stereo_3d: bool | None = False,
724
695
  tiled: bool | None = False,
@@ -739,7 +710,7 @@ def new(
739
710
  :param alpha: Alpha, Create an image with an alpha channel
740
711
  :type alpha: bool | None
741
712
  :param generated_type: Generated Type, Fill the image with a grid for UV map testing
742
- :type generated_type: typing.Literal['BLANK', 'UV_GRID', 'COLOR_GRID'] | None
713
+ :type generated_type: bpy.typing.ImageGeneratedTypeItems | None
743
714
  :param float: 32-bit Float, Create image with 32-bit floating-point bit depth
744
715
  :type float: bool | None
745
716
  :param use_stereo_3d: Stereo 3D, Create an image with left and right views
@@ -748,8 +719,6 @@ def new(
748
719
  :type tiled: bool | None
749
720
  """
750
721
 
751
- ...
752
-
753
722
  def open(
754
723
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
755
724
  execution_context: int | str | None = None,
@@ -872,8 +841,6 @@ def open(
872
841
  :type use_udim_detecting: bool | None
873
842
  """
874
843
 
875
- ...
876
-
877
844
  def open_images(
878
845
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
879
846
  execution_context: int | str | None = None,
@@ -903,8 +870,6 @@ def open_images(
903
870
  :type use_udim_detection: bool | None
904
871
  """
905
872
 
906
- ...
907
-
908
873
  def pack(
909
874
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
910
875
  execution_context: int | str | None = None,
@@ -917,8 +882,6 @@ def pack(
917
882
  :type undo: bool | None
918
883
  """
919
884
 
920
- ...
921
-
922
885
  def project_apply(
923
886
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
924
887
  execution_context: int | str | None = None,
@@ -931,8 +894,6 @@ def project_apply(
931
894
  :type undo: bool | None
932
895
  """
933
896
 
934
- ...
935
-
936
897
  def project_edit(
937
898
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
938
899
  execution_context: int | str | None = None,
@@ -945,8 +906,6 @@ def project_edit(
945
906
  :type undo: bool | None
946
907
  """
947
908
 
948
- ...
949
-
950
909
  def read_viewlayers(
951
910
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
952
911
  execution_context: int | str | None = None,
@@ -959,8 +918,6 @@ def read_viewlayers(
959
918
  :type undo: bool | None
960
919
  """
961
920
 
962
- ...
963
-
964
921
  def reload(
965
922
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
966
923
  execution_context: int | str | None = None,
@@ -973,8 +930,6 @@ def reload(
973
930
  :type undo: bool | None
974
931
  """
975
932
 
976
- ...
977
-
978
933
  def remove_render_slot(
979
934
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
980
935
  execution_context: int | str | None = None,
@@ -987,8 +942,6 @@ def remove_render_slot(
987
942
  :type undo: bool | None
988
943
  """
989
944
 
990
- ...
991
-
992
945
  def render_border(
993
946
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
994
947
  execution_context: int | str | None = None,
@@ -1017,8 +970,6 @@ def render_border(
1017
970
  :type wait_for_input: bool | None
1018
971
  """
1019
972
 
1020
- ...
1021
-
1022
973
  def replace(
1023
974
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1024
975
  execution_context: int | str | None = None,
@@ -1125,8 +1076,6 @@ def replace(
1125
1076
  :type sort_method: str | None
1126
1077
  """
1127
1078
 
1128
- ...
1129
-
1130
1079
  def resize(
1131
1080
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1132
1081
  execution_context: int | str | None = None,
@@ -1143,8 +1092,6 @@ def resize(
1143
1092
  :type size: collections.abc.Iterable[int] | None
1144
1093
  """
1145
1094
 
1146
- ...
1147
-
1148
1095
  def rotate_orthogonal(
1149
1096
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1150
1097
  execution_context: int | str | None = None,
@@ -1170,8 +1117,6 @@ def rotate_orthogonal(
1170
1117
  :type degrees: typing.Literal['90','180','270'] | None
1171
1118
  """
1172
1119
 
1173
- ...
1174
-
1175
1120
  def sample(
1176
1121
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1177
1122
  execution_context: int | str | None = None,
@@ -1188,8 +1133,6 @@ def sample(
1188
1133
  :type size: int | None
1189
1134
  """
1190
1135
 
1191
- ...
1192
-
1193
1136
  def sample_line(
1194
1137
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1195
1138
  execution_context: int | str | None = None,
@@ -1221,8 +1164,6 @@ def sample_line(
1221
1164
  :type cursor: int | None
1222
1165
  """
1223
1166
 
1224
- ...
1225
-
1226
1167
  def save(
1227
1168
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1228
1169
  execution_context: int | str | None = None,
@@ -1235,8 +1176,6 @@ def save(
1235
1176
  :type undo: bool | None
1236
1177
  """
1237
1178
 
1238
- ...
1239
-
1240
1179
  def save_all_modified(
1241
1180
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1242
1181
  execution_context: int | str | None = None,
@@ -1249,8 +1188,6 @@ def save_all_modified(
1249
1188
  :type undo: bool | None
1250
1189
  """
1251
1190
 
1252
- ...
1253
-
1254
1191
  def save_as(
1255
1192
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1256
1193
  execution_context: int | str | None = None,
@@ -1363,8 +1300,6 @@ def save_as(
1363
1300
  :type sort_method: str | None
1364
1301
  """
1365
1302
 
1366
- ...
1367
-
1368
1303
  def save_sequence(
1369
1304
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1370
1305
  execution_context: int | str | None = None,
@@ -1377,8 +1312,6 @@ def save_sequence(
1377
1312
  :type undo: bool | None
1378
1313
  """
1379
1314
 
1380
- ...
1381
-
1382
1315
  def tile_add(
1383
1316
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1384
1317
  execution_context: int | str | None = None,
@@ -1389,7 +1322,7 @@ def tile_add(
1389
1322
  label: str = "",
1390
1323
  fill: bool | None = True,
1391
1324
  color: collections.abc.Iterable[float] | None = (0.0, 0.0, 0.0, 1.0),
1392
- generated_type: typing.Literal["BLANK", "UV_GRID", "COLOR_GRID"] | None = "BLANK",
1325
+ generated_type: bpy.typing.ImageGeneratedTypeItems | None = "BLANK",
1393
1326
  width: int | None = 1024,
1394
1327
  height: int | None = 1024,
1395
1328
  float: bool | None = False,
@@ -1411,7 +1344,7 @@ def tile_add(
1411
1344
  :param color: Color, Default fill color
1412
1345
  :type color: collections.abc.Iterable[float] | None
1413
1346
  :param generated_type: Generated Type, Fill the image with a grid for UV map testing
1414
- :type generated_type: typing.Literal['BLANK', 'UV_GRID', 'COLOR_GRID'] | None
1347
+ :type generated_type: bpy.typing.ImageGeneratedTypeItems | None
1415
1348
  :param width: Width, Image width
1416
1349
  :type width: int | None
1417
1350
  :param height: Height, Image height
@@ -1422,15 +1355,13 @@ def tile_add(
1422
1355
  :type alpha: bool | None
1423
1356
  """
1424
1357
 
1425
- ...
1426
-
1427
1358
  def tile_fill(
1428
1359
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1429
1360
  execution_context: int | str | None = None,
1430
1361
  undo: bool | None = None,
1431
1362
  *,
1432
1363
  color: collections.abc.Iterable[float] | None = (0.0, 0.0, 0.0, 1.0),
1433
- generated_type: typing.Literal["BLANK", "UV_GRID", "COLOR_GRID"] | None = "BLANK",
1364
+ generated_type: bpy.typing.ImageGeneratedTypeItems | None = "BLANK",
1434
1365
  width: int | None = 1024,
1435
1366
  height: int | None = 1024,
1436
1367
  float: bool | None = False,
@@ -1444,7 +1375,7 @@ def tile_fill(
1444
1375
  :param color: Color, Default fill color
1445
1376
  :type color: collections.abc.Iterable[float] | None
1446
1377
  :param generated_type: Generated Type, Fill the image with a grid for UV map testing
1447
- :type generated_type: typing.Literal['BLANK', 'UV_GRID', 'COLOR_GRID'] | None
1378
+ :type generated_type: bpy.typing.ImageGeneratedTypeItems | None
1448
1379
  :param width: Width, Image width
1449
1380
  :type width: int | None
1450
1381
  :param height: Height, Image height
@@ -1455,8 +1386,6 @@ def tile_fill(
1455
1386
  :type alpha: bool | None
1456
1387
  """
1457
1388
 
1458
- ...
1459
-
1460
1389
  def tile_remove(
1461
1390
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1462
1391
  execution_context: int | str | None = None,
@@ -1469,17 +1398,12 @@ def tile_remove(
1469
1398
  :type undo: bool | None
1470
1399
  """
1471
1400
 
1472
- ...
1473
-
1474
1401
  def unpack(
1475
1402
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1476
1403
  execution_context: int | str | None = None,
1477
1404
  undo: bool | None = None,
1478
1405
  *,
1479
- method: typing.Literal[
1480
- "REMOVE", "USE_LOCAL", "WRITE_LOCAL", "USE_ORIGINAL", "WRITE_ORIGINAL"
1481
- ]
1482
- | None = "USE_LOCAL",
1406
+ method: bpy.typing.UnpackMethodItems | None = "USE_LOCAL",
1483
1407
  id: str = "",
1484
1408
  ):
1485
1409
  """Save an image packed in the .blend file to disk
@@ -1488,13 +1412,11 @@ def unpack(
1488
1412
  :type execution_context: int | str | None
1489
1413
  :type undo: bool | None
1490
1414
  :param method: Method, How to unpack
1491
- :type method: typing.Literal['REMOVE', 'USE_LOCAL', 'WRITE_LOCAL', 'USE_ORIGINAL', 'WRITE_ORIGINAL'] | None
1415
+ :type method: bpy.typing.UnpackMethodItems | None
1492
1416
  :param id: Image Name, Image data-block name to unpack
1493
1417
  :type id: str
1494
1418
  """
1495
1419
 
1496
- ...
1497
-
1498
1420
  def view_all(
1499
1421
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1500
1422
  execution_context: int | str | None = None,
@@ -1511,8 +1433,6 @@ def view_all(
1511
1433
  :type fit_view: bool | None
1512
1434
  """
1513
1435
 
1514
- ...
1515
-
1516
1436
  def view_center_cursor(
1517
1437
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1518
1438
  execution_context: int | str | None = None,
@@ -1525,8 +1445,6 @@ def view_center_cursor(
1525
1445
  :type undo: bool | None
1526
1446
  """
1527
1447
 
1528
- ...
1529
-
1530
1448
  def view_cursor_center(
1531
1449
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1532
1450
  execution_context: int | str | None = None,
@@ -1543,8 +1461,6 @@ def view_cursor_center(
1543
1461
  :type fit_view: bool | None
1544
1462
  """
1545
1463
 
1546
- ...
1547
-
1548
1464
  def view_ndof(
1549
1465
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1550
1466
  execution_context: int | str | None = None,
@@ -1557,8 +1473,6 @@ def view_ndof(
1557
1473
  :type undo: bool | None
1558
1474
  """
1559
1475
 
1560
- ...
1561
-
1562
1476
  def view_pan(
1563
1477
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1564
1478
  execution_context: int | str | None = None,
@@ -1575,8 +1489,6 @@ def view_pan(
1575
1489
  :type offset: collections.abc.Sequence[float] | mathutils.Vector | None
1576
1490
  """
1577
1491
 
1578
- ...
1579
-
1580
1492
  def view_selected(
1581
1493
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1582
1494
  execution_context: int | str | None = None,
@@ -1589,8 +1501,6 @@ def view_selected(
1589
1501
  :type undo: bool | None
1590
1502
  """
1591
1503
 
1592
- ...
1593
-
1594
1504
  def view_zoom(
1595
1505
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1596
1506
  execution_context: int | str | None = None,
@@ -1610,8 +1520,6 @@ def view_zoom(
1610
1520
  :type use_cursor_init: bool | None
1611
1521
  """
1612
1522
 
1613
- ...
1614
-
1615
1523
  def view_zoom_border(
1616
1524
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1617
1525
  execution_context: int | str | None = None,
@@ -1643,8 +1551,6 @@ def view_zoom_border(
1643
1551
  :type zoom_out: bool | None
1644
1552
  """
1645
1553
 
1646
- ...
1647
-
1648
1554
  def view_zoom_in(
1649
1555
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1650
1556
  execution_context: int | str | None = None,
@@ -1661,8 +1567,6 @@ def view_zoom_in(
1661
1567
  :type location: collections.abc.Sequence[float] | mathutils.Vector | None
1662
1568
  """
1663
1569
 
1664
- ...
1665
-
1666
1570
  def view_zoom_out(
1667
1571
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1668
1572
  execution_context: int | str | None = None,
@@ -1679,8 +1583,6 @@ def view_zoom_out(
1679
1583
  :type location: collections.abc.Sequence[float] | mathutils.Vector | None
1680
1584
  """
1681
1585
 
1682
- ...
1683
-
1684
1586
  def view_zoom_ratio(
1685
1587
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
1686
1588
  execution_context: int | str | None = None,
@@ -1696,5 +1598,3 @@ def view_zoom_ratio(
1696
1598
  :param ratio: Ratio, Zoom ratio, 1.0 is 1:1, higher is zoomed in, lower is zoomed out
1697
1599
  :type ratio: float | None
1698
1600
  """
1699
-
1700
- ...
@@ -3,8 +3,8 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
5
 
6
- GenericType1 = typing.TypeVar("GenericType1")
7
- GenericType2 = typing.TypeVar("GenericType2")
6
+ _GenericType1 = typing.TypeVar("_GenericType1")
7
+ _GenericType2 = typing.TypeVar("_GenericType2")
8
8
 
9
9
  def bvh(
10
10
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
@@ -81,5 +81,3 @@ def bvh(
81
81
  :param axis_up: Up
82
82
  :type axis_up: typing.Literal['X','Y','Z','-X','-Y','-Z'] | None
83
83
  """
84
-
85
- ...
@@ -3,8 +3,8 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
5
 
6
- GenericType1 = typing.TypeVar("GenericType1")
7
- GenericType2 = typing.TypeVar("GenericType2")
6
+ _GenericType1 = typing.TypeVar("_GenericType1")
7
+ _GenericType2 = typing.TypeVar("_GenericType2")
8
8
 
9
9
  def svg(
10
10
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
@@ -24,5 +24,3 @@ def svg(
24
24
  :param filter_glob: filter_glob
25
25
  :type filter_glob: str
26
26
  """
27
-
28
- ...
@@ -3,8 +3,8 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
5
 
6
- GenericType1 = typing.TypeVar("GenericType1")
7
- GenericType2 = typing.TypeVar("GenericType2")
6
+ _GenericType1 = typing.TypeVar("_GenericType1")
7
+ _GenericType2 = typing.TypeVar("_GenericType2")
8
8
 
9
9
  def fbx(
10
10
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
@@ -113,8 +113,6 @@ def fbx(
113
113
  :type axis_up: typing.Literal['X','Y','Z','-X','-Y','-Z'] | None
114
114
  """
115
115
 
116
- ...
117
-
118
116
  def gltf(
119
117
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
120
118
  execution_context: int | str | None = None,
@@ -187,5 +185,3 @@ def gltf(
187
185
  :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
188
186
  :type import_webp_texture: bool | None
189
187
  """
190
-
191
- ...
bpy/ops/info/__init__.pyi CHANGED
@@ -3,8 +3,8 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
5
 
6
- GenericType1 = typing.TypeVar("GenericType1")
7
- GenericType2 = typing.TypeVar("GenericType2")
6
+ _GenericType1 = typing.TypeVar("_GenericType1")
7
+ _GenericType2 = typing.TypeVar("_GenericType2")
8
8
 
9
9
  def report_copy(
10
10
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
@@ -18,8 +18,6 @@ def report_copy(
18
18
  :type undo: bool | None
19
19
  """
20
20
 
21
- ...
22
-
23
21
  def report_delete(
24
22
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
25
23
  execution_context: int | str | None = None,
@@ -32,8 +30,6 @@ def report_delete(
32
30
  :type undo: bool | None
33
31
  """
34
32
 
35
- ...
36
-
37
33
  def report_replay(
38
34
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
39
35
  execution_context: int | str | None = None,
@@ -46,8 +42,6 @@ def report_replay(
46
42
  :type undo: bool | None
47
43
  """
48
44
 
49
- ...
50
-
51
45
  def reports_display_update(
52
46
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
53
47
  execution_context: int | str | None = None,
@@ -60,8 +54,6 @@ def reports_display_update(
60
54
  :type undo: bool | None
61
55
  """
62
56
 
63
- ...
64
-
65
57
  def select_all(
66
58
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
67
59
  execution_context: int | str | None = None,
@@ -90,8 +82,6 @@ def select_all(
90
82
  :type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
91
83
  """
92
84
 
93
- ...
94
-
95
85
  def select_box(
96
86
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
97
87
  execution_context: int | str | None = None,
@@ -132,8 +122,6 @@ def select_box(
132
122
  :type mode: typing.Literal['SET','ADD','SUB'] | None
133
123
  """
134
124
 
135
- ...
136
-
137
125
  def select_pick(
138
126
  override_context: bpy.types.Context | dict[str, typing.Any] = None,
139
127
  execution_context: int | str | None = None,
@@ -152,5 +140,3 @@ def select_pick(
152
140
  :param extend: Extend, Extend report selection
153
141
  :type extend: bool | None
154
142
  """
155
-
156
- ...