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,12 +1,14 @@
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 bl_ui.properties_grease_pencil_common
5
7
  import bl_ui.properties_mask_common
6
8
  import bl_ui.utils
7
9
  import bpy.types
8
10
 
9
- class CLIP_HT_header(bpy.types.Header):
11
+ class CLIP_HT_header(_bpy_types.Header):
10
12
  bl_rna: typing.Any
11
13
  bl_space_type: typing.Any
12
14
  id_data: typing.Any
@@ -15,23 +17,21 @@ class CLIP_HT_header(bpy.types.Header):
15
17
  """
16
18
 
17
19
  :return: The RNA type or default when not found.
18
- :rtype: bpy.types.Struct
19
20
  """
20
21
 
21
22
  def bl_rna_get_subclass_py(self) -> typing.Any:
22
23
  """
23
24
 
24
25
  :return: The class or default when not found.
25
- :rtype: typing.Any
26
26
  """
27
27
 
28
- def draw(self, context):
28
+ def draw(self, context) -> None:
29
29
  """
30
30
 
31
31
  :param context:
32
32
  """
33
33
 
34
- class CLIP_MT_clip(bpy.types.Menu):
34
+ class CLIP_MT_clip(_bpy_types.Menu):
35
35
  bl_label: typing.Any
36
36
  bl_rna: typing.Any
37
37
  bl_translation_context: typing.Any
@@ -41,23 +41,21 @@ class CLIP_MT_clip(bpy.types.Menu):
41
41
  """
42
42
 
43
43
  :return: The RNA type or default when not found.
44
- :rtype: bpy.types.Struct
45
44
  """
46
45
 
47
46
  def bl_rna_get_subclass_py(self) -> typing.Any:
48
47
  """
49
48
 
50
49
  :return: The class or default when not found.
51
- :rtype: typing.Any
52
50
  """
53
51
 
54
- def draw(self, context):
52
+ def draw(self, context) -> None:
55
53
  """
56
54
 
57
55
  :param context:
58
56
  """
59
57
 
60
- class CLIP_MT_marker_pie(bpy.types.Menu):
58
+ class CLIP_MT_marker_pie(_bpy_types.Menu):
61
59
  bl_label: typing.Any
62
60
  bl_rna: typing.Any
63
61
  id_data: typing.Any
@@ -66,30 +64,28 @@ class CLIP_MT_marker_pie(bpy.types.Menu):
66
64
  """
67
65
 
68
66
  :return: The RNA type or default when not found.
69
- :rtype: bpy.types.Struct
70
67
  """
71
68
 
72
69
  def bl_rna_get_subclass_py(self) -> typing.Any:
73
70
  """
74
71
 
75
72
  :return: The class or default when not found.
76
- :rtype: typing.Any
77
73
  """
78
74
 
79
- def draw(self, context):
75
+ def draw(self, context) -> None:
80
76
  """
81
77
 
82
78
  :param context:
83
79
  """
84
80
 
85
81
  @classmethod
86
- def poll(cls, context):
82
+ def poll(cls, context) -> None:
87
83
  """
88
84
 
89
85
  :param context:
90
86
  """
91
87
 
92
- class CLIP_MT_masking_editor_menus(bpy.types.Menu):
88
+ class CLIP_MT_masking_editor_menus(_bpy_types.Menu):
93
89
  bl_idname: typing.Any
94
90
  bl_label: typing.Any
95
91
  bl_rna: typing.Any
@@ -99,23 +95,21 @@ class CLIP_MT_masking_editor_menus(bpy.types.Menu):
99
95
  """
100
96
 
101
97
  :return: The RNA type or default when not found.
102
- :rtype: bpy.types.Struct
103
98
  """
104
99
 
105
100
  def bl_rna_get_subclass_py(self) -> typing.Any:
106
101
  """
107
102
 
108
103
  :return: The class or default when not found.
109
- :rtype: typing.Any
110
104
  """
111
105
 
112
- def draw(self, context):
106
+ def draw(self, context) -> None:
113
107
  """
114
108
 
115
109
  :param context:
116
110
  """
117
111
 
118
- class CLIP_MT_pivot_pie(bpy.types.Menu):
112
+ class CLIP_MT_pivot_pie(_bpy_types.Menu):
119
113
  bl_label: typing.Any
120
114
  bl_rna: typing.Any
121
115
  id_data: typing.Any
@@ -124,23 +118,21 @@ class CLIP_MT_pivot_pie(bpy.types.Menu):
124
118
  """
125
119
 
126
120
  :return: The RNA type or default when not found.
127
- :rtype: bpy.types.Struct
128
121
  """
129
122
 
130
123
  def bl_rna_get_subclass_py(self) -> typing.Any:
131
124
  """
132
125
 
133
126
  :return: The class or default when not found.
134
- :rtype: typing.Any
135
127
  """
136
128
 
137
- def draw(self, context):
129
+ def draw(self, context) -> None:
138
130
  """
139
131
 
140
132
  :param context:
141
133
  """
142
134
 
143
- class CLIP_MT_plane_track_image_context_menu(bpy.types.Menu):
135
+ class CLIP_MT_plane_track_image_context_menu(_bpy_types.Menu):
144
136
  bl_label: typing.Any
145
137
  bl_rna: typing.Any
146
138
  id_data: typing.Any
@@ -149,23 +141,21 @@ class CLIP_MT_plane_track_image_context_menu(bpy.types.Menu):
149
141
  """
150
142
 
151
143
  :return: The RNA type or default when not found.
152
- :rtype: bpy.types.Struct
153
144
  """
154
145
 
155
146
  def bl_rna_get_subclass_py(self) -> typing.Any:
156
147
  """
157
148
 
158
149
  :return: The class or default when not found.
159
- :rtype: typing.Any
160
150
  """
161
151
 
162
- def draw(self, _context):
152
+ def draw(self, _context) -> None:
163
153
  """
164
154
 
165
155
  :param _context:
166
156
  """
167
157
 
168
- class CLIP_MT_proxy(bpy.types.Menu):
158
+ class CLIP_MT_proxy(_bpy_types.Menu):
169
159
  bl_label: typing.Any
170
160
  bl_rna: typing.Any
171
161
  id_data: typing.Any
@@ -174,23 +164,21 @@ class CLIP_MT_proxy(bpy.types.Menu):
174
164
  """
175
165
 
176
166
  :return: The RNA type or default when not found.
177
- :rtype: bpy.types.Struct
178
167
  """
179
168
 
180
169
  def bl_rna_get_subclass_py(self) -> typing.Any:
181
170
  """
182
171
 
183
172
  :return: The class or default when not found.
184
- :rtype: typing.Any
185
173
  """
186
174
 
187
- def draw(self, _context):
175
+ def draw(self, _context) -> None:
188
176
  """
189
177
 
190
178
  :param _context:
191
179
  """
192
180
 
193
- class CLIP_MT_reconstruction(bpy.types.Menu):
181
+ class CLIP_MT_reconstruction(_bpy_types.Menu):
194
182
  bl_label: typing.Any
195
183
  bl_rna: typing.Any
196
184
  id_data: typing.Any
@@ -199,23 +187,21 @@ class CLIP_MT_reconstruction(bpy.types.Menu):
199
187
  """
200
188
 
201
189
  :return: The RNA type or default when not found.
202
- :rtype: bpy.types.Struct
203
190
  """
204
191
 
205
192
  def bl_rna_get_subclass_py(self) -> typing.Any:
206
193
  """
207
194
 
208
195
  :return: The class or default when not found.
209
- :rtype: typing.Any
210
196
  """
211
197
 
212
- def draw(self, _context):
198
+ def draw(self, _context) -> None:
213
199
  """
214
200
 
215
201
  :param _context:
216
202
  """
217
203
 
218
- class CLIP_MT_reconstruction_pie(bpy.types.Menu):
204
+ class CLIP_MT_reconstruction_pie(_bpy_types.Menu):
219
205
  bl_label: typing.Any
220
206
  bl_rna: typing.Any
221
207
  id_data: typing.Any
@@ -224,30 +210,28 @@ class CLIP_MT_reconstruction_pie(bpy.types.Menu):
224
210
  """
225
211
 
226
212
  :return: The RNA type or default when not found.
227
- :rtype: bpy.types.Struct
228
213
  """
229
214
 
230
215
  def bl_rna_get_subclass_py(self) -> typing.Any:
231
216
  """
232
217
 
233
218
  :return: The class or default when not found.
234
- :rtype: typing.Any
235
219
  """
236
220
 
237
- def draw(self, _context):
221
+ def draw(self, _context) -> None:
238
222
  """
239
223
 
240
224
  :param _context:
241
225
  """
242
226
 
243
227
  @classmethod
244
- def poll(cls, context):
228
+ def poll(cls, context) -> None:
245
229
  """
246
230
 
247
231
  :param context:
248
232
  """
249
233
 
250
- class CLIP_MT_select(bpy.types.Menu):
234
+ class CLIP_MT_select(_bpy_types.Menu):
251
235
  bl_label: typing.Any
252
236
  bl_rna: typing.Any
253
237
  id_data: typing.Any
@@ -256,23 +240,21 @@ class CLIP_MT_select(bpy.types.Menu):
256
240
  """
257
241
 
258
242
  :return: The RNA type or default when not found.
259
- :rtype: bpy.types.Struct
260
243
  """
261
244
 
262
245
  def bl_rna_get_subclass_py(self) -> typing.Any:
263
246
  """
264
247
 
265
248
  :return: The class or default when not found.
266
- :rtype: typing.Any
267
249
  """
268
250
 
269
- def draw(self, _context):
251
+ def draw(self, _context) -> None:
270
252
  """
271
253
 
272
254
  :param _context:
273
255
  """
274
256
 
275
- class CLIP_MT_select_graph(bpy.types.Menu):
257
+ class CLIP_MT_select_graph(_bpy_types.Menu):
276
258
  bl_label: typing.Any
277
259
  bl_rna: typing.Any
278
260
  id_data: typing.Any
@@ -281,23 +263,21 @@ class CLIP_MT_select_graph(bpy.types.Menu):
281
263
  """
282
264
 
283
265
  :return: The RNA type or default when not found.
284
- :rtype: bpy.types.Struct
285
266
  """
286
267
 
287
268
  def bl_rna_get_subclass_py(self) -> typing.Any:
288
269
  """
289
270
 
290
271
  :return: The class or default when not found.
291
- :rtype: typing.Any
292
272
  """
293
273
 
294
- def draw(self, _context):
274
+ def draw(self, _context) -> None:
295
275
  """
296
276
 
297
277
  :param _context:
298
278
  """
299
279
 
300
- class CLIP_MT_select_grouped(bpy.types.Menu):
280
+ class CLIP_MT_select_grouped(_bpy_types.Menu):
301
281
  bl_label: typing.Any
302
282
  bl_rna: typing.Any
303
283
  id_data: typing.Any
@@ -306,23 +286,21 @@ class CLIP_MT_select_grouped(bpy.types.Menu):
306
286
  """
307
287
 
308
288
  :return: The RNA type or default when not found.
309
- :rtype: bpy.types.Struct
310
289
  """
311
290
 
312
291
  def bl_rna_get_subclass_py(self) -> typing.Any:
313
292
  """
314
293
 
315
294
  :return: The class or default when not found.
316
- :rtype: typing.Any
317
295
  """
318
296
 
319
- def draw(self, _context):
297
+ def draw(self, _context) -> None:
320
298
  """
321
299
 
322
300
  :param _context:
323
301
  """
324
302
 
325
- class CLIP_MT_solving_pie(bpy.types.Menu):
303
+ class CLIP_MT_solving_pie(_bpy_types.Menu):
326
304
  bl_label: typing.Any
327
305
  bl_rna: typing.Any
328
306
  id_data: typing.Any
@@ -331,30 +309,28 @@ class CLIP_MT_solving_pie(bpy.types.Menu):
331
309
  """
332
310
 
333
311
  :return: The RNA type or default when not found.
334
- :rtype: bpy.types.Struct
335
312
  """
336
313
 
337
314
  def bl_rna_get_subclass_py(self) -> typing.Any:
338
315
  """
339
316
 
340
317
  :return: The class or default when not found.
341
- :rtype: typing.Any
342
318
  """
343
319
 
344
- def draw(self, context):
320
+ def draw(self, context) -> None:
345
321
  """
346
322
 
347
323
  :param context:
348
324
  """
349
325
 
350
326
  @classmethod
351
- def poll(cls, context):
327
+ def poll(cls, context) -> None:
352
328
  """
353
329
 
354
330
  :param context:
355
331
  """
356
332
 
357
- class CLIP_MT_stabilize_2d_context_menu(bpy.types.Menu):
333
+ class CLIP_MT_stabilize_2d_context_menu(_bpy_types.Menu):
358
334
  bl_label: typing.Any
359
335
  bl_rna: typing.Any
360
336
  id_data: typing.Any
@@ -363,23 +339,21 @@ class CLIP_MT_stabilize_2d_context_menu(bpy.types.Menu):
363
339
  """
364
340
 
365
341
  :return: The RNA type or default when not found.
366
- :rtype: bpy.types.Struct
367
342
  """
368
343
 
369
344
  def bl_rna_get_subclass_py(self) -> typing.Any:
370
345
  """
371
346
 
372
347
  :return: The class or default when not found.
373
- :rtype: typing.Any
374
348
  """
375
349
 
376
- def draw(self, _context):
350
+ def draw(self, _context) -> None:
377
351
  """
378
352
 
379
353
  :param _context:
380
354
  """
381
355
 
382
- class CLIP_MT_stabilize_2d_rotation_context_menu(bpy.types.Menu):
356
+ class CLIP_MT_stabilize_2d_rotation_context_menu(_bpy_types.Menu):
383
357
  bl_label: typing.Any
384
358
  bl_rna: typing.Any
385
359
  id_data: typing.Any
@@ -388,23 +362,21 @@ class CLIP_MT_stabilize_2d_rotation_context_menu(bpy.types.Menu):
388
362
  """
389
363
 
390
364
  :return: The RNA type or default when not found.
391
- :rtype: bpy.types.Struct
392
365
  """
393
366
 
394
367
  def bl_rna_get_subclass_py(self) -> typing.Any:
395
368
  """
396
369
 
397
370
  :return: The class or default when not found.
398
- :rtype: typing.Any
399
371
  """
400
372
 
401
- def draw(self, _context):
373
+ def draw(self, _context) -> None:
402
374
  """
403
375
 
404
376
  :param _context:
405
377
  """
406
378
 
407
- class CLIP_MT_track(bpy.types.Menu):
379
+ class CLIP_MT_track(_bpy_types.Menu):
408
380
  bl_label: typing.Any
409
381
  bl_rna: typing.Any
410
382
  id_data: typing.Any
@@ -413,23 +385,21 @@ class CLIP_MT_track(bpy.types.Menu):
413
385
  """
414
386
 
415
387
  :return: The RNA type or default when not found.
416
- :rtype: bpy.types.Struct
417
388
  """
418
389
 
419
390
  def bl_rna_get_subclass_py(self) -> typing.Any:
420
391
  """
421
392
 
422
393
  :return: The class or default when not found.
423
- :rtype: typing.Any
424
394
  """
425
395
 
426
- def draw(self, context):
396
+ def draw(self, context) -> None:
427
397
  """
428
398
 
429
399
  :param context:
430
400
  """
431
401
 
432
- class CLIP_MT_track_animation(bpy.types.Menu):
402
+ class CLIP_MT_track_animation(_bpy_types.Menu):
433
403
  bl_label: typing.Any
434
404
  bl_rna: typing.Any
435
405
  id_data: typing.Any
@@ -438,23 +408,21 @@ class CLIP_MT_track_animation(bpy.types.Menu):
438
408
  """
439
409
 
440
410
  :return: The RNA type or default when not found.
441
- :rtype: bpy.types.Struct
442
411
  """
443
412
 
444
413
  def bl_rna_get_subclass_py(self) -> typing.Any:
445
414
  """
446
415
 
447
416
  :return: The class or default when not found.
448
- :rtype: typing.Any
449
417
  """
450
418
 
451
- def draw(self, _context):
419
+ def draw(self, _context) -> None:
452
420
  """
453
421
 
454
422
  :param _context:
455
423
  """
456
424
 
457
- class CLIP_MT_track_cleanup(bpy.types.Menu):
425
+ class CLIP_MT_track_cleanup(_bpy_types.Menu):
458
426
  bl_label: typing.Any
459
427
  bl_rna: typing.Any
460
428
  id_data: typing.Any
@@ -463,23 +431,21 @@ class CLIP_MT_track_cleanup(bpy.types.Menu):
463
431
  """
464
432
 
465
433
  :return: The RNA type or default when not found.
466
- :rtype: bpy.types.Struct
467
434
  """
468
435
 
469
436
  def bl_rna_get_subclass_py(self) -> typing.Any:
470
437
  """
471
438
 
472
439
  :return: The class or default when not found.
473
- :rtype: typing.Any
474
440
  """
475
441
 
476
- def draw(self, _context):
442
+ def draw(self, _context) -> None:
477
443
  """
478
444
 
479
445
  :param _context:
480
446
  """
481
447
 
482
- class CLIP_MT_track_clear(bpy.types.Menu):
448
+ class CLIP_MT_track_clear(_bpy_types.Menu):
483
449
  bl_label: typing.Any
484
450
  bl_rna: typing.Any
485
451
  id_data: typing.Any
@@ -488,23 +454,21 @@ class CLIP_MT_track_clear(bpy.types.Menu):
488
454
  """
489
455
 
490
456
  :return: The RNA type or default when not found.
491
- :rtype: bpy.types.Struct
492
457
  """
493
458
 
494
459
  def bl_rna_get_subclass_py(self) -> typing.Any:
495
460
  """
496
461
 
497
462
  :return: The class or default when not found.
498
- :rtype: typing.Any
499
463
  """
500
464
 
501
- def draw(self, _context):
465
+ def draw(self, _context) -> None:
502
466
  """
503
467
 
504
468
  :param _context:
505
469
  """
506
470
 
507
- class CLIP_MT_track_motion(bpy.types.Menu):
471
+ class CLIP_MT_track_motion(_bpy_types.Menu):
508
472
  bl_label: typing.Any
509
473
  bl_rna: typing.Any
510
474
  id_data: typing.Any
@@ -513,23 +477,21 @@ class CLIP_MT_track_motion(bpy.types.Menu):
513
477
  """
514
478
 
515
479
  :return: The RNA type or default when not found.
516
- :rtype: bpy.types.Struct
517
480
  """
518
481
 
519
482
  def bl_rna_get_subclass_py(self) -> typing.Any:
520
483
  """
521
484
 
522
485
  :return: The class or default when not found.
523
- :rtype: typing.Any
524
486
  """
525
487
 
526
- def draw(self, _context):
488
+ def draw(self, _context) -> None:
527
489
  """
528
490
 
529
491
  :param _context:
530
492
  """
531
493
 
532
- class CLIP_MT_track_refine(bpy.types.Menu):
494
+ class CLIP_MT_track_refine(_bpy_types.Menu):
533
495
  bl_label: typing.Any
534
496
  bl_rna: typing.Any
535
497
  id_data: typing.Any
@@ -538,23 +500,21 @@ class CLIP_MT_track_refine(bpy.types.Menu):
538
500
  """
539
501
 
540
502
  :return: The RNA type or default when not found.
541
- :rtype: bpy.types.Struct
542
503
  """
543
504
 
544
505
  def bl_rna_get_subclass_py(self) -> typing.Any:
545
506
  """
546
507
 
547
508
  :return: The class or default when not found.
548
- :rtype: typing.Any
549
509
  """
550
510
 
551
- def draw(self, _context):
511
+ def draw(self, _context) -> None:
552
512
  """
553
513
 
554
514
  :param _context:
555
515
  """
556
516
 
557
- class CLIP_MT_track_transform(bpy.types.Menu):
517
+ class CLIP_MT_track_transform(_bpy_types.Menu):
558
518
  bl_label: typing.Any
559
519
  bl_rna: typing.Any
560
520
  id_data: typing.Any
@@ -563,23 +523,21 @@ class CLIP_MT_track_transform(bpy.types.Menu):
563
523
  """
564
524
 
565
525
  :return: The RNA type or default when not found.
566
- :rtype: bpy.types.Struct
567
526
  """
568
527
 
569
528
  def bl_rna_get_subclass_py(self) -> typing.Any:
570
529
  """
571
530
 
572
531
  :return: The class or default when not found.
573
- :rtype: typing.Any
574
532
  """
575
533
 
576
- def draw(self, _context):
534
+ def draw(self, _context) -> None:
577
535
  """
578
536
 
579
537
  :param _context:
580
538
  """
581
539
 
582
- class CLIP_MT_track_visibility(bpy.types.Menu):
540
+ class CLIP_MT_track_visibility(_bpy_types.Menu):
583
541
  bl_label: typing.Any
584
542
  bl_rna: typing.Any
585
543
  id_data: typing.Any
@@ -588,23 +546,21 @@ class CLIP_MT_track_visibility(bpy.types.Menu):
588
546
  """
589
547
 
590
548
  :return: The RNA type or default when not found.
591
- :rtype: bpy.types.Struct
592
549
  """
593
550
 
594
551
  def bl_rna_get_subclass_py(self) -> typing.Any:
595
552
  """
596
553
 
597
554
  :return: The class or default when not found.
598
- :rtype: typing.Any
599
555
  """
600
556
 
601
- def draw(self, _context):
557
+ def draw(self, _context) -> None:
602
558
  """
603
559
 
604
560
  :param _context:
605
561
  """
606
562
 
607
- class CLIP_MT_tracking_context_menu(bpy.types.Menu):
563
+ class CLIP_MT_tracking_context_menu(_bpy_types.Menu):
608
564
  bl_label: typing.Any
609
565
  bl_rna: typing.Any
610
566
  id_data: typing.Any
@@ -613,30 +569,28 @@ class CLIP_MT_tracking_context_menu(bpy.types.Menu):
613
569
  """
614
570
 
615
571
  :return: The RNA type or default when not found.
616
- :rtype: bpy.types.Struct
617
572
  """
618
573
 
619
574
  def bl_rna_get_subclass_py(self) -> typing.Any:
620
575
  """
621
576
 
622
577
  :return: The class or default when not found.
623
- :rtype: typing.Any
624
578
  """
625
579
 
626
- def draw(self, context):
580
+ def draw(self, context) -> None:
627
581
  """
628
582
 
629
583
  :param context:
630
584
  """
631
585
 
632
586
  @classmethod
633
- def poll(cls, context):
587
+ def poll(cls, context) -> None:
634
588
  """
635
589
 
636
590
  :param context:
637
591
  """
638
592
 
639
- class CLIP_MT_tracking_editor_menus(bpy.types.Menu):
593
+ class CLIP_MT_tracking_editor_menus(_bpy_types.Menu):
640
594
  bl_idname: typing.Any
641
595
  bl_label: typing.Any
642
596
  bl_rna: typing.Any
@@ -646,23 +600,21 @@ class CLIP_MT_tracking_editor_menus(bpy.types.Menu):
646
600
  """
647
601
 
648
602
  :return: The RNA type or default when not found.
649
- :rtype: bpy.types.Struct
650
603
  """
651
604
 
652
605
  def bl_rna_get_subclass_py(self) -> typing.Any:
653
606
  """
654
607
 
655
608
  :return: The class or default when not found.
656
- :rtype: typing.Any
657
609
  """
658
610
 
659
- def draw(self, context):
611
+ def draw(self, context) -> None:
660
612
  """
661
613
 
662
614
  :param context:
663
615
  """
664
616
 
665
- class CLIP_MT_tracking_pie(bpy.types.Menu):
617
+ class CLIP_MT_tracking_pie(_bpy_types.Menu):
666
618
  bl_label: typing.Any
667
619
  bl_rna: typing.Any
668
620
  bl_translation_context: typing.Any
@@ -672,30 +624,28 @@ class CLIP_MT_tracking_pie(bpy.types.Menu):
672
624
  """
673
625
 
674
626
  :return: The RNA type or default when not found.
675
- :rtype: bpy.types.Struct
676
627
  """
677
628
 
678
629
  def bl_rna_get_subclass_py(self) -> typing.Any:
679
630
  """
680
631
 
681
632
  :return: The class or default when not found.
682
- :rtype: typing.Any
683
633
  """
684
634
 
685
- def draw(self, _context):
635
+ def draw(self, _context) -> None:
686
636
  """
687
637
 
688
638
  :param _context:
689
639
  """
690
640
 
691
641
  @classmethod
692
- def poll(cls, context):
642
+ def poll(cls, context) -> None:
693
643
  """
694
644
 
695
645
  :param context:
696
646
  """
697
647
 
698
- class CLIP_MT_view(bpy.types.Menu):
648
+ class CLIP_MT_view(_bpy_types.Menu):
699
649
  bl_label: typing.Any
700
650
  bl_rna: typing.Any
701
651
  id_data: typing.Any
@@ -704,23 +654,21 @@ class CLIP_MT_view(bpy.types.Menu):
704
654
  """
705
655
 
706
656
  :return: The RNA type or default when not found.
707
- :rtype: bpy.types.Struct
708
657
  """
709
658
 
710
659
  def bl_rna_get_subclass_py(self) -> typing.Any:
711
660
  """
712
661
 
713
662
  :return: The class or default when not found.
714
- :rtype: typing.Any
715
663
  """
716
664
 
717
- def draw(self, context):
665
+ def draw(self, context) -> None:
718
666
  """
719
667
 
720
668
  :param context:
721
669
  """
722
670
 
723
- class CLIP_MT_view_pie(bpy.types.Menu):
671
+ class CLIP_MT_view_pie(_bpy_types.Menu):
724
672
  bl_label: typing.Any
725
673
  bl_rna: typing.Any
726
674
  id_data: typing.Any
@@ -729,30 +677,28 @@ class CLIP_MT_view_pie(bpy.types.Menu):
729
677
  """
730
678
 
731
679
  :return: The RNA type or default when not found.
732
- :rtype: bpy.types.Struct
733
680
  """
734
681
 
735
682
  def bl_rna_get_subclass_py(self) -> typing.Any:
736
683
  """
737
684
 
738
685
  :return: The class or default when not found.
739
- :rtype: typing.Any
740
686
  """
741
687
 
742
- def draw(self, context):
688
+ def draw(self, context) -> None:
743
689
  """
744
690
 
745
691
  :param context:
746
692
  """
747
693
 
748
694
  @classmethod
749
- def poll(cls, context):
695
+ def poll(cls, context) -> None:
750
696
  """
751
697
 
752
698
  :param context:
753
699
  """
754
700
 
755
- class CLIP_MT_view_zoom(bpy.types.Menu):
701
+ class CLIP_MT_view_zoom(_bpy_types.Menu):
756
702
  bl_label: typing.Any
757
703
  bl_rna: typing.Any
758
704
  id_data: typing.Any
@@ -761,23 +707,21 @@ class CLIP_MT_view_zoom(bpy.types.Menu):
761
707
  """
762
708
 
763
709
  :return: The RNA type or default when not found.
764
- :rtype: bpy.types.Struct
765
710
  """
766
711
 
767
712
  def bl_rna_get_subclass_py(self) -> typing.Any:
768
713
  """
769
714
 
770
715
  :return: The class or default when not found.
771
- :rtype: typing.Any
772
716
  """
773
717
 
774
- def draw(self, context):
718
+ def draw(self, context) -> None:
775
719
  """
776
720
 
777
721
  :param context:
778
722
  """
779
723
 
780
- class CLIP_PT_2d_cursor(bpy.types.Panel):
724
+ class CLIP_PT_2d_cursor(_bpy_types.Panel):
781
725
  bl_category: typing.Any
782
726
  bl_label: typing.Any
783
727
  bl_region_type: typing.Any
@@ -789,31 +733,29 @@ class CLIP_PT_2d_cursor(bpy.types.Panel):
789
733
  """
790
734
 
791
735
  :return: The RNA type or default when not found.
792
- :rtype: bpy.types.Struct
793
736
  """
794
737
 
795
738
  def bl_rna_get_subclass_py(self) -> typing.Any:
796
739
  """
797
740
 
798
741
  :return: The class or default when not found.
799
- :rtype: typing.Any
800
742
  """
801
743
 
802
- def draw(self, context):
744
+ def draw(self, context) -> None:
803
745
  """
804
746
 
805
747
  :param context:
806
748
  """
807
749
 
808
750
  @classmethod
809
- def poll(cls, context):
751
+ def poll(cls, context) -> None:
810
752
  """
811
753
 
812
754
  :param context:
813
755
  """
814
756
 
815
757
  class CLIP_PT_active_mask_point(
816
- bl_ui.properties_mask_common.MASK_PT_point, bpy.types.Panel
758
+ bl_ui.properties_mask_common.MASK_PT_point, _bpy_types.Panel
817
759
  ):
818
760
  bl_category: typing.Any
819
761
  bl_label: typing.Any
@@ -826,18 +768,16 @@ class CLIP_PT_active_mask_point(
826
768
  """
827
769
 
828
770
  :return: The RNA type or default when not found.
829
- :rtype: bpy.types.Struct
830
771
  """
831
772
 
832
773
  def bl_rna_get_subclass_py(self) -> typing.Any:
833
774
  """
834
775
 
835
776
  :return: The class or default when not found.
836
- :rtype: typing.Any
837
777
  """
838
778
 
839
779
  class CLIP_PT_active_mask_spline(
840
- bl_ui.properties_mask_common.MASK_PT_spline, bpy.types.Panel
780
+ bl_ui.properties_mask_common.MASK_PT_spline, _bpy_types.Panel
841
781
  ):
842
782
  bl_category: typing.Any
843
783
  bl_label: typing.Any
@@ -850,17 +790,15 @@ class CLIP_PT_active_mask_spline(
850
790
  """
851
791
 
852
792
  :return: The RNA type or default when not found.
853
- :rtype: bpy.types.Struct
854
793
  """
855
794
 
856
795
  def bl_rna_get_subclass_py(self) -> typing.Any:
857
796
  """
858
797
 
859
798
  :return: The class or default when not found.
860
- :rtype: typing.Any
861
799
  """
862
800
 
863
- class CLIP_PT_animation(CLIP_PT_clip_view_panel, bpy.types.Panel):
801
+ class CLIP_PT_animation(CLIP_PT_clip_view_panel, _bpy_types.Panel):
864
802
  bl_category: typing.Any
865
803
  bl_label: typing.Any
866
804
  bl_region_type: typing.Any
@@ -872,17 +810,15 @@ class CLIP_PT_animation(CLIP_PT_clip_view_panel, bpy.types.Panel):
872
810
  """
873
811
 
874
812
  :return: The RNA type or default when not found.
875
- :rtype: bpy.types.Struct
876
813
  """
877
814
 
878
815
  def bl_rna_get_subclass_py(self) -> typing.Any:
879
816
  """
880
817
 
881
818
  :return: The class or default when not found.
882
- :rtype: typing.Any
883
819
  """
884
820
 
885
- def draw(self, context):
821
+ def draw(self, context) -> None:
886
822
  """
887
823
 
888
824
  :param context:
@@ -891,7 +827,7 @@ class CLIP_PT_animation(CLIP_PT_clip_view_panel, bpy.types.Panel):
891
827
  class CLIP_PT_annotation(
892
828
  CLIP_PT_clip_view_panel,
893
829
  bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
894
- bpy.types.Panel,
830
+ _bpy_types.Panel,
895
831
  ):
896
832
  bl_category: typing.Any
897
833
  bl_label: typing.Any
@@ -905,17 +841,15 @@ class CLIP_PT_annotation(
905
841
  """
906
842
 
907
843
  :return: The RNA type or default when not found.
908
- :rtype: bpy.types.Struct
909
844
  """
910
845
 
911
846
  def bl_rna_get_subclass_py(self) -> typing.Any:
912
847
  """
913
848
 
914
849
  :return: The class or default when not found.
915
- :rtype: typing.Any
916
850
  """
917
851
 
918
- class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
852
+ class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
919
853
  """Predefined tracking camera intrinsics"""
920
854
 
921
855
  bl_label: typing.Any
@@ -931,17 +865,15 @@ class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
931
865
  """
932
866
 
933
867
  :return: The RNA type or default when not found.
934
- :rtype: bpy.types.Struct
935
868
  """
936
869
 
937
870
  def bl_rna_get_subclass_py(self) -> typing.Any:
938
871
  """
939
872
 
940
873
  :return: The class or default when not found.
941
- :rtype: typing.Any
942
874
  """
943
875
 
944
- class CLIP_PT_clip_display(bpy.types.Panel):
876
+ class CLIP_PT_clip_display(_bpy_types.Panel):
945
877
  bl_label: typing.Any
946
878
  bl_parent_id: typing.Any
947
879
  bl_region_type: typing.Any
@@ -954,17 +886,15 @@ class CLIP_PT_clip_display(bpy.types.Panel):
954
886
  """
955
887
 
956
888
  :return: The RNA type or default when not found.
957
- :rtype: bpy.types.Struct
958
889
  """
959
890
 
960
891
  def bl_rna_get_subclass_py(self) -> typing.Any:
961
892
  """
962
893
 
963
894
  :return: The class or default when not found.
964
- :rtype: typing.Any
965
895
  """
966
896
 
967
- def draw(self, context):
897
+ def draw(self, context) -> None:
968
898
  """
969
899
 
970
900
  :param context:
@@ -972,13 +902,13 @@ class CLIP_PT_clip_display(bpy.types.Panel):
972
902
 
973
903
  class CLIP_PT_clip_view_panel:
974
904
  @classmethod
975
- def poll(cls, context):
905
+ def poll(cls, context) -> None:
976
906
  """
977
907
 
978
908
  :param context:
979
909
  """
980
910
 
981
- class CLIP_PT_display(bpy.types.Panel):
911
+ class CLIP_PT_display(_bpy_types.Panel):
982
912
  bl_label: typing.Any
983
913
  bl_region_type: typing.Any
984
914
  bl_rna: typing.Any
@@ -990,23 +920,21 @@ class CLIP_PT_display(bpy.types.Panel):
990
920
  """
991
921
 
992
922
  :return: The RNA type or default when not found.
993
- :rtype: bpy.types.Struct
994
923
  """
995
924
 
996
925
  def bl_rna_get_subclass_py(self) -> typing.Any:
997
926
  """
998
927
 
999
928
  :return: The class or default when not found.
1000
- :rtype: typing.Any
1001
929
  """
1002
930
 
1003
- def draw(self, context):
931
+ def draw(self, context) -> None:
1004
932
  """
1005
933
 
1006
934
  :param context:
1007
935
  """
1008
936
 
1009
- class CLIP_PT_footage(CLIP_PT_clip_view_panel, bpy.types.Panel):
937
+ class CLIP_PT_footage(CLIP_PT_clip_view_panel, _bpy_types.Panel):
1010
938
  bl_category: typing.Any
1011
939
  bl_label: typing.Any
1012
940
  bl_region_type: typing.Any
@@ -1018,23 +946,21 @@ class CLIP_PT_footage(CLIP_PT_clip_view_panel, bpy.types.Panel):
1018
946
  """
1019
947
 
1020
948
  :return: The RNA type or default when not found.
1021
- :rtype: bpy.types.Struct
1022
949
  """
1023
950
 
1024
951
  def bl_rna_get_subclass_py(self) -> typing.Any:
1025
952
  """
1026
953
 
1027
954
  :return: The class or default when not found.
1028
- :rtype: typing.Any
1029
955
  """
1030
956
 
1031
- def draw(self, context):
957
+ def draw(self, context) -> None:
1032
958
  """
1033
959
 
1034
960
  :param context:
1035
961
  """
1036
962
 
1037
- class CLIP_PT_gizmo_display(bpy.types.Panel):
963
+ class CLIP_PT_gizmo_display(_bpy_types.Panel):
1038
964
  bl_label: typing.Any
1039
965
  bl_region_type: typing.Any
1040
966
  bl_rna: typing.Any
@@ -1046,84 +972,97 @@ class CLIP_PT_gizmo_display(bpy.types.Panel):
1046
972
  """
1047
973
 
1048
974
  :return: The RNA type or default when not found.
1049
- :rtype: bpy.types.Struct
1050
975
  """
1051
976
 
1052
977
  def bl_rna_get_subclass_py(self) -> typing.Any:
1053
978
  """
1054
979
 
1055
980
  :return: The class or default when not found.
1056
- :rtype: typing.Any
1057
981
  """
1058
982
 
1059
- def draw(self, context):
983
+ def draw(self, context) -> None:
1060
984
  """
1061
985
 
1062
986
  :param context:
1063
987
  """
1064
988
 
1065
- class CLIP_PT_marker(CLIP_PT_tracking_panel, bpy.types.Panel):
989
+ class CLIP_PT_marker(CLIP_PT_tracking_panel, _bpy_types.Panel):
1066
990
  bl_category: typing.Any
1067
991
  bl_label: typing.Any
1068
992
  bl_options: typing.Any
1069
993
  bl_region_type: typing.Any
1070
994
  bl_rna: typing.Any
1071
995
  bl_space_type: typing.Any
996
+ bl_translation_context: typing.Any
1072
997
  id_data: typing.Any
1073
998
 
1074
999
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1075
1000
  """
1076
1001
 
1077
1002
  :return: The RNA type or default when not found.
1078
- :rtype: bpy.types.Struct
1079
1003
  """
1080
1004
 
1081
1005
  def bl_rna_get_subclass_py(self) -> typing.Any:
1082
1006
  """
1083
1007
 
1084
1008
  :return: The class or default when not found.
1085
- :rtype: typing.Any
1086
1009
  """
1087
1010
 
1088
- def draw(self, context):
1011
+ def draw(self, context) -> None:
1089
1012
  """
1090
1013
 
1091
1014
  :param context:
1092
1015
  """
1093
1016
 
1094
- class CLIP_PT_marker_display(bpy.types.Panel):
1017
+ class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, _bpy_types.Panel):
1018
+ bl_category: typing.Any
1095
1019
  bl_label: typing.Any
1096
- bl_parent_id: typing.Any
1020
+ bl_options: typing.Any
1097
1021
  bl_region_type: typing.Any
1098
1022
  bl_rna: typing.Any
1099
1023
  bl_space_type: typing.Any
1100
- bl_ui_units_x: typing.Any
1101
1024
  id_data: typing.Any
1102
1025
 
1103
1026
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1104
1027
  """
1105
1028
 
1106
1029
  :return: The RNA type or default when not found.
1107
- :rtype: bpy.types.Struct
1108
1030
  """
1109
1031
 
1110
1032
  def bl_rna_get_subclass_py(self) -> typing.Any:
1111
1033
  """
1112
1034
 
1113
1035
  :return: The class or default when not found.
1114
- :rtype: typing.Any
1115
1036
  """
1116
1037
 
1117
- def draw(self, context):
1038
+ class CLIP_PT_mask_animation(
1039
+ bl_ui.properties_mask_common.MASK_PT_animation, _bpy_types.Panel
1040
+ ):
1041
+ bl_category: typing.Any
1042
+ bl_label: typing.Any
1043
+ bl_options: typing.Any
1044
+ bl_region_type: typing.Any
1045
+ bl_rna: typing.Any
1046
+ bl_space_type: typing.Any
1047
+ id_data: typing.Any
1048
+
1049
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1118
1050
  """
1119
1051
 
1120
- :param context:
1052
+ :return: The RNA type or default when not found.
1121
1053
  """
1122
1054
 
1123
- class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy.types.Panel):
1055
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1056
+ """
1057
+
1058
+ :return: The class or default when not found.
1059
+ """
1060
+
1061
+ class CLIP_PT_mask_layers(
1062
+ bl_ui.properties_mask_common.MASK_PT_layers, _bpy_types.Panel
1063
+ ):
1124
1064
  bl_category: typing.Any
1125
1065
  bl_label: typing.Any
1126
- bl_options: typing.Any
1127
1066
  bl_region_type: typing.Any
1128
1067
  bl_rna: typing.Any
1129
1068
  bl_space_type: typing.Any
@@ -1133,19 +1072,15 @@ class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy.types.Panel):
1133
1072
  """
1134
1073
 
1135
1074
  :return: The RNA type or default when not found.
1136
- :rtype: bpy.types.Struct
1137
1075
  """
1138
1076
 
1139
1077
  def bl_rna_get_subclass_py(self) -> typing.Any:
1140
1078
  """
1141
1079
 
1142
1080
  :return: The class or default when not found.
1143
- :rtype: typing.Any
1144
1081
  """
1145
1082
 
1146
- class CLIP_PT_mask_animation(
1147
- bl_ui.properties_mask_common.MASK_PT_animation, bpy.types.Panel
1148
- ):
1083
+ class CLIP_PT_objects(CLIP_PT_clip_view_panel, _bpy_types.Panel):
1149
1084
  bl_category: typing.Any
1150
1085
  bl_label: typing.Any
1151
1086
  bl_options: typing.Any
@@ -1158,42 +1093,49 @@ class CLIP_PT_mask_animation(
1158
1093
  """
1159
1094
 
1160
1095
  :return: The RNA type or default when not found.
1161
- :rtype: bpy.types.Struct
1162
1096
  """
1163
1097
 
1164
1098
  def bl_rna_get_subclass_py(self) -> typing.Any:
1165
1099
  """
1166
1100
 
1167
1101
  :return: The class or default when not found.
1168
- :rtype: typing.Any
1169
1102
  """
1170
1103
 
1171
- class CLIP_PT_mask_display(
1172
- bl_ui.properties_mask_common.MASK_PT_display, bpy.types.Panel
1173
- ):
1104
+ def draw(self, context) -> None:
1105
+ """
1106
+
1107
+ :param context:
1108
+ """
1109
+
1110
+ class CLIP_PT_overlay(_bpy_types.Panel):
1174
1111
  bl_label: typing.Any
1175
1112
  bl_region_type: typing.Any
1176
1113
  bl_rna: typing.Any
1177
1114
  bl_space_type: typing.Any
1115
+ bl_ui_units_x: typing.Any
1178
1116
  id_data: typing.Any
1179
1117
 
1180
1118
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1181
1119
  """
1182
1120
 
1183
1121
  :return: The RNA type or default when not found.
1184
- :rtype: bpy.types.Struct
1185
1122
  """
1186
1123
 
1187
1124
  def bl_rna_get_subclass_py(self) -> typing.Any:
1188
1125
  """
1189
1126
 
1190
1127
  :return: The class or default when not found.
1191
- :rtype: typing.Any
1192
1128
  """
1193
1129
 
1194
- class CLIP_PT_mask_layers(bl_ui.properties_mask_common.MASK_PT_layers, bpy.types.Panel):
1195
- bl_category: typing.Any
1130
+ def draw(self, _context) -> None:
1131
+ """
1132
+
1133
+ :param _context:
1134
+ """
1135
+
1136
+ class CLIP_PT_overlay_display(_bpy_types.Panel):
1196
1137
  bl_label: typing.Any
1138
+ bl_parent_id: typing.Any
1197
1139
  bl_region_type: typing.Any
1198
1140
  bl_rna: typing.Any
1199
1141
  bl_space_type: typing.Any
@@ -1203,20 +1145,23 @@ class CLIP_PT_mask_layers(bl_ui.properties_mask_common.MASK_PT_layers, bpy.types
1203
1145
  """
1204
1146
 
1205
1147
  :return: The RNA type or default when not found.
1206
- :rtype: bpy.types.Struct
1207
1148
  """
1208
1149
 
1209
1150
  def bl_rna_get_subclass_py(self) -> typing.Any:
1210
1151
  """
1211
1152
 
1212
1153
  :return: The class or default when not found.
1213
- :rtype: typing.Any
1214
1154
  """
1215
1155
 
1216
- class CLIP_PT_objects(CLIP_PT_clip_view_panel, bpy.types.Panel):
1217
- bl_category: typing.Any
1156
+ def draw(self, context) -> None:
1157
+ """
1158
+
1159
+ :param context:
1160
+ """
1161
+
1162
+ class CLIP_PT_overlay_guides(_bpy_types.Panel):
1218
1163
  bl_label: typing.Any
1219
- bl_options: typing.Any
1164
+ bl_parent_id: typing.Any
1220
1165
  bl_region_type: typing.Any
1221
1166
  bl_rna: typing.Any
1222
1167
  bl_space_type: typing.Any
@@ -1226,23 +1171,50 @@ class CLIP_PT_objects(CLIP_PT_clip_view_panel, bpy.types.Panel):
1226
1171
  """
1227
1172
 
1228
1173
  :return: The RNA type or default when not found.
1229
- :rtype: bpy.types.Struct
1230
1174
  """
1231
1175
 
1232
1176
  def bl_rna_get_subclass_py(self) -> typing.Any:
1233
1177
  """
1234
1178
 
1235
1179
  :return: The class or default when not found.
1236
- :rtype: typing.Any
1237
1180
  """
1238
1181
 
1239
- def draw(self, context):
1182
+ def draw(self, context) -> None:
1240
1183
  """
1241
1184
 
1242
1185
  :param context:
1243
1186
  """
1244
1187
 
1245
- class CLIP_PT_plane_track(CLIP_PT_tracking_panel, bpy.types.Panel):
1188
+ class CLIP_PT_overlay_mask(
1189
+ bl_ui.properties_mask_common.MASK_PT_display, _bpy_types.Panel
1190
+ ):
1191
+ bl_label: typing.Any
1192
+ bl_parent_id: typing.Any
1193
+ bl_region_type: typing.Any
1194
+ bl_rna: typing.Any
1195
+ bl_space_type: typing.Any
1196
+ id_data: typing.Any
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
+ @classmethod
1211
+ def poll(cls, context) -> None:
1212
+ """
1213
+
1214
+ :param context:
1215
+ """
1216
+
1217
+ class CLIP_PT_plane_track(CLIP_PT_tracking_panel, _bpy_types.Panel):
1246
1218
  bl_category: typing.Any
1247
1219
  bl_label: typing.Any
1248
1220
  bl_options: typing.Any
@@ -1255,23 +1227,21 @@ class CLIP_PT_plane_track(CLIP_PT_tracking_panel, bpy.types.Panel):
1255
1227
  """
1256
1228
 
1257
1229
  :return: The RNA type or default when not found.
1258
- :rtype: bpy.types.Struct
1259
1230
  """
1260
1231
 
1261
1232
  def bl_rna_get_subclass_py(self) -> typing.Any:
1262
1233
  """
1263
1234
 
1264
1235
  :return: The class or default when not found.
1265
- :rtype: typing.Any
1266
1236
  """
1267
1237
 
1268
- def draw(self, context):
1238
+ def draw(self, context) -> None:
1269
1239
  """
1270
1240
 
1271
1241
  :param context:
1272
1242
  """
1273
1243
 
1274
- class CLIP_PT_proportional_edit(bpy.types.Panel):
1244
+ class CLIP_PT_proportional_edit(_bpy_types.Panel):
1275
1245
  bl_label: typing.Any
1276
1246
  bl_region_type: typing.Any
1277
1247
  bl_rna: typing.Any
@@ -1283,23 +1253,21 @@ class CLIP_PT_proportional_edit(bpy.types.Panel):
1283
1253
  """
1284
1254
 
1285
1255
  :return: The RNA type or default when not found.
1286
- :rtype: bpy.types.Struct
1287
1256
  """
1288
1257
 
1289
1258
  def bl_rna_get_subclass_py(self) -> typing.Any:
1290
1259
  """
1291
1260
 
1292
1261
  :return: The class or default when not found.
1293
- :rtype: typing.Any
1294
1262
  """
1295
1263
 
1296
- def draw(self, context):
1264
+ def draw(self, context) -> None:
1297
1265
  """
1298
1266
 
1299
1267
  :param context:
1300
1268
  """
1301
1269
 
1302
- class CLIP_PT_proxy(CLIP_PT_clip_view_panel, bpy.types.Panel):
1270
+ class CLIP_PT_proxy(CLIP_PT_clip_view_panel, _bpy_types.Panel):
1303
1271
  bl_category: typing.Any
1304
1272
  bl_label: typing.Any
1305
1273
  bl_options: typing.Any
@@ -1312,23 +1280,21 @@ class CLIP_PT_proxy(CLIP_PT_clip_view_panel, bpy.types.Panel):
1312
1280
  """
1313
1281
 
1314
1282
  :return: The RNA type or default when not found.
1315
- :rtype: bpy.types.Struct
1316
1283
  """
1317
1284
 
1318
1285
  def bl_rna_get_subclass_py(self) -> typing.Any:
1319
1286
  """
1320
1287
 
1321
1288
  :return: The class or default when not found.
1322
- :rtype: typing.Any
1323
1289
  """
1324
1290
 
1325
- def draw(self, context):
1291
+ def draw(self, context) -> None:
1326
1292
  """
1327
1293
 
1328
1294
  :param context:
1329
1295
  """
1330
1296
 
1331
- def draw_header(self, context):
1297
+ def draw_header(self, context) -> None:
1332
1298
  """
1333
1299
 
1334
1300
  :param context:
@@ -1336,13 +1302,13 @@ class CLIP_PT_proxy(CLIP_PT_clip_view_panel, bpy.types.Panel):
1336
1302
 
1337
1303
  class CLIP_PT_reconstruction_panel:
1338
1304
  @classmethod
1339
- def poll(cls, context):
1305
+ def poll(cls, context) -> None:
1340
1306
  """
1341
1307
 
1342
1308
  :param context:
1343
1309
  """
1344
1310
 
1345
- class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy.types.Panel):
1311
+ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, _bpy_types.Panel):
1346
1312
  bl_category: typing.Any
1347
1313
  bl_label: typing.Any
1348
1314
  bl_region_type: typing.Any
@@ -1354,36 +1320,34 @@ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy.types.Panel):
1354
1320
  """
1355
1321
 
1356
1322
  :return: The RNA type or default when not found.
1357
- :rtype: bpy.types.Struct
1358
1323
  """
1359
1324
 
1360
1325
  def bl_rna_get_subclass_py(self) -> typing.Any:
1361
1326
  """
1362
1327
 
1363
1328
  :return: The class or default when not found.
1364
- :rtype: typing.Any
1365
1329
  """
1366
1330
 
1367
- def draw(self, context):
1331
+ def draw(self, context) -> None:
1368
1332
  """
1369
1333
 
1370
1334
  :param context:
1371
1335
  """
1372
1336
 
1373
- def draw_header(self, context):
1337
+ def draw_header(self, context) -> None:
1374
1338
  """
1375
1339
 
1376
1340
  :param context:
1377
1341
  """
1378
1342
 
1379
1343
  @classmethod
1380
- def poll(cls, context):
1344
+ def poll(cls, context) -> None:
1381
1345
  """
1382
1346
 
1383
1347
  :param context:
1384
1348
  """
1385
1349
 
1386
- class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, bpy.types.Panel):
1350
+ class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, _bpy_types.Panel):
1387
1351
  bl_category: typing.Any
1388
1352
  bl_label: typing.Any
1389
1353
  bl_options: typing.Any
@@ -1396,23 +1360,21 @@ class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, bpy.types.Panel):
1396
1360
  """
1397
1361
 
1398
1362
  :return: The RNA type or default when not found.
1399
- :rtype: bpy.types.Struct
1400
1363
  """
1401
1364
 
1402
1365
  def bl_rna_get_subclass_py(self) -> typing.Any:
1403
1366
  """
1404
1367
 
1405
1368
  :return: The class or default when not found.
1406
- :rtype: typing.Any
1407
1369
  """
1408
1370
 
1409
- def draw(self, context):
1371
+ def draw(self, context) -> None:
1410
1372
  """
1411
1373
 
1412
1374
  :param context:
1413
1375
  """
1414
1376
 
1415
- class CLIP_PT_tools_clip(bpy.types.Panel):
1377
+ class CLIP_PT_tools_clip(_bpy_types.Panel):
1416
1378
  bl_category: typing.Any
1417
1379
  bl_label: typing.Any
1418
1380
  bl_region_type: typing.Any
@@ -1425,30 +1387,28 @@ class CLIP_PT_tools_clip(bpy.types.Panel):
1425
1387
  """
1426
1388
 
1427
1389
  :return: The RNA type or default when not found.
1428
- :rtype: bpy.types.Struct
1429
1390
  """
1430
1391
 
1431
1392
  def bl_rna_get_subclass_py(self) -> typing.Any:
1432
1393
  """
1433
1394
 
1434
1395
  :return: The class or default when not found.
1435
- :rtype: typing.Any
1436
1396
  """
1437
1397
 
1438
- def draw(self, _context):
1398
+ def draw(self, _context) -> None:
1439
1399
  """
1440
1400
 
1441
1401
  :param _context:
1442
1402
  """
1443
1403
 
1444
1404
  @classmethod
1445
- def poll(cls, context):
1405
+ def poll(cls, context) -> None:
1446
1406
  """
1447
1407
 
1448
1408
  :param context:
1449
1409
  """
1450
1410
 
1451
- class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, bpy.types.Panel):
1411
+ class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, _bpy_types.Panel):
1452
1412
  bl_category: typing.Any
1453
1413
  bl_label: typing.Any
1454
1414
  bl_options: typing.Any
@@ -1461,24 +1421,22 @@ class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, bpy.types.Panel):
1461
1421
  """
1462
1422
 
1463
1423
  :return: The RNA type or default when not found.
1464
- :rtype: bpy.types.Struct
1465
1424
  """
1466
1425
 
1467
1426
  def bl_rna_get_subclass_py(self) -> typing.Any:
1468
1427
  """
1469
1428
 
1470
1429
  :return: The class or default when not found.
1471
- :rtype: typing.Any
1472
1430
  """
1473
1431
 
1474
- def draw(self, _context):
1432
+ def draw(self, _context) -> None:
1475
1433
  """
1476
1434
 
1477
1435
  :param _context:
1478
1436
  """
1479
1437
 
1480
1438
  class CLIP_PT_tools_grease_pencil_draw(
1481
- bl_ui.properties_grease_pencil_common.AnnotationDrawingToolsPanel, bpy.types.Panel
1439
+ bl_ui.properties_grease_pencil_common.AnnotationDrawingToolsPanel, _bpy_types.Panel
1482
1440
  ):
1483
1441
  bl_category: typing.Any
1484
1442
  bl_label: typing.Any
@@ -1491,46 +1449,43 @@ class CLIP_PT_tools_grease_pencil_draw(
1491
1449
  """
1492
1450
 
1493
1451
  :return: The RNA type or default when not found.
1494
- :rtype: bpy.types.Struct
1495
1452
  """
1496
1453
 
1497
1454
  def bl_rna_get_subclass_py(self) -> typing.Any:
1498
1455
  """
1499
1456
 
1500
1457
  :return: The class or default when not found.
1501
- :rtype: typing.Any
1502
1458
  """
1503
1459
 
1504
- class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, bpy.types.Panel):
1460
+ class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, _bpy_types.Panel):
1505
1461
  bl_category: typing.Any
1506
1462
  bl_label: typing.Any
1507
1463
  bl_region_type: typing.Any
1508
1464
  bl_rna: typing.Any
1509
1465
  bl_space_type: typing.Any
1466
+ bl_translation_context: typing.Any
1510
1467
  id_data: typing.Any
1511
1468
 
1512
1469
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1513
1470
  """
1514
1471
 
1515
1472
  :return: The RNA type or default when not found.
1516
- :rtype: bpy.types.Struct
1517
1473
  """
1518
1474
 
1519
1475
  def bl_rna_get_subclass_py(self) -> typing.Any:
1520
1476
  """
1521
1477
 
1522
1478
  :return: The class or default when not found.
1523
- :rtype: typing.Any
1524
1479
  """
1525
1480
 
1526
- def draw(self, _context):
1481
+ def draw(self, _context) -> None:
1527
1482
  """
1528
1483
 
1529
1484
  :param _context:
1530
1485
  """
1531
1486
 
1532
1487
  class CLIP_PT_tools_mask_tools(
1533
- bl_ui.properties_mask_common.MASK_PT_tools, bpy.types.Panel
1488
+ bl_ui.properties_mask_common.MASK_PT_tools, _bpy_types.Panel
1534
1489
  ):
1535
1490
  bl_category: typing.Any
1536
1491
  bl_label: typing.Any
@@ -1543,18 +1498,16 @@ class CLIP_PT_tools_mask_tools(
1543
1498
  """
1544
1499
 
1545
1500
  :return: The RNA type or default when not found.
1546
- :rtype: bpy.types.Struct
1547
1501
  """
1548
1502
 
1549
1503
  def bl_rna_get_subclass_py(self) -> typing.Any:
1550
1504
  """
1551
1505
 
1552
1506
  :return: The class or default when not found.
1553
- :rtype: typing.Any
1554
1507
  """
1555
1508
 
1556
1509
  class CLIP_PT_tools_mask_transforms(
1557
- bl_ui.properties_mask_common.MASK_PT_transforms, bpy.types.Panel
1510
+ bl_ui.properties_mask_common.MASK_PT_transforms, _bpy_types.Panel
1558
1511
  ):
1559
1512
  bl_category: typing.Any
1560
1513
  bl_label: typing.Any
@@ -1567,17 +1520,15 @@ class CLIP_PT_tools_mask_transforms(
1567
1520
  """
1568
1521
 
1569
1522
  :return: The RNA type or default when not found.
1570
- :rtype: bpy.types.Struct
1571
1523
  """
1572
1524
 
1573
1525
  def bl_rna_get_subclass_py(self) -> typing.Any:
1574
1526
  """
1575
1527
 
1576
1528
  :return: The class or default when not found.
1577
- :rtype: typing.Any
1578
1529
  """
1579
1530
 
1580
- class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, bpy.types.Panel):
1531
+ class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, _bpy_types.Panel):
1581
1532
  bl_category: typing.Any
1582
1533
  bl_label: typing.Any
1583
1534
  bl_region_type: typing.Any
@@ -1589,30 +1540,28 @@ class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, bpy.types.Panel):
1589
1540
  """
1590
1541
 
1591
1542
  :return: The RNA type or default when not found.
1592
- :rtype: bpy.types.Struct
1593
1543
  """
1594
1544
 
1595
1545
  def bl_rna_get_subclass_py(self) -> typing.Any:
1596
1546
  """
1597
1547
 
1598
1548
  :return: The class or default when not found.
1599
- :rtype: typing.Any
1600
1549
  """
1601
1550
 
1602
- def draw(self, context):
1551
+ def draw(self, context) -> None:
1603
1552
  """
1604
1553
 
1605
1554
  :param context:
1606
1555
  """
1607
1556
 
1608
1557
  @classmethod
1609
- def poll(cls, context):
1558
+ def poll(cls, context) -> None:
1610
1559
  """
1611
1560
 
1612
1561
  :param context:
1613
1562
  """
1614
1563
 
1615
- class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, bpy.types.Panel):
1564
+ class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, _bpy_types.Panel):
1616
1565
  bl_category: typing.Any
1617
1566
  bl_label: typing.Any
1618
1567
  bl_region_type: typing.Any
@@ -1624,23 +1573,21 @@ class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, bpy.types.Panel):
1624
1573
  """
1625
1574
 
1626
1575
  :return: The RNA type or default when not found.
1627
- :rtype: bpy.types.Struct
1628
1576
  """
1629
1577
 
1630
1578
  def bl_rna_get_subclass_py(self) -> typing.Any:
1631
1579
  """
1632
1580
 
1633
1581
  :return: The class or default when not found.
1634
- :rtype: typing.Any
1635
1582
  """
1636
1583
 
1637
- def draw(self, context):
1584
+ def draw(self, context) -> None:
1638
1585
  """
1639
1586
 
1640
1587
  :param context:
1641
1588
  """
1642
1589
 
1643
- class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, bpy.types.Panel):
1590
+ class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, _bpy_types.Panel):
1644
1591
  bl_category: typing.Any
1645
1592
  bl_label: typing.Any
1646
1593
  bl_options: typing.Any
@@ -1653,23 +1600,21 @@ class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, bpy.types.Panel):
1653
1600
  """
1654
1601
 
1655
1602
  :return: The RNA type or default when not found.
1656
- :rtype: bpy.types.Struct
1657
1603
  """
1658
1604
 
1659
1605
  def bl_rna_get_subclass_py(self) -> typing.Any:
1660
1606
  """
1661
1607
 
1662
1608
  :return: The class or default when not found.
1663
- :rtype: typing.Any
1664
1609
  """
1665
1610
 
1666
- def draw(self, _context):
1611
+ def draw(self, _context) -> None:
1667
1612
  """
1668
1613
 
1669
1614
  :param _context:
1670
1615
  """
1671
1616
 
1672
- class CLIP_PT_tools_scenesetup(bpy.types.Panel):
1617
+ class CLIP_PT_tools_scenesetup(_bpy_types.Panel):
1673
1618
  bl_category: typing.Any
1674
1619
  bl_label: typing.Any
1675
1620
  bl_region_type: typing.Any
@@ -1681,30 +1626,28 @@ class CLIP_PT_tools_scenesetup(bpy.types.Panel):
1681
1626
  """
1682
1627
 
1683
1628
  :return: The RNA type or default when not found.
1684
- :rtype: bpy.types.Struct
1685
1629
  """
1686
1630
 
1687
1631
  def bl_rna_get_subclass_py(self) -> typing.Any:
1688
1632
  """
1689
1633
 
1690
1634
  :return: The class or default when not found.
1691
- :rtype: typing.Any
1692
1635
  """
1693
1636
 
1694
- def draw(self, _context):
1637
+ def draw(self, _context) -> None:
1695
1638
  """
1696
1639
 
1697
1640
  :param _context:
1698
1641
  """
1699
1642
 
1700
1643
  @classmethod
1701
- def poll(cls, context):
1644
+ def poll(cls, context) -> None:
1702
1645
  """
1703
1646
 
1704
1647
  :param context:
1705
1648
  """
1706
1649
 
1707
- class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, bpy.types.Panel):
1650
+ class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, _bpy_types.Panel):
1708
1651
  bl_category: typing.Any
1709
1652
  bl_label: typing.Any
1710
1653
  bl_region_type: typing.Any
@@ -1716,23 +1659,21 @@ class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, bpy.types.Panel):
1716
1659
  """
1717
1660
 
1718
1661
  :return: The RNA type or default when not found.
1719
- :rtype: bpy.types.Struct
1720
1662
  """
1721
1663
 
1722
1664
  def bl_rna_get_subclass_py(self) -> typing.Any:
1723
1665
  """
1724
1666
 
1725
1667
  :return: The class or default when not found.
1726
- :rtype: typing.Any
1727
1668
  """
1728
1669
 
1729
- def draw(self, context):
1670
+ def draw(self, context) -> None:
1730
1671
  """
1731
1672
 
1732
1673
  :param context:
1733
1674
  """
1734
1675
 
1735
- class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, bpy.types.Panel):
1676
+ class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, _bpy_types.Panel):
1736
1677
  bl_category: typing.Any
1737
1678
  bl_label: typing.Any
1738
1679
  bl_options: typing.Any
@@ -1746,23 +1687,21 @@ class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, bpy.types.Panel):
1746
1687
  """
1747
1688
 
1748
1689
  :return: The RNA type or default when not found.
1749
- :rtype: bpy.types.Struct
1750
1690
  """
1751
1691
 
1752
1692
  def bl_rna_get_subclass_py(self) -> typing.Any:
1753
1693
  """
1754
1694
 
1755
1695
  :return: The class or default when not found.
1756
- :rtype: typing.Any
1757
1696
  """
1758
1697
 
1759
- def draw(self, _context):
1698
+ def draw(self, _context) -> None:
1760
1699
  """
1761
1700
 
1762
1701
  :param _context:
1763
1702
  """
1764
1703
 
1765
- class CLIP_PT_track(CLIP_PT_tracking_panel, bpy.types.Panel):
1704
+ class CLIP_PT_track(CLIP_PT_tracking_panel, _bpy_types.Panel):
1766
1705
  bl_category: typing.Any
1767
1706
  bl_label: typing.Any
1768
1707
  bl_region_type: typing.Any
@@ -1775,23 +1714,21 @@ class CLIP_PT_track(CLIP_PT_tracking_panel, bpy.types.Panel):
1775
1714
  """
1776
1715
 
1777
1716
  :return: The RNA type or default when not found.
1778
- :rtype: bpy.types.Struct
1779
1717
  """
1780
1718
 
1781
1719
  def bl_rna_get_subclass_py(self) -> typing.Any:
1782
1720
  """
1783
1721
 
1784
1722
  :return: The class or default when not found.
1785
- :rtype: typing.Any
1786
1723
  """
1787
1724
 
1788
- def draw(self, context):
1725
+ def draw(self, context) -> None:
1789
1726
  """
1790
1727
 
1791
1728
  :param context:
1792
1729
  """
1793
1730
 
1794
- class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
1731
+ class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
1795
1732
  """Predefined track color"""
1796
1733
 
1797
1734
  bl_label: typing.Any
@@ -1807,17 +1744,15 @@ class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
1807
1744
  """
1808
1745
 
1809
1746
  :return: The RNA type or default when not found.
1810
- :rtype: bpy.types.Struct
1811
1747
  """
1812
1748
 
1813
1749
  def bl_rna_get_subclass_py(self) -> typing.Any:
1814
1750
  """
1815
1751
 
1816
1752
  :return: The class or default when not found.
1817
- :rtype: typing.Any
1818
1753
  """
1819
1754
 
1820
- class CLIP_PT_track_settings(CLIP_PT_tracking_panel, bpy.types.Panel):
1755
+ class CLIP_PT_track_settings(CLIP_PT_tracking_panel, _bpy_types.Panel):
1821
1756
  bl_category: typing.Any
1822
1757
  bl_label: typing.Any
1823
1758
  bl_options: typing.Any
@@ -1830,23 +1765,21 @@ class CLIP_PT_track_settings(CLIP_PT_tracking_panel, bpy.types.Panel):
1830
1765
  """
1831
1766
 
1832
1767
  :return: The RNA type or default when not found.
1833
- :rtype: bpy.types.Struct
1834
1768
  """
1835
1769
 
1836
1770
  def bl_rna_get_subclass_py(self) -> typing.Any:
1837
1771
  """
1838
1772
 
1839
1773
  :return: The class or default when not found.
1840
- :rtype: typing.Any
1841
1774
  """
1842
1775
 
1843
- def draw(self, context):
1776
+ def draw(self, context) -> None:
1844
1777
  """
1845
1778
 
1846
1779
  :param context:
1847
1780
  """
1848
1781
 
1849
- class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, bpy.types.Panel):
1782
+ class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, _bpy_types.Panel):
1850
1783
  bl_category: typing.Any
1851
1784
  bl_label: typing.Any
1852
1785
  bl_options: typing.Any
@@ -1860,30 +1793,28 @@ class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, bpy.types.Panel):
1860
1793
  """
1861
1794
 
1862
1795
  :return: The RNA type or default when not found.
1863
- :rtype: bpy.types.Struct
1864
1796
  """
1865
1797
 
1866
1798
  def bl_rna_get_subclass_py(self) -> typing.Any:
1867
1799
  """
1868
1800
 
1869
1801
  :return: The class or default when not found.
1870
- :rtype: typing.Any
1871
1802
  """
1872
1803
 
1873
- def draw(self, context):
1804
+ def draw(self, context) -> None:
1874
1805
  """
1875
1806
 
1876
1807
  :param context:
1877
1808
  """
1878
1809
 
1879
1810
  @classmethod
1880
- def poll(cls, context):
1811
+ def poll(cls, context) -> None:
1881
1812
  """
1882
1813
 
1883
1814
  :param context:
1884
1815
  """
1885
1816
 
1886
- class CLIP_PT_tracking_camera(bpy.types.Panel):
1817
+ class CLIP_PT_tracking_camera(_bpy_types.Panel):
1887
1818
  bl_category: typing.Any
1888
1819
  bl_label: typing.Any
1889
1820
  bl_options: typing.Any
@@ -1896,36 +1827,34 @@ class CLIP_PT_tracking_camera(bpy.types.Panel):
1896
1827
  """
1897
1828
 
1898
1829
  :return: The RNA type or default when not found.
1899
- :rtype: bpy.types.Struct
1900
1830
  """
1901
1831
 
1902
1832
  def bl_rna_get_subclass_py(self) -> typing.Any:
1903
1833
  """
1904
1834
 
1905
1835
  :return: The class or default when not found.
1906
- :rtype: typing.Any
1907
1836
  """
1908
1837
 
1909
- def draw(self, context):
1838
+ def draw(self, context) -> None:
1910
1839
  """
1911
1840
 
1912
1841
  :param context:
1913
1842
  """
1914
1843
 
1915
- def draw_header_preset(self, _context):
1844
+ def draw_header_preset(self, _context) -> None:
1916
1845
  """
1917
1846
 
1918
1847
  :param _context:
1919
1848
  """
1920
1849
 
1921
1850
  @classmethod
1922
- def poll(cls, context):
1851
+ def poll(cls, context) -> None:
1923
1852
  """
1924
1853
 
1925
1854
  :param context:
1926
1855
  """
1927
1856
 
1928
- class CLIP_PT_tracking_lens(bpy.types.Panel):
1857
+ class CLIP_PT_tracking_lens(_bpy_types.Panel):
1929
1858
  bl_category: typing.Any
1930
1859
  bl_label: typing.Any
1931
1860
  bl_options: typing.Any
@@ -1940,24 +1869,22 @@ class CLIP_PT_tracking_lens(bpy.types.Panel):
1940
1869
  """
1941
1870
 
1942
1871
  :return: The RNA type or default when not found.
1943
- :rtype: bpy.types.Struct
1944
1872
  """
1945
1873
 
1946
1874
  def bl_rna_get_subclass_py(self) -> typing.Any:
1947
1875
  """
1948
1876
 
1949
1877
  :return: The class or default when not found.
1950
- :rtype: typing.Any
1951
1878
  """
1952
1879
 
1953
- def draw(self, context):
1880
+ def draw(self, context) -> None:
1954
1881
  """
1955
1882
 
1956
1883
  :param context:
1957
1884
  """
1958
1885
 
1959
1886
  @classmethod
1960
- def poll(cls, context):
1887
+ def poll(cls, context) -> None:
1961
1888
  """
1962
1889
 
1963
1890
  :param context:
@@ -1965,13 +1892,13 @@ class CLIP_PT_tracking_lens(bpy.types.Panel):
1965
1892
 
1966
1893
  class CLIP_PT_tracking_panel:
1967
1894
  @classmethod
1968
- def poll(cls, context):
1895
+ def poll(cls, context) -> None:
1969
1896
  """
1970
1897
 
1971
1898
  :param context:
1972
1899
  """
1973
1900
 
1974
- class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, bpy.types.Panel):
1901
+ class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, _bpy_types.Panel):
1975
1902
  bl_category: typing.Any
1976
1903
  bl_label: typing.Any
1977
1904
  bl_region_type: typing.Any
@@ -1983,29 +1910,28 @@ class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, bpy.types.Panel):
1983
1910
  """
1984
1911
 
1985
1912
  :return: The RNA type or default when not found.
1986
- :rtype: bpy.types.Struct
1987
1913
  """
1988
1914
 
1989
1915
  def bl_rna_get_subclass_py(self) -> typing.Any:
1990
1916
  """
1991
1917
 
1992
1918
  :return: The class or default when not found.
1993
- :rtype: typing.Any
1994
1919
  """
1995
1920
 
1996
- def draw(self, context):
1921
+ def draw(self, context) -> None:
1997
1922
  """
1998
1923
 
1999
1924
  :param context:
2000
1925
  """
2001
1926
 
2002
- def draw_header_preset(self, _context):
1927
+ def draw_header_preset(self, _context) -> None:
2003
1928
  """
2004
1929
 
2005
1930
  :param _context:
2006
1931
  """
2007
1932
 
2008
- class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, bpy.types.Panel):
1933
+ class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, _bpy_types.Panel):
1934
+ bl_category: typing.Any
2009
1935
  bl_label: typing.Any
2010
1936
  bl_options: typing.Any
2011
1937
  bl_parent_id: typing.Any
@@ -2018,23 +1944,21 @@ class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, bpy.types.Panel):
2018
1944
  """
2019
1945
 
2020
1946
  :return: The RNA type or default when not found.
2021
- :rtype: bpy.types.Struct
2022
1947
  """
2023
1948
 
2024
1949
  def bl_rna_get_subclass_py(self) -> typing.Any:
2025
1950
  """
2026
1951
 
2027
1952
  :return: The class or default when not found.
2028
- :rtype: typing.Any
2029
1953
  """
2030
1954
 
2031
- def draw(self, context):
1955
+ def draw(self, context) -> None:
2032
1956
  """
2033
1957
 
2034
1958
  :param context:
2035
1959
  """
2036
1960
 
2037
- class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
1961
+ class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
2038
1962
  """Predefined tracking settings"""
2039
1963
 
2040
1964
  bl_label: typing.Any
@@ -2050,17 +1974,15 @@ class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, bpy.types.Panel
2050
1974
  """
2051
1975
 
2052
1976
  :return: The RNA type or default when not found.
2053
- :rtype: bpy.types.Struct
2054
1977
  """
2055
1978
 
2056
1979
  def bl_rna_get_subclass_py(self) -> typing.Any:
2057
1980
  """
2058
1981
 
2059
1982
  :return: The class or default when not found.
2060
- :rtype: typing.Any
2061
1983
  """
2062
1984
 
2063
- class CLIP_UL_tracking_objects(bpy.types.UIList):
1985
+ class CLIP_UL_tracking_objects(_bpy_types.UIList):
2064
1986
  bl_rna: typing.Any
2065
1987
  id_data: typing.Any
2066
1988
 
@@ -2068,14 +1990,12 @@ class CLIP_UL_tracking_objects(bpy.types.UIList):
2068
1990
  """
2069
1991
 
2070
1992
  :return: The RNA type or default when not found.
2071
- :rtype: bpy.types.Struct
2072
1993
  """
2073
1994
 
2074
1995
  def bl_rna_get_subclass_py(self) -> typing.Any:
2075
1996
  """
2076
1997
 
2077
1998
  :return: The class or default when not found.
2078
- :rtype: typing.Any
2079
1999
  """
2080
2000
 
2081
2001
  def draw_item(
@@ -2088,7 +2008,7 @@ class CLIP_UL_tracking_objects(bpy.types.UIList):
2088
2008
  _active_data,
2089
2009
  _active_propname,
2090
2010
  _index,
2091
- ):
2011
+ ) -> None:
2092
2012
  """
2093
2013
 
2094
2014
  :param _context: