fake-bge-module 20250317__py3-none-any.whl → 20260201__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.
Files changed (395) hide show
  1. {animsys_refactor → _animsys_refactor}/__init__.pyi +7 -6
  2. {bl_console_utils → _bl_console_utils}/__init__.pyi +1 -0
  3. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +1 -0
  4. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +1 -13
  5. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +1 -5
  6. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +3 -13
  7. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +1 -10
  8. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +2 -0
  9. _bl_i18n_utils/bl_extract_messages/__init__.pyi +28 -0
  10. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +2 -1
  11. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +10 -7
  12. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +53 -50
  13. _bl_i18n_utils/utils_cli/__init__.pyi +11 -0
  14. _bl_i18n_utils/utils_languages_menu/__init__.pyi +6 -0
  15. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +3 -2
  16. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  17. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +1 -0
  18. _bl_previews_utils/bl_previews_render/__init__.pyi +14 -0
  19. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +1 -0
  20. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +3 -2
  21. {bl_text_utils → _bl_text_utils}/__init__.pyi +1 -0
  22. _bl_text_utils/external_editor/__init__.pyi +6 -0
  23. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  24. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +2 -1
  25. _blendfile_header/__init__.pyi +48 -0
  26. _bpy_internal/__init__.pyi +5 -1
  27. _bpy_internal/addons/__init__.pyi +1 -0
  28. _bpy_internal/addons/cli/__init__.pyi +2 -1
  29. _bpy_internal/assets/__init__.pyi +5 -0
  30. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  31. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  32. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  33. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  34. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  35. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  36. _bpy_internal/extensions/__init__.pyi +1 -0
  37. _bpy_internal/extensions/junction_module/__init__.pyi +8 -7
  38. _bpy_internal/extensions/stale_file_manager/__init__.pyi +9 -8
  39. _bpy_internal/extensions/wheel_manager/__init__.pyi +6 -5
  40. {bl_i18n_utils/utils_languages_menu → _bpy_internal/filesystem}/__init__.pyi +2 -2
  41. _bpy_internal/filesystem/locking/__init__.pyi +28 -0
  42. _bpy_internal/grease_pencil/__init__.pyi +1 -0
  43. _bpy_internal/grease_pencil/stroke/__init__.pyi +22 -6
  44. _bpy_internal/platform/__init__.pyi +5 -0
  45. _bpy_internal/platform/freedesktop/__init__.pyi +21 -0
  46. _bpy_internal/system_info/__init__.pyi +1 -0
  47. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -1
  48. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -1
  49. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +3 -2
  50. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +1 -0
  51. _bpy_types/__init__.pyi +1635 -0
  52. {console_python → _console_python}/__init__.pyi +8 -7
  53. _console_shell/__init__.pyi +10 -0
  54. {graphviz_export → _graphviz_export}/__init__.pyi +3 -2
  55. _keyingsets_utils/__init__.pyi +21 -0
  56. {rna_info → _rna_info}/__init__.pyi +32 -27
  57. {rna_xml → _rna_xml}/__init__.pyi +7 -6
  58. addon_utils/__init__.pyi +13 -25
  59. aud/__init__.pyi +133 -155
  60. bge/__init__.pyi +1 -0
  61. bge/app/__init__.pyi +1 -0
  62. bge/constraints/__init__.pyi +22 -51
  63. bge/types/__init__.pyi +618 -1913
  64. bge_extras/__init__.pyi +1 -0
  65. bge_extras/logger/__init__.pyi +4 -3
  66. bgui/__init__.pyi +1 -0
  67. bgui/frame/__init__.pyi +1 -0
  68. bgui/frame_button/__init__.pyi +1 -0
  69. bgui/image/__init__.pyi +1 -1
  70. bgui/image_button/__init__.pyi +1 -0
  71. bgui/label/__init__.pyi +1 -0
  72. bgui/list_box/__init__.pyi +1 -1
  73. bgui/progress_bar/__init__.pyi +2 -1
  74. bgui/system/__init__.pyi +3 -5
  75. bgui/text_block/__init__.pyi +1 -0
  76. bgui/text_input/__init__.pyi +9 -8
  77. bgui/theme/__init__.pyi +4 -3
  78. bgui/widget/__init__.pyi +5 -4
  79. bl_app_override/__init__.pyi +4 -3
  80. bl_app_override/helpers/__init__.pyi +3 -2
  81. bl_app_template_utils/__init__.pyi +5 -4
  82. bl_app_templates_system/Game_Engine/__init__.pyi +5 -4
  83. bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
  84. bl_app_templates_system/__init__.pyi +2 -0
  85. bl_keymap_utils/__init__.pyi +1 -0
  86. bl_keymap_utils/io/__init__.pyi +10 -9
  87. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
  88. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -1
  89. bl_keymap_utils/platform_helpers/__init__.pyi +3 -2
  90. bl_keymap_utils/versioning/__init__.pyi +2 -1
  91. bl_math/__init__.pyi +4 -13
  92. bl_operators/__init__.pyi +4 -2
  93. bl_operators/add_mesh_torus/__init__.pyi +9 -9
  94. bl_operators/anim/__init__.pyi +90 -62
  95. bl_operators/assets/__init__.pyi +14 -18
  96. bl_operators/bmesh/__init__.pyi +1 -0
  97. bl_operators/bmesh/find_adjacent/__init__.pyi +12 -9
  98. bl_operators/bone_selection_sets/__init__.pyi +34 -60
  99. bl_operators/clip/__init__.pyi +39 -57
  100. bl_operators/connect_to_output/__init__.pyi +20 -18
  101. bl_operators/console/__init__.pyi +17 -25
  102. bl_operators/constraint/__init__.pyi +15 -21
  103. bl_operators/copy_global_transform/__init__.pyi +261 -0
  104. bl_operators/file/__init__.pyi +13 -17
  105. bl_operators/freestyle/__init__.pyi +15 -21
  106. bl_operators/geometry_nodes/__init__.pyi +30 -36
  107. bl_operators/grease_pencil/__init__.pyi +5 -5
  108. bl_operators/image/__init__.pyi +14 -22
  109. bl_operators/image_as_planes/__init__.pyi +36 -42
  110. bl_operators/mesh/__init__.pyi +8 -53
  111. bl_operators/node/__init__.pyi +375 -92
  112. bl_operators/node_editor/__init__.pyi +1 -0
  113. bl_operators/node_editor/node_functions/__init__.pyi +10 -9
  114. bl_operators/object/__init__.pyi +57 -98
  115. bl_operators/object_align/__init__.pyi +8 -8
  116. bl_operators/object_quick_effects/__init__.pyi +15 -21
  117. bl_operators/object_randomize_transform/__init__.pyi +6 -6
  118. bl_operators/presets/__init__.pyi +46 -94
  119. bl_operators/rigidbody/__init__.pyi +12 -16
  120. bl_operators/screen_play_rendered_anim/__init__.pyi +5 -5
  121. bl_operators/sequencer/__init__.pyi +40 -54
  122. bl_operators/spreadsheet/__init__.pyi +7 -7
  123. bl_operators/userpref/__init__.pyi +69 -117
  124. bl_operators/uvcalc_follow_active/__init__.pyi +8 -8
  125. bl_operators/uvcalc_lightmap/__init__.pyi +12 -12
  126. bl_operators/uvcalc_transform/__init__.pyi +39 -28
  127. bl_operators/vertexpaint_dirt/__init__.pyi +7 -7
  128. bl_operators/view3d/__init__.pyi +31 -43
  129. bl_operators/wm/__init__.pyi +139 -231
  130. bl_operators/world/__init__.pyi +6 -6
  131. bl_ui/__init__.pyi +18 -17
  132. bl_ui/anim/__init__.pyi +5 -5
  133. bl_ui/asset_shelf/__init__.pyi +5 -5
  134. bl_ui/generic_ui_list/__init__.pyi +11 -25
  135. bl_ui/node_add_menu/__init__.pyi +281 -12
  136. bl_ui/node_add_menu_compositor/__init__.pyi +135 -91
  137. bl_ui/node_add_menu_geometry/__init__.pyi +407 -263
  138. bl_ui/node_add_menu_shader/__init__.pyi +67 -67
  139. bl_ui/node_add_menu_texture/__init__.pyi +25 -69
  140. bl_ui/properties_animviz/__init__.pyi +3 -2
  141. bl_ui/properties_collection/__init__.pyi +20 -30
  142. bl_ui/properties_constraint/__init__.pyi +228 -450
  143. bl_ui/properties_data_armature/__init__.pyi +45 -79
  144. bl_ui/properties_data_bone/__init__.pyi +33 -51
  145. bl_ui/properties_data_camera/__init__.pyi +43 -75
  146. bl_ui/properties_data_curve/__init__.pyi +42 -101
  147. bl_ui/properties_data_curves/__init__.pyi +21 -35
  148. bl_ui/properties_data_empty/__init__.pyi +8 -10
  149. bl_ui/properties_data_grease_pencil/__init__.pyi +49 -87
  150. bl_ui/properties_data_lattice/__init__.pyi +12 -18
  151. bl_ui/properties_data_light/__init__.pyi +28 -46
  152. bl_ui/properties_data_lightprobe/__init__.pyi +35 -61
  153. bl_ui/properties_data_mesh/__init__.pyi +73 -120
  154. bl_ui/properties_data_metaball/__init__.pyi +16 -26
  155. bl_ui/properties_data_modifier/__init__.pyi +34 -39
  156. bl_ui/properties_data_pointcloud/__init__.pyi +17 -27
  157. bl_ui/properties_data_shaderfx/__init__.pyi +4 -4
  158. bl_ui/properties_data_speaker/__init__.pyi +15 -25
  159. bl_ui/properties_data_volume/__init__.pyi +22 -38
  160. bl_ui/properties_freestyle/__init__.pyi +79 -127
  161. bl_ui/properties_game/__init__.pyi +88 -84
  162. bl_ui/properties_grease_pencil_common/__init__.pyi +33 -190
  163. bl_ui/properties_mask_common/__init__.pyi +33 -45
  164. bl_ui/properties_material/__init__.pyi +52 -111
  165. bl_ui/properties_material_gpencil/__init__.pyi +48 -68
  166. bl_ui/properties_object/__init__.pyi +123 -93
  167. bl_ui/properties_output/__init__.pyi +103 -81
  168. bl_ui/properties_paint_common/__init__.pyi +78 -59
  169. bl_ui/properties_particle/__init__.pyi +160 -262
  170. bl_ui/properties_physics_cloth/__init__.pyi +36 -62
  171. bl_ui/properties_physics_common/__init__.pyi +11 -11
  172. bl_ui/properties_physics_dynamicpaint/__init__.pyi +81 -123
  173. bl_ui/properties_physics_field/__init__.pyi +35 -53
  174. bl_ui/properties_physics_fluid/__init__.pyi +106 -160
  175. bl_ui/properties_physics_geometry_nodes/__init__.pyi +6 -6
  176. bl_ui/properties_physics_rigidbody/__init__.pyi +28 -42
  177. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +44 -68
  178. bl_ui/properties_physics_softbody/__init__.pyi +38 -66
  179. bl_ui/properties_render/__init__.pyi +267 -259
  180. bl_ui/properties_scene/__init__.pyi +69 -72
  181. bl_ui/properties_strip/__init__.pyi +744 -0
  182. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  183. bl_ui/properties_texture/__init__.pyi +69 -122
  184. bl_ui/properties_view_layer/__init__.pyi +97 -51
  185. bl_ui/properties_workspace/__init__.pyi +12 -18
  186. bl_ui/properties_world/__init__.pyi +33 -53
  187. bl_ui/space_clip/__init__.pyi +231 -311
  188. bl_ui/space_console/__init__.pyi +14 -24
  189. bl_ui/space_dopesheet/__init__.pyi +193 -125
  190. bl_ui/space_filebrowser/__init__.pyi +107 -131
  191. bl_ui/space_graph/__init__.pyi +93 -80
  192. bl_ui/space_image/__init__.pyi +207 -291
  193. bl_ui/space_info/__init__.pyi +14 -24
  194. bl_ui/space_logic/__init__.pyi +14 -22
  195. bl_ui/space_nla/__init__.pyi +63 -69
  196. bl_ui/space_node/__init__.pyi +215 -154
  197. bl_ui/space_outliner/__init__.pyi +65 -61
  198. bl_ui/space_properties/__init__.pyi +41 -16
  199. bl_ui/space_sequencer/__init__.pyi +276 -980
  200. bl_ui/space_spreadsheet/__init__.pyi +27 -23
  201. bl_ui/space_statusbar/__init__.pyi +4 -4
  202. bl_ui/space_text/__init__.pyi +39 -73
  203. bl_ui/space_time/__init__.pyi +33 -78
  204. bl_ui/space_toolsystem_common/__init__.pyi +31 -28
  205. bl_ui/space_toolsystem_toolbar/__init__.pyi +67 -43
  206. bl_ui/space_topbar/__init__.pyi +68 -111
  207. bl_ui/space_userpref/__init__.pyi +310 -445
  208. bl_ui/space_view3d/__init__.pyi +667 -1122
  209. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  210. bl_ui/space_view3d_toolbar/__init__.pyi +237 -966
  211. bl_ui/utils/__init__.pyi +4 -3
  212. blend_render_info/__init__.pyi +4 -2
  213. blf/__init__.pyi +92 -59
  214. bmesh/__init__.pyi +4 -10
  215. bmesh/geometry/__init__.pyi +2 -4
  216. bmesh/ops/__init__.pyi +442 -815
  217. bmesh/types/__init__.pyi +377 -720
  218. bmesh/utils/__init__.pyi +20 -45
  219. bpy/__init__.pyi +2 -1
  220. bpy/app/__init__.pyi +96 -90
  221. bpy/app/handlers/__init__.pyi +24 -19
  222. bpy/app/icons/__init__.pyi +2 -7
  223. bpy/app/timers/__init__.pyi +5 -18
  224. bpy/app/translations/__init__.pyi +21 -35
  225. bpy/msgbus/__init__.pyi +20 -9
  226. bpy/ops/__init__.pyi +21 -3
  227. bpy/ops/action/__init__.pyi +121 -226
  228. bpy/ops/anim/__init__.pyi +204 -358
  229. bpy/ops/armature/__init__.pyi +129 -249
  230. bpy/ops/asset/__init__.pyi +82 -111
  231. bpy/ops/bge_bricknodes/__init__.pyi +61 -0
  232. bpy/ops/boid/__init__.pyi +44 -50
  233. bpy/ops/bricknodes/__init__.pyi +37 -0
  234. bpy/ops/brush/__init__.pyi +33 -120
  235. bpy/ops/buttons/__init__.pyi +27 -83
  236. bpy/ops/cachefile/__init__.pyi +16 -74
  237. bpy/ops/camera/__init__.pyi +3 -13
  238. bpy/ops/clip/__init__.pyi +278 -558
  239. bpy/ops/cloth/__init__.pyi +2 -6
  240. bpy/ops/collection/__init__.pyi +34 -44
  241. bpy/ops/console/__init__.pyi +70 -111
  242. bpy/ops/constraint/__init__.pyi +34 -102
  243. bpy/ops/curve/__init__.pyi +163 -315
  244. bpy/ops/curves/__init__.pyi +163 -189
  245. bpy/ops/cycles/__init__.pyi +8 -18
  246. bpy/ops/dpaint/__init__.pyi +21 -30
  247. bpy/ops/ed/__init__.pyi +59 -103
  248. bpy/ops/export_anim/__init__.pyi +4 -11
  249. bpy/ops/export_scene/__init__.pyi +29 -174
  250. bpy/ops/extensions/__init__.pyi +102 -194
  251. bpy/ops/file/__init__.pyi +166 -272
  252. bpy/ops/fluid/__init__.pyi +78 -86
  253. bpy/ops/font/__init__.pyi +73 -164
  254. bpy/ops/geometry/__init__.pyi +33 -144
  255. bpy/ops/gizmogroup/__init__.pyi +8 -14
  256. bpy/ops/gpencil/__init__.pyi +31 -58
  257. bpy/ops/graph/__init__.pyi +176 -411
  258. bpy/ops/grease_pencil/__init__.pyi +416 -639
  259. bpy/ops/image/__init__.pyi +148 -492
  260. bpy/ops/import_anim/__init__.pyi +5 -18
  261. bpy/ops/import_curve/__init__.pyi +4 -6
  262. bpy/ops/import_scene/__init__.pyi +22 -49
  263. bpy/ops/info/__init__.pyi +27 -43
  264. bpy/ops/lattice/__init__.pyi +26 -43
  265. bpy/ops/logic/__init__.pyi +49 -122
  266. bpy/ops/logic_nodes/__init__.pyi +461 -0
  267. bpy/ops/marker/__init__.pyi +24 -60
  268. bpy/ops/mask/__init__.pyi +118 -222
  269. bpy/ops/material/__init__.pyi +19 -18
  270. bpy/ops/mball/__init__.pyi +13 -39
  271. bpy/ops/mesh/__init__.pyi +409 -1264
  272. bpy/ops/nla/__init__.pyi +140 -232
  273. bpy/ops/node/__init__.pyi +1189 -807
  274. bpy/ops/object/__init__.pyi +806 -1659
  275. bpy/ops/outliner/__init__.pyi +284 -432
  276. bpy/ops/paint/__init__.pyi +189 -381
  277. bpy/ops/paintcurve/__init__.pyi +29 -44
  278. bpy/ops/palette/__init__.pyi +23 -34
  279. bpy/ops/particle/__init__.pyi +135 -201
  280. bpy/ops/pointcloud/__init__.pyi +23 -42
  281. bpy/ops/pose/__init__.pyi +195 -310
  282. bpy/ops/poselib/__init__.pyi +45 -73
  283. bpy/ops/preferences/__init__.pyi +89 -221
  284. bpy/ops/ptcache/__init__.pyi +32 -39
  285. bpy/ops/render/__init__.pyi +36 -83
  286. bpy/ops/rigidbody/__init__.pyi +47 -78
  287. bpy/ops/scene/__init__.pyi +169 -222
  288. bpy/ops/screen/__init__.pyi +146 -259
  289. bpy/ops/script/__init__.pyi +9 -15
  290. bpy/ops/sculpt/__init__.pyi +194 -354
  291. bpy/ops/sculpt_curves/__init__.pyi +21 -29
  292. bpy/ops/sequencer/__init__.pyi +586 -836
  293. bpy/ops/sound/__init__.pyi +25 -131
  294. bpy/ops/spreadsheet/__init__.pyi +34 -21
  295. bpy/ops/surface/__init__.pyi +7 -54
  296. bpy/ops/text/__init__.pyi +166 -281
  297. bpy/ops/text_editor/__init__.pyi +2 -6
  298. bpy/ops/texture/__init__.pyi +20 -22
  299. bpy/ops/transform/__init__.pyi +108 -445
  300. bpy/ops/ui/__init__.pyi +157 -219
  301. bpy/ops/uilist/__init__.pyi +4 -16
  302. bpy/ops/uv/__init__.pyi +291 -347
  303. bpy/ops/view2d/__init__.pyi +29 -88
  304. bpy/ops/view3d/__init__.pyi +238 -438
  305. bpy/ops/wm/__init__.pyi +651 -1510
  306. bpy/ops/workspace/__init__.pyi +42 -44
  307. bpy/ops/world/__init__.pyi +12 -13
  308. bpy/path/__init__.pyi +5 -36
  309. bpy/props/__init__.pyi +395 -259
  310. bpy/{_typing → stub_internal}/__init__.pyi +1 -0
  311. bpy/{_typing → stub_internal}/rna_enums/__init__.pyi +214 -114
  312. bpy/types/__init__.pyi +93285 -103831
  313. bpy/utils/__init__.pyi +46 -104
  314. bpy/utils/previews/__init__.pyi +7 -15
  315. bpy/utils/units/__init__.pyi +6 -15
  316. bpy_extras/__init__.pyi +1 -0
  317. bpy_extras/anim_utils/__init__.pyi +32 -23
  318. bpy_extras/asset_utils/__init__.pyi +1 -0
  319. bpy_extras/bmesh_utils/__init__.pyi +2 -2
  320. bpy_extras/id_map_utils/__init__.pyi +15 -6
  321. bpy_extras/image_utils/__init__.pyi +3 -11
  322. bpy_extras/io_utils/__init__.pyi +22 -38
  323. bpy_extras/keyconfig_utils/__init__.pyi +5 -4
  324. bpy_extras/mesh_utils/__init__.pyi +3 -14
  325. bpy_extras/node_shader_utils/__init__.pyi +63 -70
  326. bpy_extras/node_utils/__init__.pyi +4 -3
  327. bpy_extras/object_utils/__init__.pyi +6 -19
  328. bpy_extras/view3d_utils/__init__.pyi +1 -18
  329. bpy_extras/wm_utils/__init__.pyi +1 -0
  330. bpy_extras/wm_utils/progress_report/__init__.pyi +12 -11
  331. {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/METADATA +9 -3
  332. fake_bge_module-20260201.dist-info/RECORD +414 -0
  333. {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/WHEEL +1 -1
  334. {fake_bge_module-20250317.dist-info → fake_bge_module-20260201.dist-info}/top_level.txt +16 -16
  335. freestyle/__init__.pyi +1 -0
  336. freestyle/chainingiterators/__init__.pyi +41 -60
  337. freestyle/functions/__init__.pyi +56 -194
  338. freestyle/predicates/__init__.pyi +11 -61
  339. freestyle/shaders/__init__.pyi +95 -156
  340. freestyle/types/__init__.pyi +306 -941
  341. freestyle/utils/ContextFunctions/__init__.pyi +4 -24
  342. freestyle/utils/__init__.pyi +46 -36
  343. gpu/__init__.pyi +84 -5
  344. gpu/capabilities/__init__.pyi +1 -21
  345. gpu/matrix/__init__.pyi +16 -24
  346. gpu/platform/__init__.pyi +3 -7
  347. gpu/select/__init__.pyi +2 -1
  348. gpu/shader/__init__.pyi +43 -9
  349. gpu/state/__init__.pyi +66 -44
  350. gpu/texture/__init__.pyi +4 -5
  351. gpu/types/__init__.pyi +216 -216
  352. gpu_extras/__init__.pyi +1 -0
  353. gpu_extras/batch/__init__.pyi +2 -5
  354. gpu_extras/presets/__init__.pyi +9 -10
  355. idprop/__init__.pyi +17 -0
  356. idprop/types/__init__.pyi +18 -17
  357. imbuf/__init__.pyi +13 -9
  358. imbuf/types/__init__.pyi +10 -23
  359. keyingsets_builtins/__init__.pyi +51 -93
  360. mathutils/__init__.pyi +296 -2255
  361. mathutils/bvhtree/__init__.pyi +22 -29
  362. mathutils/geometry/__init__.pyi +83 -132
  363. mathutils/interpolate/__init__.pyi +7 -5
  364. mathutils/kdtree/__init__.pyi +5 -14
  365. mathutils/noise/__init__.pyi +62 -106
  366. nodeitems_builtins/__init__.pyi +5 -4
  367. nodeitems_utils/__init__.pyi +10 -9
  368. rna_keymap_ui/__init__.pyi +7 -6
  369. rna_prop_ui/__init__.pyi +14 -13
  370. _bpy_internal/freedesktop/__init__.pyi +0 -20
  371. bgl/__init__.pyi +0 -4235
  372. bl_i18n_utils/bl_extract_messages/__init__.pyi +0 -24
  373. bl_i18n_utils/utils_cli/__init__.pyi +0 -10
  374. bl_previews_utils/bl_previews_render/__init__.pyi +0 -11
  375. bl_text_utils/external_editor/__init__.pyi +0 -5
  376. bpy_types/__init__.pyi +0 -29
  377. console_shell/__init__.pyi +0 -9
  378. fake_bge_module-20250317.dist-info/RECORD +0 -395
  379. keyingsets_utils/__init__.pyi +0 -18
  380. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  381. {bgl → _bl_console_utils}/py.typed +0 -0
  382. {bl_console_utils → _bl_i18n_utils}/py.typed +0 -0
  383. {bl_i18n_utils → _bl_previews_utils}/py.typed +0 -0
  384. {bl_previews_utils → _bl_rna_utils}/py.typed +0 -0
  385. {bl_rna_utils → _bl_text_utils}/py.typed +0 -0
  386. {bl_text_utils → _bl_ui_utils}/py.typed +0 -0
  387. {bl_ui_utils → _blendfile_header}/py.typed +0 -0
  388. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  389. {bpy_types → _bpy_types}/py.typed +0 -0
  390. {console_python → _console_python}/py.typed +0 -0
  391. {console_shell → _console_shell}/py.typed +0 -0
  392. {graphviz_export → _graphviz_export}/py.typed +0 -0
  393. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  394. {rna_info → _rna_info}/py.typed +0 -0
  395. {rna_xml → _rna_xml}/py.typed +0 -0
@@ -1,6 +1,7 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import numpy.typing as npt
4
5
  import bpy.types
5
6
 
6
7
  def bone_select_menu(
@@ -12,19 +13,13 @@ def bone_select_menu(
12
13
  extend: bool | None = False,
13
14
  deselect: bool | None = False,
14
15
  toggle: bool | None = False,
15
- ):
16
+ ) -> None:
16
17
  """Menu bone selection
17
18
 
18
- :type execution_context: int | str | None
19
- :type undo: bool | None
20
19
  :param name: Bone Name
21
- :type name: str | None
22
20
  :param extend: Extend
23
- :type extend: bool | None
24
21
  :param deselect: Deselect
25
- :type deselect: bool | None
26
22
  :param toggle: Toggle
27
- :type toggle: bool | None
28
23
  """
29
24
 
30
25
  def camera_background_image_add(
@@ -32,23 +27,17 @@ def camera_background_image_add(
32
27
  undo: bool | None = None,
33
28
  /,
34
29
  *,
35
- filepath: str = "",
30
+ filepath: str | None = "",
36
31
  relative_path: bool | None = True,
37
32
  name: str = "",
38
33
  session_uid: int | None = 0,
39
- ):
34
+ ) -> None:
40
35
  """Add a new background image to the active camera
41
36
 
42
- :type execution_context: int | str | None
43
- :type undo: bool | None
44
37
  :param filepath: Filepath, Path to image file
45
- :type filepath: str
46
38
  :param relative_path: Relative Path, Select the file relative to the blend file
47
- :type relative_path: bool | None
48
39
  :param name: Name, Name of the data-block to use by the operator
49
- :type name: str
50
40
  :param session_uid: Session UID, Session UID of the data-block to use by the operator
51
- :type session_uid: int | None
52
41
  """
53
42
 
54
43
  def camera_background_image_remove(
@@ -57,41 +46,32 @@ def camera_background_image_remove(
57
46
  /,
58
47
  *,
59
48
  index: int | None = 0,
60
- ):
49
+ ) -> None:
61
50
  """Remove a background image from the camera
62
51
 
63
- :type execution_context: int | str | None
64
- :type undo: bool | None
65
52
  :param index: Index, Background image index to remove
66
- :type index: int | None
67
53
  """
68
54
 
69
55
  def camera_to_view(
70
- execution_context: int | str | None = None, undo: bool | None = None
71
- ):
72
- """Set camera view to active view
73
-
74
- :type execution_context: int | str | None
75
- :type undo: bool | None
76
- """
56
+ execution_context: int | str | None = None,
57
+ undo: bool | None = None,
58
+ /,
59
+ ) -> None:
60
+ """Set camera view to active view"""
77
61
 
78
62
  def camera_to_view_selected(
79
- execution_context: int | str | None = None, undo: bool | None = None
80
- ):
81
- """Move the camera so selected objects are framed
82
-
83
- :type execution_context: int | str | None
84
- :type undo: bool | None
85
- """
63
+ execution_context: int | str | None = None,
64
+ undo: bool | None = None,
65
+ /,
66
+ ) -> None:
67
+ """Move the camera so selected objects are framed"""
86
68
 
87
69
  def clear_render_border(
88
- execution_context: int | str | None = None, undo: bool | None = None
89
- ):
90
- """Clear the boundaries of the border render and disable border render
91
-
92
- :type execution_context: int | str | None
93
- :type undo: bool | None
94
- """
70
+ execution_context: int | str | None = None,
71
+ undo: bool | None = None,
72
+ /,
73
+ ) -> None:
74
+ """Clear the boundaries of the border render and disable border render"""
95
75
 
96
76
  def clip_border(
97
77
  execution_context: int | str | None = None,
@@ -103,29 +83,22 @@ def clip_border(
103
83
  ymin: int | None = 0,
104
84
  ymax: int | None = 0,
105
85
  wait_for_input: bool | None = True,
106
- ):
86
+ ) -> None:
107
87
  """Set the view clipping region
108
88
 
109
- :type execution_context: int | str | None
110
- :type undo: bool | None
111
89
  :param xmin: X Min
112
- :type xmin: int | None
113
90
  :param xmax: X Max
114
- :type xmax: int | None
115
91
  :param ymin: Y Min
116
- :type ymin: int | None
117
92
  :param ymax: Y Max
118
- :type ymax: int | None
119
93
  :param wait_for_input: Wait for Input
120
- :type wait_for_input: bool | None
121
94
  """
122
95
 
123
- def copybuffer(execution_context: int | str | None = None, undo: bool | None = None):
124
- """Copy the selected objects to the internal clipboard
125
-
126
- :type execution_context: int | str | None
127
- :type undo: bool | None
128
- """
96
+ def copybuffer(
97
+ execution_context: int | str | None = None,
98
+ undo: bool | None = None,
99
+ /,
100
+ ) -> None:
101
+ """Copy the selected objects to the internal clipboard"""
129
102
 
130
103
  def cursor3d(
131
104
  execution_context: int | str | None = None,
@@ -134,13 +107,10 @@ def cursor3d(
134
107
  *,
135
108
  use_depth: bool | None = True,
136
109
  orientation: typing.Literal["NONE", "VIEW", "XFORM", "GEOM"] | None = "VIEW",
137
- ):
110
+ ) -> None:
138
111
  """Set the location of the 3D cursor
139
112
 
140
- :type execution_context: int | str | None
141
- :type undo: bool | None
142
113
  :param use_depth: Surface Project, Project onto the surface
143
- :type use_depth: bool | None
144
114
  :param orientation: Orientation, Preset viewpoint to use
145
115
 
146
116
  NONE
@@ -154,7 +124,6 @@ def cursor3d(
154
124
 
155
125
  GEOM
156
126
  Geometry -- Match the surface normal.
157
- :type orientation: typing.Literal['NONE','VIEW','XFORM','GEOM'] | None
158
127
  """
159
128
 
160
129
  def dolly(
@@ -166,19 +135,13 @@ def dolly(
166
135
  my: int | None = 0,
167
136
  delta: int | None = 0,
168
137
  use_cursor_init: bool | None = True,
169
- ):
138
+ ) -> None:
170
139
  """Dolly in/out in the view
171
140
 
172
- :type execution_context: int | str | None
173
- :type undo: bool | None
174
141
  :param mx: Region Position X
175
- :type mx: int | None
176
142
  :param my: Region Position Y
177
- :type my: int | None
178
143
  :param delta: Delta
179
- :type delta: int | None
180
144
  :param use_cursor_init: Use Mouse Position, Allow the initial mouse position to be used
181
- :type use_cursor_init: bool | None
182
145
  """
183
146
 
184
147
  def drop_world(
@@ -188,34 +151,26 @@ def drop_world(
188
151
  *,
189
152
  name: str = "",
190
153
  session_uid: int | None = 0,
191
- ):
154
+ ) -> None:
192
155
  """Drop a world into the scene
193
156
 
194
- :type execution_context: int | str | None
195
- :type undo: bool | None
196
157
  :param name: Name, Name of the data-block to use by the operator
197
- :type name: str
198
158
  :param session_uid: Session UID, Session UID of the data-block to use by the operator
199
- :type session_uid: int | None
200
159
  """
201
160
 
202
161
  def edit_mesh_extrude_individual_move(
203
- execution_context: int | str | None = None, undo: bool | None = None
204
- ):
205
- """Extrude each individual face separately along local normals
206
-
207
- :type execution_context: int | str | None
208
- :type undo: bool | None
209
- """
162
+ execution_context: int | str | None = None,
163
+ undo: bool | None = None,
164
+ /,
165
+ ) -> None:
166
+ """Extrude each individual face separately along local normals"""
210
167
 
211
168
  def edit_mesh_extrude_manifold_normal(
212
- execution_context: int | str | None = None, undo: bool | None = None
213
- ):
214
- """Extrude manifold region along normals
215
-
216
- :type execution_context: int | str | None
217
- :type undo: bool | None
218
- """
169
+ execution_context: int | str | None = None,
170
+ undo: bool | None = None,
171
+ /,
172
+ ) -> None:
173
+ """Extrude manifold region along normals"""
219
174
 
220
175
  def edit_mesh_extrude_move_normal(
221
176
  execution_context: int | str | None = None,
@@ -223,37 +178,32 @@ def edit_mesh_extrude_move_normal(
223
178
  /,
224
179
  *,
225
180
  dissolve_and_intersect: bool | None = False,
226
- ):
181
+ ) -> None:
227
182
  """Extrude region together along the average normal
228
183
 
229
- :type execution_context: int | str | None
230
- :type undo: bool | None
231
184
  :param dissolve_and_intersect: dissolve_and_intersect, Dissolves adjacent faces and intersects new geometry
232
- :type dissolve_and_intersect: bool | None
233
185
  """
234
186
 
235
187
  def edit_mesh_extrude_move_shrink_fatten(
236
- execution_context: int | str | None = None, undo: bool | None = None
237
- ):
238
- """Extrude region together along local normals
239
-
240
- :type execution_context: int | str | None
241
- :type undo: bool | None
242
- """
243
-
244
- def fly(execution_context: int | str | None = None, undo: bool | None = None):
245
- """Interactively fly around the scene
246
-
247
- :type execution_context: int | str | None
248
- :type undo: bool | None
249
- """
188
+ execution_context: int | str | None = None,
189
+ undo: bool | None = None,
190
+ /,
191
+ ) -> None:
192
+ """Extrude region together along local normals"""
250
193
 
251
- def game_start(execution_context: int | str | None = None, undo: bool | None = None):
252
- """Start game engine
194
+ def fly(
195
+ execution_context: int | str | None = None,
196
+ undo: bool | None = None,
197
+ /,
198
+ ) -> None:
199
+ """Interactively fly around the scene"""
253
200
 
254
- :type execution_context: int | str | None
255
- :type undo: bool | None
256
- """
201
+ def game_start(
202
+ execution_context: int | str | None = None,
203
+ undo: bool | None = None,
204
+ /,
205
+ ) -> None:
206
+ """Start game engine"""
257
207
 
258
208
  def interactive_add(
259
209
  execution_context: int | str | None = None,
@@ -269,13 +219,10 @@ def interactive_add(
269
219
  plane_aspect_base: typing.Literal["FREE", "FIXED"] | None = "FREE",
270
220
  plane_aspect_depth: typing.Literal["FREE", "FIXED"] | None = "FREE",
271
221
  wait_for_input: bool | None = True,
272
- ):
222
+ ) -> None:
273
223
  """Interactively add an object
274
224
 
275
- :type execution_context: int | str | None
276
- :type undo: bool | None
277
225
  :param primitive_type: Primitive
278
- :type primitive_type: typing.Literal['CUBE','CYLINDER','CONE','SPHERE_UV','SPHERE_ICO'] | None
279
226
  :param plane_origin_base: Origin, The initial position for placement
280
227
 
281
228
  EDGE
@@ -283,7 +230,6 @@ def interactive_add(
283
230
 
284
231
  CENTER
285
232
  Center -- Start placing the center position.
286
- :type plane_origin_base: typing.Literal['EDGE','CENTER'] | None
287
233
  :param plane_origin_depth: Origin, The initial position for placement
288
234
 
289
235
  EDGE
@@ -291,7 +237,6 @@ def interactive_add(
291
237
 
292
238
  CENTER
293
239
  Center -- Start placing the center position.
294
- :type plane_origin_depth: typing.Literal['EDGE','CENTER'] | None
295
240
  :param plane_aspect_base: Aspect, The initial aspect setting
296
241
 
297
242
  FREE
@@ -299,7 +244,6 @@ def interactive_add(
299
244
 
300
245
  FIXED
301
246
  Fixed -- Use a fixed 1:1 aspect.
302
- :type plane_aspect_base: typing.Literal['FREE','FIXED'] | None
303
247
  :param plane_aspect_depth: Aspect, The initial aspect setting
304
248
 
305
249
  FREE
@@ -307,9 +251,7 @@ def interactive_add(
307
251
 
308
252
  FIXED
309
253
  Fixed -- Use a fixed 1:1 aspect.
310
- :type plane_aspect_depth: typing.Literal['FREE','FIXED'] | None
311
254
  :param wait_for_input: Wait for Input
312
- :type wait_for_input: bool | None
313
255
  """
314
256
 
315
257
  def localview(
@@ -318,23 +260,18 @@ def localview(
318
260
  /,
319
261
  *,
320
262
  frame_selected: bool | None = True,
321
- ):
263
+ ) -> None:
322
264
  """Toggle display of selected object(s) separately and centered in view
323
265
 
324
- :type execution_context: int | str | None
325
- :type undo: bool | None
326
266
  :param frame_selected: Frame Selected, Move the view to frame the selected objects
327
- :type frame_selected: bool | None
328
267
  """
329
268
 
330
269
  def localview_remove_from(
331
- execution_context: int | str | None = None, undo: bool | None = None
332
- ):
333
- """Move selected objects out of local view
334
-
335
- :type execution_context: int | str | None
336
- :type undo: bool | None
337
- """
270
+ execution_context: int | str | None = None,
271
+ undo: bool | None = None,
272
+ /,
273
+ ) -> None:
274
+ """Move selected objects out of local view"""
338
275
 
339
276
  def move(
340
277
  execution_context: int | str | None = None,
@@ -342,69 +279,60 @@ def move(
342
279
  /,
343
280
  *,
344
281
  use_cursor_init: bool | None = True,
345
- ):
282
+ ) -> None:
346
283
  """Move the view
347
284
 
348
- :type execution_context: int | str | None
349
- :type undo: bool | None
350
285
  :param use_cursor_init: Use Mouse Position, Allow the initial mouse position to be used
351
- :type use_cursor_init: bool | None
352
- """
353
-
354
- def navigate(execution_context: int | str | None = None, undo: bool | None = None):
355
- """Interactively navigate around the scene (uses the mode (walk/fly) preference)
356
-
357
- :type execution_context: int | str | None
358
- :type undo: bool | None
359
286
  """
360
287
 
361
- def ndof_all(execution_context: int | str | None = None, undo: bool | None = None):
362
- """Pan and rotate the view with the 3D mouse
363
-
364
- :type execution_context: int | str | None
365
- :type undo: bool | None
366
- """
288
+ def navigate(
289
+ execution_context: int | str | None = None,
290
+ undo: bool | None = None,
291
+ /,
292
+ ) -> None:
293
+ """Interactively navigate around the scene (uses the mode (walk/fly) preference)"""
367
294
 
368
- def ndof_orbit(execution_context: int | str | None = None, undo: bool | None = None):
369
- """Orbit the view using the 3D mouse
295
+ def ndof_all(
296
+ execution_context: int | str | None = None,
297
+ undo: bool | None = None,
298
+ /,
299
+ ) -> None:
300
+ """Pan and rotate the view with the 3D mouse"""
370
301
 
371
- :type execution_context: int | str | None
372
- :type undo: bool | None
373
- """
302
+ def ndof_orbit(
303
+ execution_context: int | str | None = None,
304
+ undo: bool | None = None,
305
+ /,
306
+ ) -> None:
307
+ """Orbit the view using the 3D mouse"""
374
308
 
375
309
  def ndof_orbit_zoom(
376
- execution_context: int | str | None = None, undo: bool | None = None
377
- ):
378
- """Orbit and zoom the view using the 3D mouse
379
-
380
- :type execution_context: int | str | None
381
- :type undo: bool | None
382
- """
383
-
384
- def ndof_pan(execution_context: int | str | None = None, undo: bool | None = None):
385
- """Pan the view with the 3D mouse
310
+ execution_context: int | str | None = None,
311
+ undo: bool | None = None,
312
+ /,
313
+ ) -> None:
314
+ """Orbit and zoom the view using the 3D mouse"""
386
315
 
387
- :type execution_context: int | str | None
388
- :type undo: bool | None
389
- """
316
+ def ndof_pan(
317
+ execution_context: int | str | None = None,
318
+ undo: bool | None = None,
319
+ /,
320
+ ) -> None:
321
+ """Pan the view with the 3D mouse"""
390
322
 
391
323
  def object_as_camera(
392
- execution_context: int | str | None = None, undo: bool | None = None
393
- ):
394
- """Set the active object as the active camera for this view or scene
395
-
396
- :type execution_context: int | str | None
397
- :type undo: bool | None
398
- """
324
+ execution_context: int | str | None = None,
325
+ undo: bool | None = None,
326
+ /,
327
+ ) -> None:
328
+ """Set the active object as the active camera for this view or scene"""
399
329
 
400
330
  def object_mode_pie_or_toggle(
401
- execution_context: int | str | None = None, undo: bool | None = None
402
- ):
403
- """Undocumented, consider contributing.
404
-
405
- :type execution_context: int | str | None
406
- :type undo: bool | None
407
- """
331
+ execution_context: int | str | None = None,
332
+ undo: bool | None = None,
333
+ /,
334
+ ) -> None:
335
+ """Undocumented, consider contributing."""
408
336
 
409
337
  def pastebuffer(
410
338
  execution_context: int | str | None = None,
@@ -413,15 +341,11 @@ def pastebuffer(
413
341
  *,
414
342
  autoselect: bool | None = True,
415
343
  active_collection: bool | None = True,
416
- ):
344
+ ) -> None:
417
345
  """Paste objects from the internal clipboard
418
346
 
419
- :type execution_context: int | str | None
420
- :type undo: bool | None
421
347
  :param autoselect: Select, Select pasted objects
422
- :type autoselect: bool | None
423
348
  :param active_collection: Active Collection, Put pasted objects in the active collection
424
- :type active_collection: bool | None
425
349
  """
426
350
 
427
351
  def render_border(
@@ -434,21 +358,14 @@ def render_border(
434
358
  ymin: int | None = 0,
435
359
  ymax: int | None = 0,
436
360
  wait_for_input: bool | None = True,
437
- ):
361
+ ) -> None:
438
362
  """Set the boundaries of the border render and enable border render
439
363
 
440
- :type execution_context: int | str | None
441
- :type undo: bool | None
442
364
  :param xmin: X Min
443
- :type xmin: int | None
444
365
  :param xmax: X Max
445
- :type xmax: int | None
446
366
  :param ymin: Y Min
447
- :type ymin: int | None
448
367
  :param ymax: Y Max
449
- :type ymax: int | None
450
368
  :param wait_for_input: Wait for Input
451
- :type wait_for_input: bool | None
452
369
  """
453
370
 
454
371
  def rotate(
@@ -457,28 +374,25 @@ def rotate(
457
374
  /,
458
375
  *,
459
376
  use_cursor_init: bool | None = True,
460
- ):
377
+ ) -> None:
461
378
  """Rotate the view
462
379
 
463
- :type execution_context: int | str | None
464
- :type undo: bool | None
465
380
  :param use_cursor_init: Use Mouse Position, Allow the initial mouse position to be used
466
- :type use_cursor_init: bool | None
467
- """
468
-
469
- def ruler_add(execution_context: int | str | None = None, undo: bool | None = None):
470
- """Add ruler
471
-
472
- :type execution_context: int | str | None
473
- :type undo: bool | None
474
381
  """
475
382
 
476
- def ruler_remove(execution_context: int | str | None = None, undo: bool | None = None):
477
- """Undocumented, consider contributing.
383
+ def ruler_add(
384
+ execution_context: int | str | None = None,
385
+ undo: bool | None = None,
386
+ /,
387
+ ) -> None:
388
+ """Add ruler"""
478
389
 
479
- :type execution_context: int | str | None
480
- :type undo: bool | None
481
- """
390
+ def ruler_remove(
391
+ execution_context: int | str | None = None,
392
+ undo: bool | None = None,
393
+ /,
394
+ ) -> None:
395
+ """Undocumented, consider contributing."""
482
396
 
483
397
  def select(
484
398
  execution_context: int | str | None = None,
@@ -494,29 +408,18 @@ def select(
494
408
  enumerate: bool | None = False,
495
409
  object: bool | None = False,
496
410
  location: collections.abc.Iterable[int] | None = (0, 0),
497
- ):
411
+ ) -> None:
498
412
  """Select and activate item(s)
499
413
 
500
- :type execution_context: int | str | None
501
- :type undo: bool | None
502
414
  :param extend: Extend, Extend selection instead of deselecting everything first
503
- :type extend: bool | None
504
415
  :param deselect: Deselect, Remove from selection
505
- :type deselect: bool | None
506
416
  :param toggle: Toggle Selection, Toggle the selection
507
- :type toggle: bool | None
508
417
  :param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
509
- :type deselect_all: bool | None
510
418
  :param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
511
- :type select_passthrough: bool | None
512
419
  :param center: Center, Use the object center when selecting, in edit mode used to extend object selection
513
- :type center: bool | None
514
420
  :param enumerate: Enumerate, List objects under the mouse (object mode only)
515
- :type enumerate: bool | None
516
421
  :param object: Object, Use object selection (edit mode only)
517
- :type object: bool | None
518
422
  :param location: Location, Mouse location
519
- :type location: collections.abc.Iterable[int] | None
520
423
  """
521
424
 
522
425
  def select_box(
@@ -530,21 +433,14 @@ def select_box(
530
433
  ymax: int | None = 0,
531
434
  wait_for_input: bool | None = True,
532
435
  mode: typing.Literal["SET", "ADD", "SUB", "XOR", "AND"] | None = "SET",
533
- ):
436
+ ) -> None:
534
437
  """Select items using box selection
535
438
 
536
- :type execution_context: int | str | None
537
- :type undo: bool | None
538
439
  :param xmin: X Min
539
- :type xmin: int | None
540
440
  :param xmax: X Max
541
- :type xmax: int | None
542
441
  :param ymin: Y Min
543
- :type ymin: int | None
544
442
  :param ymax: Y Max
545
- :type ymax: int | None
546
443
  :param wait_for_input: Wait for Input
547
- :type wait_for_input: bool | None
548
444
  :param mode: Mode
549
445
 
550
446
  SET
@@ -561,7 +457,6 @@ def select_box(
561
457
 
562
458
  AND
563
459
  Intersect -- Intersect existing selection.
564
- :type mode: typing.Literal['SET','ADD','SUB','XOR','AND'] | None
565
460
  """
566
461
 
567
462
  def select_circle(
@@ -574,19 +469,13 @@ def select_circle(
574
469
  radius: int | None = 25,
575
470
  wait_for_input: bool | None = True,
576
471
  mode: typing.Literal["SET", "ADD", "SUB"] | None = "SET",
577
- ):
472
+ ) -> None:
578
473
  """Select items using circle selection
579
474
 
580
- :type execution_context: int | str | None
581
- :type undo: bool | None
582
475
  :param x: X
583
- :type x: int | None
584
476
  :param y: Y
585
- :type y: int | None
586
477
  :param radius: Radius
587
- :type radius: int | None
588
478
  :param wait_for_input: Wait for Input
589
- :type wait_for_input: bool | None
590
479
  :param mode: Mode
591
480
 
592
481
  SET
@@ -597,7 +486,6 @@ def select_circle(
597
486
 
598
487
  SUB
599
488
  Subtract -- Subtract existing selection.
600
- :type mode: typing.Literal['SET','ADD','SUB'] | None
601
489
  """
602
490
 
603
491
  def select_lasso(
@@ -610,19 +498,13 @@ def select_lasso(
610
498
  smooth_stroke_factor: float | None = 0.75,
611
499
  smooth_stroke_radius: int | None = 35,
612
500
  mode: typing.Literal["SET", "ADD", "SUB", "XOR", "AND"] | None = "SET",
613
- ):
501
+ ) -> None:
614
502
  """Select items using lasso selection
615
503
 
616
- :type execution_context: int | str | None
617
- :type undo: bool | None
618
504
  :param path: Path
619
- :type path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None
620
505
  :param use_smooth_stroke: Stabilize Stroke, Selection lags behind mouse and follows a smoother path
621
- :type use_smooth_stroke: bool | None
622
506
  :param smooth_stroke_factor: Smooth Stroke Factor, Higher values gives a smoother stroke
623
- :type smooth_stroke_factor: float | None
624
507
  :param smooth_stroke_radius: Smooth Stroke Radius, Minimum distance from last point before selection continues
625
- :type smooth_stroke_radius: int | None
626
508
  :param mode: Mode
627
509
 
628
510
  SET
@@ -639,7 +521,6 @@ def select_lasso(
639
521
 
640
522
  AND
641
523
  Intersect -- Intersect existing selection.
642
- :type mode: typing.Literal['SET','ADD','SUB','XOR','AND'] | None
643
524
  """
644
525
 
645
526
  def select_menu(
@@ -651,72 +532,56 @@ def select_menu(
651
532
  extend: bool | None = False,
652
533
  deselect: bool | None = False,
653
534
  toggle: bool | None = False,
654
- ):
535
+ ) -> None:
655
536
  """Menu object selection
656
537
 
657
- :type execution_context: int | str | None
658
- :type undo: bool | None
659
538
  :param name: Object Name
660
- :type name: str | None
661
539
  :param extend: Extend
662
- :type extend: bool | None
663
540
  :param deselect: Deselect
664
- :type deselect: bool | None
665
541
  :param toggle: Toggle
666
- :type toggle: bool | None
667
542
  """
668
543
 
669
- def smoothview(execution_context: int | str | None = None, undo: bool | None = None):
670
- """Undocumented, consider contributing.
671
-
672
- :type execution_context: int | str | None
673
- :type undo: bool | None
674
- """
544
+ def smoothview(
545
+ execution_context: int | str | None = None,
546
+ undo: bool | None = None,
547
+ /,
548
+ ) -> None:
549
+ """Undocumented, consider contributing."""
675
550
 
676
551
  def snap_cursor_to_active(
677
- execution_context: int | str | None = None, undo: bool | None = None
678
- ):
679
- """Snap 3D cursor to the active item
680
-
681
- :type execution_context: int | str | None
682
- :type undo: bool | None
683
- """
552
+ execution_context: int | str | None = None,
553
+ undo: bool | None = None,
554
+ /,
555
+ ) -> None:
556
+ """Snap 3D cursor to the active item"""
684
557
 
685
558
  def snap_cursor_to_center(
686
- execution_context: int | str | None = None, undo: bool | None = None
687
- ):
688
- """Snap 3D cursor to the world origin
689
-
690
- :type execution_context: int | str | None
691
- :type undo: bool | None
692
- """
559
+ execution_context: int | str | None = None,
560
+ undo: bool | None = None,
561
+ /,
562
+ ) -> None:
563
+ """Snap 3D cursor to the world origin"""
693
564
 
694
565
  def snap_cursor_to_grid(
695
- execution_context: int | str | None = None, undo: bool | None = None
696
- ):
697
- """Snap 3D cursor to the nearest grid division
698
-
699
- :type execution_context: int | str | None
700
- :type undo: bool | None
701
- """
566
+ execution_context: int | str | None = None,
567
+ undo: bool | None = None,
568
+ /,
569
+ ) -> None:
570
+ """Snap 3D cursor to the nearest grid division"""
702
571
 
703
572
  def snap_cursor_to_selected(
704
- execution_context: int | str | None = None, undo: bool | None = None
705
- ):
706
- """Snap 3D cursor to the middle of the selected item(s)
707
-
708
- :type execution_context: int | str | None
709
- :type undo: bool | None
710
- """
573
+ execution_context: int | str | None = None,
574
+ undo: bool | None = None,
575
+ /,
576
+ ) -> None:
577
+ """Snap 3D cursor to the middle of the selected item(s)"""
711
578
 
712
579
  def snap_selected_to_active(
713
- execution_context: int | str | None = None, undo: bool | None = None
714
- ):
715
- """Snap selected item(s) to the active item
716
-
717
- :type execution_context: int | str | None
718
- :type undo: bool | None
719
- """
580
+ execution_context: int | str | None = None,
581
+ undo: bool | None = None,
582
+ /,
583
+ ) -> None:
584
+ """Snap selected item(s) to the active item"""
720
585
 
721
586
  def snap_selected_to_cursor(
722
587
  execution_context: int | str | None = None,
@@ -724,32 +589,27 @@ def snap_selected_to_cursor(
724
589
  /,
725
590
  *,
726
591
  use_offset: bool | None = True,
727
- ):
592
+ use_rotation: bool | None = False,
593
+ ) -> None:
728
594
  """Snap selected item(s) to the 3D cursor
729
595
 
730
- :type execution_context: int | str | None
731
- :type undo: bool | None
732
596
  :param use_offset: Offset, If the selection should be snapped as a whole or by each object center
733
- :type use_offset: bool | None
597
+ :param use_rotation: Rotation, If the selection should be rotated to match the cursor
734
598
  """
735
599
 
736
600
  def snap_selected_to_grid(
737
- execution_context: int | str | None = None, undo: bool | None = None
738
- ):
739
- """Snap selected item(s) to their nearest grid division
740
-
741
- :type execution_context: int | str | None
742
- :type undo: bool | None
743
- """
601
+ execution_context: int | str | None = None,
602
+ undo: bool | None = None,
603
+ /,
604
+ ) -> None:
605
+ """Snap selected item(s) to their nearest grid division"""
744
606
 
745
607
  def toggle_matcap_flip(
746
- execution_context: int | str | None = None, undo: bool | None = None
747
- ):
748
- """Flip MatCap
749
-
750
- :type execution_context: int | str | None
751
- :type undo: bool | None
752
- """
608
+ execution_context: int | str | None = None,
609
+ undo: bool | None = None,
610
+ /,
611
+ ) -> None:
612
+ """Flip MatCap"""
753
613
 
754
614
  def toggle_shading(
755
615
  execution_context: int | str | None = None,
@@ -758,11 +618,9 @@ def toggle_shading(
758
618
  *,
759
619
  type: typing.Literal["WIREFRAME", "SOLID", "MATERIAL", "RENDERED"]
760
620
  | None = "WIREFRAME",
761
- ):
621
+ ) -> None:
762
622
  """Toggle shading type in 3D viewport
763
623
 
764
- :type execution_context: int | str | None
765
- :type undo: bool | None
766
624
  :param type: Type, Shading type to toggle
767
625
 
768
626
  WIREFRAME
@@ -776,15 +634,14 @@ def toggle_shading(
776
634
 
777
635
  RENDERED
778
636
  Rendered -- Toggle rendered shading.
779
- :type type: typing.Literal['WIREFRAME','SOLID','MATERIAL','RENDERED'] | None
780
637
  """
781
638
 
782
- def toggle_xray(execution_context: int | str | None = None, undo: bool | None = None):
783
- """Transparent scene display. Allow selecting through items
784
-
785
- :type execution_context: int | str | None
786
- :type undo: bool | None
787
- """
639
+ def toggle_xray(
640
+ execution_context: int | str | None = None,
641
+ undo: bool | None = None,
642
+ /,
643
+ ) -> None:
644
+ """Transparent scene display. Allow selecting through items"""
788
645
 
789
646
  def transform_gizmo_set(
790
647
  execution_context: int | str | None = None,
@@ -793,15 +650,11 @@ def transform_gizmo_set(
793
650
  *,
794
651
  extend: bool | None = False,
795
652
  type: set[typing.Literal["TRANSLATE", "ROTATE", "SCALE"]] | None = {},
796
- ):
653
+ ) -> None:
797
654
  """Set the current transform gizmo
798
655
 
799
- :type execution_context: int | str | None
800
- :type undo: bool | None
801
656
  :param extend: Extend
802
- :type extend: bool | None
803
657
  :param type: Type
804
- :type type: set[typing.Literal['TRANSLATE','ROTATE','SCALE']] | None
805
658
  """
806
659
 
807
660
  def view_all(
@@ -811,15 +664,11 @@ def view_all(
811
664
  *,
812
665
  use_all_regions: bool | None = False,
813
666
  center: bool | None = False,
814
- ):
667
+ ) -> None:
815
668
  """View all objects in scene
816
669
 
817
- :type execution_context: int | str | None
818
- :type undo: bool | None
819
670
  :param use_all_regions: All Regions, View selected for all regions
820
- :type use_all_regions: bool | None
821
671
  :param center: Center
822
- :type center: bool | None
823
672
  """
824
673
 
825
674
  def view_axis(
@@ -831,11 +680,9 @@ def view_axis(
831
680
  | None = "LEFT",
832
681
  align_active: bool | None = False,
833
682
  relative: bool | None = False,
834
- ):
683
+ ) -> None:
835
684
  """Use a preset viewpoint
836
685
 
837
- :type execution_context: int | str | None
838
- :type undo: bool | None
839
686
  :param type: View, Preset viewpoint to use
840
687
 
841
688
  LEFT
@@ -855,73 +702,58 @@ def view_axis(
855
702
 
856
703
  BACK
857
704
  Back -- View from the back.
858
- :type type: typing.Literal['LEFT','RIGHT','BOTTOM','TOP','FRONT','BACK'] | None
859
- :param align_active: Align Active, Align to the active object's axis
860
- :type align_active: bool | None
705
+ :param align_active: Align Active, Align to the active objects axis
861
706
  :param relative: Relative, Rotate relative to the current orientation
862
- :type relative: bool | None
863
707
  """
864
708
 
865
- def view_camera(execution_context: int | str | None = None, undo: bool | None = None):
866
- """Toggle the camera view
867
-
868
- :type execution_context: int | str | None
869
- :type undo: bool | None
870
- """
709
+ def view_camera(
710
+ execution_context: int | str | None = None,
711
+ undo: bool | None = None,
712
+ /,
713
+ ) -> None:
714
+ """Toggle the camera view"""
871
715
 
872
716
  def view_center_camera(
873
- execution_context: int | str | None = None, undo: bool | None = None
874
- ):
875
- """Center the camera view, resizing the view to fit its bounds
876
-
877
- :type execution_context: int | str | None
878
- :type undo: bool | None
879
- """
717
+ execution_context: int | str | None = None,
718
+ undo: bool | None = None,
719
+ /,
720
+ ) -> None:
721
+ """Center the camera view, resizing the view to fit its bounds"""
880
722
 
881
723
  def view_center_cursor(
882
- execution_context: int | str | None = None, undo: bool | None = None
883
- ):
884
- """Center the view so that the cursor is in the middle of the view
885
-
886
- :type execution_context: int | str | None
887
- :type undo: bool | None
888
- """
724
+ execution_context: int | str | None = None,
725
+ undo: bool | None = None,
726
+ /,
727
+ ) -> None:
728
+ """Center the view so that the cursor is in the middle of the view"""
889
729
 
890
730
  def view_center_lock(
891
- execution_context: int | str | None = None, undo: bool | None = None
892
- ):
893
- """Center the view lock offset
894
-
895
- :type execution_context: int | str | None
896
- :type undo: bool | None
897
- """
731
+ execution_context: int | str | None = None,
732
+ undo: bool | None = None,
733
+ /,
734
+ ) -> None:
735
+ """Center the view lock offset"""
898
736
 
899
737
  def view_center_pick(
900
- execution_context: int | str | None = None, undo: bool | None = None
901
- ):
902
- """Center the view to the Z-depth position under the mouse cursor
903
-
904
- :type execution_context: int | str | None
905
- :type undo: bool | None
906
- """
738
+ execution_context: int | str | None = None,
739
+ undo: bool | None = None,
740
+ /,
741
+ ) -> None:
742
+ """Center the view to the Z-depth position under the mouse cursor"""
907
743
 
908
744
  def view_lock_clear(
909
- execution_context: int | str | None = None, undo: bool | None = None
910
- ):
911
- """Clear all view locking
912
-
913
- :type execution_context: int | str | None
914
- :type undo: bool | None
915
- """
745
+ execution_context: int | str | None = None,
746
+ undo: bool | None = None,
747
+ /,
748
+ ) -> None:
749
+ """Clear all view locking"""
916
750
 
917
751
  def view_lock_to_active(
918
- execution_context: int | str | None = None, undo: bool | None = None
919
- ):
920
- """Lock the view to the active object/bone
921
-
922
- :type execution_context: int | str | None
923
- :type undo: bool | None
924
- """
752
+ execution_context: int | str | None = None,
753
+ undo: bool | None = None,
754
+ /,
755
+ ) -> None:
756
+ """Lock the view to the active object/bone"""
925
757
 
926
758
  def view_orbit(
927
759
  execution_context: int | str | None = None,
@@ -931,13 +763,10 @@ def view_orbit(
931
763
  angle: float | None = 0.0,
932
764
  type: typing.Literal["ORBITLEFT", "ORBITRIGHT", "ORBITUP", "ORBITDOWN"]
933
765
  | None = "ORBITLEFT",
934
- ):
766
+ ) -> None:
935
767
  """Orbit the view
936
768
 
937
- :type execution_context: int | str | None
938
- :type undo: bool | None
939
769
  :param angle: Roll
940
- :type angle: float | None
941
770
  :param type: Orbit, Direction of View Orbit
942
771
 
943
772
  ORBITLEFT
@@ -951,7 +780,6 @@ def view_orbit(
951
780
 
952
781
  ORBITDOWN
953
782
  Orbit Down -- Orbit the view down.
954
- :type type: typing.Literal['ORBITLEFT','ORBITRIGHT','ORBITUP','ORBITDOWN'] | None
955
783
  """
956
784
 
957
785
  def view_pan(
@@ -960,11 +788,9 @@ def view_pan(
960
788
  /,
961
789
  *,
962
790
  type: typing.Literal["PANLEFT", "PANRIGHT", "PANUP", "PANDOWN"] | None = "PANLEFT",
963
- ):
791
+ ) -> None:
964
792
  """Pan the view in a given direction
965
793
 
966
- :type execution_context: int | str | None
967
- :type undo: bool | None
968
794
  :param type: Pan, Direction of View Pan
969
795
 
970
796
  PANLEFT
@@ -978,17 +804,14 @@ def view_pan(
978
804
 
979
805
  PANDOWN
980
806
  Pan Down -- Pan the view down.
981
- :type type: typing.Literal['PANLEFT','PANRIGHT','PANUP','PANDOWN'] | None
982
807
  """
983
808
 
984
809
  def view_persportho(
985
- execution_context: int | str | None = None, undo: bool | None = None
986
- ):
987
- """Switch the current view from perspective/orthographic projection
988
-
989
- :type execution_context: int | str | None
990
- :type undo: bool | None
991
- """
810
+ execution_context: int | str | None = None,
811
+ undo: bool | None = None,
812
+ /,
813
+ ) -> None:
814
+ """Switch the current view from perspective/orthographic projection"""
992
815
 
993
816
  def view_roll(
994
817
  execution_context: int | str | None = None,
@@ -997,13 +820,10 @@ def view_roll(
997
820
  *,
998
821
  angle: float | None = 0.0,
999
822
  type: typing.Literal["ANGLE", "LEFT", "RIGHT"] | None = "ANGLE",
1000
- ):
823
+ ) -> None:
1001
824
  """Roll the view
1002
825
 
1003
- :type execution_context: int | str | None
1004
- :type undo: bool | None
1005
826
  :param angle: Roll
1006
- :type angle: float | None
1007
827
  :param type: Roll Angle Source, How roll angle is calculated
1008
828
 
1009
829
  ANGLE
@@ -1014,7 +834,6 @@ def view_roll(
1014
834
 
1015
835
  RIGHT
1016
836
  Roll Right -- Roll the view around to the right.
1017
- :type type: typing.Literal['ANGLE','LEFT','RIGHT'] | None
1018
837
  """
1019
838
 
1020
839
  def view_selected(
@@ -1023,21 +842,18 @@ def view_selected(
1023
842
  /,
1024
843
  *,
1025
844
  use_all_regions: bool | None = False,
1026
- ):
845
+ ) -> None:
1027
846
  """Move the view to the selection center
1028
847
 
1029
- :type execution_context: int | str | None
1030
- :type undo: bool | None
1031
848
  :param use_all_regions: All Regions, View selected for all regions
1032
- :type use_all_regions: bool | None
1033
849
  """
1034
850
 
1035
- def walk(execution_context: int | str | None = None, undo: bool | None = None):
1036
- """Interactively walk around the scene
1037
-
1038
- :type execution_context: int | str | None
1039
- :type undo: bool | None
1040
- """
851
+ def walk(
852
+ execution_context: int | str | None = None,
853
+ undo: bool | None = None,
854
+ /,
855
+ ) -> None:
856
+ """Interactively walk around the scene"""
1041
857
 
1042
858
  def zoom(
1043
859
  execution_context: int | str | None = None,
@@ -1048,19 +864,13 @@ def zoom(
1048
864
  my: int | None = 0,
1049
865
  delta: int | None = 0,
1050
866
  use_cursor_init: bool | None = True,
1051
- ):
867
+ ) -> None:
1052
868
  """Zoom in/out in the view
1053
869
 
1054
- :type execution_context: int | str | None
1055
- :type undo: bool | None
1056
870
  :param mx: Region Position X
1057
- :type mx: int | None
1058
871
  :param my: Region Position Y
1059
- :type my: int | None
1060
872
  :param delta: Delta
1061
- :type delta: int | None
1062
873
  :param use_cursor_init: Use Mouse Position, Allow the initial mouse position to be used
1063
- :type use_cursor_init: bool | None
1064
874
  """
1065
875
 
1066
876
  def zoom_border(
@@ -1074,30 +884,20 @@ def zoom_border(
1074
884
  ymax: int | None = 0,
1075
885
  wait_for_input: bool | None = True,
1076
886
  zoom_out: bool | None = False,
1077
- ):
887
+ ) -> None:
1078
888
  """Zoom in the view to the nearest object contained in the border
1079
889
 
1080
- :type execution_context: int | str | None
1081
- :type undo: bool | None
1082
890
  :param xmin: X Min
1083
- :type xmin: int | None
1084
891
  :param xmax: X Max
1085
- :type xmax: int | None
1086
892
  :param ymin: Y Min
1087
- :type ymin: int | None
1088
893
  :param ymax: Y Max
1089
- :type ymax: int | None
1090
894
  :param wait_for_input: Wait for Input
1091
- :type wait_for_input: bool | None
1092
895
  :param zoom_out: Zoom Out
1093
- :type zoom_out: bool | None
1094
896
  """
1095
897
 
1096
898
  def zoom_camera_1_to_1(
1097
- execution_context: int | str | None = None, undo: bool | None = None
1098
- ):
1099
- """Match the camera to 1:1 to the render output
1100
-
1101
- :type execution_context: int | str | None
1102
- :type undo: bool | None
1103
- """
899
+ execution_context: int | str | None = None,
900
+ undo: bool | None = None,
901
+ /,
902
+ ) -> None:
903
+ """Match the camera to 1:1 to the render output"""