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,10 +1,12 @@
1
1
  import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
+ import numpy.typing as npt
5
+ import _bpy_types
4
6
  import bpy.types
5
7
  import bpy_extras.asset_utils
6
8
 
7
- class ASSETBROWSER_MT_catalog(AssetBrowserMenu, bpy.types.Menu):
9
+ class ASSETBROWSER_MT_catalog(AssetBrowserMenu, _bpy_types.Menu):
8
10
  bl_label: typing.Any
9
11
  bl_rna: typing.Any
10
12
  id_data: typing.Any
@@ -13,23 +15,21 @@ class ASSETBROWSER_MT_catalog(AssetBrowserMenu, bpy.types.Menu):
13
15
  """
14
16
 
15
17
  :return: The RNA type or default when not found.
16
- :rtype: bpy.types.Struct
17
18
  """
18
19
 
19
20
  def bl_rna_get_subclass_py(self) -> typing.Any:
20
21
  """
21
22
 
22
23
  :return: The class or default when not found.
23
- :rtype: typing.Any
24
24
  """
25
25
 
26
- def draw(self, _context):
26
+ def draw(self, _context) -> None:
27
27
  """
28
28
 
29
29
  :param _context:
30
30
  """
31
31
 
32
- class ASSETBROWSER_MT_context_menu(AssetBrowserMenu, bpy.types.Menu):
32
+ class ASSETBROWSER_MT_context_menu(AssetBrowserMenu, _bpy_types.Menu):
33
33
  bl_label: typing.Any
34
34
  bl_rna: typing.Any
35
35
  id_data: typing.Any
@@ -38,17 +38,15 @@ class ASSETBROWSER_MT_context_menu(AssetBrowserMenu, bpy.types.Menu):
38
38
  """
39
39
 
40
40
  :return: The RNA type or default when not found.
41
- :rtype: bpy.types.Struct
42
41
  """
43
42
 
44
43
  def bl_rna_get_subclass_py(self) -> typing.Any:
45
44
  """
46
45
 
47
46
  :return: The class or default when not found.
48
- :rtype: typing.Any
49
47
  """
50
48
 
51
- class ASSETBROWSER_MT_editor_menus(AssetBrowserMenu, bpy.types.Menu):
49
+ class ASSETBROWSER_MT_editor_menus(AssetBrowserMenu, _bpy_types.Menu):
52
50
  bl_idname: typing.Any
53
51
  bl_label: typing.Any
54
52
  bl_rna: typing.Any
@@ -58,17 +56,15 @@ class ASSETBROWSER_MT_editor_menus(AssetBrowserMenu, bpy.types.Menu):
58
56
  """
59
57
 
60
58
  :return: The RNA type or default when not found.
61
- :rtype: bpy.types.Struct
62
59
  """
63
60
 
64
61
  def bl_rna_get_subclass_py(self) -> typing.Any:
65
62
  """
66
63
 
67
64
  :return: The class or default when not found.
68
- :rtype: typing.Any
69
65
  """
70
66
 
71
- class ASSETBROWSER_MT_metadata_preview_menu(bpy.types.Menu):
67
+ class ASSETBROWSER_MT_metadata_preview_menu(_bpy_types.Menu):
72
68
  bl_label: typing.Any
73
69
  bl_rna: typing.Any
74
70
  id_data: typing.Any
@@ -77,23 +73,21 @@ class ASSETBROWSER_MT_metadata_preview_menu(bpy.types.Menu):
77
73
  """
78
74
 
79
75
  :return: The RNA type or default when not found.
80
- :rtype: bpy.types.Struct
81
76
  """
82
77
 
83
78
  def bl_rna_get_subclass_py(self) -> typing.Any:
84
79
  """
85
80
 
86
81
  :return: The class or default when not found.
87
- :rtype: typing.Any
88
82
  """
89
83
 
90
- def draw(self, _context):
84
+ def draw(self, _context) -> None:
91
85
  """
92
86
 
93
87
  :param _context:
94
88
  """
95
89
 
96
- class ASSETBROWSER_MT_select(AssetBrowserMenu, bpy.types.Menu):
90
+ class ASSETBROWSER_MT_select(AssetBrowserMenu, _bpy_types.Menu):
97
91
  bl_label: typing.Any
98
92
  bl_rna: typing.Any
99
93
  id_data: typing.Any
@@ -102,23 +96,21 @@ class ASSETBROWSER_MT_select(AssetBrowserMenu, bpy.types.Menu):
102
96
  """
103
97
 
104
98
  :return: The RNA type or default when not found.
105
- :rtype: bpy.types.Struct
106
99
  """
107
100
 
108
101
  def bl_rna_get_subclass_py(self) -> typing.Any:
109
102
  """
110
103
 
111
104
  :return: The class or default when not found.
112
- :rtype: typing.Any
113
105
  """
114
106
 
115
- def draw(self, _context):
107
+ def draw(self, _context) -> None:
116
108
  """
117
109
 
118
110
  :param _context:
119
111
  """
120
112
 
121
- class ASSETBROWSER_MT_view(AssetBrowserMenu, bpy.types.Menu):
113
+ class ASSETBROWSER_MT_view(AssetBrowserMenu, _bpy_types.Menu):
122
114
  bl_label: typing.Any
123
115
  bl_rna: typing.Any
124
116
  id_data: typing.Any
@@ -127,24 +119,22 @@ class ASSETBROWSER_MT_view(AssetBrowserMenu, bpy.types.Menu):
127
119
  """
128
120
 
129
121
  :return: The RNA type or default when not found.
130
- :rtype: bpy.types.Struct
131
122
  """
132
123
 
133
124
  def bl_rna_get_subclass_py(self) -> typing.Any:
134
125
  """
135
126
 
136
127
  :return: The class or default when not found.
137
- :rtype: typing.Any
138
128
  """
139
129
 
140
- def draw(self, context):
130
+ def draw(self, context) -> None:
141
131
  """
142
132
 
143
133
  :param context:
144
134
  """
145
135
 
146
136
  class ASSETBROWSER_PT_display(
147
- bpy_extras.asset_utils.AssetBrowserPanel, bpy.types.Panel
137
+ bpy_extras.asset_utils.AssetBrowserPanel, _bpy_types.Panel
148
138
  ):
149
139
  bl_label: typing.Any
150
140
  bl_region_type: typing.Any
@@ -157,23 +147,23 @@ class ASSETBROWSER_PT_display(
157
147
  """
158
148
 
159
149
  :return: The RNA type or default when not found.
160
- :rtype: bpy.types.Struct
161
150
  """
162
151
 
163
152
  def bl_rna_get_subclass_py(self) -> typing.Any:
164
153
  """
165
154
 
166
155
  :return: The class or default when not found.
167
- :rtype: typing.Any
168
156
  """
169
157
 
170
- def draw(self, context):
158
+ def draw(self, context) -> None:
171
159
  """
172
160
 
173
161
  :param context:
174
162
  """
175
163
 
176
- class ASSETBROWSER_PT_filter(bpy_extras.asset_utils.AssetBrowserPanel, bpy.types.Panel):
164
+ class ASSETBROWSER_PT_filter(
165
+ bpy_extras.asset_utils.AssetBrowserPanel, _bpy_types.Panel
166
+ ):
177
167
  bl_category: typing.Any
178
168
  bl_label: typing.Any
179
169
  bl_region_type: typing.Any
@@ -185,24 +175,52 @@ class ASSETBROWSER_PT_filter(bpy_extras.asset_utils.AssetBrowserPanel, bpy.types
185
175
  """
186
176
 
187
177
  :return: The RNA type or default when not found.
188
- :rtype: bpy.types.Struct
189
178
  """
190
179
 
191
180
  def bl_rna_get_subclass_py(self) -> typing.Any:
192
181
  """
193
182
 
194
183
  :return: The class or default when not found.
195
- :rtype: typing.Any
196
184
  """
197
185
 
198
- def draw(self, context):
186
+ def draw(self, context) -> None:
187
+ """
188
+
189
+ :param context:
190
+ """
191
+
192
+ class ASSETBROWSER_PT_import_settings(
193
+ bpy_extras.asset_utils.AssetBrowserPanel, _bpy_types.Panel
194
+ ):
195
+ bl_idname: typing.Any
196
+ bl_label: typing.Any
197
+ bl_options: typing.Any
198
+ bl_region_type: typing.Any
199
+ bl_rna: typing.Any
200
+ bl_space_type: typing.Any
201
+ bl_ui_units_x: typing.Any
202
+ id_data: typing.Any
203
+
204
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
205
+ """
206
+
207
+ :return: The RNA type or default when not found.
208
+ """
209
+
210
+ def bl_rna_get_subclass_py(self) -> typing.Any:
211
+ """
212
+
213
+ :return: The class or default when not found.
214
+ """
215
+
216
+ def draw(self, context) -> None:
199
217
  """
200
218
 
201
219
  :param context:
202
220
  """
203
221
 
204
222
  class ASSETBROWSER_PT_metadata(
205
- bpy_extras.asset_utils.AssetBrowserPanel, bpy.types.Panel
223
+ bpy_extras.asset_utils.AssetBrowserPanel, _bpy_types.Panel
206
224
  ):
207
225
  bl_label: typing.Any
208
226
  bl_options: typing.Any
@@ -215,24 +233,22 @@ class ASSETBROWSER_PT_metadata(
215
233
  """
216
234
 
217
235
  :return: The RNA type or default when not found.
218
- :rtype: bpy.types.Struct
219
236
  """
220
237
 
221
238
  def bl_rna_get_subclass_py(self) -> typing.Any:
222
239
  """
223
240
 
224
241
  :return: The class or default when not found.
225
- :rtype: typing.Any
226
242
  """
227
243
 
228
- def draw(self, context):
244
+ def draw(self, context) -> None:
229
245
  """
230
246
 
231
247
  :param context:
232
248
  """
233
249
 
234
250
  @staticmethod
235
- def metadata_prop(layout, asset_metadata, propname):
251
+ def metadata_prop(layout, asset_metadata, propname) -> None:
236
252
  """Only display properties that are either set or can be modified (i.e. the
237
253
  asset is in the current file). Empty, non-editable fields are not really useful.
238
254
 
@@ -242,7 +258,7 @@ class ASSETBROWSER_PT_metadata(
242
258
  """
243
259
 
244
260
  class ASSETBROWSER_PT_metadata_preview(
245
- bpy_extras.asset_utils.AssetMetaDataPanel, bpy.types.Panel
261
+ bpy_extras.asset_utils.AssetMetaDataPanel, _bpy_types.Panel
246
262
  ):
247
263
  bl_label: typing.Any
248
264
  bl_region_type: typing.Any
@@ -254,24 +270,22 @@ class ASSETBROWSER_PT_metadata_preview(
254
270
  """
255
271
 
256
272
  :return: The RNA type or default when not found.
257
- :rtype: bpy.types.Struct
258
273
  """
259
274
 
260
275
  def bl_rna_get_subclass_py(self) -> typing.Any:
261
276
  """
262
277
 
263
278
  :return: The class or default when not found.
264
- :rtype: typing.Any
265
279
  """
266
280
 
267
- def draw(self, context):
281
+ def draw(self, context) -> None:
268
282
  """
269
283
 
270
284
  :param context:
271
285
  """
272
286
 
273
287
  class ASSETBROWSER_PT_metadata_tags(
274
- bpy_extras.asset_utils.AssetMetaDataPanel, bpy.types.Panel
288
+ bpy_extras.asset_utils.AssetMetaDataPanel, _bpy_types.Panel
275
289
  ):
276
290
  bl_label: typing.Any
277
291
  bl_region_type: typing.Any
@@ -283,23 +297,21 @@ class ASSETBROWSER_PT_metadata_tags(
283
297
  """
284
298
 
285
299
  :return: The RNA type or default when not found.
286
- :rtype: bpy.types.Struct
287
300
  """
288
301
 
289
302
  def bl_rna_get_subclass_py(self) -> typing.Any:
290
303
  """
291
304
 
292
305
  :return: The class or default when not found.
293
- :rtype: typing.Any
294
306
  """
295
307
 
296
- def draw(self, context):
308
+ def draw(self, context) -> None:
297
309
  """
298
310
 
299
311
  :param context:
300
312
  """
301
313
 
302
- class ASSETBROWSER_UL_metadata_tags(bpy.types.UIList):
314
+ class ASSETBROWSER_UL_metadata_tags(_bpy_types.UIList):
303
315
  bl_rna: typing.Any
304
316
  id_data: typing.Any
305
317
 
@@ -307,14 +319,12 @@ class ASSETBROWSER_UL_metadata_tags(bpy.types.UIList):
307
319
  """
308
320
 
309
321
  :return: The RNA type or default when not found.
310
- :rtype: bpy.types.Struct
311
322
  """
312
323
 
313
324
  def bl_rna_get_subclass_py(self) -> typing.Any:
314
325
  """
315
326
 
316
327
  :return: The class or default when not found.
317
- :rtype: typing.Any
318
328
  """
319
329
 
320
330
  def draw_item(
@@ -327,7 +337,7 @@ class ASSETBROWSER_UL_metadata_tags(bpy.types.UIList):
327
337
  _active_data,
328
338
  _active_propname,
329
339
  _index,
330
- ):
340
+ ) -> None:
331
341
  """
332
342
 
333
343
  :param _context:
@@ -342,13 +352,13 @@ class ASSETBROWSER_UL_metadata_tags(bpy.types.UIList):
342
352
 
343
353
  class AssetBrowserMenu:
344
354
  @classmethod
345
- def poll(cls, context):
355
+ def poll(cls, context) -> None:
346
356
  """
347
357
 
348
358
  :param context:
349
359
  """
350
360
 
351
- class FILEBROWSER_HT_header(bpy.types.Header):
361
+ class FILEBROWSER_HT_header(_bpy_types.Header):
352
362
  bl_rna: typing.Any
353
363
  bl_space_type: typing.Any
354
364
  id_data: typing.Any
@@ -357,29 +367,27 @@ class FILEBROWSER_HT_header(bpy.types.Header):
357
367
  """
358
368
 
359
369
  :return: The RNA type or default when not found.
360
- :rtype: bpy.types.Struct
361
370
  """
362
371
 
363
372
  def bl_rna_get_subclass_py(self) -> typing.Any:
364
373
  """
365
374
 
366
375
  :return: The class or default when not found.
367
- :rtype: typing.Any
368
376
  """
369
377
 
370
- def draw(self, context):
378
+ def draw(self, context) -> None:
371
379
  """
372
380
 
373
381
  :param context:
374
382
  """
375
383
 
376
- def draw_asset_browser_buttons(self, context):
384
+ def draw_asset_browser_buttons(self, context) -> None:
377
385
  """
378
386
 
379
387
  :param context:
380
388
  """
381
389
 
382
- class FILEBROWSER_MT_bookmarks_context_menu(bpy.types.Menu):
390
+ class FILEBROWSER_MT_bookmarks_context_menu(_bpy_types.Menu):
383
391
  bl_label: typing.Any
384
392
  bl_rna: typing.Any
385
393
  id_data: typing.Any
@@ -388,23 +396,21 @@ class FILEBROWSER_MT_bookmarks_context_menu(bpy.types.Menu):
388
396
  """
389
397
 
390
398
  :return: The RNA type or default when not found.
391
- :rtype: bpy.types.Struct
392
399
  """
393
400
 
394
401
  def bl_rna_get_subclass_py(self) -> typing.Any:
395
402
  """
396
403
 
397
404
  :return: The class or default when not found.
398
- :rtype: typing.Any
399
405
  """
400
406
 
401
- def draw(self, _context):
407
+ def draw(self, _context) -> None:
402
408
  """
403
409
 
404
410
  :param _context:
405
411
  """
406
412
 
407
- class FILEBROWSER_MT_bookmarks_recents_specials_menu(bpy.types.Menu):
413
+ class FILEBROWSER_MT_bookmarks_recents_specials_menu(_bpy_types.Menu):
408
414
  bl_label: typing.Any
409
415
  bl_rna: typing.Any
410
416
  id_data: typing.Any
@@ -413,23 +419,21 @@ class FILEBROWSER_MT_bookmarks_recents_specials_menu(bpy.types.Menu):
413
419
  """
414
420
 
415
421
  :return: The RNA type or default when not found.
416
- :rtype: bpy.types.Struct
417
422
  """
418
423
 
419
424
  def bl_rna_get_subclass_py(self) -> typing.Any:
420
425
  """
421
426
 
422
427
  :return: The class or default when not found.
423
- :rtype: typing.Any
424
428
  """
425
429
 
426
- def draw(self, _context):
430
+ def draw(self, _context) -> None:
427
431
  """
428
432
 
429
433
  :param _context:
430
434
  """
431
435
 
432
- class FILEBROWSER_MT_context_menu(FileBrowserMenu, bpy.types.Menu):
436
+ class FILEBROWSER_MT_context_menu(FileBrowserMenu, _bpy_types.Menu):
433
437
  bl_label: typing.Any
434
438
  bl_rna: typing.Any
435
439
  id_data: typing.Any
@@ -438,23 +442,21 @@ class FILEBROWSER_MT_context_menu(FileBrowserMenu, bpy.types.Menu):
438
442
  """
439
443
 
440
444
  :return: The RNA type or default when not found.
441
- :rtype: bpy.types.Struct
442
445
  """
443
446
 
444
447
  def bl_rna_get_subclass_py(self) -> typing.Any:
445
448
  """
446
449
 
447
450
  :return: The class or default when not found.
448
- :rtype: typing.Any
449
451
  """
450
452
 
451
- def draw(self, context):
453
+ def draw(self, context) -> None:
452
454
  """
453
455
 
454
456
  :param context:
455
457
  """
456
458
 
457
- class FILEBROWSER_MT_editor_menus(FileBrowserMenu, bpy.types.Menu):
459
+ class FILEBROWSER_MT_editor_menus(FileBrowserMenu, _bpy_types.Menu):
458
460
  bl_idname: typing.Any
459
461
  bl_label: typing.Any
460
462
  bl_rna: typing.Any
@@ -464,23 +466,21 @@ class FILEBROWSER_MT_editor_menus(FileBrowserMenu, bpy.types.Menu):
464
466
  """
465
467
 
466
468
  :return: The RNA type or default when not found.
467
- :rtype: bpy.types.Struct
468
469
  """
469
470
 
470
471
  def bl_rna_get_subclass_py(self) -> typing.Any:
471
472
  """
472
473
 
473
474
  :return: The class or default when not found.
474
- :rtype: typing.Any
475
475
  """
476
476
 
477
- def draw(self, _context):
477
+ def draw(self, _context) -> None:
478
478
  """
479
479
 
480
480
  :param _context:
481
481
  """
482
482
 
483
- class FILEBROWSER_MT_select(FileBrowserMenu, bpy.types.Menu):
483
+ class FILEBROWSER_MT_select(FileBrowserMenu, _bpy_types.Menu):
484
484
  bl_label: typing.Any
485
485
  bl_rna: typing.Any
486
486
  id_data: typing.Any
@@ -489,23 +489,21 @@ class FILEBROWSER_MT_select(FileBrowserMenu, bpy.types.Menu):
489
489
  """
490
490
 
491
491
  :return: The RNA type or default when not found.
492
- :rtype: bpy.types.Struct
493
492
  """
494
493
 
495
494
  def bl_rna_get_subclass_py(self) -> typing.Any:
496
495
  """
497
496
 
498
497
  :return: The class or default when not found.
499
- :rtype: typing.Any
500
498
  """
501
499
 
502
- def draw(self, _context):
500
+ def draw(self, _context) -> None:
503
501
  """
504
502
 
505
503
  :param _context:
506
504
  """
507
505
 
508
- class FILEBROWSER_MT_view(FileBrowserMenu, bpy.types.Menu):
506
+ class FILEBROWSER_MT_view(FileBrowserMenu, _bpy_types.Menu):
509
507
  bl_label: typing.Any
510
508
  bl_rna: typing.Any
511
509
  id_data: typing.Any
@@ -514,23 +512,21 @@ class FILEBROWSER_MT_view(FileBrowserMenu, bpy.types.Menu):
514
512
  """
515
513
 
516
514
  :return: The RNA type or default when not found.
517
- :rtype: bpy.types.Struct
518
515
  """
519
516
 
520
517
  def bl_rna_get_subclass_py(self) -> typing.Any:
521
518
  """
522
519
 
523
520
  :return: The class or default when not found.
524
- :rtype: typing.Any
525
521
  """
526
522
 
527
- def draw(self, context):
523
+ def draw(self, context) -> None:
528
524
  """
529
525
 
530
526
  :param context:
531
527
  """
532
528
 
533
- class FILEBROWSER_MT_view_pie(bpy.types.Menu):
529
+ class FILEBROWSER_MT_view_pie(_bpy_types.Menu):
534
530
  bl_idname: typing.Any
535
531
  bl_label: typing.Any
536
532
  bl_rna: typing.Any
@@ -540,23 +536,21 @@ class FILEBROWSER_MT_view_pie(bpy.types.Menu):
540
536
  """
541
537
 
542
538
  :return: The RNA type or default when not found.
543
- :rtype: bpy.types.Struct
544
539
  """
545
540
 
546
541
  def bl_rna_get_subclass_py(self) -> typing.Any:
547
542
  """
548
543
 
549
544
  :return: The class or default when not found.
550
- :rtype: typing.Any
551
545
  """
552
546
 
553
- def draw(self, context):
547
+ def draw(self, context) -> None:
554
548
  """
555
549
 
556
550
  :param context:
557
551
  """
558
552
 
559
- class FILEBROWSER_PT_advanced_filter(bpy.types.Panel):
553
+ class FILEBROWSER_PT_advanced_filter(_bpy_types.Panel):
560
554
  bl_category: typing.Any
561
555
  bl_label: typing.Any
562
556
  bl_region_type: typing.Any
@@ -568,30 +562,28 @@ class FILEBROWSER_PT_advanced_filter(bpy.types.Panel):
568
562
  """
569
563
 
570
564
  :return: The RNA type or default when not found.
571
- :rtype: bpy.types.Struct
572
565
  """
573
566
 
574
567
  def bl_rna_get_subclass_py(self) -> typing.Any:
575
568
  """
576
569
 
577
570
  :return: The class or default when not found.
578
- :rtype: typing.Any
579
571
  """
580
572
 
581
- def draw(self, context):
573
+ def draw(self, context) -> None:
582
574
  """
583
575
 
584
576
  :param context:
585
577
  """
586
578
 
587
579
  @classmethod
588
- def poll(cls, context):
580
+ def poll(cls, context) -> None:
589
581
  """
590
582
 
591
583
  :param context:
592
584
  """
593
585
 
594
- class FILEBROWSER_PT_bookmarks_favorites(FileBrowserPanel, bpy.types.Panel):
586
+ class FILEBROWSER_PT_bookmarks_favorites(FileBrowserPanel, _bpy_types.Panel):
595
587
  bl_category: typing.Any
596
588
  bl_label: typing.Any
597
589
  bl_region_type: typing.Any
@@ -603,30 +595,28 @@ class FILEBROWSER_PT_bookmarks_favorites(FileBrowserPanel, bpy.types.Panel):
603
595
  """
604
596
 
605
597
  :return: The RNA type or default when not found.
606
- :rtype: bpy.types.Struct
607
598
  """
608
599
 
609
600
  def bl_rna_get_subclass_py(self) -> typing.Any:
610
601
  """
611
602
 
612
603
  :return: The class or default when not found.
613
- :rtype: typing.Any
614
604
  """
615
605
 
616
- def draw(self, context):
606
+ def draw(self, context) -> None:
617
607
  """
618
608
 
619
609
  :param context:
620
610
  """
621
611
 
622
612
  @classmethod
623
- def poll(cls, context):
613
+ def poll(cls, context) -> None:
624
614
  """
625
615
 
626
616
  :param context:
627
617
  """
628
618
 
629
- class FILEBROWSER_PT_bookmarks_recents(bpy.types.Panel):
619
+ class FILEBROWSER_PT_bookmarks_recents(_bpy_types.Panel):
630
620
  bl_category: typing.Any
631
621
  bl_label: typing.Any
632
622
  bl_region_type: typing.Any
@@ -638,30 +628,28 @@ class FILEBROWSER_PT_bookmarks_recents(bpy.types.Panel):
638
628
  """
639
629
 
640
630
  :return: The RNA type or default when not found.
641
- :rtype: bpy.types.Struct
642
631
  """
643
632
 
644
633
  def bl_rna_get_subclass_py(self) -> typing.Any:
645
634
  """
646
635
 
647
636
  :return: The class or default when not found.
648
- :rtype: typing.Any
649
637
  """
650
638
 
651
- def draw(self, context):
639
+ def draw(self, context) -> None:
652
640
  """
653
641
 
654
642
  :param context:
655
643
  """
656
644
 
657
645
  @classmethod
658
- def poll(cls, context):
646
+ def poll(cls, context) -> None:
659
647
  """
660
648
 
661
649
  :param context:
662
650
  """
663
651
 
664
- class FILEBROWSER_PT_bookmarks_system(bpy.types.Panel):
652
+ class FILEBROWSER_PT_bookmarks_system(_bpy_types.Panel):
665
653
  bl_category: typing.Any
666
654
  bl_label: typing.Any
667
655
  bl_region_type: typing.Any
@@ -673,30 +661,28 @@ class FILEBROWSER_PT_bookmarks_system(bpy.types.Panel):
673
661
  """
674
662
 
675
663
  :return: The RNA type or default when not found.
676
- :rtype: bpy.types.Struct
677
664
  """
678
665
 
679
666
  def bl_rna_get_subclass_py(self) -> typing.Any:
680
667
  """
681
668
 
682
669
  :return: The class or default when not found.
683
- :rtype: typing.Any
684
670
  """
685
671
 
686
- def draw(self, context):
672
+ def draw(self, context) -> None:
687
673
  """
688
674
 
689
675
  :param context:
690
676
  """
691
677
 
692
678
  @classmethod
693
- def poll(cls, context):
679
+ def poll(cls, context) -> None:
694
680
  """
695
681
 
696
682
  :param context:
697
683
  """
698
684
 
699
- class FILEBROWSER_PT_bookmarks_volumes(bpy.types.Panel):
685
+ class FILEBROWSER_PT_bookmarks_volumes(_bpy_types.Panel):
700
686
  bl_category: typing.Any
701
687
  bl_label: typing.Any
702
688
  bl_region_type: typing.Any
@@ -709,30 +695,28 @@ class FILEBROWSER_PT_bookmarks_volumes(bpy.types.Panel):
709
695
  """
710
696
 
711
697
  :return: The RNA type or default when not found.
712
- :rtype: bpy.types.Struct
713
698
  """
714
699
 
715
700
  def bl_rna_get_subclass_py(self) -> typing.Any:
716
701
  """
717
702
 
718
703
  :return: The class or default when not found.
719
- :rtype: typing.Any
720
704
  """
721
705
 
722
- def draw(self, context):
706
+ def draw(self, context) -> None:
723
707
  """
724
708
 
725
709
  :param context:
726
710
  """
727
711
 
728
712
  @classmethod
729
- def poll(cls, context):
713
+ def poll(cls, context) -> None:
730
714
  """
731
715
 
732
716
  :param context:
733
717
  """
734
718
 
735
- class FILEBROWSER_PT_directory_path(bpy.types.Panel):
719
+ class FILEBROWSER_PT_directory_path(_bpy_types.Panel):
736
720
  bl_category: typing.Any
737
721
  bl_label: typing.Any
738
722
  bl_options: typing.Any
@@ -745,36 +729,34 @@ class FILEBROWSER_PT_directory_path(bpy.types.Panel):
745
729
  """
746
730
 
747
731
  :return: The RNA type or default when not found.
748
- :rtype: bpy.types.Struct
749
732
  """
750
733
 
751
734
  def bl_rna_get_subclass_py(self) -> typing.Any:
752
735
  """
753
736
 
754
737
  :return: The class or default when not found.
755
- :rtype: typing.Any
756
738
  """
757
739
 
758
- def draw(self, context):
740
+ def draw(self, context) -> None:
759
741
  """
760
742
 
761
743
  :param context:
762
744
  """
763
745
 
764
- def is_header_visible(self, context):
746
+ def is_header_visible(self, context) -> None:
765
747
  """
766
748
 
767
749
  :param context:
768
750
  """
769
751
 
770
752
  @classmethod
771
- def poll(cls, context):
753
+ def poll(cls, context) -> None:
772
754
  """
773
755
 
774
756
  :param context:
775
757
  """
776
758
 
777
- class FILEBROWSER_PT_display(FileBrowserPanel, bpy.types.Panel):
759
+ class FILEBROWSER_PT_display(FileBrowserPanel, _bpy_types.Panel):
778
760
  bl_label: typing.Any
779
761
  bl_region_type: typing.Any
780
762
  bl_rna: typing.Any
@@ -786,23 +768,21 @@ class FILEBROWSER_PT_display(FileBrowserPanel, bpy.types.Panel):
786
768
  """
787
769
 
788
770
  :return: The RNA type or default when not found.
789
- :rtype: bpy.types.Struct
790
771
  """
791
772
 
792
773
  def bl_rna_get_subclass_py(self) -> typing.Any:
793
774
  """
794
775
 
795
776
  :return: The class or default when not found.
796
- :rtype: typing.Any
797
777
  """
798
778
 
799
- def draw(self, context):
779
+ def draw(self, context) -> None:
800
780
  """
801
781
 
802
782
  :param context:
803
783
  """
804
784
 
805
- class FILEBROWSER_PT_filter(FileBrowserPanel, bpy.types.Panel):
785
+ class FILEBROWSER_PT_filter(FileBrowserPanel, _bpy_types.Panel):
806
786
  bl_label: typing.Any
807
787
  bl_region_type: typing.Any
808
788
  bl_rna: typing.Any
@@ -814,23 +794,21 @@ class FILEBROWSER_PT_filter(FileBrowserPanel, bpy.types.Panel):
814
794
  """
815
795
 
816
796
  :return: The RNA type or default when not found.
817
- :rtype: bpy.types.Struct
818
797
  """
819
798
 
820
799
  def bl_rna_get_subclass_py(self) -> typing.Any:
821
800
  """
822
801
 
823
802
  :return: The class or default when not found.
824
- :rtype: typing.Any
825
803
  """
826
804
 
827
- def draw(self, context):
805
+ def draw(self, context) -> None:
828
806
  """
829
807
 
830
808
  :param context:
831
809
  """
832
810
 
833
- class FILEBROWSER_UL_dir(bpy.types.UIList):
811
+ class FILEBROWSER_UL_dir(_bpy_types.UIList):
834
812
  bl_rna: typing.Any
835
813
  id_data: typing.Any
836
814
 
@@ -838,14 +816,12 @@ class FILEBROWSER_UL_dir(bpy.types.UIList):
838
816
  """
839
817
 
840
818
  :return: The RNA type or default when not found.
841
- :rtype: bpy.types.Struct
842
819
  """
843
820
 
844
821
  def bl_rna_get_subclass_py(self) -> typing.Any:
845
822
  """
846
823
 
847
824
  :return: The class or default when not found.
848
- :rtype: typing.Any
849
825
  """
850
826
 
851
827
  def draw_item(
@@ -858,7 +834,7 @@ class FILEBROWSER_UL_dir(bpy.types.UIList):
858
834
  _active_data,
859
835
  _active_propname,
860
836
  _index,
861
- ):
837
+ ) -> None:
862
838
  """
863
839
 
864
840
  :param _context:
@@ -873,7 +849,7 @@ class FILEBROWSER_UL_dir(bpy.types.UIList):
873
849
 
874
850
  class FileBrowserMenu:
875
851
  @classmethod
876
- def poll(cls, context):
852
+ def poll(cls, context) -> None:
877
853
  """
878
854
 
879
855
  :param context:
@@ -883,14 +859,14 @@ class FileBrowserPanel:
883
859
  bl_space_type: typing.Any
884
860
 
885
861
  @classmethod
886
- def poll(cls, context):
862
+ def poll(cls, context) -> None:
887
863
  """
888
864
 
889
865
  :param context:
890
866
  """
891
867
 
892
- def asset_path_str_get(_self): ...
893
- def is_option_region_visible(context, space): ...
894
- def panel_poll_is_asset_browsing(context): ...
895
- def panel_poll_is_upper_region(region): ...
896
- def register_props(): ...
868
+ def asset_path_str_get(_self) -> None: ...
869
+ def is_option_region_visible(context, space) -> None: ...
870
+ def panel_poll_is_asset_browsing(context) -> None: ...
871
+ def panel_poll_is_upper_region(region) -> None: ...
872
+ def register_props() -> None: ...