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
bpy/ops/text/__init__.pyi CHANGED
@@ -1,13 +1,14 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import numpy.typing as npt
4
5
 
5
- def autocomplete(execution_context: int | str | None = None, undo: bool | None = None):
6
- """Show a list of used text in the open document
7
-
8
- :type execution_context: int | str | None
9
- :type undo: bool | None
10
- """
6
+ def autocomplete(
7
+ execution_context: int | str | None = None,
8
+ undo: bool | None = None,
9
+ /,
10
+ ) -> None:
11
+ """Show a list of used text in the open document"""
11
12
 
12
13
  def comment_toggle(
13
14
  execution_context: int | str | None = None,
@@ -15,13 +16,10 @@ def comment_toggle(
15
16
  /,
16
17
  *,
17
18
  type: typing.Literal["TOGGLE", "COMMENT", "UNCOMMENT"] | None = "TOGGLE",
18
- ):
19
+ ) -> None:
19
20
  """Undocumented, consider contributing.
20
21
 
21
- :type execution_context: int | str | None
22
- :type undo: bool | None
23
22
  :param type: Type, Add or remove comments
24
- :type type: typing.Literal['TOGGLE','COMMENT','UNCOMMENT'] | None
25
23
  """
26
24
 
27
25
  def convert_whitespace(
@@ -30,21 +28,18 @@ def convert_whitespace(
30
28
  /,
31
29
  *,
32
30
  type: typing.Literal["SPACES", "TABS"] | None = "SPACES",
33
- ):
31
+ ) -> None:
34
32
  """Convert whitespaces by type
35
33
 
36
- :type execution_context: int | str | None
37
- :type undo: bool | None
38
34
  :param type: Type, Type of whitespace to convert to
39
- :type type: typing.Literal['SPACES','TABS'] | None
40
35
  """
41
36
 
42
- def copy(execution_context: int | str | None = None, undo: bool | None = None):
43
- """Copy selected text to clipboard
44
-
45
- :type execution_context: int | str | None
46
- :type undo: bool | None
47
- """
37
+ def copy(
38
+ execution_context: int | str | None = None,
39
+ undo: bool | None = None,
40
+ /,
41
+ ) -> None:
42
+ """Copy selected text to clipboard"""
48
43
 
49
44
  def cursor_set(
50
45
  execution_context: int | str | None = None,
@@ -53,23 +48,19 @@ def cursor_set(
53
48
  *,
54
49
  x: int | None = 0,
55
50
  y: int | None = 0,
56
- ):
51
+ ) -> None:
57
52
  """Set cursor position
58
53
 
59
- :type execution_context: int | str | None
60
- :type undo: bool | None
61
54
  :param x: X
62
- :type x: int | None
63
55
  :param y: Y
64
- :type y: int | None
65
56
  """
66
57
 
67
- def cut(execution_context: int | str | None = None, undo: bool | None = None):
68
- """Cut selected text to clipboard
69
-
70
- :type execution_context: int | str | None
71
- :type undo: bool | None
72
- """
58
+ def cut(
59
+ execution_context: int | str | None = None,
60
+ undo: bool | None = None,
61
+ /,
62
+ ) -> None:
63
+ """Cut selected text to clipboard"""
73
64
 
74
65
  def delete(
75
66
  execution_context: int | str | None = None,
@@ -80,55 +71,46 @@ def delete(
80
71
  "NEXT_CHARACTER", "PREVIOUS_CHARACTER", "NEXT_WORD", "PREVIOUS_WORD"
81
72
  ]
82
73
  | None = "NEXT_CHARACTER",
83
- ):
74
+ ) -> None:
84
75
  """Delete text by cursor position
85
76
 
86
- :type execution_context: int | str | None
87
- :type undo: bool | None
88
77
  :param type: Type, Which part of the text to delete
89
- :type type: typing.Literal['NEXT_CHARACTER','PREVIOUS_CHARACTER','NEXT_WORD','PREVIOUS_WORD'] | None
90
78
  """
91
79
 
92
80
  def duplicate_line(
93
- execution_context: int | str | None = None, undo: bool | None = None
94
- ):
95
- """Duplicate the current line
96
-
97
- :type execution_context: int | str | None
98
- :type undo: bool | None
99
- """
100
-
101
- def find(execution_context: int | str | None = None, undo: bool | None = None):
102
- """Find specified text
81
+ execution_context: int | str | None = None,
82
+ undo: bool | None = None,
83
+ /,
84
+ ) -> None:
85
+ """Duplicate the current line"""
103
86
 
104
- :type execution_context: int | str | None
105
- :type undo: bool | None
106
- """
87
+ def find(
88
+ execution_context: int | str | None = None,
89
+ undo: bool | None = None,
90
+ /,
91
+ ) -> None:
92
+ """Find specified text"""
107
93
 
108
94
  def find_set_selected(
109
- execution_context: int | str | None = None, undo: bool | None = None
110
- ):
111
- """Find specified text and set as selected
112
-
113
- :type execution_context: int | str | None
114
- :type undo: bool | None
115
- """
116
-
117
- def indent(execution_context: int | str | None = None, undo: bool | None = None):
118
- """Indent selected text
95
+ execution_context: int | str | None = None,
96
+ undo: bool | None = None,
97
+ /,
98
+ ) -> None:
99
+ """Find specified text and set as selected"""
119
100
 
120
- :type execution_context: int | str | None
121
- :type undo: bool | None
122
- """
101
+ def indent(
102
+ execution_context: int | str | None = None,
103
+ undo: bool | None = None,
104
+ /,
105
+ ) -> None:
106
+ """Indent selected text"""
123
107
 
124
108
  def indent_or_autocomplete(
125
- execution_context: int | str | None = None, undo: bool | None = None
126
- ):
127
- """Indent selected text or autocomplete
128
-
129
- :type execution_context: int | str | None
130
- :type undo: bool | None
131
- """
109
+ execution_context: int | str | None = None,
110
+ undo: bool | None = None,
111
+ /,
112
+ ) -> None:
113
+ """Indent selected text or autocomplete"""
132
114
 
133
115
  def insert(
134
116
  execution_context: int | str | None = None,
@@ -136,13 +118,10 @@ def insert(
136
118
  /,
137
119
  *,
138
120
  text: str = "",
139
- ):
121
+ ) -> None:
140
122
  """Insert text at cursor position
141
123
 
142
- :type execution_context: int | str | None
143
- :type undo: bool | None
144
124
  :param text: Text, Text to insert at the cursor position
145
- :type text: str
146
125
  """
147
126
 
148
127
  def jump(
@@ -151,13 +130,10 @@ def jump(
151
130
  /,
152
131
  *,
153
132
  line: int | None = 1,
154
- ):
133
+ ) -> None:
155
134
  """Jump cursor to line
156
135
 
157
- :type execution_context: int | str | None
158
- :type undo: bool | None
159
136
  :param line: Line, Line number to jump to
160
- :type line: int | None
161
137
  """
162
138
 
163
139
  def jump_to_file_at_point(
@@ -168,39 +144,34 @@ def jump_to_file_at_point(
168
144
  filepath: str = "",
169
145
  line: int | None = 0,
170
146
  column: int | None = 0,
171
- ):
147
+ ) -> None:
172
148
  """Jump to a file for the text editor
173
149
 
174
- :type execution_context: int | str | None
175
- :type undo: bool | None
176
150
  :param filepath: Filepath
177
- :type filepath: str
178
151
  :param line: Line, Line to jump to
179
- :type line: int | None
180
152
  :param column: Column, Column to jump to
181
- :type column: int | None
182
153
  """
183
154
 
184
- def line_break(execution_context: int | str | None = None, undo: bool | None = None):
185
- """Insert line break at cursor position
186
-
187
- :type execution_context: int | str | None
188
- :type undo: bool | None
189
- """
190
-
191
- def line_number(execution_context: int | str | None = None, undo: bool | None = None):
192
- """The current line number
193
-
194
- :type execution_context: int | str | None
195
- :type undo: bool | None
196
- """
155
+ def line_break(
156
+ execution_context: int | str | None = None,
157
+ undo: bool | None = None,
158
+ /,
159
+ ) -> None:
160
+ """Insert line break at cursor position"""
197
161
 
198
- def make_internal(execution_context: int | str | None = None, undo: bool | None = None):
199
- """Make active text file internal
162
+ def line_number(
163
+ execution_context: int | str | None = None,
164
+ undo: bool | None = None,
165
+ /,
166
+ ) -> None:
167
+ """The current line number"""
200
168
 
201
- :type execution_context: int | str | None
202
- :type undo: bool | None
203
- """
169
+ def make_internal(
170
+ execution_context: int | str | None = None,
171
+ undo: bool | None = None,
172
+ /,
173
+ ) -> None:
174
+ """Make active text file internal"""
204
175
 
205
176
  def move(
206
177
  execution_context: int | str | None = None,
@@ -222,13 +193,10 @@ def move(
222
193
  "NEXT_PAGE",
223
194
  ]
224
195
  | None = "LINE_BEGIN",
225
- ):
196
+ ) -> None:
226
197
  """Move cursor to position type
227
198
 
228
- :type execution_context: int | str | None
229
- :type undo: bool | None
230
199
  :param type: Type, Where to move cursor to
231
- :type type: typing.Literal['LINE_BEGIN','LINE_END','FILE_TOP','FILE_BOTTOM','PREVIOUS_CHARACTER','NEXT_CHARACTER','PREVIOUS_WORD','NEXT_WORD','PREVIOUS_LINE','NEXT_LINE','PREVIOUS_PAGE','NEXT_PAGE'] | None
232
200
  """
233
201
 
234
202
  def move_lines(
@@ -237,13 +205,10 @@ def move_lines(
237
205
  /,
238
206
  *,
239
207
  direction: typing.Literal["UP", "DOWN"] | None = "DOWN",
240
- ):
208
+ ) -> None:
241
209
  """Move the currently selected line(s) up/down
242
210
 
243
- :type execution_context: int | str | None
244
- :type undo: bool | None
245
211
  :param direction: Direction
246
- :type direction: typing.Literal['UP','DOWN'] | None
247
212
  """
248
213
 
249
214
  def move_select(
@@ -266,21 +231,18 @@ def move_select(
266
231
  "NEXT_PAGE",
267
232
  ]
268
233
  | None = "LINE_BEGIN",
269
- ):
234
+ ) -> None:
270
235
  """Move the cursor while selecting
271
236
 
272
- :type execution_context: int | str | None
273
- :type undo: bool | None
274
237
  :param type: Type, Where to move cursor to, to make a selection
275
- :type type: typing.Literal['LINE_BEGIN','LINE_END','FILE_TOP','FILE_BOTTOM','PREVIOUS_CHARACTER','NEXT_CHARACTER','PREVIOUS_WORD','NEXT_WORD','PREVIOUS_LINE','NEXT_LINE','PREVIOUS_PAGE','NEXT_PAGE'] | None
276
238
  """
277
239
 
278
- def new(execution_context: int | str | None = None, undo: bool | None = None):
279
- """Create a new text data-block
280
-
281
- :type execution_context: int | str | None
282
- :type undo: bool | None
283
- """
240
+ def new(
241
+ execution_context: int | str | None = None,
242
+ undo: bool | None = None,
243
+ /,
244
+ ) -> None:
245
+ """Create a new text data-block"""
284
246
 
285
247
  def open(
286
248
  execution_context: int | str | None = None,
@@ -300,7 +262,6 @@ def open(
300
262
  filter_text: bool | None = True,
301
263
  filter_archive: bool | None = False,
302
264
  filter_btx: bool | None = False,
303
- filter_collada: bool | None = False,
304
265
  filter_alembic: bool | None = False,
305
266
  filter_usd: bool | None = False,
306
267
  filter_obj: bool | None = False,
@@ -308,6 +269,7 @@ def open(
308
269
  filter_folder: bool | None = True,
309
270
  filter_blenlib: bool | None = False,
310
271
  filemode: int | None = 9,
272
+ relative_path: bool | None = True,
311
273
  display_type: typing.Literal[
312
274
  "DEFAULT", "LIST_VERTICAL", "LIST_HORIZONTAL", "THUMBNAIL"
313
275
  ]
@@ -322,53 +284,30 @@ def open(
322
284
  ]
323
285
  | None = "",
324
286
  internal: bool | None = False,
325
- ):
287
+ ) -> None:
326
288
  """Open a new text data-block
327
289
 
328
- :type execution_context: int | str | None
329
- :type undo: bool | None
330
290
  :param filepath: File Path, Path to file
331
- :type filepath: str
332
291
  :param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
333
- :type hide_props_region: bool | None
334
292
  :param check_existing: Check Existing, Check and warn on overwriting existing files
335
- :type check_existing: bool | None
336
293
  :param filter_blender: Filter .blend files
337
- :type filter_blender: bool | None
338
294
  :param filter_backup: Filter .blend files
339
- :type filter_backup: bool | None
340
295
  :param filter_image: Filter image files
341
- :type filter_image: bool | None
342
296
  :param filter_movie: Filter movie files
343
- :type filter_movie: bool | None
344
297
  :param filter_python: Filter Python files
345
- :type filter_python: bool | None
346
298
  :param filter_font: Filter font files
347
- :type filter_font: bool | None
348
299
  :param filter_sound: Filter sound files
349
- :type filter_sound: bool | None
350
300
  :param filter_text: Filter text files
351
- :type filter_text: bool | None
352
301
  :param filter_archive: Filter archive files
353
- :type filter_archive: bool | None
354
302
  :param filter_btx: Filter btx files
355
- :type filter_btx: bool | None
356
- :param filter_collada: Filter COLLADA files
357
- :type filter_collada: bool | None
358
303
  :param filter_alembic: Filter Alembic files
359
- :type filter_alembic: bool | None
360
304
  :param filter_usd: Filter USD files
361
- :type filter_usd: bool | None
362
305
  :param filter_obj: Filter OBJ files
363
- :type filter_obj: bool | None
364
306
  :param filter_volume: Filter OpenVDB volume files
365
- :type filter_volume: bool | None
366
307
  :param filter_folder: Filter folders
367
- :type filter_folder: bool | None
368
308
  :param filter_blenlib: Filter Blender IDs
369
- :type filter_blenlib: bool | None
370
309
  :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
371
- :type filemode: int | None
310
+ :param relative_path: Relative Path, Select the file relative to the blend file
372
311
  :param display_type: Display Type
373
312
 
374
313
  DEFAULT
@@ -382,7 +321,6 @@ def open(
382
321
 
383
322
  THUMBNAIL
384
323
  Thumbnails -- Display files as thumbnails.
385
- :type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
386
324
  :param sort_method: File sorting mode
387
325
 
388
326
  DEFAULT
@@ -402,19 +340,15 @@ def open(
402
340
 
403
341
  ASSET_CATALOG
404
342
  Asset Catalog -- Sort the asset list so that assets in the same catalog are kept together. Within a single catalog, assets are ordered by name. The catalogs are in order of the flattened catalog hierarchy..
405
- :type sort_method: typing.Literal['DEFAULT','FILE_SORT_ALPHA','FILE_SORT_EXTENSION','FILE_SORT_TIME','FILE_SORT_SIZE','ASSET_CATALOG'] | None
406
343
  :param internal: Make Internal, Make text file internal after loading
407
- :type internal: bool | None
408
344
  """
409
345
 
410
346
  def overwrite_toggle(
411
- execution_context: int | str | None = None, undo: bool | None = None
412
- ):
413
- """Toggle overwrite while typing
414
-
415
- :type execution_context: int | str | None
416
- :type undo: bool | None
417
- """
347
+ execution_context: int | str | None = None,
348
+ undo: bool | None = None,
349
+ /,
350
+ ) -> None:
351
+ """Toggle overwrite while typing"""
418
352
 
419
353
  def paste(
420
354
  execution_context: int | str | None = None,
@@ -422,30 +356,18 @@ def paste(
422
356
  /,
423
357
  *,
424
358
  selection: bool | None = False,
425
- ):
359
+ ) -> None:
426
360
  """Paste text from clipboard
427
361
 
428
- :type execution_context: int | str | None
429
- :type undo: bool | None
430
362
  :param selection: Selection, Paste text selected elsewhere rather than copied (X11/Wayland only)
431
- :type selection: bool | None
432
- """
433
-
434
- def refresh_pyconstraints(
435
- execution_context: int | str | None = None, undo: bool | None = None
436
- ):
437
- """Refresh all pyconstraints
438
-
439
- :type execution_context: int | str | None
440
- :type undo: bool | None
441
363
  """
442
364
 
443
- def reload(execution_context: int | str | None = None, undo: bool | None = None):
444
- """Reload active text data-block from its file
445
-
446
- :type execution_context: int | str | None
447
- :type undo: bool | None
448
- """
365
+ def reload(
366
+ execution_context: int | str | None = None,
367
+ undo: bool | None = None,
368
+ /,
369
+ ) -> None:
370
+ """Reload active text data-block from its file"""
449
371
 
450
372
  def replace(
451
373
  execution_context: int | str | None = None,
@@ -453,23 +375,18 @@ def replace(
453
375
  /,
454
376
  *,
455
377
  all: bool | None = False,
456
- ):
378
+ ) -> None:
457
379
  """Replace text with the specified text
458
380
 
459
- :type execution_context: int | str | None
460
- :type undo: bool | None
461
381
  :param all: Replace All, Replace all occurrences
462
- :type all: bool | None
463
382
  """
464
383
 
465
384
  def replace_set_selected(
466
- execution_context: int | str | None = None, undo: bool | None = None
467
- ):
468
- """Replace text with specified text and set as selected
469
-
470
- :type execution_context: int | str | None
471
- :type undo: bool | None
472
- """
385
+ execution_context: int | str | None = None,
386
+ undo: bool | None = None,
387
+ /,
388
+ ) -> None:
389
+ """Replace text with specified text and set as selected"""
473
390
 
474
391
  def resolve_conflict(
475
392
  execution_context: int | str | None = None,
@@ -478,28 +395,25 @@ def resolve_conflict(
478
395
  *,
479
396
  resolution: typing.Literal["IGNORE", "RELOAD", "SAVE", "MAKE_INTERNAL"]
480
397
  | None = "IGNORE",
481
- ):
398
+ ) -> None:
482
399
  """When external text is out of sync, resolve the conflict
483
400
 
484
- :type execution_context: int | str | None
485
- :type undo: bool | None
486
401
  :param resolution: Resolution, How to solve conflict due to differences in internal and external text
487
- :type resolution: typing.Literal['IGNORE','RELOAD','SAVE','MAKE_INTERNAL'] | None
488
402
  """
489
403
 
490
- def run_script(execution_context: int | str | None = None, undo: bool | None = None):
491
- """Run active script
492
-
493
- :type execution_context: int | str | None
494
- :type undo: bool | None
495
- """
496
-
497
- def save(execution_context: int | str | None = None, undo: bool | None = None):
498
- """Save active text data-block
404
+ def run_script(
405
+ execution_context: int | str | None = None,
406
+ undo: bool | None = None,
407
+ /,
408
+ ) -> None:
409
+ """Run active script"""
499
410
 
500
- :type execution_context: int | str | None
501
- :type undo: bool | None
502
- """
411
+ def save(
412
+ execution_context: int | str | None = None,
413
+ undo: bool | None = None,
414
+ /,
415
+ ) -> None:
416
+ """Save active text data-block"""
503
417
 
504
418
  def save_as(
505
419
  execution_context: int | str | None = None,
@@ -519,7 +433,6 @@ def save_as(
519
433
  filter_text: bool | None = True,
520
434
  filter_archive: bool | None = False,
521
435
  filter_btx: bool | None = False,
522
- filter_collada: bool | None = False,
523
436
  filter_alembic: bool | None = False,
524
437
  filter_usd: bool | None = False,
525
438
  filter_obj: bool | None = False,
@@ -532,53 +445,29 @@ def save_as(
532
445
  ]
533
446
  | None = "DEFAULT",
534
447
  sort_method: str | None = "",
535
- ):
448
+ ) -> None:
536
449
  """Save active text file with options
537
450
 
538
- :type execution_context: int | str | None
539
- :type undo: bool | None
540
451
  :param filepath: File Path, Path to file
541
- :type filepath: str
542
452
  :param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
543
- :type hide_props_region: bool | None
544
453
  :param check_existing: Check Existing, Check and warn on overwriting existing files
545
- :type check_existing: bool | None
546
454
  :param filter_blender: Filter .blend files
547
- :type filter_blender: bool | None
548
455
  :param filter_backup: Filter .blend files
549
- :type filter_backup: bool | None
550
456
  :param filter_image: Filter image files
551
- :type filter_image: bool | None
552
457
  :param filter_movie: Filter movie files
553
- :type filter_movie: bool | None
554
458
  :param filter_python: Filter Python files
555
- :type filter_python: bool | None
556
459
  :param filter_font: Filter font files
557
- :type filter_font: bool | None
558
460
  :param filter_sound: Filter sound files
559
- :type filter_sound: bool | None
560
461
  :param filter_text: Filter text files
561
- :type filter_text: bool | None
562
462
  :param filter_archive: Filter archive files
563
- :type filter_archive: bool | None
564
463
  :param filter_btx: Filter btx files
565
- :type filter_btx: bool | None
566
- :param filter_collada: Filter COLLADA files
567
- :type filter_collada: bool | None
568
464
  :param filter_alembic: Filter Alembic files
569
- :type filter_alembic: bool | None
570
465
  :param filter_usd: Filter USD files
571
- :type filter_usd: bool | None
572
466
  :param filter_obj: Filter OBJ files
573
- :type filter_obj: bool | None
574
467
  :param filter_volume: Filter OpenVDB volume files
575
- :type filter_volume: bool | None
576
468
  :param filter_folder: Filter folders
577
- :type filter_folder: bool | None
578
469
  :param filter_blenlib: Filter Blender IDs
579
- :type filter_blenlib: bool | None
580
470
  :param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
581
- :type filemode: int | None
582
471
  :param display_type: Display Type
583
472
 
584
473
  DEFAULT
@@ -592,9 +481,7 @@ def save_as(
592
481
 
593
482
  THUMBNAIL
594
483
  Thumbnails -- Display files as thumbnails.
595
- :type display_type: typing.Literal['DEFAULT','LIST_VERTICAL','LIST_HORIZONTAL','THUMBNAIL'] | None
596
484
  :param sort_method: File sorting mode
597
- :type sort_method: str | None
598
485
  """
599
486
 
600
487
  def scroll(
@@ -603,13 +490,10 @@ def scroll(
603
490
  /,
604
491
  *,
605
492
  lines: int | None = 1,
606
- ):
493
+ ) -> None:
607
494
  """Undocumented, consider contributing.
608
495
 
609
- :type execution_context: int | str | None
610
- :type undo: bool | None
611
496
  :param lines: Lines, Number of lines to scroll
612
- :type lines: int | None
613
497
  """
614
498
 
615
499
  def scroll_bar(
@@ -618,49 +502,46 @@ def scroll_bar(
618
502
  /,
619
503
  *,
620
504
  lines: int | None = 1,
621
- ):
505
+ ) -> None:
622
506
  """Undocumented, consider contributing.
623
507
 
624
- :type execution_context: int | str | None
625
- :type undo: bool | None
626
508
  :param lines: Lines, Number of lines to scroll
627
- :type lines: int | None
628
- """
629
-
630
- def select_all(execution_context: int | str | None = None, undo: bool | None = None):
631
- """Select all text
632
-
633
- :type execution_context: int | str | None
634
- :type undo: bool | None
635
- """
636
-
637
- def select_line(execution_context: int | str | None = None, undo: bool | None = None):
638
- """Select text by line
639
-
640
- :type execution_context: int | str | None
641
- :type undo: bool | None
642
509
  """
643
510
 
644
- def select_word(execution_context: int | str | None = None, undo: bool | None = None):
645
- """Select word under cursor
646
-
647
- :type execution_context: int | str | None
648
- :type undo: bool | None
649
- """
511
+ def select_all(
512
+ execution_context: int | str | None = None,
513
+ undo: bool | None = None,
514
+ /,
515
+ ) -> None:
516
+ """Select all text"""
650
517
 
651
- def selection_set(execution_context: int | str | None = None, undo: bool | None = None):
652
- """Set text selection
518
+ def select_line(
519
+ execution_context: int | str | None = None,
520
+ undo: bool | None = None,
521
+ /,
522
+ ) -> None:
523
+ """Select text by line"""
653
524
 
654
- :type execution_context: int | str | None
655
- :type undo: bool | None
656
- """
525
+ def select_word(
526
+ execution_context: int | str | None = None,
527
+ undo: bool | None = None,
528
+ /,
529
+ ) -> None:
530
+ """Select word under cursor"""
657
531
 
658
- def start_find(execution_context: int | str | None = None, undo: bool | None = None):
659
- """Start searching text
532
+ def selection_set(
533
+ execution_context: int | str | None = None,
534
+ undo: bool | None = None,
535
+ /,
536
+ ) -> None:
537
+ """Set text selection"""
660
538
 
661
- :type execution_context: int | str | None
662
- :type undo: bool | None
663
- """
539
+ def start_find(
540
+ execution_context: int | str | None = None,
541
+ undo: bool | None = None,
542
+ /,
543
+ ) -> None:
544
+ """Start searching text"""
664
545
 
665
546
  def to_3d_object(
666
547
  execution_context: int | str | None = None,
@@ -668,25 +549,29 @@ def to_3d_object(
668
549
  /,
669
550
  *,
670
551
  split_lines: bool | None = False,
671
- ):
552
+ ) -> None:
672
553
  """Create 3D text object from active text data-block
673
554
 
674
- :type execution_context: int | str | None
675
- :type undo: bool | None
676
555
  :param split_lines: Split Lines, Create one object per line in the text
677
- :type split_lines: bool | None
678
556
  """
679
557
 
680
- def unindent(execution_context: int | str | None = None, undo: bool | None = None):
681
- """Unindent selected text
682
-
683
- :type execution_context: int | str | None
684
- :type undo: bool | None
685
- """
558
+ def unindent(
559
+ execution_context: int | str | None = None,
560
+ undo: bool | None = None,
561
+ /,
562
+ ) -> None:
563
+ """Unindent selected text"""
686
564
 
687
- def unlink(execution_context: int | str | None = None, undo: bool | None = None):
688
- """Unlink active text data-block
565
+ def unlink(
566
+ execution_context: int | str | None = None,
567
+ undo: bool | None = None,
568
+ /,
569
+ ) -> None:
570
+ """Unlink active text data-block"""
689
571
 
690
- :type execution_context: int | str | None
691
- :type undo: bool | None
692
- """
572
+ def update_shader(
573
+ execution_context: int | str | None = None,
574
+ undo: bool | None = None,
575
+ /,
576
+ ) -> None:
577
+ """Update users of this shader, such as custom cameras and script nodes, with its new sockets and options"""