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,25 +1,19 @@
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_paint_common
6
8
  import bl_ui.utils
7
9
  import bpy.types
8
10
 
9
- class GreasePencilPaintPanel:
10
- bl_category: typing.Any
11
- bl_context: typing.Any
12
-
13
- class GreasePencilSculptPanel:
14
- bl_category: typing.Any
15
- bl_context: typing.Any
16
-
17
11
  class GreasePencilV3PaintPanel:
18
12
  bl_category: typing.Any
19
13
  bl_context: typing.Any
20
14
 
21
15
  @classmethod
22
- def poll(cls, context):
16
+ def poll(cls, context) -> None:
23
17
  """
24
18
 
25
19
  :param context:
@@ -39,13 +33,13 @@ class SelectPaintSlotHelper:
39
33
  canvas_image_attr_name: typing.Any
40
34
  canvas_source_attr_name: typing.Any
41
35
 
42
- def draw(self, context):
36
+ def draw(self, context) -> None:
43
37
  """
44
38
 
45
39
  :param context:
46
40
  """
47
41
 
48
- class TEXTURE_UL_texpaintslots(bpy.types.UIList):
42
+ class TEXTURE_UL_texpaintslots(_bpy_types.UIList):
49
43
  bl_rna: typing.Any
50
44
  id_data: typing.Any
51
45
 
@@ -53,14 +47,12 @@ class TEXTURE_UL_texpaintslots(bpy.types.UIList):
53
47
  """
54
48
 
55
49
  :return: The RNA type or default when not found.
56
- :rtype: bpy.types.Struct
57
50
  """
58
51
 
59
52
  def bl_rna_get_subclass_py(self) -> typing.Any:
60
53
  """
61
54
 
62
55
  :return: The class or default when not found.
63
- :rtype: typing.Any
64
56
  """
65
57
 
66
58
  def draw_item(
@@ -73,7 +65,7 @@ class TEXTURE_UL_texpaintslots(bpy.types.UIList):
73
65
  _active_data,
74
66
  _active_propname,
75
67
  _index,
76
- ):
68
+ ) -> None:
77
69
  """
78
70
 
79
71
  :param _context:
@@ -86,7 +78,7 @@ class TEXTURE_UL_texpaintslots(bpy.types.UIList):
86
78
  :param _index:
87
79
  """
88
80
 
89
- class VIEW3D_MT_brush_context_menu(bpy.types.Menu):
81
+ class VIEW3D_MT_brush_context_menu(_bpy_types.Menu):
90
82
  bl_label: typing.Any
91
83
  bl_rna: typing.Any
92
84
  id_data: typing.Any
@@ -95,23 +87,21 @@ class VIEW3D_MT_brush_context_menu(bpy.types.Menu):
95
87
  """
96
88
 
97
89
  :return: The RNA type or default when not found.
98
- :rtype: bpy.types.Struct
99
90
  """
100
91
 
101
92
  def bl_rna_get_subclass_py(self) -> typing.Any:
102
93
  """
103
94
 
104
95
  :return: The class or default when not found.
105
- :rtype: typing.Any
106
96
  """
107
97
 
108
- def draw(self, context):
98
+ def draw(self, context) -> None:
109
99
  """
110
100
 
111
101
  :param context:
112
102
  """
113
103
 
114
- class VIEW3D_MT_brush_gpencil_context_menu(bpy.types.Menu):
104
+ class VIEW3D_MT_tools_projectpaint_stencil(_bpy_types.Menu):
115
105
  bl_label: typing.Any
116
106
  bl_rna: typing.Any
117
107
  id_data: typing.Any
@@ -120,23 +110,21 @@ class VIEW3D_MT_brush_gpencil_context_menu(bpy.types.Menu):
120
110
  """
121
111
 
122
112
  :return: The RNA type or default when not found.
123
- :rtype: bpy.types.Struct
124
113
  """
125
114
 
126
115
  def bl_rna_get_subclass_py(self) -> typing.Any:
127
116
  """
128
117
 
129
118
  :return: The class or default when not found.
130
- :rtype: typing.Any
131
119
  """
132
120
 
133
- def draw(self, context):
121
+ def draw(self, context) -> None:
134
122
  """
135
123
 
136
124
  :param context:
137
125
  """
138
126
 
139
- class VIEW3D_MT_tools_projectpaint_stencil(bpy.types.Menu):
127
+ class VIEW3D_MT_tools_projectpaint_uvlayer(_bpy_types.Menu):
140
128
  bl_label: typing.Any
141
129
  bl_rna: typing.Any
142
130
  id_data: typing.Any
@@ -145,42 +133,15 @@ class VIEW3D_MT_tools_projectpaint_stencil(bpy.types.Menu):
145
133
  """
146
134
 
147
135
  :return: The RNA type or default when not found.
148
- :rtype: bpy.types.Struct
149
136
  """
150
137
 
151
138
  def bl_rna_get_subclass_py(self) -> typing.Any:
152
139
  """
153
140
 
154
141
  :return: The class or default when not found.
155
- :rtype: typing.Any
156
142
  """
157
143
 
158
- def draw(self, context):
159
- """
160
-
161
- :param context:
162
- """
163
-
164
- class VIEW3D_MT_tools_projectpaint_uvlayer(bpy.types.Menu):
165
- bl_label: typing.Any
166
- bl_rna: typing.Any
167
- id_data: typing.Any
168
-
169
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
170
- """
171
-
172
- :return: The RNA type or default when not found.
173
- :rtype: bpy.types.Struct
174
- """
175
-
176
- def bl_rna_get_subclass_py(self) -> typing.Any:
177
- """
178
-
179
- :return: The class or default when not found.
180
- :rtype: typing.Any
181
- """
182
-
183
- def draw(self, context):
144
+ def draw(self, context) -> None:
184
145
  """
185
146
 
186
147
  :param context:
@@ -191,7 +152,7 @@ class View3DPaintPanel(View3DPanel, bl_ui.properties_paint_common.UnifiedPaintPa
191
152
  bl_region_type: typing.Any
192
153
  bl_space_type: typing.Any
193
154
 
194
- class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(bpy.types.Panel):
155
+ class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(_bpy_types.Panel):
195
156
  bl_label: typing.Any
196
157
  bl_region_type: typing.Any
197
158
  bl_rna: typing.Any
@@ -202,17 +163,15 @@ class VIEW3D_PT_curves_sculpt_symmetry_for_topbar(bpy.types.Panel):
202
163
  """
203
164
 
204
165
  :return: The RNA type or default when not found.
205
- :rtype: bpy.types.Struct
206
166
  """
207
167
 
208
168
  def bl_rna_get_subclass_py(self) -> typing.Any:
209
169
  """
210
170
 
211
171
  :return: The class or default when not found.
212
- :rtype: typing.Any
213
172
  """
214
173
 
215
- class VIEW3D_PT_gpencil_brush_presets(bpy.types.Panel, bl_ui.utils.PresetPanel):
174
+ class VIEW3D_PT_gpencil_brush_presets(_bpy_types.Panel, bl_ui.utils.PresetPanel):
216
175
  """Brush settings"""
217
176
 
218
177
  bl_label: typing.Any
@@ -228,17 +187,15 @@ class VIEW3D_PT_gpencil_brush_presets(bpy.types.Panel, bl_ui.utils.PresetPanel):
228
187
  """
229
188
 
230
189
  :return: The RNA type or default when not found.
231
- :rtype: bpy.types.Struct
232
190
  """
233
191
 
234
192
  def bl_rna_get_subclass_py(self) -> typing.Any:
235
193
  """
236
194
 
237
195
  :return: The class or default when not found.
238
- :rtype: typing.Any
239
196
  """
240
197
 
241
- class VIEW3D_PT_mask(bpy.types.Panel):
198
+ class VIEW3D_PT_mask(_bpy_types.Panel):
242
199
  bl_label: typing.Any
243
200
  bl_options: typing.Any
244
201
  bl_region_type: typing.Any
@@ -250,23 +207,21 @@ class VIEW3D_PT_mask(bpy.types.Panel):
250
207
  """
251
208
 
252
209
  :return: The RNA type or default when not found.
253
- :rtype: bpy.types.Struct
254
210
  """
255
211
 
256
212
  def bl_rna_get_subclass_py(self) -> typing.Any:
257
213
  """
258
214
 
259
215
  :return: The class or default when not found.
260
- :rtype: typing.Any
261
216
  """
262
217
 
263
- def draw(self, context):
218
+ def draw(self, context) -> None:
264
219
  """
265
220
 
266
221
  :param context:
267
222
  """
268
223
 
269
- class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy.types.Panel):
224
+ class VIEW3D_PT_sculpt_symmetry_for_topbar(_bpy_types.Panel):
270
225
  bl_label: typing.Any
271
226
  bl_region_type: typing.Any
272
227
  bl_rna: typing.Any
@@ -278,17 +233,15 @@ class VIEW3D_PT_sculpt_symmetry_for_topbar(bpy.types.Panel):
278
233
  """
279
234
 
280
235
  :return: The RNA type or default when not found.
281
- :rtype: bpy.types.Struct
282
236
  """
283
237
 
284
238
  def bl_rna_get_subclass_py(self) -> typing.Any:
285
239
  """
286
240
 
287
241
  :return: The class or default when not found.
288
- :rtype: typing.Any
289
242
  """
290
243
 
291
- class VIEW3D_PT_slots_color_attributes(bpy.types.Panel):
244
+ class VIEW3D_PT_slots_color_attributes(_bpy_types.Panel):
292
245
  bl_label: typing.Any
293
246
  bl_region_type: typing.Any
294
247
  bl_rna: typing.Any
@@ -300,29 +253,29 @@ class VIEW3D_PT_slots_color_attributes(bpy.types.Panel):
300
253
  """
301
254
 
302
255
  :return: The RNA type or default when not found.
303
- :rtype: bpy.types.Struct
304
256
  """
305
257
 
306
258
  def bl_rna_get_subclass_py(self) -> typing.Any:
307
259
  """
308
260
 
309
261
  :return: The class or default when not found.
310
- :rtype: typing.Any
311
262
  """
312
263
 
313
- def draw(self, context):
264
+ def draw(self, context) -> None:
314
265
  """
315
266
 
316
267
  :param context:
317
268
  """
318
269
 
319
- def draw_header(self, context):
270
+ def draw_header(self, context) -> None:
320
271
  """
321
272
 
322
273
  :param context:
323
274
  """
324
275
 
325
- class VIEW3D_PT_slots_paint_canvas(View3DPanel, SelectPaintSlotHelper, bpy.types.Panel):
276
+ class VIEW3D_PT_slots_paint_canvas(
277
+ View3DPanel, SelectPaintSlotHelper, _bpy_types.Panel
278
+ ):
326
279
  bl_label: typing.Any
327
280
  bl_region_type: typing.Any
328
281
  bl_rna: typing.Any
@@ -335,42 +288,42 @@ class VIEW3D_PT_slots_paint_canvas(View3DPanel, SelectPaintSlotHelper, bpy.types
335
288
  """
336
289
 
337
290
  :return: The RNA type or default when not found.
338
- :rtype: bpy.types.Struct
339
291
  """
340
292
 
341
293
  def bl_rna_get_subclass_py(self) -> typing.Any:
342
294
  """
343
295
 
344
296
  :return: The class or default when not found.
345
- :rtype: typing.Any
346
297
  """
347
298
 
348
- def draw_header(self, context):
299
+ def draw_header(self, context) -> None:
349
300
  """
350
301
 
351
302
  :param context:
352
303
  """
353
304
 
354
- def draw_image_interpolation(self, **_kwargs):
305
+ def draw_image_interpolation(self, **_kwargs) -> None:
355
306
  """
356
307
 
357
308
  :param _kwargs:
358
309
  """
359
310
 
360
- def get_mode_settings(self, context):
311
+ def get_mode_settings(self, context) -> None:
361
312
  """
362
313
 
363
314
  :param context:
364
315
  """
365
316
 
366
317
  @classmethod
367
- def poll(cls, context):
318
+ def poll(cls, context) -> None:
368
319
  """
369
320
 
370
321
  :param context:
371
322
  """
372
323
 
373
- class VIEW3D_PT_slots_projectpaint(View3DPanel, SelectPaintSlotHelper, bpy.types.Panel):
324
+ class VIEW3D_PT_slots_projectpaint(
325
+ View3DPanel, SelectPaintSlotHelper, _bpy_types.Panel
326
+ ):
374
327
  bl_label: typing.Any
375
328
  bl_region_type: typing.Any
376
329
  bl_rna: typing.Any
@@ -383,43 +336,41 @@ class VIEW3D_PT_slots_projectpaint(View3DPanel, SelectPaintSlotHelper, bpy.types
383
336
  """
384
337
 
385
338
  :return: The RNA type or default when not found.
386
- :rtype: bpy.types.Struct
387
339
  """
388
340
 
389
341
  def bl_rna_get_subclass_py(self) -> typing.Any:
390
342
  """
391
343
 
392
344
  :return: The class or default when not found.
393
- :rtype: typing.Any
394
345
  """
395
346
 
396
- def draw_header(self, context):
347
+ def draw_header(self, context) -> None:
397
348
  """
398
349
 
399
350
  :param context:
400
351
  """
401
352
 
402
- def draw_image_interpolation(self, layout, mode_settings):
353
+ def draw_image_interpolation(self, layout, mode_settings) -> None:
403
354
  """
404
355
 
405
356
  :param layout:
406
357
  :param mode_settings:
407
358
  """
408
359
 
409
- def get_mode_settings(self, context):
360
+ def get_mode_settings(self, context) -> None:
410
361
  """
411
362
 
412
363
  :param context:
413
364
  """
414
365
 
415
366
  @classmethod
416
- def poll(cls, context):
367
+ def poll(cls, context) -> None:
417
368
  """
418
369
 
419
370
  :param context:
420
371
  """
421
372
 
422
- class VIEW3D_PT_slots_vertex_groups(bpy.types.Panel):
373
+ class VIEW3D_PT_slots_vertex_groups(_bpy_types.Panel):
423
374
  bl_label: typing.Any
424
375
  bl_region_type: typing.Any
425
376
  bl_rna: typing.Any
@@ -431,29 +382,27 @@ class VIEW3D_PT_slots_vertex_groups(bpy.types.Panel):
431
382
  """
432
383
 
433
384
  :return: The RNA type or default when not found.
434
- :rtype: bpy.types.Struct
435
385
  """
436
386
 
437
387
  def bl_rna_get_subclass_py(self) -> typing.Any:
438
388
  """
439
389
 
440
390
  :return: The class or default when not found.
441
- :rtype: typing.Any
442
391
  """
443
392
 
444
- def draw(self, context):
393
+ def draw(self, context) -> None:
445
394
  """
446
395
 
447
396
  :param context:
448
397
  """
449
398
 
450
- def draw_header(self, context):
399
+ def draw_header(self, context) -> None:
451
400
  """
452
401
 
453
402
  :param context:
454
403
  """
455
404
 
456
- class VIEW3D_PT_stencil_projectpaint(bpy.types.Panel):
405
+ class VIEW3D_PT_stencil_projectpaint(_bpy_types.Panel):
457
406
  bl_label: typing.Any
458
407
  bl_options: typing.Any
459
408
  bl_parent_id: typing.Any
@@ -467,36 +416,34 @@ class VIEW3D_PT_stencil_projectpaint(bpy.types.Panel):
467
416
  """
468
417
 
469
418
  :return: The RNA type or default when not found.
470
- :rtype: bpy.types.Struct
471
419
  """
472
420
 
473
421
  def bl_rna_get_subclass_py(self) -> typing.Any:
474
422
  """
475
423
 
476
424
  :return: The class or default when not found.
477
- :rtype: typing.Any
478
425
  """
479
426
 
480
- def draw(self, context):
427
+ def draw(self, context) -> None:
481
428
  """
482
429
 
483
430
  :param context:
484
431
  """
485
432
 
486
- def draw_header(self, context):
433
+ def draw_header(self, context) -> None:
487
434
  """
488
435
 
489
436
  :param context:
490
437
  """
491
438
 
492
439
  @classmethod
493
- def poll(cls, context):
440
+ def poll(cls, context) -> None:
494
441
  """
495
442
 
496
443
  :param context:
497
444
  """
498
445
 
499
- class VIEW3D_PT_tools_armatureedit_options(View3DPanel, bpy.types.Panel):
446
+ class VIEW3D_PT_tools_armatureedit_options(View3DPanel, _bpy_types.Panel):
500
447
  bl_category: typing.Any
501
448
  bl_context: typing.Any
502
449
  bl_label: typing.Any
@@ -509,24 +456,22 @@ class VIEW3D_PT_tools_armatureedit_options(View3DPanel, bpy.types.Panel):
509
456
  """
510
457
 
511
458
  :return: The RNA type or default when not found.
512
- :rtype: bpy.types.Struct
513
459
  """
514
460
 
515
461
  def bl_rna_get_subclass_py(self) -> typing.Any:
516
462
  """
517
463
 
518
464
  :return: The class or default when not found.
519
- :rtype: typing.Any
520
465
  """
521
466
 
522
- def draw(self, context):
467
+ def draw(self, context) -> None:
523
468
  """
524
469
 
525
470
  :param context:
526
471
  """
527
472
 
528
473
  class VIEW3D_PT_tools_brush_clone(
529
- View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.ClonePanel
474
+ View3DPaintPanel, _bpy_types.Panel, bl_ui.properties_paint_common.ClonePanel
530
475
  ):
531
476
  bl_category: typing.Any
532
477
  bl_context: typing.Any
@@ -542,18 +487,16 @@ class VIEW3D_PT_tools_brush_clone(
542
487
  """
543
488
 
544
489
  :return: The RNA type or default when not found.
545
- :rtype: bpy.types.Struct
546
490
  """
547
491
 
548
492
  def bl_rna_get_subclass_py(self) -> typing.Any:
549
493
  """
550
494
 
551
495
  :return: The class or default when not found.
552
- :rtype: typing.Any
553
496
  """
554
497
 
555
498
  class VIEW3D_PT_tools_brush_display(
556
- View3DPaintBrushPanel, bpy.types.Panel, bl_ui.properties_paint_common.DisplayPanel
499
+ View3DPaintBrushPanel, _bpy_types.Panel, bl_ui.properties_paint_common.DisplayPanel
557
500
  ):
558
501
  bl_category: typing.Any
559
502
  bl_context: typing.Any
@@ -570,18 +513,16 @@ class VIEW3D_PT_tools_brush_display(
570
513
  """
571
514
 
572
515
  :return: The RNA type or default when not found.
573
- :rtype: bpy.types.Struct
574
516
  """
575
517
 
576
518
  def bl_rna_get_subclass_py(self) -> typing.Any:
577
519
  """
578
520
 
579
521
  :return: The class or default when not found.
580
- :rtype: typing.Any
581
522
  """
582
523
 
583
524
  class VIEW3D_PT_tools_brush_falloff(
584
- View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.FalloffPanel
525
+ View3DPaintPanel, _bpy_types.Panel, bl_ui.properties_paint_common.FalloffPanel
585
526
  ):
586
527
  bl_category: typing.Any
587
528
  bl_context: typing.Any
@@ -597,17 +538,15 @@ class VIEW3D_PT_tools_brush_falloff(
597
538
  """
598
539
 
599
540
  :return: The RNA type or default when not found.
600
- :rtype: bpy.types.Struct
601
541
  """
602
542
 
603
543
  def bl_rna_get_subclass_py(self) -> typing.Any:
604
544
  """
605
545
 
606
546
  :return: The class or default when not found.
607
- :rtype: typing.Any
608
547
  """
609
548
 
610
- class VIEW3D_PT_tools_brush_falloff_frontface(View3DPaintPanel, bpy.types.Panel):
549
+ class VIEW3D_PT_tools_brush_falloff_frontface(View3DPaintPanel, _bpy_types.Panel):
611
550
  bl_category: typing.Any
612
551
  bl_context: typing.Any
613
552
  bl_label: typing.Any
@@ -622,36 +561,34 @@ class VIEW3D_PT_tools_brush_falloff_frontface(View3DPaintPanel, bpy.types.Panel)
622
561
  """
623
562
 
624
563
  :return: The RNA type or default when not found.
625
- :rtype: bpy.types.Struct
626
564
  """
627
565
 
628
566
  def bl_rna_get_subclass_py(self) -> typing.Any:
629
567
  """
630
568
 
631
569
  :return: The class or default when not found.
632
- :rtype: typing.Any
633
570
  """
634
571
 
635
- def draw(self, context):
572
+ def draw(self, context) -> None:
636
573
  """
637
574
 
638
575
  :param context:
639
576
  """
640
577
 
641
- def draw_header(self, context):
578
+ def draw_header(self, context) -> None:
642
579
  """
643
580
 
644
581
  :param context:
645
582
  """
646
583
 
647
584
  @classmethod
648
- def poll(cls, context):
585
+ def poll(cls, context) -> None:
649
586
  """
650
587
 
651
588
  :param context:
652
589
  """
653
590
 
654
- class VIEW3D_PT_tools_brush_falloff_normal(View3DPaintPanel, bpy.types.Panel):
591
+ class VIEW3D_PT_tools_brush_falloff_normal(View3DPaintPanel, _bpy_types.Panel):
655
592
  bl_category: typing.Any
656
593
  bl_context: typing.Any
657
594
  bl_label: typing.Any
@@ -666,30 +603,28 @@ class VIEW3D_PT_tools_brush_falloff_normal(View3DPaintPanel, bpy.types.Panel):
666
603
  """
667
604
 
668
605
  :return: The RNA type or default when not found.
669
- :rtype: bpy.types.Struct
670
606
  """
671
607
 
672
608
  def bl_rna_get_subclass_py(self) -> typing.Any:
673
609
  """
674
610
 
675
611
  :return: The class or default when not found.
676
- :rtype: typing.Any
677
612
  """
678
613
 
679
- def draw(self, context):
614
+ def draw(self, context) -> None:
680
615
  """
681
616
 
682
617
  :param context:
683
618
  """
684
619
 
685
- def draw_header(self, context):
620
+ def draw_header(self, context) -> None:
686
621
  """
687
622
 
688
623
  :param context:
689
624
  """
690
625
 
691
626
  @classmethod
692
- def poll(cls, context):
627
+ def poll(cls, context) -> None:
693
628
  """
694
629
 
695
630
  :param context:
@@ -697,7 +632,7 @@ class VIEW3D_PT_tools_brush_falloff_normal(View3DPaintPanel, bpy.types.Panel):
697
632
 
698
633
  class VIEW3D_PT_tools_brush_select(
699
634
  View3DPaintBrushPanel,
700
- bpy.types.Panel,
635
+ _bpy_types.Panel,
701
636
  bl_ui.properties_paint_common.BrushSelectPanel,
702
637
  ):
703
638
  bl_category: typing.Any
@@ -712,18 +647,16 @@ class VIEW3D_PT_tools_brush_select(
712
647
  """
713
648
 
714
649
  :return: The RNA type or default when not found.
715
- :rtype: bpy.types.Struct
716
650
  """
717
651
 
718
652
  def bl_rna_get_subclass_py(self) -> typing.Any:
719
653
  """
720
654
 
721
655
  :return: The class or default when not found.
722
- :rtype: typing.Any
723
656
  """
724
657
 
725
658
  class VIEW3D_PT_tools_brush_stroke(
726
- View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.StrokePanel
659
+ View3DPaintPanel, _bpy_types.Panel, bl_ui.properties_paint_common.StrokePanel
727
660
  ):
728
661
  bl_category: typing.Any
729
662
  bl_context: typing.Any
@@ -740,18 +673,16 @@ class VIEW3D_PT_tools_brush_stroke(
740
673
  """
741
674
 
742
675
  :return: The RNA type or default when not found.
743
- :rtype: bpy.types.Struct
744
676
  """
745
677
 
746
678
  def bl_rna_get_subclass_py(self) -> typing.Any:
747
679
  """
748
680
 
749
681
  :return: The class or default when not found.
750
- :rtype: typing.Any
751
682
  """
752
683
 
753
684
  class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
754
- View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.SmoothStrokePanel
685
+ View3DPaintPanel, _bpy_types.Panel, bl_ui.properties_paint_common.SmoothStrokePanel
755
686
  ):
756
687
  bl_category: typing.Any
757
688
  bl_context: typing.Any
@@ -763,330 +694,26 @@ class VIEW3D_PT_tools_brush_stroke_smooth_stroke(
763
694
  bl_space_type: typing.Any
764
695
  id_data: typing.Any
765
696
 
766
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
767
- """
768
-
769
- :return: The RNA type or default when not found.
770
- :rtype: bpy.types.Struct
771
- """
772
-
773
- def bl_rna_get_subclass_py(self) -> typing.Any:
774
- """
775
-
776
- :return: The class or default when not found.
777
- :rtype: typing.Any
778
- """
779
-
780
- class VIEW3D_PT_tools_brush_swatches(
781
- View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.ColorPalettePanel
782
- ):
783
- bl_category: typing.Any
784
- bl_context: typing.Any
785
- bl_label: typing.Any
786
- bl_options: typing.Any
787
- bl_parent_id: typing.Any
788
- bl_region_type: typing.Any
789
- bl_rna: typing.Any
790
- bl_space_type: typing.Any
791
- id_data: typing.Any
792
-
793
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
794
- """
795
-
796
- :return: The RNA type or default when not found.
797
- :rtype: bpy.types.Struct
798
- """
799
-
800
- def bl_rna_get_subclass_py(self) -> typing.Any:
801
- """
802
-
803
- :return: The class or default when not found.
804
- :rtype: typing.Any
805
- """
806
-
807
- class VIEW3D_PT_tools_grease_pencil_brush_advanced(View3DPanel, bpy.types.Panel):
808
- bl_category: typing.Any
809
- bl_context: typing.Any
810
- bl_label: typing.Any
811
- bl_options: typing.Any
812
- bl_parent_id: typing.Any
813
- bl_region_type: typing.Any
814
- bl_rna: typing.Any
815
- bl_space_type: typing.Any
816
- bl_ui_units_x: typing.Any
817
- id_data: typing.Any
818
-
819
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
820
- """
821
-
822
- :return: The RNA type or default when not found.
823
- :rtype: bpy.types.Struct
824
- """
825
-
826
- def bl_rna_get_subclass_py(self) -> typing.Any:
827
- """
828
-
829
- :return: The class or default when not found.
830
- :rtype: typing.Any
831
- """
832
-
833
- def draw(self, context):
834
- """
835
-
836
- :param context:
837
- """
838
-
839
- @classmethod
840
- def poll(cls, context):
841
- """
842
-
843
- :param context:
844
- """
845
-
846
- class VIEW3D_PT_tools_grease_pencil_brush_eraser(View3DPanel, bpy.types.Panel):
847
- bl_category: typing.Any
848
- bl_context: typing.Any
849
- bl_label: typing.Any
850
- bl_options: typing.Any
851
- bl_region_type: typing.Any
852
- bl_rna: typing.Any
853
- bl_space_type: typing.Any
854
- id_data: typing.Any
855
-
856
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
857
- """
858
-
859
- :return: The RNA type or default when not found.
860
- :rtype: bpy.types.Struct
861
- """
862
-
863
- def bl_rna_get_subclass_py(self) -> typing.Any:
864
- """
865
-
866
- :return: The class or default when not found.
867
- :rtype: typing.Any
868
- """
869
-
870
- def draw(self, context):
871
- """
872
-
873
- :param context:
874
- """
875
-
876
- @classmethod
877
- def poll(cls, context):
878
- """
879
-
880
- :param context:
881
- """
882
-
883
- class VIEW3D_PT_tools_grease_pencil_brush_gap_closure(View3DPanel, bpy.types.Panel):
884
- bl_category: typing.Any
885
- bl_context: typing.Any
886
- bl_label: typing.Any
887
- bl_parent_id: typing.Any
888
- bl_region_type: typing.Any
889
- bl_rna: typing.Any
890
- bl_space_type: typing.Any
891
- id_data: typing.Any
892
-
893
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
894
- """
895
-
896
- :return: The RNA type or default when not found.
897
- :rtype: bpy.types.Struct
898
- """
899
-
900
- def bl_rna_get_subclass_py(self) -> typing.Any:
901
- """
902
-
903
- :return: The class or default when not found.
904
- :rtype: typing.Any
905
- """
906
-
907
- def draw(self, context):
908
- """
909
-
910
- :param context:
911
- """
912
-
913
- @classmethod
914
- def poll(cls, context):
915
- """
916
-
917
- :param context:
918
- """
919
-
920
- class VIEW3D_PT_tools_grease_pencil_brush_mix_palette(View3DPanel, bpy.types.Panel):
921
- bl_category: typing.Any
922
- bl_context: typing.Any
923
- bl_label: typing.Any
924
- bl_parent_id: typing.Any
925
- bl_region_type: typing.Any
926
- bl_rna: typing.Any
927
- bl_space_type: typing.Any
928
- id_data: typing.Any
929
-
930
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
931
- """
932
-
933
- :return: The RNA type or default when not found.
934
- :rtype: bpy.types.Struct
935
- """
936
-
937
- def bl_rna_get_subclass_py(self) -> typing.Any:
938
- """
939
-
940
- :return: The class or default when not found.
941
- :rtype: typing.Any
942
- """
943
-
944
- def draw(self, context):
945
- """
946
-
947
- :param context:
948
- """
949
-
950
- @classmethod
951
- def poll(cls, context):
952
- """
953
-
954
- :param context:
955
- """
956
-
957
- class VIEW3D_PT_tools_grease_pencil_brush_mixcolor(View3DPanel, bpy.types.Panel):
958
- bl_category: typing.Any
959
- bl_context: typing.Any
960
- bl_label: typing.Any
961
- bl_region_type: typing.Any
962
- bl_rna: typing.Any
963
- bl_space_type: typing.Any
964
- id_data: typing.Any
965
-
966
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
967
- """
968
-
969
- :return: The RNA type or default when not found.
970
- :rtype: bpy.types.Struct
971
- """
972
-
973
- def bl_rna_get_subclass_py(self) -> typing.Any:
974
- """
975
-
976
- :return: The class or default when not found.
977
- :rtype: typing.Any
978
- """
979
-
980
- def draw(self, context):
981
- """
982
-
983
- :param context:
984
- """
985
-
986
- @classmethod
987
- def poll(cls, context):
988
- """
989
-
990
- :param context:
991
- """
992
-
993
- class VIEW3D_PT_tools_grease_pencil_brush_post_processing(View3DPanel, bpy.types.Panel):
994
- bl_category: typing.Any
995
- bl_context: typing.Any
996
- bl_label: typing.Any
997
- bl_options: typing.Any
998
- bl_parent_id: typing.Any
999
- bl_region_type: typing.Any
1000
- bl_rna: typing.Any
1001
- bl_space_type: typing.Any
1002
- id_data: typing.Any
1003
-
1004
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1005
- """
1006
-
1007
- :return: The RNA type or default when not found.
1008
- :rtype: bpy.types.Struct
1009
- """
1010
-
1011
- def bl_rna_get_subclass_py(self) -> typing.Any:
1012
- """
1013
-
1014
- :return: The class or default when not found.
1015
- :rtype: typing.Any
1016
- """
1017
-
1018
- def draw(self, context):
1019
- """
1020
-
1021
- :param context:
1022
- """
1023
-
1024
- def draw_header(self, context):
1025
- """
1026
-
1027
- :param context:
1028
- """
1029
-
1030
- @classmethod
1031
- def poll(cls, context):
1032
- """
1033
-
1034
- :param context:
1035
- """
1036
-
1037
- class VIEW3D_PT_tools_grease_pencil_brush_random(View3DPanel, bpy.types.Panel):
1038
- bl_category: typing.Any
1039
- bl_context: typing.Any
1040
- bl_label: typing.Any
1041
- bl_options: typing.Any
1042
- bl_parent_id: typing.Any
1043
- bl_region_type: typing.Any
1044
- bl_rna: typing.Any
1045
- bl_space_type: typing.Any
1046
- id_data: typing.Any
1047
-
1048
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1049
- """
1050
-
1051
- :return: The RNA type or default when not found.
1052
- :rtype: bpy.types.Struct
1053
- """
1054
-
1055
- def bl_rna_get_subclass_py(self) -> typing.Any:
1056
- """
1057
-
1058
- :return: The class or default when not found.
1059
- :rtype: typing.Any
1060
- """
1061
-
1062
- def draw(self, context):
1063
- """
1064
-
1065
- :param context:
1066
- """
1067
-
1068
- def draw_header(self, context):
697
+ def bl_rna_get_subclass(self) -> bpy.types.Struct:
1069
698
  """
1070
699
 
1071
- :param context:
700
+ :return: The RNA type or default when not found.
1072
701
  """
1073
702
 
1074
- @classmethod
1075
- def poll(cls, context):
703
+ def bl_rna_get_subclass_py(self) -> typing.Any:
1076
704
  """
1077
705
 
1078
- :param context:
706
+ :return: The class or default when not found.
1079
707
  """
1080
708
 
1081
- class VIEW3D_PT_tools_grease_pencil_brush_select(
1082
- GreasePencilPaintPanel,
1083
- bpy.types.Panel,
1084
- View3DPanel,
1085
- bl_ui.properties_paint_common.BrushSelectPanel,
709
+ class VIEW3D_PT_tools_brush_swatches(
710
+ View3DPaintPanel, _bpy_types.Panel, bl_ui.properties_paint_common.ColorPalettePanel
1086
711
  ):
1087
712
  bl_category: typing.Any
1088
713
  bl_context: typing.Any
1089
714
  bl_label: typing.Any
715
+ bl_options: typing.Any
716
+ bl_parent_id: typing.Any
1090
717
  bl_region_type: typing.Any
1091
718
  bl_rna: typing.Any
1092
719
  bl_space_type: typing.Any
@@ -1096,21 +723,15 @@ class VIEW3D_PT_tools_grease_pencil_brush_select(
1096
723
  """
1097
724
 
1098
725
  :return: The RNA type or default when not found.
1099
- :rtype: bpy.types.Struct
1100
726
  """
1101
727
 
1102
728
  def bl_rna_get_subclass_py(self) -> typing.Any:
1103
729
  """
1104
730
 
1105
731
  :return: The class or default when not found.
1106
- :rtype: typing.Any
1107
732
  """
1108
733
 
1109
- class View3DPanel:
1110
- bl_region_type: typing.Any
1111
- bl_space_type: typing.Any
1112
-
1113
- class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(View3DPanel, bpy.types.Panel):
734
+ class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(View3DPanel, _bpy_types.Panel):
1114
735
  bl_category: typing.Any
1115
736
  bl_context: typing.Any
1116
737
  bl_label: typing.Any
@@ -1123,30 +744,28 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_color(View3DPanel, bpy.types.Pa
1123
744
  """
1124
745
 
1125
746
  :return: The RNA type or default when not found.
1126
- :rtype: bpy.types.Struct
1127
747
  """
1128
748
 
1129
749
  def bl_rna_get_subclass_py(self) -> typing.Any:
1130
750
  """
1131
751
 
1132
752
  :return: The class or default when not found.
1133
- :rtype: typing.Any
1134
753
  """
1135
754
 
1136
- def draw(self, context):
755
+ def draw(self, context) -> None:
1137
756
  """
1138
757
 
1139
758
  :param context:
1140
759
  """
1141
760
 
1142
761
  @classmethod
1143
- def poll(cls, context):
762
+ def poll(cls, context) -> None:
1144
763
  """
1145
764
 
1146
765
  :param context:
1147
766
  """
1148
767
 
1149
- class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(View3DPanel, bpy.types.Panel):
768
+ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(View3DPanel, _bpy_types.Panel):
1150
769
  bl_category: typing.Any
1151
770
  bl_context: typing.Any
1152
771
  bl_label: typing.Any
@@ -1160,39 +779,39 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_palette(View3DPanel, bpy.types.
1160
779
  """
1161
780
 
1162
781
  :return: The RNA type or default when not found.
1163
- :rtype: bpy.types.Struct
1164
782
  """
1165
783
 
1166
784
  def bl_rna_get_subclass_py(self) -> typing.Any:
1167
785
  """
1168
786
 
1169
787
  :return: The class or default when not found.
1170
- :rtype: typing.Any
1171
788
  """
1172
789
 
1173
- def draw(self, context):
790
+ def draw(self, context) -> None:
1174
791
  """
1175
792
 
1176
793
  :param context:
1177
794
  """
1178
795
 
1179
796
  @classmethod
1180
- def poll(cls, context):
797
+ def poll(cls, context) -> None:
1181
798
  """
1182
799
 
1183
800
  :param context:
1184
801
  """
1185
802
 
1186
- class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
803
+ class View3DPanel:
804
+ bl_region_type: typing.Any
805
+ bl_space_type: typing.Any
806
+
807
+ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
1187
808
  View3DPanel,
1188
809
  bl_ui.properties_grease_pencil_common.GreasePencilSculptAdvancedPanel,
1189
- bpy.types.Panel,
810
+ _bpy_types.Panel,
1190
811
  ):
1191
812
  bl_category: typing.Any
1192
813
  bl_context: typing.Any
1193
814
  bl_label: typing.Any
1194
- bl_options: typing.Any
1195
- bl_parent_id: typing.Any
1196
815
  bl_region_type: typing.Any
1197
816
  bl_rna: typing.Any
1198
817
  bl_space_type: typing.Any
@@ -1202,162 +821,133 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_brush_advanced(
1202
821
  """
1203
822
 
1204
823
  :return: The RNA type or default when not found.
1205
- :rtype: bpy.types.Struct
1206
824
  """
1207
825
 
1208
826
  def bl_rna_get_subclass_py(self) -> typing.Any:
1209
827
  """
1210
828
 
1211
829
  :return: The class or default when not found.
1212
- :rtype: typing.Any
1213
830
  """
1214
831
 
1215
832
  @classmethod
1216
- def poll(cls, context):
833
+ def poll(cls, context) -> None:
1217
834
  """
1218
835
 
1219
836
  :param context:
1220
837
  """
1221
838
 
1222
- class VIEW3D_PT_tools_grease_pencil_sculpt_brush_popover(
1223
- View3DPanel,
1224
- bl_ui.properties_grease_pencil_common.GreasePencilSculptAdvancedPanel,
1225
- bpy.types.Panel,
1226
- ):
839
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(View3DPanel, _bpy_types.Panel):
1227
840
  bl_category: typing.Any
1228
841
  bl_context: typing.Any
1229
842
  bl_label: typing.Any
843
+ bl_options: typing.Any
844
+ bl_parent_id: typing.Any
1230
845
  bl_region_type: typing.Any
1231
846
  bl_rna: typing.Any
1232
847
  bl_space_type: typing.Any
848
+ bl_ui_units_x: typing.Any
1233
849
  id_data: typing.Any
1234
850
 
1235
851
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1236
852
  """
1237
853
 
1238
854
  :return: The RNA type or default when not found.
1239
- :rtype: bpy.types.Struct
1240
855
  """
1241
856
 
1242
857
  def bl_rna_get_subclass_py(self) -> typing.Any:
1243
858
  """
1244
859
 
1245
860
  :return: The class or default when not found.
1246
- :rtype: typing.Any
1247
861
  """
1248
862
 
1249
- @classmethod
1250
- def poll(cls, context):
863
+ def draw(self, context) -> None:
1251
864
  """
1252
865
 
1253
866
  :param context:
1254
867
  """
1255
868
 
1256
- class VIEW3D_PT_tools_grease_pencil_sculpt_select(
1257
- GreasePencilSculptPanel,
1258
- bpy.types.Panel,
1259
- View3DPanel,
1260
- bl_ui.properties_paint_common.BrushSelectPanel,
1261
- ):
1262
- bl_category: typing.Any
1263
- bl_context: typing.Any
1264
- bl_label: typing.Any
1265
- bl_region_type: typing.Any
1266
- bl_rna: typing.Any
1267
- bl_space_type: typing.Any
1268
- id_data: typing.Any
1269
-
1270
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
1271
- """
1272
-
1273
- :return: The RNA type or default when not found.
1274
- :rtype: bpy.types.Struct
1275
- """
1276
-
1277
- def bl_rna_get_subclass_py(self) -> typing.Any:
869
+ @classmethod
870
+ def poll(cls, context) -> None:
1278
871
  """
1279
872
 
1280
- :return: The class or default when not found.
1281
- :rtype: typing.Any
873
+ :param context:
1282
874
  """
1283
875
 
1284
- class VIEW3D_PT_tools_grease_pencil_v3_brush_advanced(View3DPanel, bpy.types.Panel):
876
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(View3DPanel, _bpy_types.Panel):
1285
877
  bl_category: typing.Any
1286
878
  bl_context: typing.Any
1287
879
  bl_label: typing.Any
1288
880
  bl_options: typing.Any
1289
- bl_parent_id: typing.Any
1290
881
  bl_region_type: typing.Any
1291
882
  bl_rna: typing.Any
1292
883
  bl_space_type: typing.Any
1293
- bl_ui_units_x: typing.Any
1294
884
  id_data: typing.Any
1295
885
 
1296
886
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1297
887
  """
1298
888
 
1299
889
  :return: The RNA type or default when not found.
1300
- :rtype: bpy.types.Struct
1301
890
  """
1302
891
 
1303
892
  def bl_rna_get_subclass_py(self) -> typing.Any:
1304
893
  """
1305
894
 
1306
895
  :return: The class or default when not found.
1307
- :rtype: typing.Any
1308
896
  """
1309
897
 
1310
- def draw(self, context):
898
+ def draw(self, context) -> None:
1311
899
  """
1312
900
 
1313
901
  :param context:
1314
902
  """
1315
903
 
1316
904
  @classmethod
1317
- def poll(cls, context):
905
+ def poll(cls, context) -> None:
1318
906
  """
1319
907
 
1320
908
  :param context:
1321
909
  """
1322
910
 
1323
- class VIEW3D_PT_tools_grease_pencil_v3_brush_eraser(View3DPanel, bpy.types.Panel):
911
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_fill_advanced(
912
+ View3DPanel, _bpy_types.Panel
913
+ ):
1324
914
  bl_category: typing.Any
1325
915
  bl_context: typing.Any
1326
916
  bl_label: typing.Any
1327
917
  bl_options: typing.Any
918
+ bl_parent_id: typing.Any
1328
919
  bl_region_type: typing.Any
1329
920
  bl_rna: typing.Any
1330
921
  bl_space_type: typing.Any
922
+ bl_ui_units_x: typing.Any
1331
923
  id_data: typing.Any
1332
924
 
1333
925
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1334
926
  """
1335
927
 
1336
928
  :return: The RNA type or default when not found.
1337
- :rtype: bpy.types.Struct
1338
929
  """
1339
930
 
1340
931
  def bl_rna_get_subclass_py(self) -> typing.Any:
1341
932
  """
1342
933
 
1343
934
  :return: The class or default when not found.
1344
- :rtype: typing.Any
1345
935
  """
1346
936
 
1347
- def draw(self, context):
937
+ def draw(self, context) -> None:
1348
938
  """
1349
939
 
1350
940
  :param context:
1351
941
  """
1352
942
 
1353
943
  @classmethod
1354
- def poll(cls, context):
944
+ def poll(cls, context) -> None:
1355
945
  """
1356
946
 
1357
947
  :param context:
1358
948
  """
1359
949
 
1360
- class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(View3DPanel, bpy.types.Panel):
950
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(View3DPanel, _bpy_types.Panel):
1361
951
  bl_category: typing.Any
1362
952
  bl_context: typing.Any
1363
953
  bl_label: typing.Any
@@ -1371,30 +961,28 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_gap_closure(View3DPanel, bpy.types.
1371
961
  """
1372
962
 
1373
963
  :return: The RNA type or default when not found.
1374
- :rtype: bpy.types.Struct
1375
964
  """
1376
965
 
1377
966
  def bl_rna_get_subclass_py(self) -> typing.Any:
1378
967
  """
1379
968
 
1380
969
  :return: The class or default when not found.
1381
- :rtype: typing.Any
1382
970
  """
1383
971
 
1384
- def draw(self, context):
972
+ def draw(self, context) -> None:
1385
973
  """
1386
974
 
1387
975
  :param context:
1388
976
  """
1389
977
 
1390
978
  @classmethod
1391
- def poll(cls, context):
979
+ def poll(cls, context) -> None:
1392
980
  """
1393
981
 
1394
982
  :param context:
1395
983
  """
1396
984
 
1397
- class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(View3DPanel, bpy.types.Panel):
985
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(View3DPanel, _bpy_types.Panel):
1398
986
  bl_category: typing.Any
1399
987
  bl_context: typing.Any
1400
988
  bl_label: typing.Any
@@ -1408,30 +996,28 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mix_palette(View3DPanel, bpy.types.
1408
996
  """
1409
997
 
1410
998
  :return: The RNA type or default when not found.
1411
- :rtype: bpy.types.Struct
1412
999
  """
1413
1000
 
1414
1001
  def bl_rna_get_subclass_py(self) -> typing.Any:
1415
1002
  """
1416
1003
 
1417
1004
  :return: The class or default when not found.
1418
- :rtype: typing.Any
1419
1005
  """
1420
1006
 
1421
- def draw(self, context):
1007
+ def draw(self, context) -> None:
1422
1008
  """
1423
1009
 
1424
1010
  :param context:
1425
1011
  """
1426
1012
 
1427
1013
  @classmethod
1428
- def poll(cls, context):
1014
+ def poll(cls, context) -> None:
1429
1015
  """
1430
1016
 
1431
1017
  :param context:
1432
1018
  """
1433
1019
 
1434
- class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(View3DPanel, bpy.types.Panel):
1020
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(View3DPanel, _bpy_types.Panel):
1435
1021
  bl_category: typing.Any
1436
1022
  bl_context: typing.Any
1437
1023
  bl_label: typing.Any
@@ -1444,31 +1030,29 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_mixcolor(View3DPanel, bpy.types.Pan
1444
1030
  """
1445
1031
 
1446
1032
  :return: The RNA type or default when not found.
1447
- :rtype: bpy.types.Struct
1448
1033
  """
1449
1034
 
1450
1035
  def bl_rna_get_subclass_py(self) -> typing.Any:
1451
1036
  """
1452
1037
 
1453
1038
  :return: The class or default when not found.
1454
- :rtype: typing.Any
1455
1039
  """
1456
1040
 
1457
- def draw(self, context):
1041
+ def draw(self, context) -> None:
1458
1042
  """
1459
1043
 
1460
1044
  :param context:
1461
1045
  """
1462
1046
 
1463
1047
  @classmethod
1464
- def poll(cls, context):
1048
+ def poll(cls, context) -> None:
1465
1049
  """
1466
1050
 
1467
1051
  :param context:
1468
1052
  """
1469
1053
 
1470
1054
  class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
1471
- View3DPanel, bpy.types.Panel
1055
+ View3DPanel, _bpy_types.Panel
1472
1056
  ):
1473
1057
  bl_category: typing.Any
1474
1058
  bl_context: typing.Any
@@ -1484,36 +1068,34 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_post_processing(
1484
1068
  """
1485
1069
 
1486
1070
  :return: The RNA type or default when not found.
1487
- :rtype: bpy.types.Struct
1488
1071
  """
1489
1072
 
1490
1073
  def bl_rna_get_subclass_py(self) -> typing.Any:
1491
1074
  """
1492
1075
 
1493
1076
  :return: The class or default when not found.
1494
- :rtype: typing.Any
1495
1077
  """
1496
1078
 
1497
- def draw(self, context):
1079
+ def draw(self, context) -> None:
1498
1080
  """
1499
1081
 
1500
1082
  :param context:
1501
1083
  """
1502
1084
 
1503
- def draw_header(self, context):
1085
+ def draw_header(self, context) -> None:
1504
1086
  """
1505
1087
 
1506
1088
  :param context:
1507
1089
  """
1508
1090
 
1509
1091
  @classmethod
1510
- def poll(cls, context):
1092
+ def poll(cls, context) -> None:
1511
1093
  """
1512
1094
 
1513
1095
  :param context:
1514
1096
  """
1515
1097
 
1516
- class VIEW3D_PT_tools_grease_pencil_v3_brush_random(View3DPanel, bpy.types.Panel):
1098
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_random(View3DPanel, _bpy_types.Panel):
1517
1099
  bl_category: typing.Any
1518
1100
  bl_context: typing.Any
1519
1101
  bl_label: typing.Any
@@ -1528,30 +1110,28 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_random(View3DPanel, bpy.types.Panel
1528
1110
  """
1529
1111
 
1530
1112
  :return: The RNA type or default when not found.
1531
- :rtype: bpy.types.Struct
1532
1113
  """
1533
1114
 
1534
1115
  def bl_rna_get_subclass_py(self) -> typing.Any:
1535
1116
  """
1536
1117
 
1537
1118
  :return: The class or default when not found.
1538
- :rtype: typing.Any
1539
1119
  """
1540
1120
 
1541
- def draw(self, context):
1121
+ def draw(self, context) -> None:
1542
1122
  """
1543
1123
 
1544
1124
  :param context:
1545
1125
  """
1546
1126
 
1547
- def draw_header(self, context):
1127
+ def draw_header(self, context) -> None:
1548
1128
  """
1549
1129
 
1550
1130
  :param context:
1551
1131
  """
1552
1132
 
1553
1133
  @classmethod
1554
- def poll(cls, context):
1134
+ def poll(cls, context) -> None:
1555
1135
  """
1556
1136
 
1557
1137
  :param context:
@@ -1559,7 +1139,7 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_random(View3DPanel, bpy.types.Panel
1559
1139
 
1560
1140
  class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
1561
1141
  GreasePencilV3PaintPanel,
1562
- bpy.types.Panel,
1142
+ _bpy_types.Panel,
1563
1143
  View3DPanel,
1564
1144
  bl_ui.properties_paint_common.BrushSelectPanel,
1565
1145
  ):
@@ -1575,20 +1155,18 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_select(
1575
1155
  """
1576
1156
 
1577
1157
  :return: The RNA type or default when not found.
1578
- :rtype: bpy.types.Struct
1579
1158
  """
1580
1159
 
1581
1160
  def bl_rna_get_subclass_py(self) -> typing.Any:
1582
1161
  """
1583
1162
 
1584
1163
  :return: The class or default when not found.
1585
- :rtype: typing.Any
1586
1164
  """
1587
1165
 
1588
1166
  class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
1589
1167
  GreasePencilVertexPanel,
1590
1168
  View3DPanel,
1591
- bpy.types.Panel,
1169
+ _bpy_types.Panel,
1592
1170
  bl_ui.properties_paint_common.BrushSelectPanel,
1593
1171
  ):
1594
1172
  bl_category: typing.Any
@@ -1603,20 +1181,18 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_select(
1603
1181
  """
1604
1182
 
1605
1183
  :return: The RNA type or default when not found.
1606
- :rtype: bpy.types.Struct
1607
1184
  """
1608
1185
 
1609
1186
  def bl_rna_get_subclass_py(self) -> typing.Any:
1610
1187
  """
1611
1188
 
1612
1189
  :return: The class or default when not found.
1613
- :rtype: typing.Any
1614
1190
  """
1615
1191
 
1616
1192
  class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
1617
1193
  GreasePencilWeightPanel,
1618
1194
  View3DPanel,
1619
- bpy.types.Panel,
1195
+ _bpy_types.Panel,
1620
1196
  bl_ui.properties_paint_common.BrushSelectPanel,
1621
1197
  ):
1622
1198
  bl_category: typing.Any
@@ -1631,17 +1207,15 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_select(
1631
1207
  """
1632
1208
 
1633
1209
  :return: The RNA type or default when not found.
1634
- :rtype: bpy.types.Struct
1635
1210
  """
1636
1211
 
1637
1212
  def bl_rna_get_subclass_py(self) -> typing.Any:
1638
1213
  """
1639
1214
 
1640
1215
  :return: The class or default when not found.
1641
- :rtype: typing.Any
1642
1216
  """
1643
1217
 
1644
- class VIEW3D_PT_tools_imagepaint_options(View3DPaintPanel, bpy.types.Panel):
1218
+ class VIEW3D_PT_tools_imagepaint_options(View3DPaintPanel, _bpy_types.Panel):
1645
1219
  bl_category: typing.Any
1646
1220
  bl_context: typing.Any
1647
1221
  bl_label: typing.Any
@@ -1655,30 +1229,28 @@ class VIEW3D_PT_tools_imagepaint_options(View3DPaintPanel, bpy.types.Panel):
1655
1229
  """
1656
1230
 
1657
1231
  :return: The RNA type or default when not found.
1658
- :rtype: bpy.types.Struct
1659
1232
  """
1660
1233
 
1661
1234
  def bl_rna_get_subclass_py(self) -> typing.Any:
1662
1235
  """
1663
1236
 
1664
1237
  :return: The class or default when not found.
1665
- :rtype: typing.Any
1666
1238
  """
1667
1239
 
1668
- def draw(self, context):
1240
+ def draw(self, context) -> None:
1669
1241
  """
1670
1242
 
1671
1243
  :param context:
1672
1244
  """
1673
1245
 
1674
1246
  @classmethod
1675
- def poll(cls, context):
1247
+ def poll(cls, context) -> None:
1676
1248
  """
1677
1249
 
1678
1250
  :param context:
1679
1251
  """
1680
1252
 
1681
- class VIEW3D_PT_tools_imagepaint_options_cavity(bpy.types.Panel):
1253
+ class VIEW3D_PT_tools_imagepaint_options_cavity(_bpy_types.Panel):
1682
1254
  bl_label: typing.Any
1683
1255
  bl_options: typing.Any
1684
1256
  bl_parent_id: typing.Any
@@ -1691,30 +1263,28 @@ class VIEW3D_PT_tools_imagepaint_options_cavity(bpy.types.Panel):
1691
1263
  """
1692
1264
 
1693
1265
  :return: The RNA type or default when not found.
1694
- :rtype: bpy.types.Struct
1695
1266
  """
1696
1267
 
1697
1268
  def bl_rna_get_subclass_py(self) -> typing.Any:
1698
1269
  """
1699
1270
 
1700
1271
  :return: The class or default when not found.
1701
- :rtype: typing.Any
1702
1272
  """
1703
1273
 
1704
- def draw(self, context):
1274
+ def draw(self, context) -> None:
1705
1275
  """
1706
1276
 
1707
1277
  :param context:
1708
1278
  """
1709
1279
 
1710
- def draw_header(self, context):
1280
+ def draw_header(self, context) -> None:
1711
1281
  """
1712
1282
 
1713
1283
  :param context:
1714
1284
  """
1715
1285
 
1716
1286
  class VIEW3D_PT_tools_mask_texture(
1717
- View3DPaintPanel, bpy.types.Panel, bl_ui.properties_paint_common.TextureMaskPanel
1287
+ View3DPaintPanel, _bpy_types.Panel, bl_ui.properties_paint_common.TextureMaskPanel
1718
1288
  ):
1719
1289
  bl_category: typing.Any
1720
1290
  bl_context: typing.Any
@@ -1724,36 +1294,35 @@ class VIEW3D_PT_tools_mask_texture(
1724
1294
  bl_region_type: typing.Any
1725
1295
  bl_rna: typing.Any
1726
1296
  bl_space_type: typing.Any
1297
+ bl_ui_units_x: typing.Any
1727
1298
  id_data: typing.Any
1728
1299
 
1729
1300
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
1730
1301
  """
1731
1302
 
1732
1303
  :return: The RNA type or default when not found.
1733
- :rtype: bpy.types.Struct
1734
1304
  """
1735
1305
 
1736
1306
  def bl_rna_get_subclass_py(self) -> typing.Any:
1737
1307
  """
1738
1308
 
1739
1309
  :return: The class or default when not found.
1740
- :rtype: typing.Any
1741
1310
  """
1742
1311
 
1743
- def draw(self, context):
1312
+ def draw(self, context) -> None:
1744
1313
  """
1745
1314
 
1746
1315
  :param context:
1747
1316
  """
1748
1317
 
1749
1318
  @classmethod
1750
- def poll(cls, context):
1319
+ def poll(cls, context) -> None:
1751
1320
  """
1752
1321
 
1753
1322
  :param context:
1754
1323
  """
1755
1324
 
1756
- class VIEW3D_PT_tools_meshedit_options(View3DPanel, bpy.types.Panel):
1325
+ class VIEW3D_PT_tools_meshedit_options(View3DPanel, _bpy_types.Panel):
1757
1326
  bl_category: typing.Any
1758
1327
  bl_context: typing.Any
1759
1328
  bl_label: typing.Any
@@ -1768,23 +1337,21 @@ class VIEW3D_PT_tools_meshedit_options(View3DPanel, bpy.types.Panel):
1768
1337
  """
1769
1338
 
1770
1339
  :return: The RNA type or default when not found.
1771
- :rtype: bpy.types.Struct
1772
1340
  """
1773
1341
 
1774
1342
  def bl_rna_get_subclass_py(self) -> typing.Any:
1775
1343
  """
1776
1344
 
1777
1345
  :return: The class or default when not found.
1778
- :rtype: typing.Any
1779
1346
  """
1780
1347
 
1781
- def draw(self, _context):
1348
+ def draw(self, _context) -> None:
1782
1349
  """
1783
1350
 
1784
1351
  :param _context:
1785
1352
  """
1786
1353
 
1787
- class VIEW3D_PT_tools_meshedit_options_transform(View3DPanel, bpy.types.Panel):
1354
+ class VIEW3D_PT_tools_meshedit_options_transform(View3DPanel, _bpy_types.Panel):
1788
1355
  bl_category: typing.Any
1789
1356
  bl_context: typing.Any
1790
1357
  bl_label: typing.Any
@@ -1798,30 +1365,28 @@ class VIEW3D_PT_tools_meshedit_options_transform(View3DPanel, bpy.types.Panel):
1798
1365
  """
1799
1366
 
1800
1367
  :return: The RNA type or default when not found.
1801
- :rtype: bpy.types.Struct
1802
1368
  """
1803
1369
 
1804
1370
  def bl_rna_get_subclass_py(self) -> typing.Any:
1805
1371
  """
1806
1372
 
1807
1373
  :return: The class or default when not found.
1808
- :rtype: typing.Any
1809
1374
  """
1810
1375
 
1811
- def draw(self, context):
1376
+ def draw(self, context) -> None:
1812
1377
  """
1813
1378
 
1814
1379
  :param context:
1815
1380
  """
1816
1381
 
1817
1382
  @classmethod
1818
- def poll(cls, context):
1383
+ def poll(cls, context) -> None:
1819
1384
  """
1820
1385
 
1821
1386
  :param context:
1822
1387
  """
1823
1388
 
1824
- class VIEW3D_PT_tools_meshedit_options_uvs(View3DPanel, bpy.types.Panel):
1389
+ class VIEW3D_PT_tools_meshedit_options_uvs(View3DPanel, _bpy_types.Panel):
1825
1390
  bl_category: typing.Any
1826
1391
  bl_context: typing.Any
1827
1392
  bl_label: typing.Any
@@ -1835,23 +1400,21 @@ class VIEW3D_PT_tools_meshedit_options_uvs(View3DPanel, bpy.types.Panel):
1835
1400
  """
1836
1401
 
1837
1402
  :return: The RNA type or default when not found.
1838
- :rtype: bpy.types.Struct
1839
1403
  """
1840
1404
 
1841
1405
  def bl_rna_get_subclass_py(self) -> typing.Any:
1842
1406
  """
1843
1407
 
1844
1408
  :return: The class or default when not found.
1845
- :rtype: typing.Any
1846
1409
  """
1847
1410
 
1848
- def draw(self, context):
1411
+ def draw(self, context) -> None:
1849
1412
  """
1850
1413
 
1851
1414
  :param context:
1852
1415
  """
1853
1416
 
1854
- class VIEW3D_PT_tools_object_options(View3DPanel, bpy.types.Panel):
1417
+ class VIEW3D_PT_tools_object_options(View3DPanel, _bpy_types.Panel):
1855
1418
  bl_category: typing.Any
1856
1419
  bl_context: typing.Any
1857
1420
  bl_label: typing.Any
@@ -1864,23 +1427,21 @@ class VIEW3D_PT_tools_object_options(View3DPanel, bpy.types.Panel):
1864
1427
  """
1865
1428
 
1866
1429
  :return: The RNA type or default when not found.
1867
- :rtype: bpy.types.Struct
1868
1430
  """
1869
1431
 
1870
1432
  def bl_rna_get_subclass_py(self) -> typing.Any:
1871
1433
  """
1872
1434
 
1873
1435
  :return: The class or default when not found.
1874
- :rtype: typing.Any
1875
1436
  """
1876
1437
 
1877
- def draw(self, context):
1438
+ def draw(self, context) -> None:
1878
1439
  """
1879
1440
 
1880
1441
  :param context:
1881
1442
  """
1882
1443
 
1883
- class VIEW3D_PT_tools_object_options_transform(View3DPanel, bpy.types.Panel):
1444
+ class VIEW3D_PT_tools_object_options_transform(View3DPanel, _bpy_types.Panel):
1884
1445
  bl_category: typing.Any
1885
1446
  bl_context: typing.Any
1886
1447
  bl_label: typing.Any
@@ -1894,23 +1455,21 @@ class VIEW3D_PT_tools_object_options_transform(View3DPanel, bpy.types.Panel):
1894
1455
  """
1895
1456
 
1896
1457
  :return: The RNA type or default when not found.
1897
- :rtype: bpy.types.Struct
1898
1458
  """
1899
1459
 
1900
1460
  def bl_rna_get_subclass_py(self) -> typing.Any:
1901
1461
  """
1902
1462
 
1903
1463
  :return: The class or default when not found.
1904
- :rtype: typing.Any
1905
1464
  """
1906
1465
 
1907
- def draw(self, context):
1466
+ def draw(self, context) -> None:
1908
1467
  """
1909
1468
 
1910
1469
  :param context:
1911
1470
  """
1912
1471
 
1913
- class VIEW3D_PT_tools_particlemode_options(View3DPanel, bpy.types.Panel):
1472
+ class VIEW3D_PT_tools_particlemode_options(View3DPanel, _bpy_types.Panel):
1914
1473
  """Default tools for particle mode"""
1915
1474
 
1916
1475
  bl_category: typing.Any
@@ -1926,23 +1485,21 @@ class VIEW3D_PT_tools_particlemode_options(View3DPanel, bpy.types.Panel):
1926
1485
  """
1927
1486
 
1928
1487
  :return: The RNA type or default when not found.
1929
- :rtype: bpy.types.Struct
1930
1488
  """
1931
1489
 
1932
1490
  def bl_rna_get_subclass_py(self) -> typing.Any:
1933
1491
  """
1934
1492
 
1935
1493
  :return: The class or default when not found.
1936
- :rtype: typing.Any
1937
1494
  """
1938
1495
 
1939
- def draw(self, context):
1496
+ def draw(self, context) -> None:
1940
1497
  """
1941
1498
 
1942
1499
  :param context:
1943
1500
  """
1944
1501
 
1945
- class VIEW3D_PT_tools_particlemode_options_display(View3DPanel, bpy.types.Panel):
1502
+ class VIEW3D_PT_tools_particlemode_options_display(View3DPanel, _bpy_types.Panel):
1946
1503
  """Default tools for particle mode"""
1947
1504
 
1948
1505
  bl_category: typing.Any
@@ -1957,23 +1514,21 @@ class VIEW3D_PT_tools_particlemode_options_display(View3DPanel, bpy.types.Panel)
1957
1514
  """
1958
1515
 
1959
1516
  :return: The RNA type or default when not found.
1960
- :rtype: bpy.types.Struct
1961
1517
  """
1962
1518
 
1963
1519
  def bl_rna_get_subclass_py(self) -> typing.Any:
1964
1520
  """
1965
1521
 
1966
1522
  :return: The class or default when not found.
1967
- :rtype: typing.Any
1968
1523
  """
1969
1524
 
1970
- def draw(self, context):
1525
+ def draw(self, context) -> None:
1971
1526
  """
1972
1527
 
1973
1528
  :param context:
1974
1529
  """
1975
1530
 
1976
- class VIEW3D_PT_tools_particlemode_options_shapecut(View3DPanel, bpy.types.Panel):
1531
+ class VIEW3D_PT_tools_particlemode_options_shapecut(View3DPanel, _bpy_types.Panel):
1977
1532
  """Default tools for particle mode"""
1978
1533
 
1979
1534
  bl_category: typing.Any
@@ -1989,23 +1544,21 @@ class VIEW3D_PT_tools_particlemode_options_shapecut(View3DPanel, bpy.types.Panel
1989
1544
  """
1990
1545
 
1991
1546
  :return: The RNA type or default when not found.
1992
- :rtype: bpy.types.Struct
1993
1547
  """
1994
1548
 
1995
1549
  def bl_rna_get_subclass_py(self) -> typing.Any:
1996
1550
  """
1997
1551
 
1998
1552
  :return: The class or default when not found.
1999
- :rtype: typing.Any
2000
1553
  """
2001
1554
 
2002
- def draw(self, context):
1555
+ def draw(self, context) -> None:
2003
1556
  """
2004
1557
 
2005
1558
  :param context:
2006
1559
  """
2007
1560
 
2008
- class VIEW3D_PT_tools_posemode_options(View3DPanel, bpy.types.Panel):
1561
+ class VIEW3D_PT_tools_posemode_options(View3DPanel, _bpy_types.Panel):
2009
1562
  bl_category: typing.Any
2010
1563
  bl_context: typing.Any
2011
1564
  bl_label: typing.Any
@@ -2018,71 +1571,22 @@ class VIEW3D_PT_tools_posemode_options(View3DPanel, bpy.types.Panel):
2018
1571
  """
2019
1572
 
2020
1573
  :return: The RNA type or default when not found.
2021
- :rtype: bpy.types.Struct
2022
1574
  """
2023
1575
 
2024
1576
  def bl_rna_get_subclass_py(self) -> typing.Any:
2025
1577
  """
2026
1578
 
2027
1579
  :return: The class or default when not found.
2028
- :rtype: typing.Any
2029
1580
  """
2030
1581
 
2031
- def draw(self, context):
1582
+ def draw(self, context) -> None:
2032
1583
  """
2033
1584
 
2034
1585
  :param context:
2035
1586
  """
2036
1587
 
2037
- class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(bpy.types.Panel):
2038
- bl_label: typing.Any
2039
- bl_region_type: typing.Any
2040
- bl_rna: typing.Any
2041
- bl_space_type: typing.Any
2042
- id_data: typing.Any
2043
-
2044
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2045
- """
2046
-
2047
- :return: The RNA type or default when not found.
2048
- :rtype: bpy.types.Struct
2049
- """
2050
-
2051
- def bl_rna_get_subclass_py(self) -> typing.Any:
2052
- """
2053
-
2054
- :return: The class or default when not found.
2055
- :rtype: typing.Any
2056
- """
2057
-
2058
- class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(bpy.types.Panel):
2059
- bl_label: typing.Any
2060
- bl_region_type: typing.Any
2061
- bl_rna: typing.Any
2062
- bl_space_type: typing.Any
2063
- id_data: typing.Any
2064
-
2065
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2066
- """
2067
-
2068
- :return: The RNA type or default when not found.
2069
- :rtype: bpy.types.Struct
2070
- """
2071
-
2072
- def bl_rna_get_subclass_py(self) -> typing.Any:
2073
- """
2074
-
2075
- :return: The class or default when not found.
2076
- :rtype: typing.Any
2077
- """
2078
-
2079
- class VIEW3D_PT_tools_grease_pencil_brush_settings(
2080
- View3DPanel, bpy.types.Panel, GreasePencilPaintPanel
2081
- ):
2082
- bl_category: typing.Any
2083
- bl_context: typing.Any
1588
+ class VIEW3D_PT_tools_vertexpaint_symmetry_for_topbar(_bpy_types.Panel):
2084
1589
  bl_label: typing.Any
2085
- bl_options: typing.Any
2086
1590
  bl_region_type: typing.Any
2087
1591
  bl_rna: typing.Any
2088
1592
  bl_space_type: typing.Any
@@ -2092,33 +1596,15 @@ class VIEW3D_PT_tools_grease_pencil_brush_settings(
2092
1596
  """
2093
1597
 
2094
1598
  :return: The RNA type or default when not found.
2095
- :rtype: bpy.types.Struct
2096
1599
  """
2097
1600
 
2098
1601
  def bl_rna_get_subclass_py(self) -> typing.Any:
2099
1602
  """
2100
1603
 
2101
1604
  :return: The class or default when not found.
2102
- :rtype: typing.Any
2103
- """
2104
-
2105
- def draw(self, context):
2106
- """
2107
-
2108
- :param context:
2109
- """
2110
-
2111
- def draw_header_preset(self, _context):
2112
- """
2113
-
2114
- :param _context:
2115
1605
  """
2116
1606
 
2117
- class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
2118
- View3DPanel, bpy.types.Panel, GreasePencilSculptPanel
2119
- ):
2120
- bl_category: typing.Any
2121
- bl_context: typing.Any
1607
+ class VIEW3D_PT_tools_weightpaint_symmetry_for_topbar(_bpy_types.Panel):
2122
1608
  bl_label: typing.Any
2123
1609
  bl_region_type: typing.Any
2124
1610
  bl_rna: typing.Any
@@ -2129,24 +1615,16 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_settings(
2129
1615
  """
2130
1616
 
2131
1617
  :return: The RNA type or default when not found.
2132
- :rtype: bpy.types.Struct
2133
1618
  """
2134
1619
 
2135
1620
  def bl_rna_get_subclass_py(self) -> typing.Any:
2136
1621
  """
2137
1622
 
2138
1623
  :return: The class or default when not found.
2139
- :rtype: typing.Any
2140
- """
2141
-
2142
- def draw(self, context):
2143
- """
2144
-
2145
- :param context:
2146
1624
  """
2147
1625
 
2148
1626
  class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
2149
- View3DPanel, bpy.types.Panel, GreasePencilV3PaintPanel
1627
+ View3DPanel, _bpy_types.Panel, GreasePencilV3PaintPanel
2150
1628
  ):
2151
1629
  bl_category: typing.Any
2152
1630
  bl_context: typing.Any
@@ -2161,30 +1639,28 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_settings(
2161
1639
  """
2162
1640
 
2163
1641
  :return: The RNA type or default when not found.
2164
- :rtype: bpy.types.Struct
2165
1642
  """
2166
1643
 
2167
1644
  def bl_rna_get_subclass_py(self) -> typing.Any:
2168
1645
  """
2169
1646
 
2170
1647
  :return: The class or default when not found.
2171
- :rtype: typing.Any
2172
1648
  """
2173
1649
 
2174
- def draw(self, context):
1650
+ def draw(self, context) -> None:
2175
1651
  """
2176
1652
 
2177
1653
  :param context:
2178
1654
  """
2179
1655
 
2180
- def draw_header_preset(self, _context):
1656
+ def draw_header_preset(self, _context) -> None:
2181
1657
  """
2182
1658
 
2183
1659
  :param _context:
2184
1660
  """
2185
1661
 
2186
1662
  class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
2187
- View3DPanel, bpy.types.Panel, GreasePencilVertexPanel
1663
+ View3DPanel, _bpy_types.Panel, GreasePencilVertexPanel
2188
1664
  ):
2189
1665
  bl_category: typing.Any
2190
1666
  bl_context: typing.Any
@@ -2198,24 +1674,22 @@ class VIEW3D_PT_tools_grease_pencil_vertex_paint_settings(
2198
1674
  """
2199
1675
 
2200
1676
  :return: The RNA type or default when not found.
2201
- :rtype: bpy.types.Struct
2202
1677
  """
2203
1678
 
2204
1679
  def bl_rna_get_subclass_py(self) -> typing.Any:
2205
1680
  """
2206
1681
 
2207
1682
  :return: The class or default when not found.
2208
- :rtype: typing.Any
2209
1683
  """
2210
1684
 
2211
- def draw(self, context):
1685
+ def draw(self, context) -> None:
2212
1686
  """
2213
1687
 
2214
1688
  :param context:
2215
1689
  """
2216
1690
 
2217
1691
  class VIEW3D_PT_tools_grease_pencil_weight_options(
2218
- View3DPanel, bpy.types.Panel, GreasePencilWeightPanel
1692
+ View3DPanel, _bpy_types.Panel, GreasePencilWeightPanel
2219
1693
  ):
2220
1694
  bl_category: typing.Any
2221
1695
  bl_context: typing.Any
@@ -2230,24 +1704,22 @@ class VIEW3D_PT_tools_grease_pencil_weight_options(
2230
1704
  """
2231
1705
 
2232
1706
  :return: The RNA type or default when not found.
2233
- :rtype: bpy.types.Struct
2234
1707
  """
2235
1708
 
2236
1709
  def bl_rna_get_subclass_py(self) -> typing.Any:
2237
1710
  """
2238
1711
 
2239
1712
  :return: The class or default when not found.
2240
- :rtype: typing.Any
2241
1713
  """
2242
1714
 
2243
- def draw(self, context):
1715
+ def draw(self, context) -> None:
2244
1716
  """
2245
1717
 
2246
1718
  :param context:
2247
1719
  """
2248
1720
 
2249
1721
  class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
2250
- View3DPanel, bpy.types.Panel, GreasePencilWeightPanel
1722
+ View3DPanel, _bpy_types.Panel, GreasePencilWeightPanel
2251
1723
  ):
2252
1724
  bl_category: typing.Any
2253
1725
  bl_context: typing.Any
@@ -2261,23 +1733,21 @@ class VIEW3D_PT_tools_grease_pencil_weight_paint_settings(
2261
1733
  """
2262
1734
 
2263
1735
  :return: The RNA type or default when not found.
2264
- :rtype: bpy.types.Struct
2265
1736
  """
2266
1737
 
2267
1738
  def bl_rna_get_subclass_py(self) -> typing.Any:
2268
1739
  """
2269
1740
 
2270
1741
  :return: The class or default when not found.
2271
- :rtype: typing.Any
2272
1742
  """
2273
1743
 
2274
- def draw(self, context):
1744
+ def draw(self, context) -> None:
2275
1745
  """
2276
1746
 
2277
1747
  :param context:
2278
1748
  """
2279
1749
 
2280
- class VIEW3D_PT_curves_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
1750
+ class VIEW3D_PT_curves_sculpt_symmetry(_bpy_types.Panel, View3DPaintPanel):
2281
1751
  bl_category: typing.Any
2282
1752
  bl_context: typing.Any
2283
1753
  bl_label: typing.Any
@@ -2291,24 +1761,22 @@ class VIEW3D_PT_curves_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
2291
1761
  """
2292
1762
 
2293
1763
  :return: The RNA type or default when not found.
2294
- :rtype: bpy.types.Struct
2295
1764
  """
2296
1765
 
2297
1766
  def bl_rna_get_subclass_py(self) -> typing.Any:
2298
1767
  """
2299
1768
 
2300
1769
  :return: The class or default when not found.
2301
- :rtype: typing.Any
2302
1770
  """
2303
1771
 
2304
- def draw(self, context):
1772
+ def draw(self, context) -> None:
2305
1773
  """
2306
1774
 
2307
1775
  :param context:
2308
1776
  """
2309
1777
 
2310
1778
  @classmethod
2311
- def poll(cls, context):
1779
+ def poll(cls, context) -> None:
2312
1780
  """
2313
1781
 
2314
1782
  :param context:
@@ -2320,20 +1788,20 @@ class VIEW3D_PT_imagepaint_options(View3DPaintPanel):
2320
1788
  bl_region_type: typing.Any
2321
1789
  bl_space_type: typing.Any
2322
1790
 
2323
- def draw(self, _context):
1791
+ def draw(self, _context) -> None:
2324
1792
  """
2325
1793
 
2326
1794
  :param _context:
2327
1795
  """
2328
1796
 
2329
1797
  @classmethod
2330
- def poll(cls, _context):
1798
+ def poll(cls, _context) -> None:
2331
1799
  """
2332
1800
 
2333
1801
  :param _context:
2334
1802
  """
2335
1803
 
2336
- class VIEW3D_PT_sculpt_dyntopo(bpy.types.Panel, View3DPaintPanel):
1804
+ class VIEW3D_PT_sculpt_dyntopo(_bpy_types.Panel, View3DPaintPanel):
2337
1805
  bl_category: typing.Any
2338
1806
  bl_context: typing.Any
2339
1807
  bl_label: typing.Any
@@ -2348,36 +1816,34 @@ class VIEW3D_PT_sculpt_dyntopo(bpy.types.Panel, View3DPaintPanel):
2348
1816
  """
2349
1817
 
2350
1818
  :return: The RNA type or default when not found.
2351
- :rtype: bpy.types.Struct
2352
1819
  """
2353
1820
 
2354
1821
  def bl_rna_get_subclass_py(self) -> typing.Any:
2355
1822
  """
2356
1823
 
2357
1824
  :return: The class or default when not found.
2358
- :rtype: typing.Any
2359
1825
  """
2360
1826
 
2361
- def draw(self, context):
1827
+ def draw(self, context) -> None:
2362
1828
  """
2363
1829
 
2364
1830
  :param context:
2365
1831
  """
2366
1832
 
2367
- def draw_header(self, context):
1833
+ def draw_header(self, context) -> None:
2368
1834
  """
2369
1835
 
2370
1836
  :param context:
2371
1837
  """
2372
1838
 
2373
1839
  @classmethod
2374
- def poll(cls, context):
1840
+ def poll(cls, context) -> None:
2375
1841
  """
2376
1842
 
2377
1843
  :param context:
2378
1844
  """
2379
1845
 
2380
- class VIEW3D_PT_sculpt_options(bpy.types.Panel, View3DPaintPanel):
1846
+ class VIEW3D_PT_sculpt_options(_bpy_types.Panel, View3DPaintPanel):
2381
1847
  bl_category: typing.Any
2382
1848
  bl_context: typing.Any
2383
1849
  bl_label: typing.Any
@@ -2392,30 +1858,28 @@ class VIEW3D_PT_sculpt_options(bpy.types.Panel, View3DPaintPanel):
2392
1858
  """
2393
1859
 
2394
1860
  :return: The RNA type or default when not found.
2395
- :rtype: bpy.types.Struct
2396
1861
  """
2397
1862
 
2398
1863
  def bl_rna_get_subclass_py(self) -> typing.Any:
2399
1864
  """
2400
1865
 
2401
1866
  :return: The class or default when not found.
2402
- :rtype: typing.Any
2403
1867
  """
2404
1868
 
2405
- def draw(self, context):
1869
+ def draw(self, context) -> None:
2406
1870
  """
2407
1871
 
2408
1872
  :param context:
2409
1873
  """
2410
1874
 
2411
1875
  @classmethod
2412
- def poll(cls, context):
1876
+ def poll(cls, context) -> None:
2413
1877
  """
2414
1878
 
2415
1879
  :param context:
2416
1880
  """
2417
1881
 
2418
- class VIEW3D_PT_sculpt_options_gravity(bpy.types.Panel, View3DPaintPanel):
1882
+ class VIEW3D_PT_sculpt_options_gravity(_bpy_types.Panel, View3DPaintPanel):
2419
1883
  bl_category: typing.Any
2420
1884
  bl_context: typing.Any
2421
1885
  bl_label: typing.Any
@@ -2429,30 +1893,28 @@ class VIEW3D_PT_sculpt_options_gravity(bpy.types.Panel, View3DPaintPanel):
2429
1893
  """
2430
1894
 
2431
1895
  :return: The RNA type or default when not found.
2432
- :rtype: bpy.types.Struct
2433
1896
  """
2434
1897
 
2435
1898
  def bl_rna_get_subclass_py(self) -> typing.Any:
2436
1899
  """
2437
1900
 
2438
1901
  :return: The class or default when not found.
2439
- :rtype: typing.Any
2440
1902
  """
2441
1903
 
2442
- def draw(self, context):
1904
+ def draw(self, context) -> None:
2443
1905
  """
2444
1906
 
2445
1907
  :param context:
2446
1908
  """
2447
1909
 
2448
1910
  @classmethod
2449
- def poll(cls, context):
1911
+ def poll(cls, context) -> None:
2450
1912
  """
2451
1913
 
2452
1914
  :param context:
2453
1915
  """
2454
1916
 
2455
- class VIEW3D_PT_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
1917
+ class VIEW3D_PT_sculpt_symmetry(_bpy_types.Panel, View3DPaintPanel):
2456
1918
  bl_category: typing.Any
2457
1919
  bl_context: typing.Any
2458
1920
  bl_label: typing.Any
@@ -2466,30 +1928,28 @@ class VIEW3D_PT_sculpt_symmetry(bpy.types.Panel, View3DPaintPanel):
2466
1928
  """
2467
1929
 
2468
1930
  :return: The RNA type or default when not found.
2469
- :rtype: bpy.types.Struct
2470
1931
  """
2471
1932
 
2472
1933
  def bl_rna_get_subclass_py(self) -> typing.Any:
2473
1934
  """
2474
1935
 
2475
1936
  :return: The class or default when not found.
2476
- :rtype: typing.Any
2477
1937
  """
2478
1938
 
2479
- def draw(self, context):
1939
+ def draw(self, context) -> None:
2480
1940
  """
2481
1941
 
2482
1942
  :param context:
2483
1943
  """
2484
1944
 
2485
1945
  @classmethod
2486
- def poll(cls, context):
1946
+ def poll(cls, context) -> None:
2487
1947
  """
2488
1948
 
2489
1949
  :param context:
2490
1950
  """
2491
1951
 
2492
- class VIEW3D_PT_sculpt_voxel_remesh(bpy.types.Panel, View3DPaintPanel):
1952
+ class VIEW3D_PT_sculpt_voxel_remesh(_bpy_types.Panel, View3DPaintPanel):
2493
1953
  bl_category: typing.Any
2494
1954
  bl_context: typing.Any
2495
1955
  bl_label: typing.Any
@@ -2504,30 +1964,28 @@ class VIEW3D_PT_sculpt_voxel_remesh(bpy.types.Panel, View3DPaintPanel):
2504
1964
  """
2505
1965
 
2506
1966
  :return: The RNA type or default when not found.
2507
- :rtype: bpy.types.Struct
2508
1967
  """
2509
1968
 
2510
1969
  def bl_rna_get_subclass_py(self) -> typing.Any:
2511
1970
  """
2512
1971
 
2513
1972
  :return: The class or default when not found.
2514
- :rtype: typing.Any
2515
1973
  """
2516
1974
 
2517
- def draw(self, context):
1975
+ def draw(self, context) -> None:
2518
1976
  """
2519
1977
 
2520
1978
  :param context:
2521
1979
  """
2522
1980
 
2523
1981
  @classmethod
2524
- def poll(cls, context):
1982
+ def poll(cls, context) -> None:
2525
1983
  """
2526
1984
 
2527
1985
  :param context:
2528
1986
  """
2529
1987
 
2530
- class VIEW3D_PT_tools_brush_color(bpy.types.Panel, View3DPaintPanel):
1988
+ class VIEW3D_PT_tools_brush_color(_bpy_types.Panel, View3DPaintPanel):
2531
1989
  bl_category: typing.Any
2532
1990
  bl_context: typing.Any
2533
1991
  bl_label: typing.Any
@@ -2541,30 +1999,28 @@ class VIEW3D_PT_tools_brush_color(bpy.types.Panel, View3DPaintPanel):
2541
1999
  """
2542
2000
 
2543
2001
  :return: The RNA type or default when not found.
2544
- :rtype: bpy.types.Struct
2545
2002
  """
2546
2003
 
2547
2004
  def bl_rna_get_subclass_py(self) -> typing.Any:
2548
2005
  """
2549
2006
 
2550
2007
  :return: The class or default when not found.
2551
- :rtype: typing.Any
2552
2008
  """
2553
2009
 
2554
- def draw(self, context):
2010
+ def draw(self, context) -> None:
2555
2011
  """
2556
2012
 
2557
2013
  :param context:
2558
2014
  """
2559
2015
 
2560
2016
  @classmethod
2561
- def poll(cls, context):
2017
+ def poll(cls, context) -> None:
2562
2018
  """
2563
2019
 
2564
2020
  :param context:
2565
2021
  """
2566
2022
 
2567
- class VIEW3D_PT_tools_brush_texture(bpy.types.Panel, View3DPaintPanel):
2023
+ class VIEW3D_PT_tools_brush_texture(_bpy_types.Panel, View3DPaintPanel):
2568
2024
  bl_category: typing.Any
2569
2025
  bl_context: typing.Any
2570
2026
  bl_label: typing.Any
@@ -2573,107 +2029,36 @@ class VIEW3D_PT_tools_brush_texture(bpy.types.Panel, View3DPaintPanel):
2573
2029
  bl_region_type: typing.Any
2574
2030
  bl_rna: typing.Any
2575
2031
  bl_space_type: typing.Any
2032
+ bl_ui_units_x: typing.Any
2576
2033
  id_data: typing.Any
2577
2034
 
2578
2035
  def bl_rna_get_subclass(self) -> bpy.types.Struct:
2579
2036
  """
2580
2037
 
2581
2038
  :return: The RNA type or default when not found.
2582
- :rtype: bpy.types.Struct
2583
- """
2584
-
2585
- def bl_rna_get_subclass_py(self) -> typing.Any:
2586
- """
2587
-
2588
- :return: The class or default when not found.
2589
- :rtype: typing.Any
2590
- """
2591
-
2592
- def draw(self, context):
2593
- """
2594
-
2595
- :param context:
2596
- """
2597
-
2598
- @classmethod
2599
- def poll(cls, context):
2600
- """
2601
-
2602
- :param context:
2603
- """
2604
-
2605
- class VIEW3D_PT_tools_grease_pencil_brush_paint_falloff(
2606
- bpy.types.Panel,
2607
- bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
2608
- View3DPaintPanel,
2609
- ):
2610
- bl_category: typing.Any
2611
- bl_context: typing.Any
2612
- bl_label: typing.Any
2613
- bl_options: typing.Any
2614
- bl_region_type: typing.Any
2615
- bl_rna: typing.Any
2616
- bl_space_type: typing.Any
2617
- id_data: typing.Any
2618
-
2619
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2620
- """
2621
-
2622
- :return: The RNA type or default when not found.
2623
- :rtype: bpy.types.Struct
2624
2039
  """
2625
2040
 
2626
2041
  def bl_rna_get_subclass_py(self) -> typing.Any:
2627
2042
  """
2628
2043
 
2629
2044
  :return: The class or default when not found.
2630
- :rtype: typing.Any
2631
2045
  """
2632
2046
 
2633
- @classmethod
2634
- def poll(cls, context):
2047
+ def draw(self, context) -> None:
2635
2048
  """
2636
2049
 
2637
2050
  :param context:
2638
2051
  """
2639
2052
 
2640
- class VIEW3D_PT_tools_grease_pencil_brush_sculpt_falloff(
2641
- bpy.types.Panel,
2642
- bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
2643
- View3DPaintPanel,
2644
- ):
2645
- bl_category: typing.Any
2646
- bl_context: typing.Any
2647
- bl_label: typing.Any
2648
- bl_options: typing.Any
2649
- bl_region_type: typing.Any
2650
- bl_rna: typing.Any
2651
- bl_space_type: typing.Any
2652
- id_data: typing.Any
2653
-
2654
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
2655
- """
2656
-
2657
- :return: The RNA type or default when not found.
2658
- :rtype: bpy.types.Struct
2659
- """
2660
-
2661
- def bl_rna_get_subclass_py(self) -> typing.Any:
2662
- """
2663
-
2664
- :return: The class or default when not found.
2665
- :rtype: typing.Any
2666
- """
2667
-
2668
2053
  @classmethod
2669
- def poll(cls, context):
2054
+ def poll(cls, context) -> None:
2670
2055
  """
2671
2056
 
2672
2057
  :param context:
2673
2058
  """
2674
2059
 
2675
2060
  class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
2676
- bpy.types.Panel,
2061
+ _bpy_types.Panel,
2677
2062
  bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
2678
2063
  View3DPaintPanel,
2679
2064
  ):
@@ -2690,25 +2075,23 @@ class VIEW3D_PT_tools_grease_pencil_brush_vertex_falloff(
2690
2075
  """
2691
2076
 
2692
2077
  :return: The RNA type or default when not found.
2693
- :rtype: bpy.types.Struct
2694
2078
  """
2695
2079
 
2696
2080
  def bl_rna_get_subclass_py(self) -> typing.Any:
2697
2081
  """
2698
2082
 
2699
2083
  :return: The class or default when not found.
2700
- :rtype: typing.Any
2701
2084
  """
2702
2085
 
2703
2086
  @classmethod
2704
- def poll(cls, context):
2087
+ def poll(cls, context) -> None:
2705
2088
  """
2706
2089
 
2707
2090
  :param context:
2708
2091
  """
2709
2092
 
2710
2093
  class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
2711
- bpy.types.Panel,
2094
+ _bpy_types.Panel,
2712
2095
  bl_ui.properties_grease_pencil_common.GreasePencilBrushFalloff,
2713
2096
  View3DPaintPanel,
2714
2097
  ):
@@ -2726,24 +2109,22 @@ class VIEW3D_PT_tools_grease_pencil_brush_weight_falloff(
2726
2109
  """
2727
2110
 
2728
2111
  :return: The RNA type or default when not found.
2729
- :rtype: bpy.types.Struct
2730
2112
  """
2731
2113
 
2732
2114
  def bl_rna_get_subclass_py(self) -> typing.Any:
2733
2115
  """
2734
2116
 
2735
2117
  :return: The class or default when not found.
2736
- :rtype: typing.Any
2737
2118
  """
2738
2119
 
2739
2120
  @classmethod
2740
- def poll(cls, context):
2121
+ def poll(cls, context) -> None:
2741
2122
  """
2742
2123
 
2743
2124
  :param context:
2744
2125
  """
2745
2126
 
2746
- class VIEW3D_PT_tools_imagepaint_options_external(bpy.types.Panel, View3DPaintPanel):
2127
+ class VIEW3D_PT_tools_imagepaint_options_external(_bpy_types.Panel, View3DPaintPanel):
2747
2128
  bl_category: typing.Any
2748
2129
  bl_context: typing.Any
2749
2130
  bl_label: typing.Any
@@ -2758,23 +2139,21 @@ class VIEW3D_PT_tools_imagepaint_options_external(bpy.types.Panel, View3DPaintPa
2758
2139
  """
2759
2140
 
2760
2141
  :return: The RNA type or default when not found.
2761
- :rtype: bpy.types.Struct
2762
2142
  """
2763
2143
 
2764
2144
  def bl_rna_get_subclass_py(self) -> typing.Any:
2765
2145
  """
2766
2146
 
2767
2147
  :return: The class or default when not found.
2768
- :rtype: typing.Any
2769
2148
  """
2770
2149
 
2771
- def draw(self, context):
2150
+ def draw(self, context) -> None:
2772
2151
  """
2773
2152
 
2774
2153
  :param context:
2775
2154
  """
2776
2155
 
2777
- class VIEW3D_PT_tools_imagepaint_symmetry(bpy.types.Panel, View3DPaintPanel):
2156
+ class VIEW3D_PT_tools_imagepaint_symmetry(_bpy_types.Panel, View3DPaintPanel):
2778
2157
  bl_category: typing.Any
2779
2158
  bl_context: typing.Any
2780
2159
  bl_label: typing.Any
@@ -2788,34 +2167,31 @@ class VIEW3D_PT_tools_imagepaint_symmetry(bpy.types.Panel, View3DPaintPanel):
2788
2167
  """
2789
2168
 
2790
2169
  :return: The RNA type or default when not found.
2791
- :rtype: bpy.types.Struct
2792
2170
  """
2793
2171
 
2794
2172
  def bl_rna_get_subclass_py(self) -> typing.Any:
2795
2173
  """
2796
2174
 
2797
2175
  :return: The class or default when not found.
2798
- :rtype: typing.Any
2799
2176
  """
2800
2177
 
2801
- def draw(self, context):
2178
+ def draw(self, context) -> None:
2802
2179
  """
2803
2180
 
2804
2181
  :param context:
2805
2182
  """
2806
2183
 
2807
2184
  @classmethod
2808
- def poll(cls, context):
2185
+ def poll(cls, context) -> None:
2809
2186
  """
2810
2187
 
2811
2188
  :param context:
2812
2189
  """
2813
2190
 
2814
- class VIEW3D_PT_tools_particlemode(bpy.types.Panel, View3DPaintPanel):
2191
+ class VIEW3D_PT_tools_particlemode(_bpy_types.Panel, View3DPaintPanel):
2815
2192
  bl_category: typing.Any
2816
2193
  bl_context: typing.Any
2817
2194
  bl_label: typing.Any
2818
- bl_options: typing.Any
2819
2195
  bl_region_type: typing.Any
2820
2196
  bl_rna: typing.Any
2821
2197
  bl_space_type: typing.Any
@@ -2825,30 +2201,28 @@ class VIEW3D_PT_tools_particlemode(bpy.types.Panel, View3DPaintPanel):
2825
2201
  """
2826
2202
 
2827
2203
  :return: The RNA type or default when not found.
2828
- :rtype: bpy.types.Struct
2829
2204
  """
2830
2205
 
2831
2206
  def bl_rna_get_subclass_py(self) -> typing.Any:
2832
2207
  """
2833
2208
 
2834
2209
  :return: The class or default when not found.
2835
- :rtype: typing.Any
2836
2210
  """
2837
2211
 
2838
- def draw(self, context):
2212
+ def draw(self, context) -> None:
2839
2213
  """
2840
2214
 
2841
2215
  :param context:
2842
2216
  """
2843
2217
 
2844
2218
  @classmethod
2845
- def poll(cls, context):
2219
+ def poll(cls, context) -> None:
2846
2220
  """
2847
2221
 
2848
2222
  :param context:
2849
2223
  """
2850
2224
 
2851
- class VIEW3D_PT_tools_vertexpaint_options(bpy.types.Panel, View3DPaintPanel):
2225
+ class VIEW3D_PT_tools_vertexpaint_options(_bpy_types.Panel, View3DPaintPanel):
2852
2226
  bl_category: typing.Any
2853
2227
  bl_context: typing.Any
2854
2228
  bl_label: typing.Any
@@ -2862,30 +2236,28 @@ class VIEW3D_PT_tools_vertexpaint_options(bpy.types.Panel, View3DPaintPanel):
2862
2236
  """
2863
2237
 
2864
2238
  :return: The RNA type or default when not found.
2865
- :rtype: bpy.types.Struct
2866
2239
  """
2867
2240
 
2868
2241
  def bl_rna_get_subclass_py(self) -> typing.Any:
2869
2242
  """
2870
2243
 
2871
2244
  :return: The class or default when not found.
2872
- :rtype: typing.Any
2873
2245
  """
2874
2246
 
2875
- def draw(self, _context):
2247
+ def draw(self, _context) -> None:
2876
2248
  """
2877
2249
 
2878
2250
  :param _context:
2879
2251
  """
2880
2252
 
2881
2253
  @classmethod
2882
- def poll(cls, _context):
2254
+ def poll(cls, _context) -> None:
2883
2255
  """
2884
2256
 
2885
2257
  :param _context:
2886
2258
  """
2887
2259
 
2888
- class VIEW3D_PT_tools_vertexpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
2260
+ class VIEW3D_PT_tools_vertexpaint_symmetry(_bpy_types.Panel, View3DPaintPanel):
2889
2261
  bl_category: typing.Any
2890
2262
  bl_context: typing.Any
2891
2263
  bl_label: typing.Any
@@ -2899,30 +2271,28 @@ class VIEW3D_PT_tools_vertexpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
2899
2271
  """
2900
2272
 
2901
2273
  :return: The RNA type or default when not found.
2902
- :rtype: bpy.types.Struct
2903
2274
  """
2904
2275
 
2905
2276
  def bl_rna_get_subclass_py(self) -> typing.Any:
2906
2277
  """
2907
2278
 
2908
2279
  :return: The class or default when not found.
2909
- :rtype: typing.Any
2910
2280
  """
2911
2281
 
2912
- def draw(self, context):
2282
+ def draw(self, context) -> None:
2913
2283
  """
2914
2284
 
2915
2285
  :param context:
2916
2286
  """
2917
2287
 
2918
2288
  @classmethod
2919
- def poll(cls, context):
2289
+ def poll(cls, context) -> None:
2920
2290
  """
2921
2291
 
2922
2292
  :param context:
2923
2293
  """
2924
2294
 
2925
- class VIEW3D_PT_tools_weight_gradient(bpy.types.Panel, View3DPaintPanel):
2295
+ class VIEW3D_PT_tools_weight_gradient(_bpy_types.Panel, View3DPaintPanel):
2926
2296
  bl_category: typing.Any
2927
2297
  bl_label: typing.Any
2928
2298
  bl_options: typing.Any
@@ -2935,30 +2305,28 @@ class VIEW3D_PT_tools_weight_gradient(bpy.types.Panel, View3DPaintPanel):
2935
2305
  """
2936
2306
 
2937
2307
  :return: The RNA type or default when not found.
2938
- :rtype: bpy.types.Struct
2939
2308
  """
2940
2309
 
2941
2310
  def bl_rna_get_subclass_py(self) -> typing.Any:
2942
2311
  """
2943
2312
 
2944
2313
  :return: The class or default when not found.
2945
- :rtype: typing.Any
2946
2314
  """
2947
2315
 
2948
- def draw(self, context):
2316
+ def draw(self, context) -> None:
2949
2317
  """
2950
2318
 
2951
2319
  :param context:
2952
2320
  """
2953
2321
 
2954
2322
  @classmethod
2955
- def poll(cls, context):
2323
+ def poll(cls, context) -> None:
2956
2324
  """
2957
2325
 
2958
2326
  :param context:
2959
2327
  """
2960
2328
 
2961
- class VIEW3D_PT_tools_weightpaint_options(bpy.types.Panel, View3DPaintPanel):
2329
+ class VIEW3D_PT_tools_weightpaint_options(_bpy_types.Panel, View3DPaintPanel):
2962
2330
  bl_category: typing.Any
2963
2331
  bl_context: typing.Any
2964
2332
  bl_label: typing.Any
@@ -2972,23 +2340,21 @@ class VIEW3D_PT_tools_weightpaint_options(bpy.types.Panel, View3DPaintPanel):
2972
2340
  """
2973
2341
 
2974
2342
  :return: The RNA type or default when not found.
2975
- :rtype: bpy.types.Struct
2976
2343
  """
2977
2344
 
2978
2345
  def bl_rna_get_subclass_py(self) -> typing.Any:
2979
2346
  """
2980
2347
 
2981
2348
  :return: The class or default when not found.
2982
- :rtype: typing.Any
2983
2349
  """
2984
2350
 
2985
- def draw(self, context):
2351
+ def draw(self, context) -> None:
2986
2352
  """
2987
2353
 
2988
2354
  :param context:
2989
2355
  """
2990
2356
 
2991
- class VIEW3D_PT_tools_weightpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
2357
+ class VIEW3D_PT_tools_weightpaint_symmetry(_bpy_types.Panel, View3DPaintPanel):
2992
2358
  bl_category: typing.Any
2993
2359
  bl_context: typing.Any
2994
2360
  bl_label: typing.Any
@@ -3002,24 +2368,22 @@ class VIEW3D_PT_tools_weightpaint_symmetry(bpy.types.Panel, View3DPaintPanel):
3002
2368
  """
3003
2369
 
3004
2370
  :return: The RNA type or default when not found.
3005
- :rtype: bpy.types.Struct
3006
2371
  """
3007
2372
 
3008
2373
  def bl_rna_get_subclass_py(self) -> typing.Any:
3009
2374
  """
3010
2375
 
3011
2376
  :return: The class or default when not found.
3012
- :rtype: typing.Any
3013
2377
  """
3014
2378
 
3015
- def draw(self, context):
2379
+ def draw(self, context) -> None:
3016
2380
  """
3017
2381
 
3018
2382
  :param context:
3019
2383
  """
3020
2384
 
3021
2385
  @classmethod
3022
- def poll(cls, context):
2386
+ def poll(cls, context) -> None:
3023
2387
  """
3024
2388
 
3025
2389
  :param context:
@@ -3031,97 +2395,14 @@ class View3DPaintBrushPanel(View3DPaintPanel):
3031
2395
  bl_space_type: typing.Any
3032
2396
 
3033
2397
  @classmethod
3034
- def poll(cls, context):
3035
- """
3036
-
3037
- :param context:
3038
- """
3039
-
3040
- class VIEW3D_PT_tools_grease_pencil_brush_stabilizer(bpy.types.Panel, View3DPanel):
3041
- bl_category: typing.Any
3042
- bl_context: typing.Any
3043
- bl_label: typing.Any
3044
- bl_options: typing.Any
3045
- bl_parent_id: typing.Any
3046
- bl_region_type: typing.Any
3047
- bl_rna: typing.Any
3048
- bl_space_type: typing.Any
3049
- id_data: typing.Any
3050
-
3051
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
3052
- """
3053
-
3054
- :return: The RNA type or default when not found.
3055
- :rtype: bpy.types.Struct
3056
- """
3057
-
3058
- def bl_rna_get_subclass_py(self) -> typing.Any:
3059
- """
3060
-
3061
- :return: The class or default when not found.
3062
- :rtype: typing.Any
3063
- """
3064
-
3065
- def draw(self, context):
3066
- """
3067
-
3068
- :param context:
3069
- """
3070
-
3071
- def draw_header(self, context):
3072
- """
3073
-
3074
- :param context:
3075
- """
3076
-
3077
- @classmethod
3078
- def poll(cls, context):
3079
- """
3080
-
3081
- :param context:
3082
- """
3083
-
3084
- class VIEW3D_PT_tools_grease_pencil_brush_stroke(bpy.types.Panel, View3DPanel):
3085
- bl_category: typing.Any
3086
- bl_context: typing.Any
3087
- bl_label: typing.Any
3088
- bl_options: typing.Any
3089
- bl_parent_id: typing.Any
3090
- bl_region_type: typing.Any
3091
- bl_rna: typing.Any
3092
- bl_space_type: typing.Any
3093
- bl_ui_units_x: typing.Any
3094
- id_data: typing.Any
3095
-
3096
- def bl_rna_get_subclass(self) -> bpy.types.Struct:
3097
- """
3098
-
3099
- :return: The RNA type or default when not found.
3100
- :rtype: bpy.types.Struct
3101
- """
3102
-
3103
- def bl_rna_get_subclass_py(self) -> typing.Any:
3104
- """
3105
-
3106
- :return: The class or default when not found.
3107
- :rtype: typing.Any
3108
- """
3109
-
3110
- def draw(self, _context):
3111
- """
3112
-
3113
- :param _context:
3114
- """
3115
-
3116
- @classmethod
3117
- def poll(cls, context):
2398
+ def poll(cls, context) -> None:
3118
2399
  """
3119
2400
 
3120
2401
  :param context:
3121
2402
  """
3122
2403
 
3123
2404
  class VIEW3D_PT_tools_grease_pencil_paint_appearance(
3124
- bpy.types.Panel,
2405
+ _bpy_types.Panel,
3125
2406
  bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
3126
2407
  View3DPanel,
3127
2408
  ):
@@ -3140,18 +2421,16 @@ class VIEW3D_PT_tools_grease_pencil_paint_appearance(
3140
2421
  """
3141
2422
 
3142
2423
  :return: The RNA type or default when not found.
3143
- :rtype: bpy.types.Struct
3144
2424
  """
3145
2425
 
3146
2426
  def bl_rna_get_subclass_py(self) -> typing.Any:
3147
2427
  """
3148
2428
 
3149
2429
  :return: The class or default when not found.
3150
- :rtype: typing.Any
3151
2430
  """
3152
2431
 
3153
2432
  class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
3154
- bpy.types.Panel,
2433
+ _bpy_types.Panel,
3155
2434
  bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
3156
2435
  View3DPanel,
3157
2436
  ):
@@ -3169,17 +2448,22 @@ class VIEW3D_PT_tools_grease_pencil_sculpt_appearance(
3169
2448
  """
3170
2449
 
3171
2450
  :return: The RNA type or default when not found.
3172
- :rtype: bpy.types.Struct
3173
2451
  """
3174
2452
 
3175
2453
  def bl_rna_get_subclass_py(self) -> typing.Any:
3176
2454
  """
3177
2455
 
3178
2456
  :return: The class or default when not found.
3179
- :rtype: typing.Any
3180
2457
  """
3181
2458
 
3182
- class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(bpy.types.Panel, View3DPanel):
2459
+ @classmethod
2460
+ def poll(cls, context) -> None:
2461
+ """
2462
+
2463
+ :param context:
2464
+ """
2465
+
2466
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(_bpy_types.Panel, View3DPanel):
3183
2467
  bl_category: typing.Any
3184
2468
  bl_context: typing.Any
3185
2469
  bl_label: typing.Any
@@ -3194,36 +2478,34 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stabilizer(bpy.types.Panel, View3DP
3194
2478
  """
3195
2479
 
3196
2480
  :return: The RNA type or default when not found.
3197
- :rtype: bpy.types.Struct
3198
2481
  """
3199
2482
 
3200
2483
  def bl_rna_get_subclass_py(self) -> typing.Any:
3201
2484
  """
3202
2485
 
3203
2486
  :return: The class or default when not found.
3204
- :rtype: typing.Any
3205
2487
  """
3206
2488
 
3207
- def draw(self, context):
2489
+ def draw(self, context) -> None:
3208
2490
  """
3209
2491
 
3210
2492
  :param context:
3211
2493
  """
3212
2494
 
3213
- def draw_header(self, context):
2495
+ def draw_header(self, context) -> None:
3214
2496
  """
3215
2497
 
3216
2498
  :param context:
3217
2499
  """
3218
2500
 
3219
2501
  @classmethod
3220
- def poll(cls, context):
2502
+ def poll(cls, context) -> None:
3221
2503
  """
3222
2504
 
3223
2505
  :param context:
3224
2506
  """
3225
2507
 
3226
- class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(bpy.types.Panel, View3DPanel):
2508
+ class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(_bpy_types.Panel, View3DPanel):
3227
2509
  bl_category: typing.Any
3228
2510
  bl_context: typing.Any
3229
2511
  bl_label: typing.Any
@@ -3239,31 +2521,29 @@ class VIEW3D_PT_tools_grease_pencil_v3_brush_stroke(bpy.types.Panel, View3DPanel
3239
2521
  """
3240
2522
 
3241
2523
  :return: The RNA type or default when not found.
3242
- :rtype: bpy.types.Struct
3243
2524
  """
3244
2525
 
3245
2526
  def bl_rna_get_subclass_py(self) -> typing.Any:
3246
2527
  """
3247
2528
 
3248
2529
  :return: The class or default when not found.
3249
- :rtype: typing.Any
3250
2530
  """
3251
2531
 
3252
- def draw(self, _context):
2532
+ def draw(self, _context) -> None:
3253
2533
  """
3254
2534
 
3255
2535
  :param _context:
3256
2536
  """
3257
2537
 
3258
2538
  @classmethod
3259
- def poll(cls, context):
2539
+ def poll(cls, context) -> None:
3260
2540
  """
3261
2541
 
3262
2542
  :param context:
3263
2543
  """
3264
2544
 
3265
2545
  class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
3266
- bpy.types.Panel,
2546
+ _bpy_types.Panel,
3267
2547
  bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
3268
2548
  View3DPanel,
3269
2549
  ):
@@ -3281,18 +2561,16 @@ class VIEW3D_PT_tools_grease_pencil_vertex_appearance(
3281
2561
  """
3282
2562
 
3283
2563
  :return: The RNA type or default when not found.
3284
- :rtype: bpy.types.Struct
3285
2564
  """
3286
2565
 
3287
2566
  def bl_rna_get_subclass_py(self) -> typing.Any:
3288
2567
  """
3289
2568
 
3290
2569
  :return: The class or default when not found.
3291
- :rtype: typing.Any
3292
2570
  """
3293
2571
 
3294
2572
  class VIEW3D_PT_tools_grease_pencil_weight_appearance(
3295
- bpy.types.Panel,
2573
+ _bpy_types.Panel,
3296
2574
  bl_ui.properties_grease_pencil_common.GreasePencilDisplayPanel,
3297
2575
  View3DPanel,
3298
2576
  ):
@@ -3310,17 +2588,15 @@ class VIEW3D_PT_tools_grease_pencil_weight_appearance(
3310
2588
  """
3311
2589
 
3312
2590
  :return: The RNA type or default when not found.
3313
- :rtype: bpy.types.Struct
3314
2591
  """
3315
2592
 
3316
2593
  def bl_rna_get_subclass_py(self) -> typing.Any:
3317
2594
  """
3318
2595
 
3319
2596
  :return: The class or default when not found.
3320
- :rtype: typing.Any
3321
2597
  """
3322
2598
 
3323
- class VIEW3D_PT_tools_brush_settings(bpy.types.Panel, View3DPaintBrushPanel):
2599
+ class VIEW3D_PT_tools_brush_settings(_bpy_types.Panel, View3DPaintBrushPanel):
3324
2600
  bl_category: typing.Any
3325
2601
  bl_context: typing.Any
3326
2602
  bl_label: typing.Any
@@ -3333,30 +2609,28 @@ class VIEW3D_PT_tools_brush_settings(bpy.types.Panel, View3DPaintBrushPanel):
3333
2609
  """
3334
2610
 
3335
2611
  :return: The RNA type or default when not found.
3336
- :rtype: bpy.types.Struct
3337
2612
  """
3338
2613
 
3339
2614
  def bl_rna_get_subclass_py(self) -> typing.Any:
3340
2615
  """
3341
2616
 
3342
2617
  :return: The class or default when not found.
3343
- :rtype: typing.Any
3344
2618
  """
3345
2619
 
3346
- def draw(self, context):
2620
+ def draw(self, context) -> None:
3347
2621
  """
3348
2622
 
3349
2623
  :param context:
3350
2624
  """
3351
2625
 
3352
2626
  @classmethod
3353
- def poll(cls, context):
2627
+ def poll(cls, context) -> None:
3354
2628
  """
3355
2629
 
3356
2630
  :param context:
3357
2631
  """
3358
2632
 
3359
- class VIEW3D_PT_tools_brush_settings_advanced(bpy.types.Panel, View3DPaintBrushPanel):
2633
+ class VIEW3D_PT_tools_brush_settings_advanced(_bpy_types.Panel, View3DPaintBrushPanel):
3360
2634
  bl_category: typing.Any
3361
2635
  bl_context: typing.Any
3362
2636
  bl_label: typing.Any
@@ -3372,29 +2646,26 @@ class VIEW3D_PT_tools_brush_settings_advanced(bpy.types.Panel, View3DPaintBrushP
3372
2646
  """
3373
2647
 
3374
2648
  :return: The RNA type or default when not found.
3375
- :rtype: bpy.types.Struct
3376
2649
  """
3377
2650
 
3378
2651
  def bl_rna_get_subclass_py(self) -> typing.Any:
3379
2652
  """
3380
2653
 
3381
2654
  :return: The class or default when not found.
3382
- :rtype: typing.Any
3383
2655
  """
3384
2656
 
3385
- def draw(self, context):
2657
+ def draw(self, context) -> None:
3386
2658
  """
3387
2659
 
3388
2660
  :param context:
3389
2661
  """
3390
2662
 
3391
2663
  @classmethod
3392
- def poll(cls, context):
2664
+ def poll(cls, context) -> None:
3393
2665
  """
3394
2666
 
3395
2667
  :param context:
3396
2668
  """
3397
2669
 
3398
- def draw_vpaint_symmetry(layout, vpaint, obj): ...
3399
- def is_not_gpencil_edit_mode(context): ...
3400
- def tool_use_brush(context): ...
2670
+ def draw_vpaint_symmetry(layout, obj) -> None: ...
2671
+ def tool_use_brush(context) -> None: ...