fake-bpy-module 20240516__py3-none-any.whl → 20240518__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.

Potentially problematic release.


This version of fake-bpy-module might be problematic. Click here for more details.

Files changed (549) hide show
  1. _bpy_internal/freedesktop/__init__.pyi +17 -84
  2. addon_utils/__init__.pyi +44 -38
  3. animsys_refactor/__init__.pyi +7 -27
  4. aud/__init__.pyi +8 -11
  5. bgl/__init__.pyi +121 -1812
  6. bl_app_override/__init__.pyi +8 -19
  7. bl_app_override/helpers/__init__.pyi +5 -23
  8. bl_app_template_utils/__init__.pyi +5 -17
  9. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +48 -10
  10. bl_console_utils/autocomplete/complete_import/__init__.pyi +27 -6
  11. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +40 -8
  12. bl_console_utils/autocomplete/intellisense/__init__.pyi +31 -4
  13. bl_i18n_utils/bl_extract_messages/__init__.pyi +16 -67
  14. bl_i18n_utils/merge_po/__init__.pyi +1 -4
  15. bl_i18n_utils/settings/__init__.pyi +6 -24
  16. bl_i18n_utils/utils/__init__.pyi +93 -122
  17. bl_i18n_utils/utils_cli/__init__.pyi +6 -29
  18. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
  19. bl_i18n_utils/utils_rtl/__init__.pyi +8 -2
  20. bl_keymap_utils/io/__init__.pyi +9 -40
  21. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -2
  22. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
  23. bl_keymap_utils/platform_helpers/__init__.pyi +2 -6
  24. bl_keymap_utils/versioning/__init__.pyi +1 -4
  25. bl_operators/__init__.pyi +2 -9
  26. bl_operators/add_mesh_torus/__init__.pyi +128 -59
  27. bl_operators/anim/__init__.pyi +1001 -398
  28. bl_operators/assets/__init__.pyi +376 -152
  29. bl_operators/bmesh/find_adjacent/__init__.pyi +10 -37
  30. bl_operators/clip/__init__.pyi +1264 -532
  31. bl_operators/console/__init__.pyi +626 -242
  32. bl_operators/constraint/__init__.pyi +502 -201
  33. bl_operators/file/__init__.pyi +376 -150
  34. bl_operators/freestyle/__init__.pyi +501 -200
  35. bl_operators/geometry_nodes/__init__.pyi +514 -266
  36. bl_operators/image/__init__.pyi +621 -251
  37. bl_operators/mesh/__init__.pyi +376 -150
  38. bl_operators/node/__init__.pyi +1253 -516
  39. bl_operators/object/__init__.pyi +1879 -755
  40. bl_operators/object_align/__init__.pyi +129 -64
  41. bl_operators/object_quick_effects/__init__.pyi +504 -213
  42. bl_operators/object_randomize_transform/__init__.pyi +129 -54
  43. bl_operators/presets/__init__.pyi +3072 -1403
  44. bl_operators/rigidbody/__init__.pyi +376 -150
  45. bl_operators/screen_play_rendered_anim/__init__.pyi +127 -54
  46. bl_operators/sequencer/__init__.pyi +1010 -434
  47. bl_operators/spreadsheet/__init__.pyi +126 -50
  48. bl_operators/userpref/__init__.pyi +3253 -1267
  49. bl_operators/uvcalc_follow_active/__init__.pyi +128 -59
  50. bl_operators/uvcalc_lightmap/__init__.pyi +139 -80
  51. bl_operators/uvcalc_transform/__init__.pyi +297 -159
  52. bl_operators/vertexpaint_dirt/__init__.pyi +128 -59
  53. bl_operators/view3d/__init__.pyi +868 -342
  54. bl_operators/wm/__init__.pyi +5795 -2388
  55. bl_operators/world/__init__.pyi +126 -50
  56. bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
  57. bl_rna_utils/data_path/__init__.pyi +8 -4
  58. bl_text_utils/external_editor/__init__.pyi +1 -4
  59. bl_ui/__init__.pyi +366 -269
  60. bl_ui/anim/__init__.pyi +164 -74
  61. bl_ui/asset_shelf/__init__.pyi +129 -56
  62. bl_ui/generic_ui_list/__init__.pyi +412 -163
  63. bl_ui/node_add_menu/__init__.pyi +171 -94
  64. bl_ui/node_add_menu_compositor/__init__.pyi +2918 -1353
  65. bl_ui/node_add_menu_geometry/__init__.pyi +7789 -3616
  66. bl_ui/node_add_menu_shader/__init__.pyi +1630 -790
  67. bl_ui/node_add_menu_texture/__init__.pyi +1459 -675
  68. bl_ui/properties_animviz/__init__.pyi +2 -16
  69. bl_ui/properties_collection/__init__.pyi +807 -379
  70. bl_ui/properties_constraint/__init__.pyi +10292 -4941
  71. bl_ui/properties_data_armature/__init__.pyi +1615 -753
  72. bl_ui/properties_data_bone/__init__.pyi +1284 -608
  73. bl_ui/properties_data_camera/__init__.pyi +1854 -927
  74. bl_ui/properties_data_curve/__init__.pyi +1927 -937
  75. bl_ui/properties_data_curves/__init__.pyi +806 -375
  76. bl_ui/properties_data_empty/__init__.pyi +257 -125
  77. bl_ui/properties_data_gpencil/__init__.pyi +2376 -1130
  78. bl_ui/properties_data_grease_pencil/__init__.pyi +1898 -894
  79. bl_ui/properties_data_lattice/__init__.pyi +388 -188
  80. bl_ui/properties_data_light/__init__.pyi +1540 -756
  81. bl_ui/properties_data_lightprobe/__init__.pyi +1666 -810
  82. bl_ui/properties_data_mesh/__init__.pyi +2707 -1235
  83. bl_ui/properties_data_metaball/__init__.pyi +644 -308
  84. bl_ui/properties_data_modifier/__init__.pyi +1353 -671
  85. bl_ui/properties_data_pointcloud/__init__.pyi +679 -316
  86. bl_ui/properties_data_shaderfx/__init__.pyi +129 -67
  87. bl_ui/properties_data_speaker/__init__.pyi +644 -316
  88. bl_ui/properties_data_volume/__init__.pyi +1028 -484
  89. bl_ui/properties_freestyle/__init__.pyi +3112 -1619
  90. bl_ui/properties_grease_pencil_common/__init__.pyi +2454 -1123
  91. bl_ui/properties_mask_common/__init__.pyi +1102 -523
  92. bl_ui/properties_material/__init__.pyi +2089 -1009
  93. bl_ui/properties_material_gpencil/__init__.pyi +1348 -635
  94. bl_ui/properties_object/__init__.pyi +1832 -873
  95. bl_ui/properties_output/__init__.pyi +2405 -1173
  96. bl_ui/properties_paint_common/__init__.pyi +416 -386
  97. bl_ui/properties_particle/__init__.pyi +6740 -3346
  98. bl_ui/properties_physics_cloth/__init__.pyi +1822 -907
  99. bl_ui/properties_physics_common/__init__.pyi +135 -98
  100. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2817 -1391
  101. bl_ui/properties_physics_field/__init__.pyi +1282 -627
  102. bl_ui/properties_physics_fluid/__init__.pyi +3614 -1794
  103. bl_ui/properties_physics_geometry_nodes/__init__.pyi +129 -60
  104. bl_ui/properties_physics_rigidbody/__init__.pyi +1026 -515
  105. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +1665 -811
  106. bl_ui/properties_physics_softbody/__init__.pyi +1922 -967
  107. bl_ui/properties_render/__init__.pyi +6843 -3367
  108. bl_ui/properties_scene/__init__.pyi +1924 -913
  109. bl_ui/properties_texture/__init__.pyi +3371 -1667
  110. bl_ui/properties_view_layer/__init__.pyi +2344 -1107
  111. bl_ui/properties_workspace/__init__.pyi +516 -244
  112. bl_ui/properties_world/__init__.pyi +1284 -630
  113. bl_ui/space_clip/__init__.pyi +10172 -4695
  114. bl_ui/space_console/__init__.pyi +940 -423
  115. bl_ui/space_dopesheet/__init__.pyi +4325 -2013
  116. bl_ui/space_filebrowser/__init__.pyi +4172 -1903
  117. bl_ui/space_graph/__init__.pyi +3107 -1394
  118. bl_ui/space_image/__init__.pyi +9764 -4614
  119. bl_ui/space_info/__init__.pyi +939 -421
  120. bl_ui/space_nla/__init__.pyi +2623 -1183
  121. bl_ui/space_node/__init__.pyi +3995 -1840
  122. bl_ui/space_outliner/__init__.pyi +2203 -991
  123. bl_ui/space_properties/__init__.pyi +386 -165
  124. bl_ui/space_sequencer/__init__.pyi +10809 -4978
  125. bl_ui/space_spreadsheet/__init__.pyi +130 -53
  126. bl_ui/space_statusbar/__init__.pyi +129 -52
  127. bl_ui/space_text/__init__.pyi +2457 -1100
  128. bl_ui/space_time/__init__.pyi +1034 -481
  129. bl_ui/space_toolsystem_common/__init__.pyi +56 -211
  130. bl_ui/space_toolsystem_toolbar/__init__.pyi +153 -882
  131. bl_ui/space_topbar/__init__.pyi +3982 -1805
  132. bl_ui/space_userpref/__init__.pyi +11383 -5290
  133. bl_ui/space_view3d/__init__.pyi +40873 -18532
  134. bl_ui/space_view3d_toolbar/__init__.pyi +12570 -6502
  135. bl_ui/temp_anim_layers/__init__.pyi +130 -62
  136. bl_ui/utils/__init__.pyi +28 -27
  137. bl_ui_utils/bug_report_url/__init__.pyi +1 -4
  138. bl_ui_utils/layout/__init__.pyi +1 -1
  139. blend_render_info/__init__.pyi +3 -10
  140. blf/__init__.pyi +4 -4
  141. bmesh/geometry/__init__.pyi +2 -3
  142. bmesh/ops/__init__.pyi +372 -419
  143. bmesh/types/__init__.pyi +39 -56
  144. bmesh/utils/__init__.pyi +10 -13
  145. bpy/app/__init__.pyi +4 -4
  146. bpy/app/handlers/__init__.pyi +36 -36
  147. bpy/app/icons/__init__.pyi +8 -8
  148. bpy/app/timers/__init__.pyi +10 -10
  149. bpy/app/translations/__init__.pyi +20 -22
  150. bpy/msgbus/__init__.pyi +2 -4
  151. bpy/ops/action/__init__.pyi +316 -394
  152. bpy/ops/anim/__init__.pyi +442 -548
  153. bpy/ops/armature/__init__.pyi +374 -470
  154. bpy/ops/asset/__init__.pyi +152 -184
  155. bpy/ops/bl_pkg/__init__.pyi +221 -272
  156. bpy/ops/boid/__init__.pyi +50 -66
  157. bpy/ops/brush/__init__.pyi +72 -90
  158. bpy/ops/buttons/__init__.pyi +132 -144
  159. bpy/ops/cachefile/__init__.pyi +128 -138
  160. bpy/ops/camera/__init__.pyi +26 -30
  161. bpy/ops/clip/__init__.pyi +777 -964
  162. bpy/ops/cloth/__init__.pyi +12 -14
  163. bpy/ops/collection/__init__.pyi +68 -86
  164. bpy/ops/console/__init__.pyi +158 -200
  165. bpy/ops/constraint/__init__.pyi +178 -214
  166. bpy/ops/curve/__init__.pyi +473 -576
  167. bpy/ops/curves/__init__.pyi +247 -302
  168. bpy/ops/cycles/__init__.pyi +28 -34
  169. bpy/ops/dpaint/__init__.pyi +34 -44
  170. bpy/ops/ed/__init__.pyi +126 -150
  171. bpy/ops/export_anim/__init__.pyi +22 -24
  172. bpy/ops/export_scene/__init__.pyi +302 -336
  173. bpy/ops/file/__init__.pyi +352 -432
  174. bpy/ops/fluid/__init__.pyi +90 -118
  175. bpy/ops/font/__init__.pyi +258 -304
  176. bpy/ops/geometry/__init__.pyi +100 -120
  177. bpy/ops/gizmogroup/__init__.pyi +22 -26
  178. bpy/ops/gpencil/__init__.pyi +1469 -1778
  179. bpy/ops/graph/__init__.pyi +644 -776
  180. bpy/ops/grease_pencil/__init__.pyi +597 -748
  181. bpy/ops/image/__init__.pyi +648 -744
  182. bpy/ops/import_anim/__init__.pyi +30 -32
  183. bpy/ops/import_curve/__init__.pyi +10 -12
  184. bpy/ops/import_scene/__init__.pyi +88 -96
  185. bpy/ops/info/__init__.pyi +60 -74
  186. bpy/ops/lattice/__init__.pyi +64 -80
  187. bpy/ops/marker/__init__.pyi +108 -130
  188. bpy/ops/mask/__init__.pyi +322 -402
  189. bpy/ops/material/__init__.pyi +18 -24
  190. bpy/ops/mball/__init__.pyi +70 -86
  191. bpy/ops/mesh/__init__.pyi +1986 -2322
  192. bpy/ops/nla/__init__.pyi +333 -411
  193. bpy/ops/node/__init__.pyi +886 -1100
  194. bpy/ops/object/__init__.pyi +2585 -3078
  195. bpy/ops/outliner/__init__.pyi +498 -636
  196. bpy/ops/paint/__init__.pyi +565 -680
  197. bpy/ops/paintcurve/__init__.pyi +64 -80
  198. bpy/ops/palette/__init__.pyi +50 -64
  199. bpy/ops/particle/__init__.pyi +267 -340
  200. bpy/ops/pose/__init__.pyi +336 -414
  201. bpy/ops/poselib/__init__.pyi +72 -90
  202. bpy/ops/preferences/__init__.pyi +386 -463
  203. bpy/ops/ptcache/__init__.pyi +46 -60
  204. bpy/ops/render/__init__.pyi +130 -154
  205. bpy/ops/rigidbody/__init__.pyi +102 -128
  206. bpy/ops/scene/__init__.pyi +280 -358
  207. bpy/ops/screen/__init__.pyi +382 -460
  208. bpy/ops/script/__init__.pyi +24 -30
  209. bpy/ops/sculpt/__init__.pyi +458 -532
  210. bpy/ops/sculpt_curves/__init__.pyi +41 -50
  211. bpy/ops/sequencer/__init__.pyi +1066 -1244
  212. bpy/ops/sound/__init__.pyi +216 -230
  213. bpy/ops/spreadsheet/__init__.pyi +30 -38
  214. bpy/ops/surface/__init__.pyi +108 -120
  215. bpy/ops/text/__init__.pyi +390 -476
  216. bpy/ops/text_editor/__init__.pyi +12 -14
  217. bpy/ops/texture/__init__.pyi +26 -34
  218. bpy/ops/transform/__init__.pyi +792 -878
  219. bpy/ops/ui/__init__.pyi +228 -294
  220. bpy/ops/uilist/__init__.pyi +32 -38
  221. bpy/ops/uv/__init__.pyi +602 -704
  222. bpy/ops/view2d/__init__.pyi +156 -184
  223. bpy/ops/view3d/__init__.pyi +582 -718
  224. bpy/ops/wm/__init__.pyi +2683 -2928
  225. bpy/ops/workspace/__init__.pyi +46 -60
  226. bpy/ops/world/__init__.pyi +12 -16
  227. bpy/path/__init__.pyi +179 -75
  228. bpy/props/__init__.pyi +261 -263
  229. bpy/types/__init__.pyi +17058 -26311
  230. bpy/utils/__init__.pyi +247 -179
  231. bpy/utils/previews/__init__.pyi +58 -28
  232. bpy/utils/units/__init__.pyi +20 -20
  233. bpy_extras/anim_utils/__init__.pyi +68 -29
  234. bpy_extras/asset_utils/__init__.pyi +0 -10
  235. bpy_extras/bmesh_utils/__init__.pyi +9 -6
  236. bpy_extras/extensions/junction_module/__init__.pyi +6 -8
  237. bpy_extras/id_map_utils/__init__.pyi +3 -3
  238. bpy_extras/image_utils/__init__.pyi +44 -11
  239. bpy_extras/io_utils/__init__.pyi +116 -41
  240. bpy_extras/keyconfig_utils/__init__.pyi +4 -11
  241. bpy_extras/mesh_utils/__init__.pyi +71 -19
  242. bpy_extras/node_shader_utils/__init__.pyi +52 -288
  243. bpy_extras/node_utils/__init__.pyi +10 -10
  244. bpy_extras/object_utils/__init__.pyi +71 -14
  245. bpy_extras/view3d_utils/__init__.pyi +80 -10
  246. bpy_extras/wm_utils/progress_report/__init__.pyi +15 -38
  247. bpy_restrict_state/__init__.pyi +1 -14
  248. bpy_types/__init__.pyi +4203 -1605
  249. console_python/__init__.pyi +12 -37
  250. console_shell/__init__.pyi +5 -24
  251. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20240518.dist-info/RECORD +353 -0
  253. freestyle/chainingiterators/__init__.pyi +14 -44
  254. freestyle/functions/__init__.pyi +7 -33
  255. freestyle/predicates/__init__.pyi +44 -217
  256. freestyle/shaders/__init__.pyi +2 -12
  257. freestyle/types/__init__.pyi +84 -96
  258. freestyle/utils/ContextFunctions/__init__.pyi +2 -2
  259. freestyle/utils/__init__.pyi +6 -18
  260. gpu/matrix/__init__.pyi +6 -8
  261. gpu/state/__init__.pyi +2 -2
  262. gpu/types/__init__.pyi +12 -12
  263. gpu_extras/presets/__init__.pyi +2 -5
  264. graphviz_export/__init__.pyi +4 -9
  265. idprop/types/__init__.pyi +8 -35
  266. imbuf/__init__.pyi +4 -4
  267. imbuf/types/__init__.pyi +0 -2
  268. keyingsets_builtins/__init__.pyi +2692 -997
  269. keyingsets_utils/__init__.pyi +14 -69
  270. mathutils/__init__.pyi +194 -238
  271. mathutils/bvhtree/__init__.pyi +4 -6
  272. mathutils/geometry/__init__.pyi +153 -155
  273. mathutils/kdtree/__init__.pyi +8 -12
  274. mathutils/noise/__init__.pyi +26 -26
  275. nodeitems_builtins/__init__.pyi +5 -30
  276. nodeitems_utils/__init__.pyi +8 -45
  277. rna_info/__init__.pyi +39 -215
  278. rna_keymap_ui/__init__.pyi +6 -29
  279. rna_prop_ui/__init__.pyi +24 -62
  280. rna_xml/__init__.pyi +16 -39
  281. sys_info/__init__.pyi +1 -4
  282. _bpy_internal/freedesktop/py.typed +0 -0
  283. bl_app_override/helpers/py.typed +0 -0
  284. bl_console_utils/autocomplete/complete_calltip/py.typed +0 -0
  285. bl_console_utils/autocomplete/complete_import/py.typed +0 -0
  286. bl_console_utils/autocomplete/complete_namespace/py.typed +0 -0
  287. bl_console_utils/autocomplete/intellisense/py.typed +0 -0
  288. bl_console_utils/autocomplete/py.typed +0 -0
  289. bl_i18n_utils/bl_extract_messages/py.typed +0 -0
  290. bl_i18n_utils/merge_po/py.typed +0 -0
  291. bl_i18n_utils/settings/py.typed +0 -0
  292. bl_i18n_utils/utils/py.typed +0 -0
  293. bl_i18n_utils/utils_cli/py.typed +0 -0
  294. bl_i18n_utils/utils_languages_menu/py.typed +0 -0
  295. bl_i18n_utils/utils_rtl/py.typed +0 -0
  296. bl_keymap_utils/io/py.typed +0 -0
  297. bl_keymap_utils/keymap_from_toolbar/py.typed +0 -0
  298. bl_keymap_utils/keymap_hierarchy/py.typed +0 -0
  299. bl_keymap_utils/platform_helpers/py.typed +0 -0
  300. bl_keymap_utils/versioning/py.typed +0 -0
  301. bl_operators/add_mesh_torus/py.typed +0 -0
  302. bl_operators/anim/py.typed +0 -0
  303. bl_operators/assets/py.typed +0 -0
  304. bl_operators/bmesh/find_adjacent/py.typed +0 -0
  305. bl_operators/bmesh/py.typed +0 -0
  306. bl_operators/clip/py.typed +0 -0
  307. bl_operators/console/py.typed +0 -0
  308. bl_operators/constraint/py.typed +0 -0
  309. bl_operators/file/py.typed +0 -0
  310. bl_operators/freestyle/py.typed +0 -0
  311. bl_operators/geometry_nodes/py.typed +0 -0
  312. bl_operators/image/py.typed +0 -0
  313. bl_operators/mesh/py.typed +0 -0
  314. bl_operators/node/py.typed +0 -0
  315. bl_operators/object/py.typed +0 -0
  316. bl_operators/object_align/py.typed +0 -0
  317. bl_operators/object_quick_effects/py.typed +0 -0
  318. bl_operators/object_randomize_transform/py.typed +0 -0
  319. bl_operators/presets/py.typed +0 -0
  320. bl_operators/rigidbody/py.typed +0 -0
  321. bl_operators/screen_play_rendered_anim/py.typed +0 -0
  322. bl_operators/sequencer/py.typed +0 -0
  323. bl_operators/spreadsheet/py.typed +0 -0
  324. bl_operators/userpref/py.typed +0 -0
  325. bl_operators/uvcalc_follow_active/py.typed +0 -0
  326. bl_operators/uvcalc_lightmap/py.typed +0 -0
  327. bl_operators/uvcalc_transform/py.typed +0 -0
  328. bl_operators/vertexpaint_dirt/py.typed +0 -0
  329. bl_operators/view3d/py.typed +0 -0
  330. bl_operators/wm/py.typed +0 -0
  331. bl_operators/world/py.typed +0 -0
  332. bl_previews_utils/bl_previews_render/py.typed +0 -0
  333. bl_rna_utils/data_path/py.typed +0 -0
  334. bl_text_utils/external_editor/py.typed +0 -0
  335. bl_ui/anim/py.typed +0 -0
  336. bl_ui/asset_shelf/py.typed +0 -0
  337. bl_ui/generic_ui_list/py.typed +0 -0
  338. bl_ui/node_add_menu/py.typed +0 -0
  339. bl_ui/node_add_menu_compositor/py.typed +0 -0
  340. bl_ui/node_add_menu_geometry/py.typed +0 -0
  341. bl_ui/node_add_menu_shader/py.typed +0 -0
  342. bl_ui/node_add_menu_texture/py.typed +0 -0
  343. bl_ui/properties_animviz/py.typed +0 -0
  344. bl_ui/properties_collection/py.typed +0 -0
  345. bl_ui/properties_constraint/py.typed +0 -0
  346. bl_ui/properties_data_armature/py.typed +0 -0
  347. bl_ui/properties_data_bone/py.typed +0 -0
  348. bl_ui/properties_data_camera/py.typed +0 -0
  349. bl_ui/properties_data_curve/py.typed +0 -0
  350. bl_ui/properties_data_curves/py.typed +0 -0
  351. bl_ui/properties_data_empty/py.typed +0 -0
  352. bl_ui/properties_data_gpencil/py.typed +0 -0
  353. bl_ui/properties_data_grease_pencil/py.typed +0 -0
  354. bl_ui/properties_data_lattice/py.typed +0 -0
  355. bl_ui/properties_data_light/py.typed +0 -0
  356. bl_ui/properties_data_lightprobe/py.typed +0 -0
  357. bl_ui/properties_data_mesh/py.typed +0 -0
  358. bl_ui/properties_data_metaball/py.typed +0 -0
  359. bl_ui/properties_data_modifier/py.typed +0 -0
  360. bl_ui/properties_data_pointcloud/py.typed +0 -0
  361. bl_ui/properties_data_shaderfx/py.typed +0 -0
  362. bl_ui/properties_data_speaker/py.typed +0 -0
  363. bl_ui/properties_data_volume/py.typed +0 -0
  364. bl_ui/properties_freestyle/py.typed +0 -0
  365. bl_ui/properties_grease_pencil_common/py.typed +0 -0
  366. bl_ui/properties_mask_common/py.typed +0 -0
  367. bl_ui/properties_material/py.typed +0 -0
  368. bl_ui/properties_material_gpencil/py.typed +0 -0
  369. bl_ui/properties_object/py.typed +0 -0
  370. bl_ui/properties_output/py.typed +0 -0
  371. bl_ui/properties_paint_common/py.typed +0 -0
  372. bl_ui/properties_particle/py.typed +0 -0
  373. bl_ui/properties_physics_cloth/py.typed +0 -0
  374. bl_ui/properties_physics_common/py.typed +0 -0
  375. bl_ui/properties_physics_dynamicpaint/py.typed +0 -0
  376. bl_ui/properties_physics_field/py.typed +0 -0
  377. bl_ui/properties_physics_fluid/py.typed +0 -0
  378. bl_ui/properties_physics_geometry_nodes/py.typed +0 -0
  379. bl_ui/properties_physics_rigidbody/py.typed +0 -0
  380. bl_ui/properties_physics_rigidbody_constraint/py.typed +0 -0
  381. bl_ui/properties_physics_softbody/py.typed +0 -0
  382. bl_ui/properties_render/py.typed +0 -0
  383. bl_ui/properties_scene/py.typed +0 -0
  384. bl_ui/properties_texture/py.typed +0 -0
  385. bl_ui/properties_view_layer/py.typed +0 -0
  386. bl_ui/properties_workspace/py.typed +0 -0
  387. bl_ui/properties_world/py.typed +0 -0
  388. bl_ui/space_clip/py.typed +0 -0
  389. bl_ui/space_console/py.typed +0 -0
  390. bl_ui/space_dopesheet/py.typed +0 -0
  391. bl_ui/space_filebrowser/py.typed +0 -0
  392. bl_ui/space_graph/py.typed +0 -0
  393. bl_ui/space_image/py.typed +0 -0
  394. bl_ui/space_info/py.typed +0 -0
  395. bl_ui/space_nla/py.typed +0 -0
  396. bl_ui/space_node/py.typed +0 -0
  397. bl_ui/space_outliner/py.typed +0 -0
  398. bl_ui/space_properties/py.typed +0 -0
  399. bl_ui/space_sequencer/py.typed +0 -0
  400. bl_ui/space_spreadsheet/py.typed +0 -0
  401. bl_ui/space_statusbar/py.typed +0 -0
  402. bl_ui/space_text/py.typed +0 -0
  403. bl_ui/space_time/py.typed +0 -0
  404. bl_ui/space_toolsystem_common/py.typed +0 -0
  405. bl_ui/space_toolsystem_toolbar/py.typed +0 -0
  406. bl_ui/space_topbar/py.typed +0 -0
  407. bl_ui/space_userpref/py.typed +0 -0
  408. bl_ui/space_view3d/py.typed +0 -0
  409. bl_ui/space_view3d_toolbar/py.typed +0 -0
  410. bl_ui/temp_anim_layers/py.typed +0 -0
  411. bl_ui/utils/py.typed +0 -0
  412. bl_ui_utils/bug_report_url/py.typed +0 -0
  413. bl_ui_utils/layout/py.typed +0 -0
  414. bmesh/geometry/py.typed +0 -0
  415. bmesh/ops/py.typed +0 -0
  416. bmesh/types/py.typed +0 -0
  417. bmesh/utils/py.typed +0 -0
  418. bpy/app/handlers/py.typed +0 -0
  419. bpy/app/icons/py.typed +0 -0
  420. bpy/app/py.typed +0 -0
  421. bpy/app/timers/py.typed +0 -0
  422. bpy/app/translations/py.typed +0 -0
  423. bpy/msgbus/py.typed +0 -0
  424. bpy/ops/action/py.typed +0 -0
  425. bpy/ops/anim/py.typed +0 -0
  426. bpy/ops/armature/py.typed +0 -0
  427. bpy/ops/asset/py.typed +0 -0
  428. bpy/ops/bl_pkg/py.typed +0 -0
  429. bpy/ops/boid/py.typed +0 -0
  430. bpy/ops/brush/py.typed +0 -0
  431. bpy/ops/buttons/py.typed +0 -0
  432. bpy/ops/cachefile/py.typed +0 -0
  433. bpy/ops/camera/py.typed +0 -0
  434. bpy/ops/clip/py.typed +0 -0
  435. bpy/ops/cloth/py.typed +0 -0
  436. bpy/ops/collection/py.typed +0 -0
  437. bpy/ops/console/py.typed +0 -0
  438. bpy/ops/constraint/py.typed +0 -0
  439. bpy/ops/curve/py.typed +0 -0
  440. bpy/ops/curves/py.typed +0 -0
  441. bpy/ops/cycles/py.typed +0 -0
  442. bpy/ops/dpaint/py.typed +0 -0
  443. bpy/ops/ed/py.typed +0 -0
  444. bpy/ops/export_anim/py.typed +0 -0
  445. bpy/ops/export_scene/py.typed +0 -0
  446. bpy/ops/file/py.typed +0 -0
  447. bpy/ops/fluid/py.typed +0 -0
  448. bpy/ops/font/py.typed +0 -0
  449. bpy/ops/geometry/py.typed +0 -0
  450. bpy/ops/gizmogroup/py.typed +0 -0
  451. bpy/ops/gpencil/py.typed +0 -0
  452. bpy/ops/graph/py.typed +0 -0
  453. bpy/ops/grease_pencil/py.typed +0 -0
  454. bpy/ops/image/py.typed +0 -0
  455. bpy/ops/import_anim/py.typed +0 -0
  456. bpy/ops/import_curve/py.typed +0 -0
  457. bpy/ops/import_scene/py.typed +0 -0
  458. bpy/ops/info/py.typed +0 -0
  459. bpy/ops/lattice/py.typed +0 -0
  460. bpy/ops/marker/py.typed +0 -0
  461. bpy/ops/mask/py.typed +0 -0
  462. bpy/ops/material/py.typed +0 -0
  463. bpy/ops/mball/py.typed +0 -0
  464. bpy/ops/mesh/py.typed +0 -0
  465. bpy/ops/nla/py.typed +0 -0
  466. bpy/ops/node/py.typed +0 -0
  467. bpy/ops/object/py.typed +0 -0
  468. bpy/ops/outliner/py.typed +0 -0
  469. bpy/ops/paint/py.typed +0 -0
  470. bpy/ops/paintcurve/py.typed +0 -0
  471. bpy/ops/palette/py.typed +0 -0
  472. bpy/ops/particle/py.typed +0 -0
  473. bpy/ops/pose/py.typed +0 -0
  474. bpy/ops/poselib/py.typed +0 -0
  475. bpy/ops/preferences/py.typed +0 -0
  476. bpy/ops/ptcache/py.typed +0 -0
  477. bpy/ops/py.typed +0 -0
  478. bpy/ops/render/py.typed +0 -0
  479. bpy/ops/rigidbody/py.typed +0 -0
  480. bpy/ops/scene/py.typed +0 -0
  481. bpy/ops/screen/py.typed +0 -0
  482. bpy/ops/script/py.typed +0 -0
  483. bpy/ops/sculpt/py.typed +0 -0
  484. bpy/ops/sculpt_curves/py.typed +0 -0
  485. bpy/ops/sequencer/py.typed +0 -0
  486. bpy/ops/sound/py.typed +0 -0
  487. bpy/ops/spreadsheet/py.typed +0 -0
  488. bpy/ops/surface/py.typed +0 -0
  489. bpy/ops/text/py.typed +0 -0
  490. bpy/ops/text_editor/py.typed +0 -0
  491. bpy/ops/texture/py.typed +0 -0
  492. bpy/ops/transform/py.typed +0 -0
  493. bpy/ops/ui/py.typed +0 -0
  494. bpy/ops/uilist/py.typed +0 -0
  495. bpy/ops/uv/py.typed +0 -0
  496. bpy/ops/view2d/py.typed +0 -0
  497. bpy/ops/view3d/py.typed +0 -0
  498. bpy/ops/wm/py.typed +0 -0
  499. bpy/ops/workspace/py.typed +0 -0
  500. bpy/ops/world/py.typed +0 -0
  501. bpy/path/py.typed +0 -0
  502. bpy/props/py.typed +0 -0
  503. bpy/types/py.typed +0 -0
  504. bpy/utils/previews/py.typed +0 -0
  505. bpy/utils/py.typed +0 -0
  506. bpy/utils/units/py.typed +0 -0
  507. bpy_extras/anim_utils/py.typed +0 -0
  508. bpy_extras/asset_utils/py.typed +0 -0
  509. bpy_extras/bmesh_utils/py.typed +0 -0
  510. bpy_extras/extensions/junction_module/py.typed +0 -0
  511. bpy_extras/extensions/py.typed +0 -0
  512. bpy_extras/id_map_utils/py.typed +0 -0
  513. bpy_extras/image_utils/py.typed +0 -0
  514. bpy_extras/io_utils/py.typed +0 -0
  515. bpy_extras/keyconfig_utils/py.typed +0 -0
  516. bpy_extras/mesh_utils/py.typed +0 -0
  517. bpy_extras/node_shader_utils/py.typed +0 -0
  518. bpy_extras/node_utils/py.typed +0 -0
  519. bpy_extras/object_utils/py.typed +0 -0
  520. bpy_extras/view3d_utils/py.typed +0 -0
  521. bpy_extras/wm_utils/progress_report/py.typed +0 -0
  522. bpy_extras/wm_utils/py.typed +0 -0
  523. fake_bpy_module-20240516.dist-info/RECORD +0 -618
  524. freestyle/chainingiterators/py.typed +0 -0
  525. freestyle/functions/py.typed +0 -0
  526. freestyle/predicates/py.typed +0 -0
  527. freestyle/shaders/py.typed +0 -0
  528. freestyle/types/py.typed +0 -0
  529. freestyle/utils/ContextFunctions/py.typed +0 -0
  530. freestyle/utils/py.typed +0 -0
  531. gpu/capabilities/py.typed +0 -0
  532. gpu/matrix/py.typed +0 -0
  533. gpu/platform/py.typed +0 -0
  534. gpu/select/py.typed +0 -0
  535. gpu/shader/py.typed +0 -0
  536. gpu/state/py.typed +0 -0
  537. gpu/texture/py.typed +0 -0
  538. gpu/types/py.typed +0 -0
  539. gpu_extras/batch/py.typed +0 -0
  540. gpu_extras/presets/py.typed +0 -0
  541. idprop/types/py.typed +0 -0
  542. imbuf/types/py.typed +0 -0
  543. mathutils/bvhtree/py.typed +0 -0
  544. mathutils/geometry/py.typed +0 -0
  545. mathutils/interpolate/py.typed +0 -0
  546. mathutils/kdtree/py.typed +0 -0
  547. mathutils/noise/py.typed +0 -0
  548. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
  549. {fake_bpy_module-20240516.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
@@ -9,31 +9,14 @@ class IMAGE_PT_tools_active(
9
9
  bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
10
10
  bpy_types._GenericUI,
11
11
  ):
12
- """ """
13
-
14
12
  bl_label: typing.Any
15
- """ """
16
-
17
13
  bl_options: typing.Any
18
- """ """
19
-
20
14
  bl_region_type: typing.Any
21
- """ """
22
-
23
15
  bl_rna: typing.Any
24
- """ """
25
-
26
16
  bl_space_type: typing.Any
27
- """ """
28
-
29
17
  id_data: typing.Any
30
- """ """
31
-
32
18
  keymap_prefix: typing.Any
33
- """ """
34
-
35
19
  tool_fallback_id: typing.Any
36
- """ """
37
20
 
38
21
  def append(self, draw_func):
39
22
  """
@@ -42,18 +25,9 @@ class IMAGE_PT_tools_active(
42
25
  """
43
26
  ...
44
27
 
45
- def as_pointer(self):
46
- """ """
47
- ...
48
-
49
- def bl_rna_get_subclass(self):
50
- """ """
51
- ...
52
-
53
- def bl_rna_get_subclass_py(self):
54
- """ """
55
- ...
56
-
28
+ def as_pointer(self): ...
29
+ def bl_rna_get_subclass(self): ...
30
+ def bl_rna_get_subclass_py(self): ...
57
31
  def draw(self, context):
58
32
  """
59
33
 
@@ -61,7 +35,9 @@ class IMAGE_PT_tools_active(
61
35
  """
62
36
  ...
63
37
 
64
- def draw_active_tool_fallback(self, context, layout, tool, is_horizontal_layout):
38
+ def draw_active_tool_fallback(
39
+ self, context, layout, tool, is_horizontal_layout=False
40
+ ):
65
41
  """
66
42
 
67
43
  :param context:
@@ -71,7 +47,9 @@ class IMAGE_PT_tools_active(
71
47
  """
72
48
  ...
73
49
 
74
- def draw_active_tool_header(self, context, layout, show_tool_icon_always, tool_key):
50
+ def draw_active_tool_header(
51
+ self, context, layout, show_tool_icon_always=False, tool_key=None
52
+ ):
75
53
  """
76
54
 
77
55
  :param context:
@@ -81,7 +59,7 @@ class IMAGE_PT_tools_active(
81
59
  """
82
60
  ...
83
61
 
84
- def draw_cls(self, layout, context, detect_layout, scale_y):
62
+ def draw_cls(self, layout, context, detect_layout=True, scale_y=1.75):
85
63
  """
86
64
 
87
65
  :param layout:
@@ -107,62 +85,20 @@ class IMAGE_PT_tools_active(
107
85
  """
108
86
  ...
109
87
 
110
- def driver_add(self):
111
- """ """
112
- ...
113
-
114
- def driver_remove(self):
115
- """ """
116
- ...
117
-
118
- def get(self):
119
- """ """
120
- ...
121
-
122
- def id_properties_clear(self):
123
- """ """
124
- ...
125
-
126
- def id_properties_ensure(self):
127
- """ """
128
- ...
129
-
130
- def id_properties_ui(self):
131
- """ """
132
- ...
133
-
134
- def is_extended(self):
135
- """ """
136
- ...
137
-
138
- def is_property_hidden(self):
139
- """ """
140
- ...
141
-
142
- def is_property_overridable_library(self):
143
- """ """
144
- ...
145
-
146
- def is_property_readonly(self):
147
- """ """
148
- ...
149
-
150
- def is_property_set(self):
151
- """ """
152
- ...
153
-
154
- def items(self):
155
- """ """
156
- ...
157
-
158
- def keyframe_delete(self):
159
- """ """
160
- ...
161
-
162
- def keyframe_insert(self):
163
- """ """
164
- ...
165
-
88
+ def driver_add(self): ...
89
+ def driver_remove(self): ...
90
+ def get(self): ...
91
+ def id_properties_clear(self): ...
92
+ def id_properties_ensure(self): ...
93
+ def id_properties_ui(self): ...
94
+ def is_extended(self): ...
95
+ def is_property_hidden(self): ...
96
+ def is_property_overridable_library(self): ...
97
+ def is_property_readonly(self): ...
98
+ def is_property_set(self): ...
99
+ def items(self): ...
100
+ def keyframe_delete(self): ...
101
+ def keyframe_insert(self): ...
166
102
  def keymap_ui_hierarchy(self, context_mode):
167
103
  """
168
104
 
@@ -170,22 +106,10 @@ class IMAGE_PT_tools_active(
170
106
  """
171
107
  ...
172
108
 
173
- def keys(self):
174
- """ """
175
- ...
176
-
177
- def path_from_id(self):
178
- """ """
179
- ...
180
-
181
- def path_resolve(self):
182
- """ """
183
- ...
184
-
185
- def pop(self):
186
- """ """
187
- ...
188
-
109
+ def keys(self): ...
110
+ def path_from_id(self): ...
111
+ def path_resolve(self): ...
112
+ def pop(self): ...
189
113
  def prepend(self, draw_func):
190
114
  """
191
115
 
@@ -193,22 +117,10 @@ class IMAGE_PT_tools_active(
193
117
  """
194
118
  ...
195
119
 
196
- def property_overridable_library_set(self):
197
- """ """
198
- ...
199
-
200
- def property_unset(self):
201
- """ """
202
- ...
203
-
204
- def register(self):
205
- """ """
206
- ...
207
-
208
- def register_ensure(self):
209
- """ """
210
- ...
211
-
120
+ def property_overridable_library_set(self): ...
121
+ def property_unset(self): ...
122
+ def register(self): ...
123
+ def register_ensure(self): ...
212
124
  def remove(self, draw_func):
213
125
  """
214
126
 
@@ -223,11 +135,8 @@ class IMAGE_PT_tools_active(
223
135
  """
224
136
  ...
225
137
 
226
- def tools_all(self):
227
- """ """
228
- ...
229
-
230
- def tools_from_context(self, context, mode):
138
+ def tools_all(self): ...
139
+ def tools_from_context(self, context, mode=None):
231
140
  """
232
141
 
233
142
  :param context:
@@ -235,44 +144,22 @@ class IMAGE_PT_tools_active(
235
144
  """
236
145
  ...
237
146
 
238
- def type_recast(self):
239
- """ """
240
- ...
241
-
242
- def values(self):
243
- """ """
244
- ...
147
+ def type_recast(self): ...
148
+ def values(self): ...
245
149
 
246
150
  class NODE_PT_tools_active(
247
151
  bpy_types.Panel,
248
152
  bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
249
153
  bpy_types._GenericUI,
250
154
  ):
251
- """ """
252
-
253
155
  bl_label: typing.Any
254
- """ """
255
-
256
156
  bl_options: typing.Any
257
- """ """
258
-
259
157
  bl_region_type: typing.Any
260
- """ """
261
-
262
158
  bl_rna: typing.Any
263
- """ """
264
-
265
159
  bl_space_type: typing.Any
266
- """ """
267
-
268
160
  id_data: typing.Any
269
- """ """
270
-
271
161
  keymap_prefix: typing.Any
272
- """ """
273
-
274
162
  tool_fallback_id: typing.Any
275
- """ """
276
163
 
277
164
  def append(self, draw_func):
278
165
  """
@@ -281,18 +168,9 @@ class NODE_PT_tools_active(
281
168
  """
282
169
  ...
283
170
 
284
- def as_pointer(self):
285
- """ """
286
- ...
287
-
288
- def bl_rna_get_subclass(self):
289
- """ """
290
- ...
291
-
292
- def bl_rna_get_subclass_py(self):
293
- """ """
294
- ...
295
-
171
+ def as_pointer(self): ...
172
+ def bl_rna_get_subclass(self): ...
173
+ def bl_rna_get_subclass_py(self): ...
296
174
  def draw(self, context):
297
175
  """
298
176
 
@@ -300,7 +178,9 @@ class NODE_PT_tools_active(
300
178
  """
301
179
  ...
302
180
 
303
- def draw_active_tool_fallback(self, context, layout, tool, is_horizontal_layout):
181
+ def draw_active_tool_fallback(
182
+ self, context, layout, tool, is_horizontal_layout=False
183
+ ):
304
184
  """
305
185
 
306
186
  :param context:
@@ -310,7 +190,9 @@ class NODE_PT_tools_active(
310
190
  """
311
191
  ...
312
192
 
313
- def draw_active_tool_header(self, context, layout, show_tool_icon_always, tool_key):
193
+ def draw_active_tool_header(
194
+ self, context, layout, show_tool_icon_always=False, tool_key=None
195
+ ):
314
196
  """
315
197
 
316
198
  :param context:
@@ -320,7 +202,7 @@ class NODE_PT_tools_active(
320
202
  """
321
203
  ...
322
204
 
323
- def draw_cls(self, layout, context, detect_layout, scale_y):
205
+ def draw_cls(self, layout, context, detect_layout=True, scale_y=1.75):
324
206
  """
325
207
 
326
208
  :param layout:
@@ -346,62 +228,20 @@ class NODE_PT_tools_active(
346
228
  """
347
229
  ...
348
230
 
349
- def driver_add(self):
350
- """ """
351
- ...
352
-
353
- def driver_remove(self):
354
- """ """
355
- ...
356
-
357
- def get(self):
358
- """ """
359
- ...
360
-
361
- def id_properties_clear(self):
362
- """ """
363
- ...
364
-
365
- def id_properties_ensure(self):
366
- """ """
367
- ...
368
-
369
- def id_properties_ui(self):
370
- """ """
371
- ...
372
-
373
- def is_extended(self):
374
- """ """
375
- ...
376
-
377
- def is_property_hidden(self):
378
- """ """
379
- ...
380
-
381
- def is_property_overridable_library(self):
382
- """ """
383
- ...
384
-
385
- def is_property_readonly(self):
386
- """ """
387
- ...
388
-
389
- def is_property_set(self):
390
- """ """
391
- ...
392
-
393
- def items(self):
394
- """ """
395
- ...
396
-
397
- def keyframe_delete(self):
398
- """ """
399
- ...
400
-
401
- def keyframe_insert(self):
402
- """ """
403
- ...
404
-
231
+ def driver_add(self): ...
232
+ def driver_remove(self): ...
233
+ def get(self): ...
234
+ def id_properties_clear(self): ...
235
+ def id_properties_ensure(self): ...
236
+ def id_properties_ui(self): ...
237
+ def is_extended(self): ...
238
+ def is_property_hidden(self): ...
239
+ def is_property_overridable_library(self): ...
240
+ def is_property_readonly(self): ...
241
+ def is_property_set(self): ...
242
+ def items(self): ...
243
+ def keyframe_delete(self): ...
244
+ def keyframe_insert(self): ...
405
245
  def keymap_ui_hierarchy(self, context_mode):
406
246
  """
407
247
 
@@ -409,22 +249,10 @@ class NODE_PT_tools_active(
409
249
  """
410
250
  ...
411
251
 
412
- def keys(self):
413
- """ """
414
- ...
415
-
416
- def path_from_id(self):
417
- """ """
418
- ...
419
-
420
- def path_resolve(self):
421
- """ """
422
- ...
423
-
424
- def pop(self):
425
- """ """
426
- ...
427
-
252
+ def keys(self): ...
253
+ def path_from_id(self): ...
254
+ def path_resolve(self): ...
255
+ def pop(self): ...
428
256
  def prepend(self, draw_func):
429
257
  """
430
258
 
@@ -432,22 +260,10 @@ class NODE_PT_tools_active(
432
260
  """
433
261
  ...
434
262
 
435
- def property_overridable_library_set(self):
436
- """ """
437
- ...
438
-
439
- def property_unset(self):
440
- """ """
441
- ...
442
-
443
- def register(self):
444
- """ """
445
- ...
446
-
447
- def register_ensure(self):
448
- """ """
449
- ...
450
-
263
+ def property_overridable_library_set(self): ...
264
+ def property_unset(self): ...
265
+ def register(self): ...
266
+ def register_ensure(self): ...
451
267
  def remove(self, draw_func):
452
268
  """
453
269
 
@@ -462,11 +278,8 @@ class NODE_PT_tools_active(
462
278
  """
463
279
  ...
464
280
 
465
- def tools_all(self):
466
- """ """
467
- ...
468
-
469
- def tools_from_context(self, context, mode):
281
+ def tools_all(self): ...
282
+ def tools_from_context(self, context, mode=None):
470
283
  """
471
284
 
472
285
  :param context:
@@ -474,44 +287,22 @@ class NODE_PT_tools_active(
474
287
  """
475
288
  ...
476
289
 
477
- def type_recast(self):
478
- """ """
479
- ...
480
-
481
- def values(self):
482
- """ """
483
- ...
290
+ def type_recast(self): ...
291
+ def values(self): ...
484
292
 
485
293
  class SEQUENCER_PT_tools_active(
486
294
  bpy_types.Panel,
487
295
  bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
488
296
  bpy_types._GenericUI,
489
297
  ):
490
- """ """
491
-
492
298
  bl_label: typing.Any
493
- """ """
494
-
495
299
  bl_options: typing.Any
496
- """ """
497
-
498
300
  bl_region_type: typing.Any
499
- """ """
500
-
501
301
  bl_rna: typing.Any
502
- """ """
503
-
504
302
  bl_space_type: typing.Any
505
- """ """
506
-
507
303
  id_data: typing.Any
508
- """ """
509
-
510
304
  keymap_prefix: typing.Any
511
- """ """
512
-
513
305
  tool_fallback_id: typing.Any
514
- """ """
515
306
 
516
307
  def append(self, draw_func):
517
308
  """
@@ -520,18 +311,9 @@ class SEQUENCER_PT_tools_active(
520
311
  """
521
312
  ...
522
313
 
523
- def as_pointer(self):
524
- """ """
525
- ...
526
-
527
- def bl_rna_get_subclass(self):
528
- """ """
529
- ...
530
-
531
- def bl_rna_get_subclass_py(self):
532
- """ """
533
- ...
534
-
314
+ def as_pointer(self): ...
315
+ def bl_rna_get_subclass(self): ...
316
+ def bl_rna_get_subclass_py(self): ...
535
317
  def draw(self, context):
536
318
  """
537
319
 
@@ -539,7 +321,9 @@ class SEQUENCER_PT_tools_active(
539
321
  """
540
322
  ...
541
323
 
542
- def draw_active_tool_fallback(self, context, layout, tool, is_horizontal_layout):
324
+ def draw_active_tool_fallback(
325
+ self, context, layout, tool, is_horizontal_layout=False
326
+ ):
543
327
  """
544
328
 
545
329
  :param context:
@@ -549,7 +333,9 @@ class SEQUENCER_PT_tools_active(
549
333
  """
550
334
  ...
551
335
 
552
- def draw_active_tool_header(self, context, layout, show_tool_icon_always, tool_key):
336
+ def draw_active_tool_header(
337
+ self, context, layout, show_tool_icon_always=False, tool_key=None
338
+ ):
553
339
  """
554
340
 
555
341
  :param context:
@@ -559,7 +345,7 @@ class SEQUENCER_PT_tools_active(
559
345
  """
560
346
  ...
561
347
 
562
- def draw_cls(self, layout, context, detect_layout, scale_y):
348
+ def draw_cls(self, layout, context, detect_layout=True, scale_y=1.75):
563
349
  """
564
350
 
565
351
  :param layout:
@@ -585,62 +371,20 @@ class SEQUENCER_PT_tools_active(
585
371
  """
586
372
  ...
587
373
 
588
- def driver_add(self):
589
- """ """
590
- ...
591
-
592
- def driver_remove(self):
593
- """ """
594
- ...
595
-
596
- def get(self):
597
- """ """
598
- ...
599
-
600
- def id_properties_clear(self):
601
- """ """
602
- ...
603
-
604
- def id_properties_ensure(self):
605
- """ """
606
- ...
607
-
608
- def id_properties_ui(self):
609
- """ """
610
- ...
611
-
612
- def is_extended(self):
613
- """ """
614
- ...
615
-
616
- def is_property_hidden(self):
617
- """ """
618
- ...
619
-
620
- def is_property_overridable_library(self):
621
- """ """
622
- ...
623
-
624
- def is_property_readonly(self):
625
- """ """
626
- ...
627
-
628
- def is_property_set(self):
629
- """ """
630
- ...
631
-
632
- def items(self):
633
- """ """
634
- ...
635
-
636
- def keyframe_delete(self):
637
- """ """
638
- ...
639
-
640
- def keyframe_insert(self):
641
- """ """
642
- ...
643
-
374
+ def driver_add(self): ...
375
+ def driver_remove(self): ...
376
+ def get(self): ...
377
+ def id_properties_clear(self): ...
378
+ def id_properties_ensure(self): ...
379
+ def id_properties_ui(self): ...
380
+ def is_extended(self): ...
381
+ def is_property_hidden(self): ...
382
+ def is_property_overridable_library(self): ...
383
+ def is_property_readonly(self): ...
384
+ def is_property_set(self): ...
385
+ def items(self): ...
386
+ def keyframe_delete(self): ...
387
+ def keyframe_insert(self): ...
644
388
  def keymap_ui_hierarchy(self, context_mode):
645
389
  """
646
390
 
@@ -648,22 +392,10 @@ class SEQUENCER_PT_tools_active(
648
392
  """
649
393
  ...
650
394
 
651
- def keys(self):
652
- """ """
653
- ...
654
-
655
- def path_from_id(self):
656
- """ """
657
- ...
658
-
659
- def path_resolve(self):
660
- """ """
661
- ...
662
-
663
- def pop(self):
664
- """ """
665
- ...
666
-
395
+ def keys(self): ...
396
+ def path_from_id(self): ...
397
+ def path_resolve(self): ...
398
+ def pop(self): ...
667
399
  def prepend(self, draw_func):
668
400
  """
669
401
 
@@ -671,22 +403,10 @@ class SEQUENCER_PT_tools_active(
671
403
  """
672
404
  ...
673
405
 
674
- def property_overridable_library_set(self):
675
- """ """
676
- ...
677
-
678
- def property_unset(self):
679
- """ """
680
- ...
681
-
682
- def register(self):
683
- """ """
684
- ...
685
-
686
- def register_ensure(self):
687
- """ """
688
- ...
689
-
406
+ def property_overridable_library_set(self): ...
407
+ def property_unset(self): ...
408
+ def register(self): ...
409
+ def register_ensure(self): ...
690
410
  def remove(self, draw_func):
691
411
  """
692
412
 
@@ -701,11 +421,8 @@ class SEQUENCER_PT_tools_active(
701
421
  """
702
422
  ...
703
423
 
704
- def tools_all(self):
705
- """ """
706
- ...
707
-
708
- def tools_from_context(self, context, mode):
424
+ def tools_all(self): ...
425
+ def tools_from_context(self, context, mode=None):
709
426
  """
710
427
 
711
428
  :param context:
@@ -713,44 +430,22 @@ class SEQUENCER_PT_tools_active(
713
430
  """
714
431
  ...
715
432
 
716
- def type_recast(self):
717
- """ """
718
- ...
719
-
720
- def values(self):
721
- """ """
722
- ...
433
+ def type_recast(self): ...
434
+ def values(self): ...
723
435
 
724
436
  class VIEW3D_PT_tools_active(
725
437
  bpy_types.Panel,
726
438
  bl_ui.space_toolsystem_common.ToolSelectPanelHelper,
727
439
  bpy_types._GenericUI,
728
440
  ):
729
- """ """
730
-
731
441
  bl_label: typing.Any
732
- """ """
733
-
734
442
  bl_options: typing.Any
735
- """ """
736
-
737
443
  bl_region_type: typing.Any
738
- """ """
739
-
740
444
  bl_rna: typing.Any
741
- """ """
742
-
743
445
  bl_space_type: typing.Any
744
- """ """
745
-
746
446
  id_data: typing.Any
747
- """ """
748
-
749
447
  keymap_prefix: typing.Any
750
- """ """
751
-
752
448
  tool_fallback_id: typing.Any
753
- """ """
754
449
 
755
450
  def append(self, draw_func):
756
451
  """
@@ -759,18 +454,9 @@ class VIEW3D_PT_tools_active(
759
454
  """
760
455
  ...
761
456
 
762
- def as_pointer(self):
763
- """ """
764
- ...
765
-
766
- def bl_rna_get_subclass(self):
767
- """ """
768
- ...
769
-
770
- def bl_rna_get_subclass_py(self):
771
- """ """
772
- ...
773
-
457
+ def as_pointer(self): ...
458
+ def bl_rna_get_subclass(self): ...
459
+ def bl_rna_get_subclass_py(self): ...
774
460
  def draw(self, context):
775
461
  """
776
462
 
@@ -778,7 +464,9 @@ class VIEW3D_PT_tools_active(
778
464
  """
779
465
  ...
780
466
 
781
- def draw_active_tool_fallback(self, context, layout, tool, is_horizontal_layout):
467
+ def draw_active_tool_fallback(
468
+ self, context, layout, tool, is_horizontal_layout=False
469
+ ):
782
470
  """
783
471
 
784
472
  :param context:
@@ -788,7 +476,9 @@ class VIEW3D_PT_tools_active(
788
476
  """
789
477
  ...
790
478
 
791
- def draw_active_tool_header(self, context, layout, show_tool_icon_always, tool_key):
479
+ def draw_active_tool_header(
480
+ self, context, layout, show_tool_icon_always=False, tool_key=None
481
+ ):
792
482
  """
793
483
 
794
484
  :param context:
@@ -798,7 +488,7 @@ class VIEW3D_PT_tools_active(
798
488
  """
799
489
  ...
800
490
 
801
- def draw_cls(self, layout, context, detect_layout, scale_y):
491
+ def draw_cls(self, layout, context, detect_layout=True, scale_y=1.75):
802
492
  """
803
493
 
804
494
  :param layout:
@@ -824,62 +514,20 @@ class VIEW3D_PT_tools_active(
824
514
  """
825
515
  ...
826
516
 
827
- def driver_add(self):
828
- """ """
829
- ...
830
-
831
- def driver_remove(self):
832
- """ """
833
- ...
834
-
835
- def get(self):
836
- """ """
837
- ...
838
-
839
- def id_properties_clear(self):
840
- """ """
841
- ...
842
-
843
- def id_properties_ensure(self):
844
- """ """
845
- ...
846
-
847
- def id_properties_ui(self):
848
- """ """
849
- ...
850
-
851
- def is_extended(self):
852
- """ """
853
- ...
854
-
855
- def is_property_hidden(self):
856
- """ """
857
- ...
858
-
859
- def is_property_overridable_library(self):
860
- """ """
861
- ...
862
-
863
- def is_property_readonly(self):
864
- """ """
865
- ...
866
-
867
- def is_property_set(self):
868
- """ """
869
- ...
870
-
871
- def items(self):
872
- """ """
873
- ...
874
-
875
- def keyframe_delete(self):
876
- """ """
877
- ...
878
-
879
- def keyframe_insert(self):
880
- """ """
881
- ...
882
-
517
+ def driver_add(self): ...
518
+ def driver_remove(self): ...
519
+ def get(self): ...
520
+ def id_properties_clear(self): ...
521
+ def id_properties_ensure(self): ...
522
+ def id_properties_ui(self): ...
523
+ def is_extended(self): ...
524
+ def is_property_hidden(self): ...
525
+ def is_property_overridable_library(self): ...
526
+ def is_property_readonly(self): ...
527
+ def is_property_set(self): ...
528
+ def items(self): ...
529
+ def keyframe_delete(self): ...
530
+ def keyframe_insert(self): ...
883
531
  def keymap_ui_hierarchy(self, context_mode):
884
532
  """
885
533
 
@@ -887,22 +535,10 @@ class VIEW3D_PT_tools_active(
887
535
  """
888
536
  ...
889
537
 
890
- def keys(self):
891
- """ """
892
- ...
893
-
894
- def path_from_id(self):
895
- """ """
896
- ...
897
-
898
- def path_resolve(self):
899
- """ """
900
- ...
901
-
902
- def pop(self):
903
- """ """
904
- ...
905
-
538
+ def keys(self): ...
539
+ def path_from_id(self): ...
540
+ def path_resolve(self): ...
541
+ def pop(self): ...
906
542
  def prepend(self, draw_func):
907
543
  """
908
544
 
@@ -910,22 +546,10 @@ class VIEW3D_PT_tools_active(
910
546
  """
911
547
  ...
912
548
 
913
- def property_overridable_library_set(self):
914
- """ """
915
- ...
916
-
917
- def property_unset(self):
918
- """ """
919
- ...
920
-
921
- def register(self):
922
- """ """
923
- ...
924
-
925
- def register_ensure(self):
926
- """ """
927
- ...
928
-
549
+ def property_overridable_library_set(self): ...
550
+ def property_unset(self): ...
551
+ def register(self): ...
552
+ def register_ensure(self): ...
929
553
  def remove(self, draw_func):
930
554
  """
931
555
 
@@ -940,11 +564,8 @@ class VIEW3D_PT_tools_active(
940
564
  """
941
565
  ...
942
566
 
943
- def tools_all(self):
944
- """ """
945
- ...
946
-
947
- def tools_from_context(self, context, mode):
567
+ def tools_all(self): ...
568
+ def tools_from_context(self, context, mode=None):
948
569
  """
949
570
 
950
571
  :param context:
@@ -952,28 +573,14 @@ class VIEW3D_PT_tools_active(
952
573
  """
953
574
  ...
954
575
 
955
- def type_recast(self):
956
- """ """
957
- ...
958
-
959
- def values(self):
960
- """ """
961
- ...
576
+ def type_recast(self): ...
577
+ def values(self): ...
962
578
 
963
579
  class _defs_annotate:
964
- """ """
965
-
966
580
  eraser: typing.Any
967
- """ """
968
-
969
581
  line: typing.Any
970
- """ """
971
-
972
582
  poly: typing.Any
973
- """ """
974
-
975
583
  scribble: typing.Any
976
- """ """
977
584
 
978
585
  def draw_settings_common(self, context, layout, tool):
979
586
  """
@@ -985,8 +592,6 @@ class _defs_annotate:
985
592
  ...
986
593
 
987
594
  class _defs_curves_sculpt:
988
- """ """
989
-
990
595
  def generate_from_brushes(self, context):
991
596
  """
992
597
 
@@ -995,163 +600,63 @@ class _defs_curves_sculpt:
995
600
  ...
996
601
 
997
602
  class _defs_edit_armature:
998
- """ """
999
-
1000
603
  bone_envelope: typing.Any
1001
- """ """
1002
-
1003
604
  bone_size: typing.Any
1004
- """ """
1005
-
1006
605
  extrude: typing.Any
1007
- """ """
1008
-
1009
606
  extrude_cursor: typing.Any
1010
- """ """
1011
-
1012
607
  roll: typing.Any
1013
- """ """
1014
608
 
1015
609
  class _defs_edit_curve:
1016
- """ """
1017
-
1018
610
  curve_radius: typing.Any
1019
- """ """
1020
-
1021
611
  curve_vertex_randomize: typing.Any
1022
- """ """
1023
-
1024
612
  draw: typing.Any
1025
- """ """
1026
-
1027
613
  extrude: typing.Any
1028
- """ """
1029
-
1030
614
  extrude_cursor: typing.Any
1031
- """ """
1032
-
1033
615
  pen: typing.Any
1034
- """ """
1035
-
1036
616
  tilt: typing.Any
1037
- """ """
1038
617
 
1039
618
  class _defs_edit_curves:
1040
- """ """
1041
-
1042
619
  draw: typing.Any
1043
- """ """
1044
620
 
1045
621
  class _defs_edit_mesh:
1046
- """ """
1047
-
1048
622
  bevel: typing.Any
1049
- """ """
1050
-
1051
623
  bisect: typing.Any
1052
- """ """
1053
-
1054
624
  edge_slide: typing.Any
1055
- """ """
1056
-
1057
625
  extrude: typing.Any
1058
- """ """
1059
-
1060
626
  extrude_cursor: typing.Any
1061
- """ """
1062
-
1063
627
  extrude_individual: typing.Any
1064
- """ """
1065
-
1066
628
  extrude_manifold: typing.Any
1067
- """ """
1068
-
1069
629
  extrude_normals: typing.Any
1070
- """ """
1071
-
1072
630
  inset: typing.Any
1073
- """ """
1074
-
1075
631
  knife: typing.Any
1076
- """ """
1077
-
1078
632
  loopcut_slide: typing.Any
1079
- """ """
1080
-
1081
633
  offset_edge_loops_slide: typing.Any
1082
- """ """
1083
-
1084
634
  poly_build: typing.Any
1085
- """ """
1086
-
1087
635
  push_pull: typing.Any
1088
- """ """
1089
-
1090
636
  rip_edge: typing.Any
1091
- """ """
1092
-
1093
637
  rip_region: typing.Any
1094
- """ """
1095
-
1096
638
  shrink_fatten: typing.Any
1097
- """ """
1098
-
1099
639
  spin: typing.Any
1100
- """ """
1101
-
1102
640
  tosphere: typing.Any
1103
- """ """
1104
-
1105
641
  vert_slide: typing.Any
1106
- """ """
1107
-
1108
642
  vertex_randomize: typing.Any
1109
- """ """
1110
-
1111
643
  vertex_smooth: typing.Any
1112
- """ """
1113
644
 
1114
645
  class _defs_edit_text:
1115
- """ """
1116
-
1117
646
  select_text: typing.Any
1118
- """ """
1119
647
 
1120
648
  class _defs_gpencil_edit:
1121
- """ """
1122
-
1123
649
  bend: typing.Any
1124
- """ """
1125
-
1126
650
  box_select: typing.Any
1127
- """ """
1128
-
1129
651
  circle_select: typing.Any
1130
- """ """
1131
-
1132
652
  extrude: typing.Any
1133
- """ """
1134
-
1135
653
  interpolate: typing.Any
1136
- """ """
1137
-
1138
654
  lasso_select: typing.Any
1139
- """ """
1140
-
1141
655
  radius: typing.Any
1142
- """ """
1143
-
1144
656
  select: typing.Any
1145
- """ """
1146
-
1147
657
  shear: typing.Any
1148
- """ """
1149
-
1150
658
  tosphere: typing.Any
1151
- """ """
1152
-
1153
659
  transform_fill: typing.Any
1154
- """ """
1155
660
 
1156
661
  def is_segment(self, context):
1157
662
  """
@@ -1161,34 +666,15 @@ class _defs_gpencil_edit:
1161
666
  ...
1162
667
 
1163
668
  class _defs_gpencil_paint:
1164
- """ """
1165
-
1166
669
  arc: typing.Any
1167
- """ """
1168
-
1169
670
  box: typing.Any
1170
- """ """
1171
-
1172
671
  circle: typing.Any
1173
- """ """
1174
-
1175
672
  curve: typing.Any
1176
- """ """
1177
-
1178
673
  cutter: typing.Any
1179
- """ """
1180
-
1181
674
  eyedropper: typing.Any
1182
- """ """
1183
-
1184
675
  interpolate: typing.Any
1185
- """ """
1186
-
1187
676
  line: typing.Any
1188
- """ """
1189
-
1190
677
  polyline: typing.Any
1191
- """ """
1192
678
 
1193
679
  def generate_from_brushes(self, context):
1194
680
  """
@@ -1208,8 +694,6 @@ class _defs_gpencil_paint:
1208
694
  ...
1209
695
 
1210
696
  class _defs_gpencil_sculpt:
1211
- """ """
1212
-
1213
697
  def generate_from_brushes(self, context):
1214
698
  """
1215
699
 
@@ -1225,8 +709,6 @@ class _defs_gpencil_sculpt:
1225
709
  ...
1226
710
 
1227
711
  class _defs_gpencil_vertex:
1228
- """ """
1229
-
1230
712
  def generate_from_brushes(self, context):
1231
713
  """
1232
714
 
@@ -1242,8 +724,6 @@ class _defs_gpencil_vertex:
1242
724
  ...
1243
725
 
1244
726
  class _defs_gpencil_weight:
1245
- """ """
1246
-
1247
727
  def generate_from_brushes(self, context):
1248
728
  """
1249
729
 
@@ -1252,40 +732,17 @@ class _defs_gpencil_weight:
1252
732
  ...
1253
733
 
1254
734
  class _defs_grease_pencil_paint:
1255
- """ """
1256
-
1257
735
  arc: typing.Any
1258
- """ """
1259
-
1260
736
  box: typing.Any
1261
- """ """
1262
-
1263
737
  circle: typing.Any
1264
- """ """
1265
-
1266
738
  curve: typing.Any
1267
- """ """
1268
-
1269
739
  cutter: typing.Any
1270
- """ """
1271
-
1272
740
  draw: typing.Any
1273
- """ """
1274
-
1275
741
  erase: typing.Any
1276
- """ """
1277
-
1278
742
  fill: typing.Any
1279
- """ """
1280
-
1281
743
  line: typing.Any
1282
- """ """
1283
-
1284
744
  polyline: typing.Any
1285
- """ """
1286
-
1287
745
  tint: typing.Any
1288
- """ """
1289
746
 
1290
747
  def grease_pencil_primitive_toolbar(self, context, layout, _tool, props):
1291
748
  """
@@ -1298,8 +755,6 @@ class _defs_grease_pencil_paint:
1298
755
  ...
1299
756
 
1300
757
  class _defs_grease_pencil_sculpt:
1301
- """ """
1302
-
1303
758
  def generate_from_brushes(self, context):
1304
759
  """
1305
760
 
@@ -1315,8 +770,6 @@ class _defs_grease_pencil_sculpt:
1315
770
  ...
1316
771
 
1317
772
  class _defs_grease_pencil_weight:
1318
- """ """
1319
-
1320
773
  def generate_from_brushes(self, context):
1321
774
  """
1322
775
 
@@ -1325,13 +778,8 @@ class _defs_grease_pencil_weight:
1325
778
  ...
1326
779
 
1327
780
  class _defs_image_generic:
1328
- """ """
1329
-
1330
781
  cursor: typing.Any
1331
- """ """
1332
-
1333
782
  sample: typing.Any
1334
- """ """
1335
783
 
1336
784
  def poll_uvedit(self, context):
1337
785
  """
@@ -1341,77 +789,35 @@ class _defs_image_generic:
1341
789
  ...
1342
790
 
1343
791
  class _defs_image_uv_edit:
1344
- """ """
1345
-
1346
792
  rip_region: typing.Any
1347
- """ """
1348
793
 
1349
794
  class _defs_image_uv_sculpt:
1350
- """ """
1351
-
1352
795
  grab: typing.Any
1353
- """ """
1354
-
1355
796
  pinch: typing.Any
1356
- """ """
1357
-
1358
797
  relax: typing.Any
1359
- """ """
1360
798
 
1361
799
  class _defs_image_uv_select:
1362
- """ """
1363
-
1364
800
  box: typing.Any
1365
- """ """
1366
-
1367
801
  circle: typing.Any
1368
- """ """
1369
-
1370
802
  lasso: typing.Any
1371
- """ """
1372
-
1373
803
  select: typing.Any
1374
- """ """
1375
804
 
1376
805
  class _defs_image_uv_transform:
1377
- """ """
1378
-
1379
806
  rotate: typing.Any
1380
- """ """
1381
-
1382
807
  scale: typing.Any
1383
- """ """
1384
-
1385
808
  transform: typing.Any
1386
- """ """
1387
-
1388
809
  translate: typing.Any
1389
- """ """
1390
810
 
1391
811
  class _defs_node_edit:
1392
- """ """
1393
-
1394
812
  links_cut: typing.Any
1395
- """ """
1396
813
 
1397
814
  class _defs_node_select:
1398
- """ """
1399
-
1400
815
  box: typing.Any
1401
- """ """
1402
-
1403
816
  circle: typing.Any
1404
- """ """
1405
-
1406
817
  lasso: typing.Any
1407
- """ """
1408
-
1409
818
  select: typing.Any
1410
- """ """
1411
819
 
1412
820
  class _defs_particle:
1413
- """ """
1414
-
1415
821
  def generate_from_brushes(self, context):
1416
822
  """
1417
823
 
@@ -1420,73 +826,29 @@ class _defs_particle:
1420
826
  ...
1421
827
 
1422
828
  class _defs_pose:
1423
- """ """
1424
-
1425
829
  breakdown: typing.Any
1426
- """ """
1427
-
1428
830
  push: typing.Any
1429
- """ """
1430
-
1431
831
  relax: typing.Any
1432
- """ """
1433
832
 
1434
833
  class _defs_sculpt:
1435
- """ """
1436
-
1437
834
  cloth_filter: typing.Any
1438
- """ """
1439
-
1440
835
  color_filter: typing.Any
1441
- """ """
1442
-
1443
836
  face_set_box: typing.Any
1444
- """ """
1445
-
1446
837
  face_set_edit: typing.Any
1447
- """ """
1448
-
1449
838
  face_set_lasso: typing.Any
1450
- """ """
1451
-
1452
839
  hide_border: typing.Any
1453
- """ """
1454
-
1455
840
  hide_lasso: typing.Any
1456
- """ """
1457
-
1458
841
  hide_line: typing.Any
1459
- """ """
1460
-
1461
842
  hide_polyline: typing.Any
1462
- """ """
1463
-
1464
843
  mask_border: typing.Any
1465
- """ """
1466
-
1467
844
  mask_by_color: typing.Any
1468
- """ """
1469
-
1470
845
  mask_lasso: typing.Any
1471
- """ """
1472
-
1473
846
  mask_line: typing.Any
1474
- """ """
1475
-
1476
847
  mesh_filter: typing.Any
1477
- """ """
1478
-
1479
848
  project_line: typing.Any
1480
- """ """
1481
-
1482
849
  trim_box: typing.Any
1483
- """ """
1484
-
1485
850
  trim_lasso: typing.Any
1486
- """ """
1487
-
1488
851
  trim_line: typing.Any
1489
- """ """
1490
852
 
1491
853
  def generate_from_brushes(self, context):
1492
854
  """
@@ -1496,41 +858,19 @@ class _defs_sculpt:
1496
858
  ...
1497
859
 
1498
860
  class _defs_sequencer_generic:
1499
- """ """
1500
-
1501
861
  blade: typing.Any
1502
- """ """
1503
-
1504
862
  cursor: typing.Any
1505
- """ """
1506
-
1507
863
  rotate: typing.Any
1508
- """ """
1509
-
1510
864
  sample: typing.Any
1511
- """ """
1512
-
1513
865
  scale: typing.Any
1514
- """ """
1515
-
1516
866
  transform: typing.Any
1517
- """ """
1518
-
1519
867
  translate: typing.Any
1520
- """ """
1521
868
 
1522
869
  class _defs_sequencer_select:
1523
- """ """
1524
-
1525
870
  box: typing.Any
1526
- """ """
1527
-
1528
871
  select: typing.Any
1529
- """ """
1530
872
 
1531
873
  class _defs_texture_paint:
1532
- """ """
1533
-
1534
874
  def generate_from_brushes(self, context):
1535
875
  """
1536
876
 
@@ -1546,28 +886,13 @@ class _defs_texture_paint:
1546
886
  ...
1547
887
 
1548
888
  class _defs_transform:
1549
- """ """
1550
-
1551
889
  bend: typing.Any
1552
- """ """
1553
-
1554
890
  rotate: typing.Any
1555
- """ """
1556
-
1557
891
  scale: typing.Any
1558
- """ """
1559
-
1560
892
  scale_cage: typing.Any
1561
- """ """
1562
-
1563
893
  shear: typing.Any
1564
- """ """
1565
-
1566
894
  transform: typing.Any
1567
- """ """
1568
-
1569
895
  translate: typing.Any
1570
- """ """
1571
896
 
1572
897
  def draw_transform_sculpt_tool_settings(self, context, layout):
1573
898
  """
@@ -1578,8 +903,6 @@ class _defs_transform:
1578
903
  ...
1579
904
 
1580
905
  class _defs_vertex_paint:
1581
- """ """
1582
-
1583
906
  def generate_from_brushes(self, context):
1584
907
  """
1585
908
 
@@ -1595,22 +918,11 @@ class _defs_vertex_paint:
1595
918
  ...
1596
919
 
1597
920
  class _defs_view3d_add:
1598
- """ """
1599
-
1600
921
  cone_add: typing.Any
1601
- """ """
1602
-
1603
922
  cube_add: typing.Any
1604
- """ """
1605
-
1606
923
  cylinder_add: typing.Any
1607
- """ """
1608
-
1609
924
  ico_sphere_add: typing.Any
1610
- """ """
1611
-
1612
925
  uv_sphere_add: typing.Any
1613
- """ """
1614
926
 
1615
927
  def description_interactive_add(self, context, _item, _km, prefix):
1616
928
  """
@@ -1633,43 +945,20 @@ class _defs_view3d_add:
1633
945
  ...
1634
946
 
1635
947
  class _defs_view3d_generic:
1636
- """ """
1637
-
1638
948
  cursor: typing.Any
1639
- """ """
1640
-
1641
949
  cursor_click: typing.Any
1642
- """ """
1643
-
1644
950
  ruler: typing.Any
1645
- """ """
1646
951
 
1647
952
  class _defs_view3d_select:
1648
- """ """
1649
-
1650
953
  box: typing.Any
1651
- """ """
1652
-
1653
954
  circle: typing.Any
1654
- """ """
1655
-
1656
955
  lasso: typing.Any
1657
- """ """
1658
-
1659
956
  select: typing.Any
1660
- """ """
1661
957
 
1662
958
  class _defs_weight_paint:
1663
- """ """
1664
-
1665
959
  gradient: typing.Any
1666
- """ """
1667
-
1668
960
  sample_weight: typing.Any
1669
- """ """
1670
-
1671
961
  sample_weight_group: typing.Any
1672
- """ """
1673
962
 
1674
963
  def generate_from_brushes(self, context):
1675
964
  """
@@ -1686,37 +975,19 @@ class _defs_weight_paint:
1686
975
  ...
1687
976
 
1688
977
  class _template_widget:
1689
- """ """
1690
-
1691
- def VIEW3D_GGT_xform_extrude(self):
1692
- """ """
1693
- ...
1694
-
1695
- def VIEW3D_GGT_xform_gizmo(self):
1696
- """ """
1697
- ...
1698
-
1699
- def curve_draw_settings(context, layout, tool, extra):
1700
- """ """
1701
-
1702
- ...
978
+ def VIEW3D_GGT_xform_extrude(self): ...
979
+ def VIEW3D_GGT_xform_gizmo(self): ...
1703
980
 
981
+ def curve_draw_settings(context, layout, tool, extra=False): ...
1704
982
  def generate_from_enum_ex(
1705
983
  _context,
1706
984
  idname_prefix,
1707
985
  icon_prefix,
1708
986
  type,
1709
987
  attr,
1710
- cursor,
1711
- tooldef_keywords,
1712
- icon_map,
1713
- use_separators,
1714
- ):
1715
- """ """
1716
-
1717
- ...
1718
-
1719
- def kmi_to_string_or_none(kmi):
1720
- """ """
1721
-
1722
- ...
988
+ cursor="DEFAULT",
989
+ tooldef_keywords=None,
990
+ icon_map=None,
991
+ use_separators=True,
992
+ ): ...
993
+ def kmi_to_string_or_none(kmi): ...