fake-bpy-module 20240705__py3-none-any.whl → 20240707__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 (317) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/extensions/__init__.pyi +1 -0
  3. _bpy_internal/extensions/junction_module/__init__.pyi +1 -0
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -0
  5. _bpy_internal/freedesktop/__init__.pyi +1 -0
  6. addon_utils/__init__.pyi +1 -0
  7. animsys_refactor/__init__.pyi +1 -0
  8. aud/__init__.pyi +1 -0
  9. bgl/__init__.pyi +1 -0
  10. bl_app_override/__init__.pyi +1 -0
  11. bl_app_override/helpers/__init__.pyi +1 -0
  12. bl_app_template_utils/__init__.pyi +1 -0
  13. bl_console_utils/__init__.pyi +1 -0
  14. bl_console_utils/autocomplete/__init__.pyi +1 -0
  15. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +1 -0
  16. bl_console_utils/autocomplete/complete_import/__init__.pyi +1 -0
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +1 -0
  18. bl_console_utils/autocomplete/intellisense/__init__.pyi +1 -0
  19. bl_i18n_utils/__init__.pyi +1 -0
  20. bl_i18n_utils/bl_extract_messages/__init__.pyi +1 -0
  21. bl_i18n_utils/merge_po/__init__.pyi +1 -0
  22. bl_i18n_utils/settings/__init__.pyi +1 -0
  23. bl_i18n_utils/utils/__init__.pyi +1 -0
  24. bl_i18n_utils/utils_cli/__init__.pyi +1 -0
  25. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -0
  26. bl_i18n_utils/utils_rtl/__init__.pyi +1 -0
  27. bl_keymap_utils/__init__.pyi +1 -0
  28. bl_keymap_utils/io/__init__.pyi +1 -0
  29. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -0
  30. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -0
  31. bl_keymap_utils/platform_helpers/__init__.pyi +1 -0
  32. bl_keymap_utils/versioning/__init__.pyi +1 -0
  33. bl_math/__init__.pyi +1 -0
  34. bl_operators/__init__.pyi +1 -0
  35. bl_operators/add_mesh_torus/__init__.pyi +1 -0
  36. bl_operators/anim/__init__.pyi +1 -0
  37. bl_operators/assets/__init__.pyi +9 -8
  38. bl_operators/bmesh/__init__.pyi +1 -0
  39. bl_operators/bmesh/find_adjacent/__init__.pyi +1 -0
  40. bl_operators/clip/__init__.pyi +1 -0
  41. bl_operators/connect_to_output/__init__.pyi +1 -0
  42. bl_operators/console/__init__.pyi +1 -0
  43. bl_operators/constraint/__init__.pyi +1 -0
  44. bl_operators/file/__init__.pyi +1 -0
  45. bl_operators/freestyle/__init__.pyi +1 -0
  46. bl_operators/geometry_nodes/__init__.pyi +1 -0
  47. bl_operators/image/__init__.pyi +1 -0
  48. bl_operators/image_as_planes/__init__.pyi +44 -43
  49. bl_operators/mesh/__init__.pyi +1 -0
  50. bl_operators/node/__init__.pyi +235 -234
  51. bl_operators/node_editor/__init__.pyi +1 -0
  52. bl_operators/node_editor/node_functions/__init__.pyi +1 -0
  53. bl_operators/object/__init__.pyi +1 -0
  54. bl_operators/object_align/__init__.pyi +1 -0
  55. bl_operators/object_quick_effects/__init__.pyi +22 -21
  56. bl_operators/object_randomize_transform/__init__.pyi +1 -0
  57. bl_operators/presets/__init__.pyi +389 -388
  58. bl_operators/rigidbody/__init__.pyi +1 -0
  59. bl_operators/screen_play_rendered_anim/__init__.pyi +1 -0
  60. bl_operators/sequencer/__init__.pyi +1 -0
  61. bl_operators/spreadsheet/__init__.pyi +1 -0
  62. bl_operators/userpref/__init__.pyi +1 -0
  63. bl_operators/uvcalc_follow_active/__init__.pyi +1 -0
  64. bl_operators/uvcalc_lightmap/__init__.pyi +1 -0
  65. bl_operators/uvcalc_transform/__init__.pyi +1 -0
  66. bl_operators/vertexpaint_dirt/__init__.pyi +1 -0
  67. bl_operators/view3d/__init__.pyi +1 -0
  68. bl_operators/wm/__init__.pyi +1 -0
  69. bl_operators/world/__init__.pyi +1 -0
  70. bl_previews_utils/__init__.pyi +1 -0
  71. bl_previews_utils/bl_previews_render/__init__.pyi +1 -0
  72. bl_rna_utils/__init__.pyi +1 -0
  73. bl_rna_utils/data_path/__init__.pyi +1 -0
  74. bl_text_utils/__init__.pyi +1 -0
  75. bl_text_utils/external_editor/__init__.pyi +1 -0
  76. bl_ui/__init__.pyi +1 -0
  77. bl_ui/anim/__init__.pyi +1 -0
  78. bl_ui/asset_shelf/__init__.pyi +1 -0
  79. bl_ui/generic_ui_list/__init__.pyi +1 -0
  80. bl_ui/node_add_menu/__init__.pyi +1 -0
  81. bl_ui/node_add_menu_compositor/__init__.pyi +1 -0
  82. bl_ui/node_add_menu_geometry/__init__.pyi +1 -0
  83. bl_ui/node_add_menu_shader/__init__.pyi +1 -0
  84. bl_ui/node_add_menu_texture/__init__.pyi +1 -0
  85. bl_ui/properties_animviz/__init__.pyi +1 -0
  86. bl_ui/properties_collection/__init__.pyi +13 -12
  87. bl_ui/properties_constraint/__init__.pyi +955 -954
  88. bl_ui/properties_data_armature/__init__.pyi +86 -85
  89. bl_ui/properties_data_bone/__init__.pyi +13 -12
  90. bl_ui/properties_data_camera/__init__.pyi +1 -0
  91. bl_ui/properties_data_curve/__init__.pyi +93 -92
  92. bl_ui/properties_data_curves/__init__.pyi +13 -12
  93. bl_ui/properties_data_empty/__init__.pyi +13 -12
  94. bl_ui/properties_data_gpencil/__init__.pyi +266 -265
  95. bl_ui/properties_data_grease_pencil/__init__.pyi +313 -312
  96. bl_ui/properties_data_lattice/__init__.pyi +13 -12
  97. bl_ui/properties_data_light/__init__.pyi +13 -12
  98. bl_ui/properties_data_lightprobe/__init__.pyi +13 -12
  99. bl_ui/properties_data_mesh/__init__.pyi +528 -527
  100. bl_ui/properties_data_metaball/__init__.pyi +13 -12
  101. bl_ui/properties_data_modifier/__init__.pyi +20 -19
  102. bl_ui/properties_data_pointcloud/__init__.pyi +141 -140
  103. bl_ui/properties_data_shaderfx/__init__.pyi +6 -5
  104. bl_ui/properties_data_speaker/__init__.pyi +13 -12
  105. bl_ui/properties_data_volume/__init__.pyi +66 -65
  106. bl_ui/properties_freestyle/__init__.pyi +249 -248
  107. bl_ui/properties_grease_pencil_common/__init__.pyi +1 -0
  108. bl_ui/properties_mask_common/__init__.pyi +1 -0
  109. bl_ui/properties_material/__init__.pyi +146 -145
  110. bl_ui/properties_material_gpencil/__init__.pyi +87 -86
  111. bl_ui/properties_object/__init__.pyi +76 -75
  112. bl_ui/properties_output/__init__.pyi +202 -201
  113. bl_ui/properties_paint_common/__init__.pyi +1 -0
  114. bl_ui/properties_particle/__init__.pyi +221 -220
  115. bl_ui/properties_physics_cloth/__init__.pyi +13 -12
  116. bl_ui/properties_physics_common/__init__.pyi +13 -12
  117. bl_ui/properties_physics_dynamicpaint/__init__.pyi +188 -187
  118. bl_ui/properties_physics_field/__init__.pyi +20 -19
  119. bl_ui/properties_physics_fluid/__init__.pyi +62 -61
  120. bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -0
  121. bl_ui/properties_physics_rigidbody/__init__.pyi +6 -5
  122. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +6 -5
  123. bl_ui/properties_physics_softbody/__init__.pyi +13 -12
  124. bl_ui/properties_render/__init__.pyi +218 -217
  125. bl_ui/properties_scene/__init__.pyi +144 -143
  126. bl_ui/properties_texture/__init__.pyi +157 -156
  127. bl_ui/properties_view_layer/__init__.pyi +79 -78
  128. bl_ui/properties_workspace/__init__.pyi +65 -64
  129. bl_ui/properties_world/__init__.pyi +13 -12
  130. bl_ui/space_clip/__init__.pyi +367 -366
  131. bl_ui/space_console/__init__.pyi +1 -0
  132. bl_ui/space_dopesheet/__init__.pyi +177 -176
  133. bl_ui/space_filebrowser/__init__.pyi +736 -735
  134. bl_ui/space_graph/__init__.pyi +1 -0
  135. bl_ui/space_image/__init__.pyi +647 -646
  136. bl_ui/space_info/__init__.pyi +1 -0
  137. bl_ui/space_nla/__init__.pyi +1 -0
  138. bl_ui/space_node/__init__.pyi +1 -0
  139. bl_ui/space_outliner/__init__.pyi +1 -0
  140. bl_ui/space_properties/__init__.pyi +1 -0
  141. bl_ui/space_sequencer/__init__.pyi +842 -389
  142. bl_ui/space_spreadsheet/__init__.pyi +1 -0
  143. bl_ui/space_statusbar/__init__.pyi +1 -0
  144. bl_ui/space_text/__init__.pyi +1 -0
  145. bl_ui/space_time/__init__.pyi +12 -11
  146. bl_ui/space_toolsystem_common/__init__.pyi +1 -0
  147. bl_ui/space_toolsystem_toolbar/__init__.pyi +1 -0
  148. bl_ui/space_topbar/__init__.pyi +1 -0
  149. bl_ui/space_userpref/__init__.pyi +685 -684
  150. bl_ui/space_view3d/__init__.pyi +1153 -1152
  151. bl_ui/space_view3d_toolbar/__init__.pyi +2832 -2831
  152. bl_ui/temp_anim_layers/__init__.pyi +1 -0
  153. bl_ui/utils/__init__.pyi +1 -0
  154. bl_ui_utils/__init__.pyi +1 -0
  155. bl_ui_utils/bug_report_url/__init__.pyi +1 -0
  156. bl_ui_utils/layout/__init__.pyi +1 -0
  157. blend_render_info/__init__.pyi +1 -0
  158. blf/__init__.pyi +1 -0
  159. bmesh/__init__.pyi +1 -0
  160. bmesh/geometry/__init__.pyi +1 -0
  161. bmesh/ops/__init__.pyi +1 -0
  162. bmesh/types/__init__.pyi +1 -0
  163. bmesh/utils/__init__.pyi +1 -0
  164. bpy/__init__.pyi +1 -0
  165. bpy/app/__init__.pyi +1 -0
  166. bpy/app/handlers/__init__.pyi +1 -0
  167. bpy/app/icons/__init__.pyi +1 -0
  168. bpy/app/timers/__init__.pyi +1 -0
  169. bpy/app/translations/__init__.pyi +1 -0
  170. bpy/msgbus/__init__.pyi +1 -0
  171. bpy/ops/__init__.pyi +1 -0
  172. bpy/ops/action/__init__.pyi +1 -0
  173. bpy/ops/anim/__init__.pyi +15 -14
  174. bpy/ops/armature/__init__.pyi +1 -0
  175. bpy/ops/asset/__init__.pyi +1 -0
  176. bpy/ops/boid/__init__.pyi +1 -0
  177. bpy/ops/brush/__init__.pyi +1 -0
  178. bpy/ops/buttons/__init__.pyi +1 -0
  179. bpy/ops/cachefile/__init__.pyi +1 -0
  180. bpy/ops/camera/__init__.pyi +1 -0
  181. bpy/ops/clip/__init__.pyi +1 -0
  182. bpy/ops/cloth/__init__.pyi +1 -0
  183. bpy/ops/collection/__init__.pyi +1 -0
  184. bpy/ops/console/__init__.pyi +1 -0
  185. bpy/ops/constraint/__init__.pyi +1 -0
  186. bpy/ops/curve/__init__.pyi +1 -0
  187. bpy/ops/curves/__init__.pyi +1 -0
  188. bpy/ops/cycles/__init__.pyi +1 -0
  189. bpy/ops/dpaint/__init__.pyi +1 -0
  190. bpy/ops/ed/__init__.pyi +1 -0
  191. bpy/ops/export_anim/__init__.pyi +1 -0
  192. bpy/ops/export_scene/__init__.pyi +1 -0
  193. bpy/ops/extensions/__init__.pyi +1 -0
  194. bpy/ops/file/__init__.pyi +1 -0
  195. bpy/ops/fluid/__init__.pyi +1 -0
  196. bpy/ops/font/__init__.pyi +1 -0
  197. bpy/ops/geometry/__init__.pyi +1 -0
  198. bpy/ops/gizmogroup/__init__.pyi +1 -0
  199. bpy/ops/gpencil/__init__.pyi +1 -0
  200. bpy/ops/graph/__init__.pyi +1 -0
  201. bpy/ops/grease_pencil/__init__.pyi +19 -0
  202. bpy/ops/image/__init__.pyi +1 -0
  203. bpy/ops/import_anim/__init__.pyi +1 -0
  204. bpy/ops/import_curve/__init__.pyi +1 -0
  205. bpy/ops/import_scene/__init__.pyi +1 -0
  206. bpy/ops/info/__init__.pyi +1 -0
  207. bpy/ops/lattice/__init__.pyi +1 -0
  208. bpy/ops/marker/__init__.pyi +1 -0
  209. bpy/ops/mask/__init__.pyi +1 -0
  210. bpy/ops/material/__init__.pyi +1 -0
  211. bpy/ops/mball/__init__.pyi +1 -0
  212. bpy/ops/mesh/__init__.pyi +7 -2
  213. bpy/ops/nla/__init__.pyi +1 -0
  214. bpy/ops/node/__init__.pyi +1 -0
  215. bpy/ops/object/__init__.pyi +2 -1
  216. bpy/ops/outliner/__init__.pyi +1 -0
  217. bpy/ops/paint/__init__.pyi +1 -0
  218. bpy/ops/paintcurve/__init__.pyi +1 -0
  219. bpy/ops/palette/__init__.pyi +1 -0
  220. bpy/ops/particle/__init__.pyi +1 -0
  221. bpy/ops/pose/__init__.pyi +1 -0
  222. bpy/ops/poselib/__init__.pyi +1 -0
  223. bpy/ops/preferences/__init__.pyi +1 -0
  224. bpy/ops/ptcache/__init__.pyi +1 -0
  225. bpy/ops/render/__init__.pyi +1 -0
  226. bpy/ops/rigidbody/__init__.pyi +1 -0
  227. bpy/ops/scene/__init__.pyi +1 -0
  228. bpy/ops/screen/__init__.pyi +1 -0
  229. bpy/ops/script/__init__.pyi +1 -0
  230. bpy/ops/sculpt/__init__.pyi +1 -0
  231. bpy/ops/sculpt_curves/__init__.pyi +1 -0
  232. bpy/ops/sequencer/__init__.pyi +1 -0
  233. bpy/ops/sound/__init__.pyi +1 -0
  234. bpy/ops/spreadsheet/__init__.pyi +1 -0
  235. bpy/ops/surface/__init__.pyi +1 -0
  236. bpy/ops/text/__init__.pyi +1 -0
  237. bpy/ops/text_editor/__init__.pyi +1 -0
  238. bpy/ops/texture/__init__.pyi +1 -0
  239. bpy/ops/transform/__init__.pyi +17 -16
  240. bpy/ops/ui/__init__.pyi +1 -0
  241. bpy/ops/uilist/__init__.pyi +1 -0
  242. bpy/ops/uv/__init__.pyi +1 -0
  243. bpy/ops/view2d/__init__.pyi +1 -0
  244. bpy/ops/view3d/__init__.pyi +1 -0
  245. bpy/ops/wm/__init__.pyi +5 -4
  246. bpy/ops/workspace/__init__.pyi +1 -0
  247. bpy/ops/world/__init__.pyi +1 -0
  248. bpy/path/__init__.pyi +1 -0
  249. bpy/props/__init__.pyi +1 -0
  250. bpy/types/__init__.pyi +68824 -68756
  251. bpy/utils/__init__.pyi +1 -0
  252. bpy/utils/previews/__init__.pyi +1 -0
  253. bpy/utils/units/__init__.pyi +1 -0
  254. bpy_extras/__init__.pyi +1 -0
  255. bpy_extras/anim_utils/__init__.pyi +1 -0
  256. bpy_extras/asset_utils/__init__.pyi +1 -0
  257. bpy_extras/bmesh_utils/__init__.pyi +1 -0
  258. bpy_extras/id_map_utils/__init__.pyi +1 -0
  259. bpy_extras/image_utils/__init__.pyi +1 -0
  260. bpy_extras/io_utils/__init__.pyi +1 -0
  261. bpy_extras/keyconfig_utils/__init__.pyi +1 -0
  262. bpy_extras/mesh_utils/__init__.pyi +1 -0
  263. bpy_extras/node_shader_utils/__init__.pyi +1 -0
  264. bpy_extras/node_utils/__init__.pyi +1 -0
  265. bpy_extras/object_utils/__init__.pyi +1 -0
  266. bpy_extras/view3d_utils/__init__.pyi +1 -0
  267. bpy_extras/wm_utils/__init__.pyi +1 -0
  268. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -0
  269. bpy_restrict_state/__init__.pyi +1 -0
  270. bpy_types/__init__.pyi +1 -0
  271. console_python/__init__.pyi +1 -0
  272. console_shell/__init__.pyi +1 -0
  273. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/METADATA +1 -1
  274. fake_bpy_module-20240707.dist-info/RECORD +358 -0
  275. freestyle/__init__.pyi +1 -0
  276. freestyle/chainingiterators/__init__.pyi +1 -0
  277. freestyle/functions/__init__.pyi +1 -0
  278. freestyle/predicates/__init__.pyi +1 -0
  279. freestyle/shaders/__init__.pyi +1 -0
  280. freestyle/types/__init__.pyi +1 -0
  281. freestyle/utils/ContextFunctions/__init__.pyi +1 -0
  282. freestyle/utils/__init__.pyi +2 -1
  283. gpu/__init__.pyi +1 -0
  284. gpu/capabilities/__init__.pyi +1 -0
  285. gpu/matrix/__init__.pyi +1 -0
  286. gpu/platform/__init__.pyi +1 -0
  287. gpu/select/__init__.pyi +1 -0
  288. gpu/shader/__init__.pyi +1 -0
  289. gpu/state/__init__.pyi +1 -0
  290. gpu/texture/__init__.pyi +1 -0
  291. gpu/types/__init__.pyi +1 -0
  292. gpu_extras/__init__.pyi +1 -0
  293. gpu_extras/batch/__init__.pyi +1 -0
  294. gpu_extras/presets/__init__.pyi +1 -0
  295. graphviz_export/__init__.pyi +1 -0
  296. idprop/__init__.pyi +1 -0
  297. idprop/types/__init__.pyi +1 -0
  298. imbuf/__init__.pyi +1 -0
  299. imbuf/types/__init__.pyi +1 -0
  300. keyingsets_builtins/__init__.pyi +88 -87
  301. keyingsets_utils/__init__.pyi +1 -0
  302. mathutils/__init__.pyi +157 -6
  303. mathutils/bvhtree/__init__.pyi +1 -0
  304. mathutils/geometry/__init__.pyi +1 -0
  305. mathutils/interpolate/__init__.pyi +1 -0
  306. mathutils/kdtree/__init__.pyi +1 -0
  307. mathutils/noise/__init__.pyi +1 -0
  308. nodeitems_builtins/__init__.pyi +8 -7
  309. nodeitems_utils/__init__.pyi +1 -0
  310. rna_info/__init__.pyi +1 -0
  311. rna_keymap_ui/__init__.pyi +1 -0
  312. rna_prop_ui/__init__.pyi +1 -0
  313. rna_xml/__init__.pyi +1 -0
  314. sys_info/__init__.pyi +1 -0
  315. fake_bpy_module-20240705.dist-info/RECORD +0 -358
  316. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/WHEEL +0 -0
  317. {fake_bpy_module-20240705.dist-info → fake_bpy_module-20240707.dist-info}/top_level.txt +0 -0
@@ -11,6 +11,7 @@ freestyle.utils.ContextFunctions.rst
11
11
 
12
12
  import typing
13
13
  import collections.abc
14
+ import typing_extensions
14
15
  import bpy.types
15
16
  import freestyle.types
16
17
 
@@ -160,7 +161,7 @@ def material_from_fedge(fe):
160
161
  ...
161
162
 
162
163
  def normal_at_I0D(it): ...
163
- def pairwise(iterable, types={StrokeVertexIterator, Stroke}):
164
+ def pairwise(iterable, types={Stroke, StrokeVertexIterator}):
164
165
  """Yields a tuple containing the previous and current object"""
165
166
 
166
167
  ...
gpu/__init__.pyi CHANGED
@@ -225,6 +225,7 @@ based on current time.
225
225
 
226
226
  import typing
227
227
  import collections.abc
228
+ import typing_extensions
228
229
  from . import capabilities
229
230
  from . import matrix
230
231
  from . import platform
@@ -5,6 +5,7 @@ This module provides access to the GPU capabilities.
5
5
 
6
6
  import typing
7
7
  import collections.abc
8
+ import typing_extensions
8
9
 
9
10
  GenericType1 = typing.TypeVar("GenericType1")
10
11
  GenericType2 = typing.TypeVar("GenericType2")
gpu/matrix/__init__.pyi CHANGED
@@ -5,6 +5,7 @@ This module provides access to the matrix stack.
5
5
 
6
6
  import typing
7
7
  import collections.abc
8
+ import typing_extensions
8
9
  import mathutils
9
10
 
10
11
  GenericType1 = typing.TypeVar("GenericType1")
gpu/platform/__init__.pyi CHANGED
@@ -5,6 +5,7 @@ This module provides access to GPU Platform definitions.
5
5
 
6
6
  import typing
7
7
  import collections.abc
8
+ import typing_extensions
8
9
 
9
10
  GenericType1 = typing.TypeVar("GenericType1")
10
11
  GenericType2 = typing.TypeVar("GenericType2")
gpu/select/__init__.pyi CHANGED
@@ -5,6 +5,7 @@ This module provides access to selection.
5
5
 
6
6
  import typing
7
7
  import collections.abc
8
+ import typing_extensions
8
9
 
9
10
  GenericType1 = typing.TypeVar("GenericType1")
10
11
  GenericType2 = typing.TypeVar("GenericType2")
gpu/shader/__init__.pyi CHANGED
@@ -77,6 +77,7 @@ POLYLINE_UNIFORM_COLOR
77
77
 
78
78
  import typing
79
79
  import collections.abc
80
+ import typing_extensions
80
81
 
81
82
  GenericType1 = typing.TypeVar("GenericType1")
82
83
  GenericType2 = typing.TypeVar("GenericType2")
gpu/state/__init__.pyi CHANGED
@@ -5,6 +5,7 @@ This module provides access to the gpu state.
5
5
 
6
6
  import typing
7
7
  import collections.abc
8
+ import typing_extensions
8
9
 
9
10
  GenericType1 = typing.TypeVar("GenericType1")
10
11
  GenericType2 = typing.TypeVar("GenericType2")
gpu/texture/__init__.pyi CHANGED
@@ -5,6 +5,7 @@ This module provides utils for textures.
5
5
 
6
6
  import typing
7
7
  import collections.abc
8
+ import typing_extensions
8
9
  import bpy.types
9
10
  import gpu.types
10
11
 
gpu/types/__init__.pyi CHANGED
@@ -1,5 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
  import bpy.types
4
5
  import mathutils
5
6
 
gpu_extras/__init__.pyi CHANGED
@@ -9,6 +9,7 @@ gpu_extras.presets.rst
9
9
 
10
10
  import typing
11
11
  import collections.abc
12
+ import typing_extensions
12
13
  from . import batch
13
14
  from . import presets
14
15
 
@@ -1,5 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
  import gpu.types
4
5
 
5
6
  GenericType1 = typing.TypeVar("GenericType1")
@@ -1,5 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
  import gpu.types
4
5
  import mathutils
5
6
 
@@ -1,5 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
 
4
5
  GenericType1 = typing.TypeVar("GenericType1")
5
6
  GenericType2 = typing.TypeVar("GenericType2")
idprop/__init__.pyi CHANGED
@@ -1,5 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
  from . import types
4
5
 
5
6
  GenericType1 = typing.TypeVar("GenericType1")
idprop/types/__init__.pyi CHANGED
@@ -1,5 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
 
4
5
  GenericType1 = typing.TypeVar("GenericType1")
5
6
  GenericType2 = typing.TypeVar("GenericType2")
imbuf/__init__.pyi CHANGED
@@ -13,6 +13,7 @@ imbuf.types.rst
13
13
 
14
14
  import typing
15
15
  import collections.abc
16
+ import typing_extensions
16
17
  import imbuf.types
17
18
 
18
19
  from . import types
imbuf/types/__init__.pyi CHANGED
@@ -9,6 +9,7 @@ ID type to store and manipulate image data at runtime.
9
9
 
10
10
  import typing
11
11
  import collections.abc
12
+ import typing_extensions
12
13
 
13
14
  GenericType1 = typing.TypeVar("GenericType1")
14
15
  GenericType2 = typing.TypeVar("GenericType2")
@@ -1,5 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
  import bpy.types
4
5
 
5
6
  GenericType1 = typing.TypeVar("GenericType1")
@@ -4285,93 +4286,6 @@ class BUILTIN_KSI_VisualScaling:
4285
4286
  """
4286
4287
  ...
4287
4288
 
4288
- class WholeCharacterMixin:
4289
- badBonePrefixes: typing.Any
4290
-
4291
- def addProp(self, ks, bone, prop, index=-1, use_groups=True):
4292
- """
4293
-
4294
- :param ks:
4295
- :param bone:
4296
- :param prop:
4297
- :param index:
4298
- :param use_groups:
4299
- """
4300
- ...
4301
-
4302
- def doBBone(self, context, ks, pchan):
4303
- """
4304
-
4305
- :param context:
4306
- :param ks:
4307
- :param pchan:
4308
- """
4309
- ...
4310
-
4311
- def doCustomProps(self, ks, bone):
4312
- """
4313
-
4314
- :param ks:
4315
- :param bone:
4316
- """
4317
- ...
4318
-
4319
- def doLoc(self, ks, bone):
4320
- """
4321
-
4322
- :param ks:
4323
- :param bone:
4324
- """
4325
- ...
4326
-
4327
- def doRot3d(self, ks, bone):
4328
- """
4329
-
4330
- :param ks:
4331
- :param bone:
4332
- """
4333
- ...
4334
-
4335
- def doRot4d(self, ks, bone):
4336
- """
4337
-
4338
- :param ks:
4339
- :param bone:
4340
- """
4341
- ...
4342
-
4343
- def doScale(self, ks, bone):
4344
- """
4345
-
4346
- :param ks:
4347
- :param bone:
4348
- """
4349
- ...
4350
-
4351
- def generate(self, context, ks, bone):
4352
- """
4353
-
4354
- :param context:
4355
- :param ks:
4356
- :param bone:
4357
- """
4358
- ...
4359
-
4360
- def iterator(self, context, ks):
4361
- """
4362
-
4363
- :param context:
4364
- :param ks:
4365
- """
4366
- ...
4367
-
4368
- def poll(self, context):
4369
- """
4370
-
4371
- :param context:
4372
- """
4373
- ...
4374
-
4375
4289
  class BUILTIN_KSI_WholeCharacter(WholeCharacterMixin):
4376
4290
  """Insert a keyframe for all properties that are likely to get animated in a character rig (useful when blocking out a shot)"""
4377
4291
 
@@ -4918,5 +4832,92 @@ class BUILTIN_KSI_WholeCharacterSelected(WholeCharacterMixin):
4918
4832
  """
4919
4833
  ...
4920
4834
 
4835
+ class WholeCharacterMixin:
4836
+ badBonePrefixes: typing.Any
4837
+
4838
+ def addProp(self, ks, bone, prop, index=-1, use_groups=True):
4839
+ """
4840
+
4841
+ :param ks:
4842
+ :param bone:
4843
+ :param prop:
4844
+ :param index:
4845
+ :param use_groups:
4846
+ """
4847
+ ...
4848
+
4849
+ def doBBone(self, context, ks, pchan):
4850
+ """
4851
+
4852
+ :param context:
4853
+ :param ks:
4854
+ :param pchan:
4855
+ """
4856
+ ...
4857
+
4858
+ def doCustomProps(self, ks, bone):
4859
+ """
4860
+
4861
+ :param ks:
4862
+ :param bone:
4863
+ """
4864
+ ...
4865
+
4866
+ def doLoc(self, ks, bone):
4867
+ """
4868
+
4869
+ :param ks:
4870
+ :param bone:
4871
+ """
4872
+ ...
4873
+
4874
+ def doRot3d(self, ks, bone):
4875
+ """
4876
+
4877
+ :param ks:
4878
+ :param bone:
4879
+ """
4880
+ ...
4881
+
4882
+ def doRot4d(self, ks, bone):
4883
+ """
4884
+
4885
+ :param ks:
4886
+ :param bone:
4887
+ """
4888
+ ...
4889
+
4890
+ def doScale(self, ks, bone):
4891
+ """
4892
+
4893
+ :param ks:
4894
+ :param bone:
4895
+ """
4896
+ ...
4897
+
4898
+ def generate(self, context, ks, bone):
4899
+ """
4900
+
4901
+ :param context:
4902
+ :param ks:
4903
+ :param bone:
4904
+ """
4905
+ ...
4906
+
4907
+ def iterator(self, context, ks):
4908
+ """
4909
+
4910
+ :param context:
4911
+ :param ks:
4912
+ """
4913
+ ...
4914
+
4915
+ def poll(self, context):
4916
+ """
4917
+
4918
+ :param context:
4919
+ """
4920
+ ...
4921
+
4921
4922
  def register(): ...
4922
4923
  def unregister(): ...
@@ -1,5 +1,6 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
 
4
5
  GenericType1 = typing.TypeVar("GenericType1")
5
6
  GenericType2 = typing.TypeVar("GenericType2")
mathutils/__init__.pyi CHANGED
@@ -28,6 +28,7 @@ mathutils.noise.rst
28
28
 
29
29
  import typing
30
30
  import collections.abc
31
+ import typing_extensions
31
32
  from . import bvhtree
32
33
  from . import geometry
33
34
  from . import interpolate
@@ -329,6 +330,7 @@ class Color:
329
330
  """
330
331
  ...
331
332
 
333
+ @typing.overload
332
334
  def __getitem__(self, key: int) -> float:
333
335
  """
334
336
 
@@ -339,6 +341,39 @@ class Color:
339
341
  """
340
342
  ...
341
343
 
344
+ @typing.overload
345
+ def __getitem__(self, key: slice) -> tuple[float, ...]:
346
+ """
347
+
348
+ :param key:
349
+ :type key: slice
350
+ :return:
351
+ :rtype: tuple[float, ...]
352
+ """
353
+ ...
354
+
355
+ @typing.overload
356
+ def __setitem__(self, key: int, value: float):
357
+ """
358
+
359
+ :param key:
360
+ :type key: int
361
+ :param value:
362
+ :type value: float
363
+ """
364
+ ...
365
+
366
+ @typing.overload
367
+ def __setitem__(self, key: slice, value: collections.abc.Iterable[float]):
368
+ """
369
+
370
+ :param key:
371
+ :type key: slice
372
+ :param value:
373
+ :type value: collections.abc.Iterable[float]
374
+ """
375
+ ...
376
+
342
377
  class Euler:
343
378
  """This object gives access to Eulers in Blender.`Euler angles <https://en.wikipedia.org/wiki/Euler_angles>`__ on Wikipedia."""
344
379
 
@@ -481,6 +516,7 @@ class Euler:
481
516
  """
482
517
  ...
483
518
 
519
+ @typing.overload
484
520
  def __getitem__(self, key: int) -> float:
485
521
  """
486
522
 
@@ -491,6 +527,39 @@ class Euler:
491
527
  """
492
528
  ...
493
529
 
530
+ @typing.overload
531
+ def __getitem__(self, key: slice) -> tuple[float, ...]:
532
+ """
533
+
534
+ :param key:
535
+ :type key: slice
536
+ :return:
537
+ :rtype: tuple[float, ...]
538
+ """
539
+ ...
540
+
541
+ @typing.overload
542
+ def __setitem__(self, key: int, value: float):
543
+ """
544
+
545
+ :param key:
546
+ :type key: int
547
+ :param value:
548
+ :type value: float
549
+ """
550
+ ...
551
+
552
+ @typing.overload
553
+ def __setitem__(self, key: slice, value: collections.abc.Iterable[float]):
554
+ """
555
+
556
+ :param key:
557
+ :type key: slice
558
+ :param value:
559
+ :type value: collections.abc.Iterable[float]
560
+ """
561
+ ...
562
+
494
563
  class Matrix:
495
564
  """This object gives access to Matrices in Blender, supporting square and rectangular
496
565
  matrices from 2x2 up to 4x4.
@@ -947,6 +1016,7 @@ class Matrix:
947
1016
  """
948
1017
  ...
949
1018
 
1019
+ @typing.overload
950
1020
  def __getitem__(self, key: int) -> Vector:
951
1021
  """
952
1022
 
@@ -957,6 +1027,43 @@ class Matrix:
957
1027
  """
958
1028
  ...
959
1029
 
1030
+ @typing.overload
1031
+ def __getitem__(self, key: slice) -> tuple[Vector, ...]:
1032
+ """
1033
+
1034
+ :param key:
1035
+ :type key: slice
1036
+ :return:
1037
+ :rtype: tuple[Vector, ...]
1038
+ """
1039
+ ...
1040
+
1041
+ @typing.overload
1042
+ def __setitem__(self, key: int, value: Vector | collections.abc.Iterable[float]):
1043
+ """
1044
+
1045
+ :param key:
1046
+ :type key: int
1047
+ :param value:
1048
+ :type value: Vector | collections.abc.Iterable[float]
1049
+ """
1050
+ ...
1051
+
1052
+ @typing.overload
1053
+ def __setitem__(
1054
+ self,
1055
+ key: slice,
1056
+ value: collections.abc.Iterable[Vector | collections.abc.Iterable[float]],
1057
+ ):
1058
+ """
1059
+
1060
+ :param key:
1061
+ :type key: slice
1062
+ :param value:
1063
+ :type value: collections.abc.Iterable[Vector | collections.abc.Iterable[float]]
1064
+ """
1065
+ ...
1066
+
960
1067
  def __len__(self) -> int:
961
1068
  """
962
1069
 
@@ -1365,6 +1472,7 @@ class Quaternion:
1365
1472
  """
1366
1473
  ...
1367
1474
 
1475
+ @typing.overload
1368
1476
  def __getitem__(self, key: int) -> float:
1369
1477
  """
1370
1478
 
@@ -1375,15 +1483,36 @@ class Quaternion:
1375
1483
  """
1376
1484
  ...
1377
1485
 
1378
- def __setitem__(self, key: int, value: float) -> float:
1486
+ @typing.overload
1487
+ def __getitem__(self, key: slice) -> tuple[float, ...]:
1488
+ """
1489
+
1490
+ :param key:
1491
+ :type key: slice
1492
+ :return:
1493
+ :rtype: tuple[float, ...]
1494
+ """
1495
+ ...
1496
+
1497
+ @typing.overload
1498
+ def __setitem__(self, key: int, value: float):
1379
1499
  """
1380
1500
 
1381
1501
  :param key:
1382
1502
  :type key: int
1383
1503
  :param value:
1384
1504
  :type value: float
1385
- :return:
1386
- :rtype: float
1505
+ """
1506
+ ...
1507
+
1508
+ @typing.overload
1509
+ def __setitem__(self, key: slice, value: collections.abc.Iterable[float]):
1510
+ """
1511
+
1512
+ :param key:
1513
+ :type key: slice
1514
+ :param value:
1515
+ :type value: collections.abc.Iterable[float]
1387
1516
  """
1388
1517
  ...
1389
1518
 
@@ -2915,6 +3044,7 @@ class Vector:
2915
3044
  """
2916
3045
  ...
2917
3046
 
3047
+ @typing.overload
2918
3048
  def __getitem__(self, key: int) -> float:
2919
3049
  """
2920
3050
 
@@ -2925,15 +3055,36 @@ class Vector:
2925
3055
  """
2926
3056
  ...
2927
3057
 
2928
- def __setitem__(self, key: int, value: float) -> float:
3058
+ @typing.overload
3059
+ def __getitem__(self, key: slice) -> tuple[float, ...]:
3060
+ """
3061
+
3062
+ :param key:
3063
+ :type key: slice
3064
+ :return:
3065
+ :rtype: tuple[float, ...]
3066
+ """
3067
+ ...
3068
+
3069
+ @typing.overload
3070
+ def __setitem__(self, key: int, value: float):
2929
3071
  """
2930
3072
 
2931
3073
  :param key:
2932
3074
  :type key: int
2933
3075
  :param value:
2934
3076
  :type value: float
2935
- :return:
2936
- :rtype: float
3077
+ """
3078
+ ...
3079
+
3080
+ @typing.overload
3081
+ def __setitem__(self, key: slice, value: collections.abc.Iterable[float]):
3082
+ """
3083
+
3084
+ :param key:
3085
+ :type key: slice
3086
+ :param value:
3087
+ :type value: collections.abc.Iterable[float]
2937
3088
  """
2938
3089
  ...
2939
3090
 
@@ -5,6 +5,7 @@ BVH tree structures for proximity searches and ray casts on geometry.
5
5
 
6
6
  import typing
7
7
  import collections.abc
8
+ import typing_extensions
8
9
  import bmesh.types
9
10
  import bpy.types
10
11
  import mathutils
@@ -5,6 +5,7 @@ The Blender geometry module
5
5
 
6
6
  import typing
7
7
  import collections.abc
8
+ import typing_extensions
8
9
  import mathutils
9
10
 
10
11
  GenericType1 = typing.TypeVar("GenericType1")
@@ -5,6 +5,7 @@ The Blender interpolate module
5
5
 
6
6
  import typing
7
7
  import collections.abc
8
+ import typing_extensions
8
9
 
9
10
  GenericType1 = typing.TypeVar("GenericType1")
10
11
  GenericType2 = typing.TypeVar("GenericType2")
@@ -7,6 +7,7 @@ Generic 3-dimensional kd-tree to perform spatial searches.
7
7
 
8
8
  import typing
9
9
  import collections.abc
10
+ import typing_extensions
10
11
  import mathutils
11
12
 
12
13
  GenericType1 = typing.TypeVar("GenericType1")
@@ -5,6 +5,7 @@ The Blender noise module
5
5
 
6
6
  import typing
7
7
  import collections.abc
8
+ import typing_extensions
8
9
  import mathutils
9
10
 
10
11
  GenericType1 = typing.TypeVar("GenericType1")
@@ -1,19 +1,20 @@
1
1
  import typing
2
2
  import collections.abc
3
+ import typing_extensions
3
4
  import nodeitems_utils
4
5
 
5
6
  GenericType1 = typing.TypeVar("GenericType1")
6
7
  GenericType2 = typing.TypeVar("GenericType2")
7
8
 
8
- class SortedNodeCategory(nodeitems_utils.NodeCategory):
9
- def poll(self, _context):
9
+ class CompositorNodeCategory(SortedNodeCategory, nodeitems_utils.NodeCategory):
10
+ def poll(self, context):
10
11
  """
11
12
 
12
- :param _context:
13
+ :param context:
13
14
  """
14
15
  ...
15
16
 
16
- class CompositorNodeCategory(SortedNodeCategory, nodeitems_utils.NodeCategory):
17
+ class ShaderNodeCategory(SortedNodeCategory, nodeitems_utils.NodeCategory):
17
18
  def poll(self, context):
18
19
  """
19
20
 
@@ -21,11 +22,11 @@ class CompositorNodeCategory(SortedNodeCategory, nodeitems_utils.NodeCategory):
21
22
  """
22
23
  ...
23
24
 
24
- class ShaderNodeCategory(SortedNodeCategory, nodeitems_utils.NodeCategory):
25
- def poll(self, context):
25
+ class SortedNodeCategory(nodeitems_utils.NodeCategory):
26
+ def poll(self, _context):
26
27
  """
27
28
 
28
- :param context:
29
+ :param _context:
29
30
  """
30
31
  ...
31
32