fake-bge-module 20250312__py3-none-any.whl → 20260203__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 +12 -26
  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 -979
  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 +6 -37
  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 +93286 -103826
  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-20250312.dist-info → fake_bge_module-20260203.dist-info}/METADATA +9 -3
  332. fake_bge_module-20260203.dist-info/RECORD +414 -0
  333. {fake_bge_module-20250312.dist-info → fake_bge_module-20260203.dist-info}/WHEEL +1 -1
  334. {fake_bge_module-20250312.dist-info → fake_bge_module-20260203.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 +24 -30
  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-20250312.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
@@ -0,0 +1,1635 @@
1
+ import typing
2
+ import collections.abc
3
+ import typing_extensions
4
+ import numpy.typing as npt
5
+ import bpy.types
6
+ import mathutils
7
+
8
+ class AddonPreferences:
9
+ bl_rna: typing.Any
10
+ id_data: typing.Any
11
+
12
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
13
+ """
14
+
15
+ :return: The RNA type or default when not found.
16
+ """
17
+
18
+ def bl_rna_get_subclass_py(self) -> typing.Any:
19
+ """
20
+
21
+ :return: The class or default when not found.
22
+ """
23
+
24
+ class AssetShelf:
25
+ bl_rna: typing.Any
26
+ id_data: typing.Any
27
+
28
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
29
+ """
30
+
31
+ :return: The RNA type or default when not found.
32
+ """
33
+
34
+ def bl_rna_get_subclass_py(self) -> typing.Any:
35
+ """
36
+
37
+ :return: The class or default when not found.
38
+ """
39
+
40
+ class _GenericBone:
41
+ """functions for bones, common between Armature/Pose/Edit bones.
42
+ internal subclassing use only.
43
+ """
44
+
45
+ basename: typing.Any
46
+ center: typing.Any
47
+ children_recursive: typing.Any
48
+ children_recursive_basename: typing.Any
49
+ parent_recursive: typing.Any
50
+ vector: typing.Any
51
+ x_axis: typing.Any
52
+ y_axis: typing.Any
53
+ z_axis: typing.Any
54
+
55
+ def parent_index(self, parent_test) -> None:
56
+ """The same as bone in other_bone.parent_recursive
57
+ but saved generating a list.
58
+
59
+ :param parent_test:
60
+ """
61
+
62
+ def translate(self, vec) -> None:
63
+ """Utility function to add vec to the head and tail of this bone.
64
+
65
+ :param vec:
66
+ """
67
+
68
+ class BoneCollection:
69
+ bl_rna: typing.Any
70
+ bones_recursive: typing.Any
71
+ id_data: typing.Any
72
+
73
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
74
+ """
75
+
76
+ :return: The RNA type or default when not found.
77
+ """
78
+
79
+ def bl_rna_get_subclass_py(self) -> typing.Any:
80
+ """
81
+
82
+ :return: The class or default when not found.
83
+ """
84
+
85
+ class Collection(bpy.types.ID):
86
+ bl_rna: typing.Any
87
+ children_recursive: typing.Any
88
+ id_data: typing.Any
89
+ users_dupli_group: typing.Any
90
+
91
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
92
+ """
93
+
94
+ :return: The RNA type or default when not found.
95
+ """
96
+
97
+ def bl_rna_get_subclass_py(self) -> typing.Any:
98
+ """
99
+
100
+ :return: The class or default when not found.
101
+ """
102
+
103
+ class Context:
104
+ bl_rna: typing.Any
105
+ id_data: typing.Any
106
+
107
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
108
+ """
109
+
110
+ :return: The RNA type or default when not found.
111
+ """
112
+
113
+ def bl_rna_get_subclass_py(self) -> typing.Any:
114
+ """
115
+
116
+ :return: The class or default when not found.
117
+ """
118
+
119
+ def copy(self) -> dict[str, typing.Any]:
120
+ """Get context members as a dictionary.
121
+
122
+ :return:
123
+ """
124
+
125
+ def path_resolve(self, path: str, coerce: bool = True) -> None:
126
+ """Returns the property from the path, raise an exception when not found.
127
+
128
+ :param path: patch which this property resolves.
129
+ :param coerce: optional argument, when True, the property will be converted into its Python representation.
130
+ """
131
+
132
+ def temp_override(self) -> bpy.types.ContextTempOverride:
133
+ """Context manager to temporarily override members in the context.
134
+
135
+ :return: The context manager.
136
+ """
137
+
138
+ class FileHandler:
139
+ bl_rna: typing.Any
140
+ id_data: typing.Any
141
+
142
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
143
+ """
144
+
145
+ :return: The RNA type or default when not found.
146
+ """
147
+
148
+ def bl_rna_get_subclass_py(self) -> typing.Any:
149
+ """
150
+
151
+ :return: The class or default when not found.
152
+ """
153
+
154
+ class Gizmo:
155
+ bl_rna: typing.Any
156
+ id_data: typing.Any
157
+
158
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
159
+ """
160
+
161
+ :return: The RNA type or default when not found.
162
+ """
163
+
164
+ def bl_rna_get_subclass_py(self) -> typing.Any:
165
+ """
166
+
167
+ :return: The class or default when not found.
168
+ """
169
+
170
+ def draw_custom_shape(
171
+ self,
172
+ shape: typing.Any,
173
+ *,
174
+ matrix: collections.abc.Sequence[collections.abc.Sequence[float]]
175
+ | mathutils.Matrix
176
+ | None = None,
177
+ select_id: int | None = None,
178
+ ) -> None:
179
+ """Draw a shape created form `Gizmo.draw_custom_shape`.
180
+
181
+ :param shape: The cached shape to draw.
182
+ :param matrix: 4x4 matrix, when not given `Gizmo.matrix_world` is used.
183
+ :param select_id: The selection id.
184
+ Only use when drawing within `Gizmo.draw_select`.
185
+ """
186
+
187
+ @staticmethod
188
+ def new_custom_shape(
189
+ type: str, verts: collections.abc.Sequence[collections.abc.Sequence[float]]
190
+ ) -> typing.Any:
191
+ """Create a new shape that can be passed to `Gizmo.draw_custom_shape`.
192
+
193
+ :param type: The type of shape to create in (POINTS, LINES, TRIS, LINE_STRIP).
194
+ :param verts: Sequence of 2D or 3D coordinates.
195
+ :return: The newly created shape (the return type make change).
196
+ """
197
+
198
+ class GizmoGroup:
199
+ bl_rna: typing.Any
200
+ id_data: typing.Any
201
+
202
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
203
+ """
204
+
205
+ :return: The RNA type or default when not found.
206
+ """
207
+
208
+ def bl_rna_get_subclass_py(self) -> typing.Any:
209
+ """
210
+
211
+ :return: The class or default when not found.
212
+ """
213
+
214
+ class GreasePencilDrawing:
215
+ bl_rna: typing.Any
216
+ id_data: typing.Any
217
+ strokes: typing.Any
218
+
219
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
220
+ """
221
+
222
+ :return: The RNA type or default when not found.
223
+ """
224
+
225
+ def bl_rna_get_subclass_py(self) -> typing.Any:
226
+ """
227
+
228
+ :return: The class or default when not found.
229
+ """
230
+
231
+ class _GenericUI:
232
+ @classmethod
233
+ def append(cls, draw_func) -> None:
234
+ """Append a draw function to this menu,
235
+ takes the same arguments as the menus draw function
236
+
237
+ :param draw_func:
238
+ """
239
+
240
+ @classmethod
241
+ def is_extended(cls) -> None: ...
242
+ @classmethod
243
+ def prepend(cls, draw_func) -> None:
244
+ """Prepend a draw function to this menu, takes the same arguments as
245
+ the menus draw function
246
+
247
+ :param draw_func:
248
+ """
249
+
250
+ @classmethod
251
+ def remove(cls, draw_func) -> None:
252
+ """Remove a draw function that has been added to this menu.
253
+
254
+ :param draw_func:
255
+ """
256
+
257
+ class RenderEngine:
258
+ bl_rna: typing.Any
259
+ id_data: typing.Any
260
+
261
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
262
+ """
263
+
264
+ :return: The RNA type or default when not found.
265
+ """
266
+
267
+ def bl_rna_get_subclass_py(self) -> typing.Any:
268
+ """
269
+
270
+ :return: The class or default when not found.
271
+ """
272
+
273
+ class KeyingSetInfo:
274
+ bl_rna: typing.Any
275
+ id_data: typing.Any
276
+
277
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
278
+ """
279
+
280
+ :return: The RNA type or default when not found.
281
+ """
282
+
283
+ def bl_rna_get_subclass_py(self) -> typing.Any:
284
+ """
285
+
286
+ :return: The class or default when not found.
287
+ """
288
+
289
+ class Library(bpy.types.ID):
290
+ bl_rna: typing.Any
291
+ id_data: typing.Any
292
+ users_id: typing.Any
293
+
294
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
295
+ """
296
+
297
+ :return: The RNA type or default when not found.
298
+ """
299
+
300
+ def bl_rna_get_subclass_py(self) -> typing.Any:
301
+ """
302
+
303
+ :return: The class or default when not found.
304
+ """
305
+
306
+ class Light(bpy.types.ID):
307
+ bl_rna: typing.Any
308
+ id_data: typing.Any
309
+
310
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
311
+ """
312
+
313
+ :return: The RNA type or default when not found.
314
+ """
315
+
316
+ def bl_rna_get_subclass_py(self) -> typing.Any:
317
+ """
318
+
319
+ :return: The class or default when not found.
320
+ """
321
+
322
+ def cycles(self, *args, **kwargs) -> None:
323
+ """Intermediate storage for properties before registration.
324
+
325
+ :param args:
326
+ :param kwargs:
327
+ """
328
+
329
+ def inline_shader_nodes(self) -> None:
330
+ """Get the inlined shader nodes of this light. This preprocesses the node tree
331
+ to remove nested groups, repeat zones and more.
332
+
333
+ :return: The inlined shader nodes.
334
+ """
335
+
336
+ class Macro:
337
+ bl_rna: typing.Any
338
+ id_data: typing.Any
339
+
340
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
341
+ """
342
+
343
+ :return: The RNA type or default when not found.
344
+ """
345
+
346
+ def bl_rna_get_subclass_py(self) -> typing.Any:
347
+ """
348
+
349
+ :return: The class or default when not found.
350
+ """
351
+
352
+ @classmethod
353
+ def define(cls, operator: str) -> bpy.types.OperatorMacro:
354
+ """Append an operator to a registered macro class.
355
+
356
+ :param operator: Identifier of the operator. This does not have to be defined when this function is called.
357
+ :return: The operator macro for property access.
358
+ """
359
+
360
+ class Material(bpy.types.ID):
361
+ bl_rna: typing.Any
362
+ id_data: typing.Any
363
+
364
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
365
+ """
366
+
367
+ :return: The RNA type or default when not found.
368
+ """
369
+
370
+ def bl_rna_get_subclass_py(self) -> typing.Any:
371
+ """
372
+
373
+ :return: The class or default when not found.
374
+ """
375
+
376
+ def cycles(self, *args, **kwargs) -> None:
377
+ """Intermediate storage for properties before registration.
378
+
379
+ :param args:
380
+ :param kwargs:
381
+ """
382
+
383
+ def inline_shader_nodes(self) -> None:
384
+ """Get the inlined shader nodes of this material. This preprocesses the node tree
385
+ to remove nested groups, repeat zones and more.
386
+
387
+ :return: The inlined shader nodes.
388
+ """
389
+
390
+ class Mesh(bpy.types.ID):
391
+ bl_rna: typing.Any
392
+ edge_creases: typing.Any
393
+ edge_keys: typing.Any
394
+ id_data: typing.Any
395
+ vertex_creases: typing.Any
396
+ vertex_paint_mask: typing.Any
397
+
398
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
399
+ """
400
+
401
+ :return: The RNA type or default when not found.
402
+ """
403
+
404
+ def bl_rna_get_subclass_py(self) -> typing.Any:
405
+ """
406
+
407
+ :return: The class or default when not found.
408
+ """
409
+
410
+ def cycles(self, *args, **kwargs) -> None:
411
+ """Intermediate storage for properties before registration.
412
+
413
+ :param args:
414
+ :param kwargs:
415
+ """
416
+
417
+ def edge_creases_ensure(self) -> None: ...
418
+ def edge_creases_remove(self) -> None: ...
419
+ def from_pydata(
420
+ self,
421
+ vertices: collections.abc.Iterable[collections.abc.Sequence[float]],
422
+ edges: collections.abc.Iterable[collections.abc.Sequence[int]],
423
+ faces: collections.abc.Iterable[collections.abc.Sequence[int]],
424
+ shade_flat=True,
425
+ ) -> None:
426
+ """Make a mesh from a list of vertices/edges/faces
427
+ Until we have a nicer way to make geometry, use this.
428
+
429
+ :param vertices: float triplets each representing (X, Y, Z)
430
+ eg: [(0.0, 1.0, 0.5), ...].
431
+ :param edges: int pairs, each pair contains two indices to the
432
+ vertices argument. eg: [(1, 2), ...]
433
+
434
+ When an empty iterable is passed in, the edges are inferred from the polygons.
435
+ :param faces: iterator of faces, each faces contains three or more indices to
436
+ the vertices argument. eg: [(5, 6, 8, 9), (1, 2, 3), ...]
437
+ :param shade_flat:
438
+ """
439
+
440
+ def shade_flat(self) -> None:
441
+ """Render and display faces uniform, using face normals,
442
+ setting the "sharp_face" attribute true for every face
443
+
444
+ """
445
+
446
+ def shade_smooth(self) -> None:
447
+ """Render and display faces smooth, using interpolated vertex normals,
448
+ removing the "sharp_face" attribute
449
+
450
+ """
451
+
452
+ def vertex_creases_ensure(self) -> None: ...
453
+ def vertex_creases_remove(self) -> None: ...
454
+ def vertex_paint_mask_ensure(self) -> None: ...
455
+ def vertex_paint_mask_remove(self) -> None: ...
456
+
457
+ class MeshEdge:
458
+ bl_rna: typing.Any
459
+ id_data: typing.Any
460
+ key: typing.Any
461
+
462
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
463
+ """
464
+
465
+ :return: The RNA type or default when not found.
466
+ """
467
+
468
+ def bl_rna_get_subclass_py(self) -> typing.Any:
469
+ """
470
+
471
+ :return: The class or default when not found.
472
+ """
473
+
474
+ class MeshLoopTriangle:
475
+ bl_rna: typing.Any
476
+ center: typing.Any
477
+ edge_keys: typing.Any
478
+ id_data: typing.Any
479
+
480
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
481
+ """
482
+
483
+ :return: The RNA type or default when not found.
484
+ """
485
+
486
+ def bl_rna_get_subclass_py(self) -> typing.Any:
487
+ """
488
+
489
+ :return: The class or default when not found.
490
+ """
491
+
492
+ class MeshPolygon:
493
+ bl_rna: typing.Any
494
+ edge_keys: typing.Any
495
+ id_data: typing.Any
496
+ loop_indices: typing.Any
497
+
498
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
499
+ """
500
+
501
+ :return: The RNA type or default when not found.
502
+ """
503
+
504
+ def bl_rna_get_subclass_py(self) -> typing.Any:
505
+ """
506
+
507
+ :return: The class or default when not found.
508
+ """
509
+
510
+ class Node:
511
+ bl_rna: typing.Any
512
+ id_data: typing.Any
513
+
514
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
515
+ """
516
+
517
+ :return: The RNA type or default when not found.
518
+ """
519
+
520
+ def bl_rna_get_subclass_py(self) -> typing.Any:
521
+ """
522
+
523
+ :return: The class or default when not found.
524
+ """
525
+
526
+ def is_registered_node_type(self, *args, **kwargs) -> None:
527
+ """Node.is_registered_node_type()
528
+ True if a registered node type
529
+
530
+ :param args:
531
+ :param kwargs:
532
+ """
533
+
534
+ @classmethod
535
+ def poll(cls, _ntree) -> None:
536
+ """
537
+
538
+ :param _ntree:
539
+ """
540
+
541
+ class NodeSocket:
542
+ bl_rna: typing.Any
543
+ id_data: typing.Any
544
+ links: typing.Any
545
+
546
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
547
+ """
548
+
549
+ :return: The RNA type or default when not found.
550
+ """
551
+
552
+ def bl_rna_get_subclass_py(self) -> typing.Any:
553
+ """
554
+
555
+ :return: The class or default when not found.
556
+ """
557
+
558
+ class NodeTree(bpy.types.ID):
559
+ bl_rna: typing.Any
560
+ id_data: typing.Any
561
+
562
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
563
+ """
564
+
565
+ :return: The RNA type or default when not found.
566
+ """
567
+
568
+ def bl_rna_get_subclass_py(self) -> typing.Any:
569
+ """
570
+
571
+ :return: The class or default when not found.
572
+ """
573
+
574
+ class NodeTreeInterfaceItem:
575
+ bl_rna: typing.Any
576
+ id_data: typing.Any
577
+
578
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
579
+ """
580
+
581
+ :return: The RNA type or default when not found.
582
+ """
583
+
584
+ def bl_rna_get_subclass_py(self) -> typing.Any:
585
+ """
586
+
587
+ :return: The class or default when not found.
588
+ """
589
+
590
+ class Object(bpy.types.ID):
591
+ bl_rna: typing.Any
592
+ children: typing.Any
593
+ children_recursive: typing.Any
594
+ id_data: typing.Any
595
+ users_collection: typing.Any
596
+ users_scene: typing.Any
597
+
598
+ def active_selection_set(self, *args, **kwargs) -> None:
599
+ """Intermediate storage for properties before registration.
600
+
601
+ :param args:
602
+ :param kwargs:
603
+ """
604
+
605
+ def bgelogic_treelist(self, *args, **kwargs) -> None:
606
+ """Intermediate storage for properties before registration.
607
+
608
+ :param args:
609
+ :param kwargs:
610
+ """
611
+
612
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
613
+ """
614
+
615
+ :return: The RNA type or default when not found.
616
+ """
617
+
618
+ def bl_rna_get_subclass_py(self) -> typing.Any:
619
+ """
620
+
621
+ :return: The class or default when not found.
622
+ """
623
+
624
+ def cycles(self, *args, **kwargs) -> None:
625
+ """Intermediate storage for properties before registration.
626
+
627
+ :param args:
628
+ :param kwargs:
629
+ """
630
+
631
+ def evaluated_geometry(self) -> None:
632
+ """Get the evaluated geometry set of this evaluated object. This only works for
633
+ objects that contain geometry data like meshes and curves but not e.g. cameras.
634
+
635
+ :return: The evaluated geometry.
636
+ """
637
+
638
+ def logic_trees(self, *args, **kwargs) -> None:
639
+ """Intermediate storage for properties before registration.
640
+
641
+ :param args:
642
+ :param kwargs:
643
+ """
644
+
645
+ def reverb_samples(self, *args, **kwargs) -> None:
646
+ """Intermediate storage for properties before registration.
647
+
648
+ :param args:
649
+ :param kwargs:
650
+ """
651
+
652
+ def reverb_volume(self, *args, **kwargs) -> None:
653
+ """Intermediate storage for properties before registration.
654
+
655
+ :param args:
656
+ :param kwargs:
657
+ """
658
+
659
+ def selection_sets(self, *args, **kwargs) -> None:
660
+ """Intermediate storage for properties before registration.
661
+
662
+ :param args:
663
+ :param kwargs:
664
+ """
665
+
666
+ def sound_blocking(self, *args, **kwargs) -> None:
667
+ """Intermediate storage for properties before registration.
668
+
669
+ :param args:
670
+ :param kwargs:
671
+ """
672
+
673
+ def sound_occluder(self, *args, **kwargs) -> None:
674
+ """Intermediate storage for properties before registration.
675
+
676
+ :param args:
677
+ :param kwargs:
678
+ """
679
+
680
+ class Operator:
681
+ bl_rna: typing.Any
682
+ id_data: typing.Any
683
+
684
+ def as_keywords(self, *, ignore=()) -> None:
685
+ """Return a copy of the properties as a dictionary.
686
+
687
+ :param ignore:
688
+ """
689
+
690
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
691
+ """
692
+
693
+ :return: The RNA type or default when not found.
694
+ """
695
+
696
+ def bl_rna_get_subclass_py(self) -> typing.Any:
697
+ """
698
+
699
+ :return: The class or default when not found.
700
+ """
701
+
702
+ class PropertyGroup:
703
+ bl_rna: typing.Any
704
+ id_data: typing.Any
705
+
706
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
707
+ """
708
+
709
+ :return: The RNA type or default when not found.
710
+ """
711
+
712
+ def bl_rna_get_subclass_py(self) -> typing.Any:
713
+ """
714
+
715
+ :return: The class or default when not found.
716
+ """
717
+
718
+ class Sound(bpy.types.ID):
719
+ bl_rna: typing.Any
720
+ factory: typing.Any
721
+ id_data: typing.Any
722
+
723
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
724
+ """
725
+
726
+ :return: The RNA type or default when not found.
727
+ """
728
+
729
+ def bl_rna_get_subclass_py(self) -> typing.Any:
730
+ """
731
+
732
+ :return: The class or default when not found.
733
+ """
734
+
735
+ class Text(bpy.types.ID):
736
+ bl_rna: typing.Any
737
+ id_data: typing.Any
738
+ users_logic: typing.Any
739
+
740
+ def as_module(self) -> None: ...
741
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
742
+ """
743
+
744
+ :return: The RNA type or default when not found.
745
+ """
746
+
747
+ def bl_rna_get_subclass_py(self) -> typing.Any:
748
+ """
749
+
750
+ :return: The class or default when not found.
751
+ """
752
+
753
+ def region_as_string(self) -> str:
754
+ """
755
+
756
+ :return: The specified region as a string.
757
+ """
758
+
759
+ def region_from_string(self) -> None: ...
760
+
761
+ class Texture(bpy.types.ID):
762
+ bl_rna: typing.Any
763
+ id_data: typing.Any
764
+ users_material: typing.Any
765
+ users_object_modifier: typing.Any
766
+
767
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
768
+ """
769
+
770
+ :return: The RNA type or default when not found.
771
+ """
772
+
773
+ def bl_rna_get_subclass_py(self) -> typing.Any:
774
+ """
775
+
776
+ :return: The class or default when not found.
777
+ """
778
+
779
+ class USDHook:
780
+ bl_rna: typing.Any
781
+ id_data: typing.Any
782
+
783
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
784
+ """
785
+
786
+ :return: The RNA type or default when not found.
787
+ """
788
+
789
+ def bl_rna_get_subclass_py(self) -> typing.Any:
790
+ """
791
+
792
+ :return: The class or default when not found.
793
+ """
794
+
795
+ class WindowManager(bpy.types.ID):
796
+ bl_rna: typing.Any
797
+ clipboard: typing.Any
798
+ id_data: typing.Any
799
+
800
+ def addon_filter(self, *args, **kwargs) -> None:
801
+ """Intermediate storage for properties before registration.
802
+
803
+ :param args:
804
+ :param kwargs:
805
+ """
806
+
807
+ def addon_search(self, *args, **kwargs) -> None:
808
+ """Intermediate storage for properties before registration.
809
+
810
+ :param args:
811
+ :param kwargs:
812
+ """
813
+
814
+ def addon_support(self, *args, **kwargs) -> None:
815
+ """Intermediate storage for properties before registration.
816
+
817
+ :param args:
818
+ :param kwargs:
819
+ """
820
+
821
+ def addon_tags(self, *args, **kwargs) -> None:
822
+ """Intermediate storage for properties before registration.
823
+
824
+ :param args:
825
+ :param kwargs:
826
+ """
827
+
828
+ def asset_path_dummy(self, *args, **kwargs) -> None:
829
+ """Intermediate storage for properties before registration.
830
+
831
+ :param args:
832
+ :param kwargs:
833
+ """
834
+
835
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
836
+ """
837
+
838
+ :return: The RNA type or default when not found.
839
+ """
840
+
841
+ def bl_rna_get_subclass_py(self) -> typing.Any:
842
+ """
843
+
844
+ :return: The class or default when not found.
845
+ """
846
+
847
+ @classmethod
848
+ def draw_cursor_add(cls) -> typing.Any:
849
+ """Add a new draw cursor handler to this space type.
850
+ It will be called every time the cursor for the specified region in the space type will be drawn.
851
+ Note: All arguments are positional only for now.
852
+
853
+ :return: Handler that can be removed later on.
854
+ """
855
+
856
+ @classmethod
857
+ def draw_cursor_remove(cls) -> None:
858
+ """Remove a draw cursor handler that was added previously."""
859
+
860
+ def extension_repo_filter(self, *args, **kwargs) -> None:
861
+ """Intermediate storage for properties before registration.
862
+
863
+ :param args:
864
+ :param kwargs:
865
+ """
866
+
867
+ def extension_search(self, *args, **kwargs) -> None:
868
+ """Intermediate storage for properties before registration.
869
+
870
+ :param args:
871
+ :param kwargs:
872
+ """
873
+
874
+ def extension_show_panel_available(self, *args, **kwargs) -> None:
875
+ """Intermediate storage for properties before registration.
876
+
877
+ :param args:
878
+ :param kwargs:
879
+ """
880
+
881
+ def extension_show_panel_installed(self, *args, **kwargs) -> None:
882
+ """Intermediate storage for properties before registration.
883
+
884
+ :param args:
885
+ :param kwargs:
886
+ """
887
+
888
+ def extension_tags(self, *args, **kwargs) -> None:
889
+ """Intermediate storage for properties before registration.
890
+
891
+ :param args:
892
+ :param kwargs:
893
+ """
894
+
895
+ def extension_type(self, *args, **kwargs) -> None:
896
+ """Intermediate storage for properties before registration.
897
+
898
+ :param args:
899
+ :param kwargs:
900
+ """
901
+
902
+ def extension_use_filter(self, *args, **kwargs) -> None:
903
+ """Intermediate storage for properties before registration.
904
+
905
+ :param args:
906
+ :param kwargs:
907
+ """
908
+
909
+ def fileselect_add(self, *args, **kwargs) -> None:
910
+ """WindowManager.fileselect_add(operator)
911
+ Opens a file selector with an operator.
912
+
913
+ :param args:
914
+ :param kwargs:
915
+ """
916
+
917
+ def gizmo_group_type_ensure(self, *args, **kwargs) -> None:
918
+ """WindowManager.gizmo_group_type_ensure(identifier)
919
+ Activate an existing widget group (when the persistent option isnt set)
920
+
921
+ :param args:
922
+ :param kwargs:
923
+ """
924
+
925
+ def gizmo_group_type_unlink_delayed(self, *args, **kwargs) -> None:
926
+ """WindowManager.gizmo_group_type_unlink_delayed(identifier)
927
+ Unlink a widget group (when the persistent option is set)
928
+
929
+ :param args:
930
+ :param kwargs:
931
+ """
932
+
933
+ def invoke_confirm(self, *args, **kwargs) -> None:
934
+ """WindowManager.invoke_confirm(operator, event, title="", message="", confirm_text="", icon=NONE, text_ctxt="", translate=True)
935
+ Operator confirmation popup (only to let user confirm the execution, no operator properties shown)
936
+
937
+ :param args:
938
+ :param kwargs:
939
+ """
940
+
941
+ def invoke_popup(self, *args, **kwargs) -> None:
942
+ """WindowManager.invoke_popup(operator, width=300)
943
+ Operator popup invoke (only shows operators properties, without executing it)
944
+
945
+ :param args:
946
+ :param kwargs:
947
+ """
948
+
949
+ def invoke_props_dialog(self, *args, **kwargs) -> None:
950
+ """WindowManager.invoke_props_dialog(operator, width=300, title="", confirm_text="", cancel_default=False, text_ctxt="", translate=True)
951
+ Operator dialog (non-autoexec popup) invoke (show operator properties and only execute it on click on OK button)
952
+
953
+ :param args:
954
+ :param kwargs:
955
+ """
956
+
957
+ def invoke_props_popup(self, *args, **kwargs) -> None:
958
+ """WindowManager.invoke_props_popup(operator, event)
959
+ Operator popup invoke (show operator properties and execute it automatically on changes)
960
+
961
+ :param args:
962
+ :param kwargs:
963
+ """
964
+
965
+ def invoke_search_popup(self, *args, **kwargs) -> None:
966
+ """WindowManager.invoke_search_popup(operator)
967
+ Operator search popup invoke which searches values of the operators `bpy.types.Operator.bl_property` (which must be an EnumProperty), executing it on confirmation
968
+
969
+ :param args:
970
+ :param kwargs:
971
+ """
972
+
973
+ def modal_handler_add(self, *args, **kwargs) -> None:
974
+ """WindowManager.modal_handler_add(operator)
975
+ Add a modal handler to the window manager, for the given modal operator (called by invoke() with self, just before returning {RUNNING_MODAL})
976
+
977
+ :param args:
978
+ :param kwargs:
979
+ """
980
+
981
+ def operator_properties_last(self, *args, **kwargs) -> None:
982
+ """WindowManager.operator_properties_last(operator)
983
+ operator_properties_last
984
+
985
+ :param args:
986
+ :param kwargs:
987
+ """
988
+
989
+ def piemenu_begin__internal(self, *args, **kwargs) -> None:
990
+ """WindowManager.piemenu_begin__internal(title, icon=NONE, event=event)
991
+ piemenu_begin__internal
992
+
993
+ :param args:
994
+ :param kwargs:
995
+ """
996
+
997
+ def piemenu_end__internal(self, *args, **kwargs) -> None:
998
+ """WindowManager.piemenu_end__internal(menu)
999
+ piemenu_end__internal
1000
+
1001
+ :param args:
1002
+ :param kwargs:
1003
+ """
1004
+
1005
+ def popmenu_begin__internal(self, *args, **kwargs) -> None:
1006
+ """WindowManager.popmenu_begin__internal(title, icon=NONE)
1007
+ popmenu_begin__internal
1008
+
1009
+ :param args:
1010
+ :param kwargs:
1011
+ """
1012
+
1013
+ def popmenu_end__internal(self, *args, **kwargs) -> None:
1014
+ """WindowManager.popmenu_end__internal(menu)
1015
+ popmenu_end__internal
1016
+
1017
+ :param args:
1018
+ :param kwargs:
1019
+ """
1020
+
1021
+ def popover(
1022
+ self, draw_func, *, ui_units_x=0, keymap=None, from_active_button=False
1023
+ ) -> None:
1024
+ """
1025
+
1026
+ :param draw_func:
1027
+ :param ui_units_x:
1028
+ :param keymap:
1029
+ :param from_active_button:
1030
+ """
1031
+
1032
+ def popover_begin__internal(self, *args, **kwargs) -> None:
1033
+ """WindowManager.popover_begin__internal(ui_units_x=0, from_active_button=False)
1034
+ popover_begin__internal
1035
+
1036
+ :param args:
1037
+ :param kwargs:
1038
+ """
1039
+
1040
+ def popover_end__internal(self, *args, **kwargs) -> None:
1041
+ """WindowManager.popover_end__internal(menu, keymap=None)
1042
+ popover_end__internal
1043
+
1044
+ :param args:
1045
+ :param kwargs:
1046
+ """
1047
+
1048
+ def popup_menu(self, draw_func, *, title="", icon="NONE") -> None:
1049
+ """
1050
+
1051
+ :param draw_func:
1052
+ :param title:
1053
+ :param icon:
1054
+ """
1055
+
1056
+ def popup_menu_pie(self, event, draw_func, *, title="", icon="NONE") -> None:
1057
+ """
1058
+
1059
+ :param event:
1060
+ :param draw_func:
1061
+ :param title:
1062
+ :param icon:
1063
+ """
1064
+
1065
+ def poselib_previous_action(self, *args, **kwargs) -> None:
1066
+ """Intermediate storage for properties before registration.
1067
+
1068
+ :param args:
1069
+ :param kwargs:
1070
+ """
1071
+
1072
+ def preset_name(self, *args, **kwargs) -> None:
1073
+ """Intermediate storage for properties before registration.
1074
+
1075
+ :param args:
1076
+ :param kwargs:
1077
+ """
1078
+
1079
+ def tag_script_reload(self, *args, **kwargs) -> None:
1080
+ """WindowManager.tag_script_reload()
1081
+ Tag for refreshing the interface after scripts have been reloaded
1082
+
1083
+ :param args:
1084
+ :param kwargs:
1085
+ """
1086
+
1087
+ class WorkSpace(bpy.types.ID):
1088
+ bl_rna: typing.Any
1089
+ id_data: typing.Any
1090
+
1091
+ def active_addon(self, *args, **kwargs) -> None:
1092
+ """Intermediate storage for properties before registration.
1093
+
1094
+ :param args:
1095
+ :param kwargs:
1096
+ """
1097
+
1098
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1099
+ """
1100
+
1101
+ :return: The RNA type or default when not found.
1102
+ """
1103
+
1104
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1105
+ """
1106
+
1107
+ :return: The class or default when not found.
1108
+ """
1109
+
1110
+ def status_text_set(self, text) -> None:
1111
+ """Set the status text or None to clear,
1112
+ When text is a function, this will be called with the (header, context) arguments.
1113
+
1114
+ :param text:
1115
+ """
1116
+
1117
+ def status_text_set_internal(self, *args, **kwargs) -> None:
1118
+ """WorkSpace.status_text_set_internal(text)
1119
+ Set the status bar text, typically key shortcuts for modal operators
1120
+
1121
+ :param args:
1122
+ :param kwargs:
1123
+ """
1124
+
1125
+ class World(bpy.types.ID):
1126
+ bl_rna: typing.Any
1127
+ id_data: typing.Any
1128
+
1129
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1130
+ """
1131
+
1132
+ :return: The RNA type or default when not found.
1133
+ """
1134
+
1135
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1136
+ """
1137
+
1138
+ :return: The class or default when not found.
1139
+ """
1140
+
1141
+ def cycles(self, *args, **kwargs) -> None:
1142
+ """Intermediate storage for properties before registration.
1143
+
1144
+ :param args:
1145
+ :param kwargs:
1146
+ """
1147
+
1148
+ def cycles_visibility(self, *args, **kwargs) -> None:
1149
+ """Intermediate storage for properties before registration.
1150
+
1151
+ :param args:
1152
+ :param kwargs:
1153
+ """
1154
+
1155
+ def inline_shader_nodes(self) -> None:
1156
+ """Get the inlined shader nodes of this world. This preprocesses the node tree
1157
+ to remove nested groups, repeat zones and more.
1158
+
1159
+ :return: The inlined shader nodes.
1160
+ """
1161
+
1162
+ class _RNAMeta:
1163
+ is_registered: typing.Any
1164
+
1165
+ class Bone(_GenericBone):
1166
+ """functions for bones, common between Armature/Pose/Edit bones.
1167
+ internal subclassing use only.
1168
+ """
1169
+
1170
+ basename: typing.Any
1171
+ bl_rna: typing.Any
1172
+ center: typing.Any
1173
+ children_recursive: typing.Any
1174
+ children_recursive_basename: typing.Any
1175
+ id_data: typing.Any
1176
+ parent_recursive: typing.Any
1177
+ vector: typing.Any
1178
+ x_axis: typing.Any
1179
+ y_axis: typing.Any
1180
+ z_axis: typing.Any
1181
+
1182
+ def AxisRollFromMatrix(self, *args, **kwargs) -> None:
1183
+ """Bone.AxisRollFromMatrix(matrix, axis=(0, 0, 0))
1184
+ Convert a rotational matrix to the axis + roll representation. Note that the resulting value of the roll may not be as expected if the matrix has shear or negative determinant.
1185
+
1186
+ :param args:
1187
+ :param kwargs:
1188
+ """
1189
+
1190
+ def MatrixFromAxisRoll(self, *args, **kwargs) -> None:
1191
+ """Bone.MatrixFromAxisRoll(axis, roll)
1192
+ Convert the axis + roll representation to a matrix
1193
+
1194
+ :param args:
1195
+ :param kwargs:
1196
+ """
1197
+
1198
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1199
+ """
1200
+
1201
+ :return: The RNA type or default when not found.
1202
+ """
1203
+
1204
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1205
+ """
1206
+
1207
+ :return: The class or default when not found.
1208
+ """
1209
+
1210
+ class EditBone(_GenericBone):
1211
+ """functions for bones, common between Armature/Pose/Edit bones.
1212
+ internal subclassing use only.
1213
+ """
1214
+
1215
+ basename: typing.Any
1216
+ bl_rna: typing.Any
1217
+ center: typing.Any
1218
+ children: typing.Any
1219
+ children_recursive: typing.Any
1220
+ children_recursive_basename: typing.Any
1221
+ id_data: typing.Any
1222
+ parent_recursive: typing.Any
1223
+ vector: typing.Any
1224
+ x_axis: typing.Any
1225
+ y_axis: typing.Any
1226
+ z_axis: typing.Any
1227
+
1228
+ def align_orientation(self, other) -> None:
1229
+ """Align this bone to another by moving its tail and settings its roll
1230
+ the length of the other bone is not used.
1231
+
1232
+ :param other:
1233
+ """
1234
+
1235
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1236
+ """
1237
+
1238
+ :return: The RNA type or default when not found.
1239
+ """
1240
+
1241
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1242
+ """
1243
+
1244
+ :return: The class or default when not found.
1245
+ """
1246
+
1247
+ def transform(
1248
+ self,
1249
+ matrix: collections.abc.Sequence[collections.abc.Sequence[float]]
1250
+ | mathutils.Matrix,
1251
+ *,
1252
+ scale: bool = True,
1253
+ roll: bool = True,
1254
+ ) -> None:
1255
+ """Transform the bones head, tail, roll and envelope
1256
+ (when the matrix has a scale component).
1257
+
1258
+ :param matrix: 3x3 or 4x4 transformation matrix.
1259
+ :param scale: Scale the bone envelope by the matrix.
1260
+ :param roll: Correct the roll to point in the same relative
1261
+ direction to the head and tail.
1262
+ """
1263
+
1264
+ class PoseBone(_GenericBone):
1265
+ """functions for bones, common between Armature/Pose/Edit bones.
1266
+ internal subclassing use only.
1267
+ """
1268
+
1269
+ basename: typing.Any
1270
+ bl_rna: typing.Any
1271
+ center: typing.Any
1272
+ children: typing.Any
1273
+ children_recursive: typing.Any
1274
+ children_recursive_basename: typing.Any
1275
+ id_data: typing.Any
1276
+ parent_recursive: typing.Any
1277
+ vector: typing.Any
1278
+ x_axis: typing.Any
1279
+ y_axis: typing.Any
1280
+ z_axis: typing.Any
1281
+
1282
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1283
+ """
1284
+
1285
+ :return: The RNA type or default when not found.
1286
+ """
1287
+
1288
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1289
+ """
1290
+
1291
+ :return: The class or default when not found.
1292
+ """
1293
+
1294
+ class Header(_GenericUI):
1295
+ bl_rna: typing.Any
1296
+ id_data: typing.Any
1297
+
1298
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1299
+ """
1300
+
1301
+ :return: The RNA type or default when not found.
1302
+ """
1303
+
1304
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1305
+ """
1306
+
1307
+ :return: The class or default when not found.
1308
+ """
1309
+
1310
+ class Menu(_GenericUI):
1311
+ bl_rna: typing.Any
1312
+ id_data: typing.Any
1313
+
1314
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1315
+ """
1316
+
1317
+ :return: The RNA type or default when not found.
1318
+ """
1319
+
1320
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1321
+ """
1322
+
1323
+ :return: The class or default when not found.
1324
+ """
1325
+
1326
+ @classmethod
1327
+ def draw_collapsible(cls, context, layout) -> None:
1328
+ """
1329
+
1330
+ :param context:
1331
+ :param layout:
1332
+ """
1333
+
1334
+ def draw_preset(self, _context) -> None:
1335
+ """Define these on the subclass:
1336
+ - preset_operator (string)
1337
+ - preset_subdir (string)Optionally:
1338
+ - preset_add_operator (string)
1339
+ - preset_extensions (set of strings)
1340
+ - preset_operator_defaults (dict of keyword args)
1341
+
1342
+ :param _context:
1343
+ """
1344
+
1345
+ def path_menu(
1346
+ self,
1347
+ searchpaths: collections.abc.Sequence[str],
1348
+ operator: str,
1349
+ *,
1350
+ props_default: dict[str, typing.Any] | None = None,
1351
+ prop_filepath: str = "filepath",
1352
+ filter_ext: None | collections.abc.Callable[str, bool] | None = None,
1353
+ filter_path=None,
1354
+ display_name: collections.abc.Callable[str, str] | None = None,
1355
+ add_operator=None,
1356
+ add_operator_props=None,
1357
+ translate=True,
1358
+ ) -> None:
1359
+ """Populate a menu from a list of paths.
1360
+
1361
+ :param searchpaths: Paths to scan.
1362
+ :param operator: The operator id to use with each file.
1363
+ :param props_default: Properties to assign to each operator.
1364
+ :param prop_filepath: Optional operator filepath property (defaults to "filepath").
1365
+ :param filter_ext: Optional callback that takes the file extensions.
1366
+
1367
+ Returning false excludes the file from the list.
1368
+ :param filter_path:
1369
+ :param display_name: Optional callback that takes the full path, returns the name to display.
1370
+ :param add_operator:
1371
+ :param add_operator_props:
1372
+ :param translate:
1373
+ """
1374
+
1375
+ class Panel(_GenericUI):
1376
+ bl_rna: typing.Any
1377
+ id_data: typing.Any
1378
+
1379
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1380
+ """
1381
+
1382
+ :return: The RNA type or default when not found.
1383
+ """
1384
+
1385
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1386
+ """
1387
+
1388
+ :return: The class or default when not found.
1389
+ """
1390
+
1391
+ class UIList(_GenericUI):
1392
+ bl_rna: typing.Any
1393
+ id_data: typing.Any
1394
+
1395
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1396
+ """
1397
+
1398
+ :return: The RNA type or default when not found.
1399
+ """
1400
+
1401
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1402
+ """
1403
+
1404
+ :return: The class or default when not found.
1405
+ """
1406
+
1407
+ class HydraRenderEngine(RenderEngine):
1408
+ bl_delegate_id: typing.Any
1409
+ bl_rna: typing.Any
1410
+ bl_use_shading_nodes_custom: typing.Any
1411
+ id_data: typing.Any
1412
+
1413
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1414
+ """
1415
+
1416
+ :return: The RNA type or default when not found.
1417
+ """
1418
+
1419
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1420
+ """
1421
+
1422
+ :return: The class or default when not found.
1423
+ """
1424
+
1425
+ def get_render_settings(self, engine_type) -> None:
1426
+ """Provide render settings for HdRenderDelegate.
1427
+
1428
+ :param engine_type:
1429
+ """
1430
+
1431
+ def render(self, depsgraph) -> None:
1432
+ """
1433
+
1434
+ :param depsgraph:
1435
+ """
1436
+
1437
+ def update(self, data, depsgraph) -> None:
1438
+ """
1439
+
1440
+ :param data:
1441
+ :param depsgraph:
1442
+ """
1443
+
1444
+ def view_draw(self, context, depsgraph) -> None:
1445
+ """
1446
+
1447
+ :param context:
1448
+ :param depsgraph:
1449
+ """
1450
+
1451
+ def view_update(self, context, depsgraph) -> None:
1452
+ """
1453
+
1454
+ :param context:
1455
+ :param depsgraph:
1456
+ """
1457
+
1458
+ class NodeInternal(Node):
1459
+ bl_rna: typing.Any
1460
+ id_data: typing.Any
1461
+
1462
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1463
+ """
1464
+
1465
+ :return: The RNA type or default when not found.
1466
+ """
1467
+
1468
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1469
+ """
1470
+
1471
+ :return: The class or default when not found.
1472
+ """
1473
+
1474
+ def is_registered_node_type(self, *args, **kwargs) -> None:
1475
+ """Node.is_registered_node_type()
1476
+ True if a registered node type
1477
+
1478
+ :param args:
1479
+ :param kwargs:
1480
+ """
1481
+
1482
+ def poll(self, *args, **kwargs) -> None:
1483
+ """NodeInternal.poll(node_tree)
1484
+ If non-null output is returned, the node type can be added to the tree
1485
+
1486
+ :param args:
1487
+ :param kwargs:
1488
+ """
1489
+
1490
+ class NodeTreeInterfaceSocket(NodeTreeInterfaceItem):
1491
+ bl_rna: typing.Any
1492
+ id_data: typing.Any
1493
+
1494
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1495
+ """
1496
+
1497
+ :return: The RNA type or default when not found.
1498
+ """
1499
+
1500
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1501
+ """
1502
+
1503
+ :return: The class or default when not found.
1504
+ """
1505
+
1506
+ class _RNAMetaPropGroup(_RNAMeta):
1507
+ is_registered: typing.Any
1508
+
1509
+ class CompositorNode(NodeInternal):
1510
+ bl_rna: typing.Any
1511
+ id_data: typing.Any
1512
+
1513
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1514
+ """
1515
+
1516
+ :return: The RNA type or default when not found.
1517
+ """
1518
+
1519
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1520
+ """
1521
+
1522
+ :return: The class or default when not found.
1523
+ """
1524
+
1525
+ def is_registered_node_type(self, *args, **kwargs) -> None:
1526
+ """Node.is_registered_node_type()
1527
+ True if a registered node type
1528
+
1529
+ :param args:
1530
+ :param kwargs:
1531
+ """
1532
+
1533
+ @classmethod
1534
+ def poll(cls, ntree) -> None:
1535
+ """NodeInternal.poll(node_tree)
1536
+ If non-null output is returned, the node type can be added to the tree
1537
+
1538
+ :param ntree:
1539
+ """
1540
+
1541
+ class GeometryNode(NodeInternal):
1542
+ bl_rna: typing.Any
1543
+ id_data: typing.Any
1544
+
1545
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1546
+ """
1547
+
1548
+ :return: The RNA type or default when not found.
1549
+ """
1550
+
1551
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1552
+ """
1553
+
1554
+ :return: The class or default when not found.
1555
+ """
1556
+
1557
+ def is_registered_node_type(self, *args, **kwargs) -> None:
1558
+ """Node.is_registered_node_type()
1559
+ True if a registered node type
1560
+
1561
+ :param args:
1562
+ :param kwargs:
1563
+ """
1564
+
1565
+ @classmethod
1566
+ def poll(cls, ntree) -> None:
1567
+ """NodeInternal.poll(node_tree)
1568
+ If non-null output is returned, the node type can be added to the tree
1569
+
1570
+ :param ntree:
1571
+ """
1572
+
1573
+ class ShaderNode(NodeInternal):
1574
+ bl_rna: typing.Any
1575
+ id_data: typing.Any
1576
+
1577
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1578
+ """
1579
+
1580
+ :return: The RNA type or default when not found.
1581
+ """
1582
+
1583
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1584
+ """
1585
+
1586
+ :return: The class or default when not found.
1587
+ """
1588
+
1589
+ def is_registered_node_type(self, *args, **kwargs) -> None:
1590
+ """Node.is_registered_node_type()
1591
+ True if a registered node type
1592
+
1593
+ :param args:
1594
+ :param kwargs:
1595
+ """
1596
+
1597
+ @classmethod
1598
+ def poll(cls, ntree) -> None:
1599
+ """NodeInternal.poll(node_tree)
1600
+ If non-null output is returned, the node type can be added to the tree
1601
+
1602
+ :param ntree:
1603
+ """
1604
+
1605
+ class TextureNode(NodeInternal):
1606
+ bl_rna: typing.Any
1607
+ id_data: typing.Any
1608
+
1609
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1610
+ """
1611
+
1612
+ :return: The RNA type or default when not found.
1613
+ """
1614
+
1615
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1616
+ """
1617
+
1618
+ :return: The class or default when not found.
1619
+ """
1620
+
1621
+ def is_registered_node_type(self, *args, **kwargs) -> None:
1622
+ """Node.is_registered_node_type()
1623
+ True if a registered node type
1624
+
1625
+ :param args:
1626
+ :param kwargs:
1627
+ """
1628
+
1629
+ @classmethod
1630
+ def poll(cls, ntree) -> None:
1631
+ """NodeInternal.poll(node_tree)
1632
+ If non-null output is returned, the node type can be added to the tree
1633
+
1634
+ :param ntree:
1635
+ """