fake-bpy-module 20250603__py3-none-any.whl → 20250606__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 (284) hide show
  1. _bpy_internal/addons/cli/__init__.pyi +1 -1
  2. _bpy_internal/extensions/junction_module/__init__.pyi +7 -7
  3. _bpy_internal/extensions/stale_file_manager/__init__.pyi +8 -8
  4. _bpy_internal/extensions/wheel_manager/__init__.pyi +3 -3
  5. _bpy_internal/freedesktop/__init__.pyi +16 -16
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +4 -4
  7. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +1 -1
  8. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +1 -1
  9. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  10. addon_utils/__init__.pyi +12 -12
  11. animsys_refactor/__init__.pyi +6 -6
  12. aud/__init__.pyi +11 -11
  13. bgl/__init__.pyi +272 -252
  14. bl_app_override/__init__.pyi +3 -3
  15. bl_app_override/helpers/__init__.pyi +2 -2
  16. bl_app_template_utils/__init__.pyi +4 -4
  17. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -2
  18. bl_i18n_utils/bl_extract_messages/__init__.pyi +18 -16
  19. bl_i18n_utils/merge_po/__init__.pyi +1 -1
  20. bl_i18n_utils/settings/__init__.pyi +6 -6
  21. bl_i18n_utils/utils/__init__.pyi +48 -46
  22. bl_i18n_utils/utils_cli/__init__.pyi +6 -6
  23. bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -1
  24. bl_i18n_utils/utils_rtl/__init__.pyi +2 -2
  25. bl_keymap_utils/io/__init__.pyi +9 -9
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +1 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -1
  28. bl_keymap_utils/platform_helpers/__init__.pyi +2 -2
  29. bl_keymap_utils/versioning/__init__.pyi +1 -1
  30. bl_operators/__init__.pyi +2 -2
  31. bl_operators/add_mesh_torus/__init__.pyi +6 -6
  32. bl_operators/anim/__init__.pyi +24 -24
  33. bl_operators/assets/__init__.pyi +9 -9
  34. bl_operators/bmesh/find_adjacent/__init__.pyi +11 -9
  35. bl_operators/bone_selection_sets/__init__.pyi +18 -18
  36. bl_operators/clip/__init__.pyi +26 -26
  37. bl_operators/connect_to_output/__init__.pyi +17 -15
  38. bl_operators/console/__init__.pyi +10 -10
  39. bl_operators/constraint/__init__.pyi +8 -8
  40. bl_operators/file/__init__.pyi +6 -6
  41. bl_operators/freestyle/__init__.pyi +9 -9
  42. bl_operators/geometry_nodes/__init__.pyi +24 -24
  43. bl_operators/grease_pencil/__init__.pyi +2 -2
  44. bl_operators/image/__init__.pyi +7 -7
  45. bl_operators/image_as_planes/__init__.pyi +32 -32
  46. bl_operators/mesh/__init__.pyi +7 -7
  47. bl_operators/node/__init__.pyi +31 -31
  48. bl_operators/node_editor/node_functions/__init__.pyi +9 -9
  49. bl_operators/object/__init__.pyi +31 -31
  50. bl_operators/object_align/__init__.pyi +5 -5
  51. bl_operators/object_quick_effects/__init__.pyi +9 -9
  52. bl_operators/object_randomize_transform/__init__.pyi +3 -3
  53. bl_operators/presets/__init__.pyi +18 -18
  54. bl_operators/rigidbody/__init__.pyi +7 -7
  55. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -2
  56. bl_operators/sequencer/__init__.pyi +19 -19
  57. bl_operators/spreadsheet/__init__.pyi +4 -4
  58. bl_operators/userpref/__init__.pyi +42 -42
  59. bl_operators/uvcalc_follow_active/__init__.pyi +5 -5
  60. bl_operators/uvcalc_lightmap/__init__.pyi +8 -8
  61. bl_operators/uvcalc_transform/__init__.pyi +20 -20
  62. bl_operators/vertexpaint_dirt/__init__.pyi +4 -4
  63. bl_operators/view3d/__init__.pyi +21 -19
  64. bl_operators/wm/__init__.pyi +88 -88
  65. bl_operators/world/__init__.pyi +2 -2
  66. bl_previews_utils/bl_previews_render/__init__.pyi +9 -7
  67. bl_rna_utils/data_path/__init__.pyi +2 -2
  68. bl_text_utils/external_editor/__init__.pyi +1 -1
  69. bl_ui/__init__.pyi +10 -10
  70. bl_ui/anim/__init__.pyi +2 -2
  71. bl_ui/asset_shelf/__init__.pyi +2 -2
  72. bl_ui/generic_ui_list/__init__.pyi +6 -6
  73. bl_ui/node_add_menu/__init__.pyi +15 -13
  74. bl_ui/node_add_menu_compositor/__init__.pyi +18 -18
  75. bl_ui/node_add_menu_geometry/__init__.pyi +54 -54
  76. bl_ui/node_add_menu_shader/__init__.pyi +16 -16
  77. bl_ui/node_add_menu_texture/__init__.pyi +9 -9
  78. bl_ui/properties_animviz/__init__.pyi +2 -2
  79. bl_ui/properties_collection/__init__.pyi +10 -8
  80. bl_ui/properties_constraint/__init__.pyi +125 -125
  81. bl_ui/properties_data_armature/__init__.pyi +22 -22
  82. bl_ui/properties_data_bone/__init__.pyi +20 -20
  83. bl_ui/properties_data_camera/__init__.pyi +19 -19
  84. bl_ui/properties_data_curve/__init__.pyi +23 -23
  85. bl_ui/properties_data_curves/__init__.pyi +9 -9
  86. bl_ui/properties_data_empty/__init__.pyi +4 -4
  87. bl_ui/properties_data_grease_pencil/__init__.pyi +25 -25
  88. bl_ui/properties_data_lattice/__init__.pyi +4 -4
  89. bl_ui/properties_data_light/__init__.pyi +14 -14
  90. bl_ui/properties_data_lightprobe/__init__.pyi +18 -18
  91. bl_ui/properties_data_mesh/__init__.pyi +26 -26
  92. bl_ui/properties_data_metaball/__init__.pyi +6 -6
  93. bl_ui/properties_data_modifier/__init__.pyi +12 -12
  94. bl_ui/properties_data_pointcloud/__init__.pyi +8 -8
  95. bl_ui/properties_data_shaderfx/__init__.pyi +1 -1
  96. bl_ui/properties_data_speaker/__init__.pyi +5 -5
  97. bl_ui/properties_data_volume/__init__.pyi +9 -9
  98. bl_ui/properties_freestyle/__init__.pyi +51 -51
  99. bl_ui/properties_grease_pencil_common/__init__.pyi +30 -30
  100. bl_ui/properties_mask_common/__init__.pyi +24 -24
  101. bl_ui/properties_material/__init__.pyi +27 -27
  102. bl_ui/properties_material_gpencil/__init__.pyi +12 -12
  103. bl_ui/properties_object/__init__.pyi +29 -29
  104. bl_ui/properties_output/__init__.pyi +29 -29
  105. bl_ui/properties_paint_common/__init__.pyi +59 -49
  106. bl_ui/properties_particle/__init__.pyi +101 -101
  107. bl_ui/properties_physics_cloth/__init__.pyi +20 -20
  108. bl_ui/properties_physics_common/__init__.pyi +8 -8
  109. bl_ui/properties_physics_dynamicpaint/__init__.pyi +57 -57
  110. bl_ui/properties_physics_field/__init__.pyi +23 -23
  111. bl_ui/properties_physics_fluid/__init__.pyi +76 -76
  112. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -3
  113. bl_ui/properties_physics_rigidbody/__init__.pyi +18 -18
  114. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +29 -29
  115. bl_ui/properties_physics_softbody/__init__.pyi +21 -21
  116. bl_ui/properties_render/__init__.pyi +81 -81
  117. bl_ui/properties_scene/__init__.pyi +22 -22
  118. bl_ui/properties_texture/__init__.pyi +39 -39
  119. bl_ui/properties_view_layer/__init__.pyi +12 -12
  120. bl_ui/properties_workspace/__init__.pyi +5 -5
  121. bl_ui/properties_world/__init__.pyi +18 -18
  122. bl_ui/space_clip/__init__.pyi +81 -81
  123. bl_ui/space_console/__init__.pyi +6 -6
  124. bl_ui/space_dopesheet/__init__.pyi +32 -32
  125. bl_ui/space_filebrowser/__init__.pyi +45 -45
  126. bl_ui/space_graph/__init__.pyi +21 -21
  127. bl_ui/space_image/__init__.pyi +73 -73
  128. bl_ui/space_info/__init__.pyi +6 -6
  129. bl_ui/space_nla/__init__.pyi +18 -18
  130. bl_ui/space_node/__init__.pyi +42 -42
  131. bl_ui/space_outliner/__init__.pyi +21 -21
  132. bl_ui/space_properties/__init__.pyi +6 -6
  133. bl_ui/space_sequencer/__init__.pyi +133 -133
  134. bl_ui/space_spreadsheet/__init__.pyi +4 -4
  135. bl_ui/space_statusbar/__init__.pyi +1 -1
  136. bl_ui/space_text/__init__.pyi +17 -17
  137. bl_ui/space_time/__init__.pyi +12 -12
  138. bl_ui/space_toolsystem_common/__init__.pyi +28 -26
  139. bl_ui/space_toolsystem_toolbar/__init__.pyi +36 -36
  140. bl_ui/space_topbar/__init__.pyi +32 -32
  141. bl_ui/space_userpref/__init__.pyi +132 -132
  142. bl_ui/space_view3d/__init__.pyi +297 -297
  143. bl_ui/space_view3d_toolbar/__init__.pyi +148 -149
  144. bl_ui/utils/__init__.pyi +5 -5
  145. bl_ui_utils/layout/__init__.pyi +1 -1
  146. blend_render_info/__init__.pyi +2 -2
  147. blf/__init__.pyi +15 -15
  148. bmesh/__init__.pyi +1 -1
  149. bmesh/ops/__init__.pyi +366 -357
  150. bmesh/types/__init__.pyi +59 -57
  151. bmesh/utils/__init__.pyi +2 -2
  152. bpy/app/__init__.pyi +5 -5
  153. bpy/app/icons/__init__.pyi +1 -1
  154. bpy/app/timers/__init__.pyi +2 -2
  155. bpy/app/translations/__init__.pyi +9 -9
  156. bpy/msgbus/__init__.pyi +3 -3
  157. bpy/ops/action/__init__.pyi +62 -38
  158. bpy/ops/anim/__init__.pyi +63 -61
  159. bpy/ops/armature/__init__.pyi +58 -48
  160. bpy/ops/asset/__init__.pyi +31 -17
  161. bpy/ops/boid/__init__.pyi +18 -8
  162. bpy/ops/brush/__init__.pyi +19 -13
  163. bpy/ops/buttons/__init__.pyi +14 -6
  164. bpy/ops/cachefile/__init__.pyi +9 -5
  165. bpy/ops/camera/__init__.pyi +2 -2
  166. bpy/ops/clip/__init__.pyi +112 -92
  167. bpy/ops/cloth/__init__.pyi +1 -1
  168. bpy/ops/collection/__init__.pyi +11 -9
  169. bpy/ops/console/__init__.pyi +37 -21
  170. bpy/ops/constraint/__init__.pyi +20 -18
  171. bpy/ops/curve/__init__.pyi +81 -51
  172. bpy/ops/curves/__init__.pyi +50 -30
  173. bpy/ops/cycles/__init__.pyi +3 -3
  174. bpy/ops/dpaint/__init__.pyi +5 -5
  175. bpy/ops/ed/__init__.pyi +19 -13
  176. bpy/ops/export_anim/__init__.pyi +1 -1
  177. bpy/ops/export_scene/__init__.pyi +2 -2
  178. bpy/ops/extensions/__init__.pyi +38 -32
  179. bpy/ops/file/__init__.pyi +72 -40
  180. bpy/ops/fluid/__init__.pyi +36 -14
  181. bpy/ops/font/__init__.pyi +41 -23
  182. bpy/ops/geometry/__init__.pyi +10 -10
  183. bpy/ops/gizmogroup/__init__.pyi +4 -2
  184. bpy/ops/gpencil/__init__.pyi +12 -8
  185. bpy/ops/graph/__init__.pyi +81 -65
  186. bpy/ops/grease_pencil/__init__.pyi +159 -115
  187. bpy/ops/image/__init__.pyi +63 -49
  188. bpy/ops/import_anim/__init__.pyi +1 -1
  189. bpy/ops/import_curve/__init__.pyi +1 -1
  190. bpy/ops/import_scene/__init__.pyi +2 -2
  191. bpy/ops/info/__init__.pyi +13 -7
  192. bpy/ops/lattice/__init__.pyi +14 -8
  193. bpy/ops/marker/__init__.pyi +13 -11
  194. bpy/ops/mask/__init__.pyi +59 -39
  195. bpy/ops/material/__init__.pyi +3 -3
  196. bpy/ops/mball/__init__.pyi +8 -8
  197. bpy/ops/mesh/__init__.pyi +182 -164
  198. bpy/ops/nla/__init__.pyi +65 -39
  199. bpy/ops/node/__init__.pyi +181 -147
  200. bpy/ops/object/__init__.pyi +262 -242
  201. bpy/ops/outliner/__init__.pyi +98 -72
  202. bpy/ops/paint/__init__.pyi +58 -54
  203. bpy/ops/paintcurve/__init__.pyi +12 -8
  204. bpy/ops/palette/__init__.pyi +11 -7
  205. bpy/ops/particle/__init__.pyi +58 -36
  206. bpy/ops/pointcloud/__init__.pyi +13 -7
  207. bpy/ops/pose/__init__.pyi +65 -51
  208. bpy/ops/poselib/__init__.pyi +17 -11
  209. bpy/ops/preferences/__init__.pyi +41 -35
  210. bpy/ops/ptcache/__init__.pyi +13 -7
  211. bpy/ops/render/__init__.pyi +17 -13
  212. bpy/ops/rigidbody/__init__.pyi +19 -13
  213. bpy/ops/scene/__init__.pyi +39 -37
  214. bpy/ops/screen/__init__.pyi +59 -39
  215. bpy/ops/script/__init__.pyi +5 -3
  216. bpy/ops/sculpt/__init__.pyi +44 -40
  217. bpy/ops/sculpt_curves/__init__.pyi +4 -4
  218. bpy/ops/sequencer/__init__.pyi +142 -100
  219. bpy/ops/sound/__init__.pyi +7 -7
  220. bpy/ops/spreadsheet/__init__.pyi +13 -7
  221. bpy/ops/surface/__init__.pyi +6 -6
  222. bpy/ops/text/__init__.pyi +73 -43
  223. bpy/ops/text_editor/__init__.pyi +1 -1
  224. bpy/ops/texture/__init__.pyi +8 -4
  225. bpy/ops/transform/__init__.pyi +29 -27
  226. bpy/ops/ui/__init__.pyi +42 -34
  227. bpy/ops/uilist/__init__.pyi +3 -3
  228. bpy/ops/uv/__init__.pyi +59 -49
  229. bpy/ops/view2d/__init__.pyi +14 -14
  230. bpy/ops/view3d/__init__.pyi +87 -67
  231. bpy/ops/wm/__init__.pyi +138 -116
  232. bpy/ops/workspace/__init__.pyi +11 -7
  233. bpy/ops/world/__init__.pyi +2 -2
  234. bpy/props/__init__.pyi +16 -13
  235. bpy/types/__init__.pyi +1220 -1157
  236. bpy/utils/__init__.pyi +23 -23
  237. bpy/utils/previews/__init__.pyi +3 -3
  238. bpy_extras/anim_utils/__init__.pyi +7 -7
  239. bpy_extras/bmesh_utils/__init__.pyi +1 -1
  240. bpy_extras/id_map_utils/__init__.pyi +3 -3
  241. bpy_extras/io_utils/__init__.pyi +14 -12
  242. bpy_extras/keyconfig_utils/__init__.pyi +3 -3
  243. bpy_extras/mesh_utils/__init__.pyi +2 -2
  244. bpy_extras/node_shader_utils/__init__.pyi +63 -63
  245. bpy_extras/node_utils/__init__.pyi +3 -3
  246. bpy_extras/object_utils/__init__.pyi +4 -4
  247. bpy_extras/wm_utils/progress_report/__init__.pyi +10 -10
  248. bpy_types/__init__.pyi +4 -4
  249. console_python/__init__.pyi +7 -7
  250. console_shell/__init__.pyi +5 -5
  251. {fake_bpy_module-20250603.dist-info → fake_bpy_module-20250606.dist-info}/METADATA +1 -1
  252. fake_bpy_module-20250606.dist-info/RECORD +367 -0
  253. freestyle/chainingiterators/__init__.pyi +35 -33
  254. freestyle/functions/__init__.pyi +55 -55
  255. freestyle/predicates/__init__.pyi +8 -8
  256. freestyle/shaders/__init__.pyi +79 -75
  257. freestyle/types/__init__.pyi +146 -142
  258. freestyle/utils/ContextFunctions/__init__.pyi +3 -1
  259. freestyle/utils/__init__.pyi +25 -25
  260. gpu/matrix/__init__.pyi +14 -14
  261. gpu/select/__init__.pyi +1 -1
  262. gpu/shader/__init__.pyi +1 -1
  263. gpu/state/__init__.pyi +19 -19
  264. gpu/types/__init__.pyi +50 -44
  265. gpu_extras/presets/__init__.pyi +2 -2
  266. graphviz_export/__init__.pyi +2 -2
  267. idprop/types/__init__.pyi +9 -9
  268. imbuf/__init__.pyi +3 -1
  269. imbuf/types/__init__.pyi +3 -3
  270. keyingsets_builtins/__init__.pyi +26 -26
  271. keyingsets_utils/__init__.pyi +14 -14
  272. mathutils/__init__.pyi +61 -53
  273. mathutils/bvhtree/__init__.pyi +4 -4
  274. mathutils/kdtree/__init__.pyi +3 -3
  275. mathutils/noise/__init__.pyi +1 -1
  276. nodeitems_builtins/__init__.pyi +4 -4
  277. nodeitems_utils/__init__.pyi +9 -9
  278. rna_info/__init__.pyi +25 -25
  279. rna_keymap_ui/__init__.pyi +6 -6
  280. rna_prop_ui/__init__.pyi +12 -12
  281. rna_xml/__init__.pyi +6 -6
  282. fake_bpy_module-20250603.dist-info/RECORD +0 -367
  283. {fake_bpy_module-20250603.dist-info → fake_bpy_module-20250606.dist-info}/WHEEL +0 -0
  284. {fake_bpy_module-20250603.dist-info → fake_bpy_module-20250606.dist-info}/top_level.txt +0 -0
@@ -29,7 +29,7 @@ class BONE_PT_bActionConstraint(
29
29
  :rtype: typing.Any
30
30
  """
31
31
 
32
- def draw(self, context):
32
+ def draw(self, context) -> None:
33
33
  """
34
34
 
35
35
  :param context:
@@ -60,7 +60,7 @@ class BONE_PT_bActionConstraint_action(
60
60
  :rtype: typing.Any
61
61
  """
62
62
 
63
- def draw(self, context):
63
+ def draw(self, context) -> None:
64
64
  """
65
65
 
66
66
  :param context:
@@ -91,7 +91,7 @@ class BONE_PT_bActionConstraint_target(
91
91
  :rtype: typing.Any
92
92
  """
93
93
 
94
- def draw(self, context):
94
+ def draw(self, context) -> None:
95
95
  """
96
96
 
97
97
  :param context:
@@ -122,7 +122,7 @@ class BONE_PT_bArmatureConstraint(
122
122
  :rtype: typing.Any
123
123
  """
124
124
 
125
- def draw(self, context):
125
+ def draw(self, context) -> None:
126
126
  """
127
127
 
128
128
  :param context:
@@ -153,7 +153,7 @@ class BONE_PT_bArmatureConstraint_bones(
153
153
  :rtype: typing.Any
154
154
  """
155
155
 
156
- def draw(self, context):
156
+ def draw(self, context) -> None:
157
157
  """
158
158
 
159
159
  :param context:
@@ -184,7 +184,7 @@ class BONE_PT_bCameraSolverConstraint(
184
184
  :rtype: typing.Any
185
185
  """
186
186
 
187
- def draw(self, context):
187
+ def draw(self, context) -> None:
188
188
  """
189
189
 
190
190
  :param context:
@@ -215,7 +215,7 @@ class BONE_PT_bChildOfConstraint(
215
215
  :rtype: typing.Any
216
216
  """
217
217
 
218
- def draw(self, context):
218
+ def draw(self, context) -> None:
219
219
  """
220
220
 
221
221
  :param context:
@@ -246,7 +246,7 @@ class BONE_PT_bClampToConstraint(
246
246
  :rtype: typing.Any
247
247
  """
248
248
 
249
- def draw(self, context):
249
+ def draw(self, context) -> None:
250
250
  """
251
251
 
252
252
  :param context:
@@ -277,7 +277,7 @@ class BONE_PT_bDampTrackConstraint(
277
277
  :rtype: typing.Any
278
278
  """
279
279
 
280
- def draw(self, context):
280
+ def draw(self, context) -> None:
281
281
  """
282
282
 
283
283
  :param context:
@@ -308,7 +308,7 @@ class BONE_PT_bDistLimitConstraint(
308
308
  :rtype: typing.Any
309
309
  """
310
310
 
311
- def draw(self, context):
311
+ def draw(self, context) -> None:
312
312
  """
313
313
 
314
314
  :param context:
@@ -339,7 +339,7 @@ class BONE_PT_bFollowPathConstraint(
339
339
  :rtype: typing.Any
340
340
  """
341
341
 
342
- def draw(self, context):
342
+ def draw(self, context) -> None:
343
343
  """
344
344
 
345
345
  :param context:
@@ -370,7 +370,7 @@ class BONE_PT_bFollowTrackConstraint(
370
370
  :rtype: typing.Any
371
371
  """
372
372
 
373
- def draw(self, context):
373
+ def draw(self, context) -> None:
374
374
  """
375
375
 
376
376
  :param context:
@@ -401,7 +401,7 @@ class BONE_PT_bKinematicConstraint(
401
401
  :rtype: typing.Any
402
402
  """
403
403
 
404
- def draw(self, context):
404
+ def draw(self, context) -> None:
405
405
  """
406
406
 
407
407
  :param context:
@@ -432,7 +432,7 @@ class BONE_PT_bLocLimitConstraint(
432
432
  :rtype: typing.Any
433
433
  """
434
434
 
435
- def draw(self, context):
435
+ def draw(self, context) -> None:
436
436
  """
437
437
 
438
438
  :param context:
@@ -463,7 +463,7 @@ class BONE_PT_bLocateLikeConstraint(
463
463
  :rtype: typing.Any
464
464
  """
465
465
 
466
- def draw(self, context):
466
+ def draw(self, context) -> None:
467
467
  """
468
468
 
469
469
  :param context:
@@ -494,7 +494,7 @@ class BONE_PT_bLockTrackConstraint(
494
494
  :rtype: typing.Any
495
495
  """
496
496
 
497
- def draw(self, context):
497
+ def draw(self, context) -> None:
498
498
  """
499
499
 
500
500
  :param context:
@@ -525,7 +525,7 @@ class BONE_PT_bMinMaxConstraint(
525
525
  :rtype: typing.Any
526
526
  """
527
527
 
528
- def draw(self, context):
528
+ def draw(self, context) -> None:
529
529
  """
530
530
 
531
531
  :param context:
@@ -556,7 +556,7 @@ class BONE_PT_bObjectSolverConstraint(
556
556
  :rtype: typing.Any
557
557
  """
558
558
 
559
- def draw(self, context):
559
+ def draw(self, context) -> None:
560
560
  """
561
561
 
562
562
  :param context:
@@ -587,7 +587,7 @@ class BONE_PT_bPivotConstraint(
587
587
  :rtype: typing.Any
588
588
  """
589
589
 
590
- def draw(self, context):
590
+ def draw(self, context) -> None:
591
591
  """
592
592
 
593
593
  :param context:
@@ -618,7 +618,7 @@ class BONE_PT_bRotLimitConstraint(
618
618
  :rtype: typing.Any
619
619
  """
620
620
 
621
- def draw(self, context):
621
+ def draw(self, context) -> None:
622
622
  """
623
623
 
624
624
  :param context:
@@ -649,7 +649,7 @@ class BONE_PT_bRotateLikeConstraint(
649
649
  :rtype: typing.Any
650
650
  """
651
651
 
652
- def draw(self, context):
652
+ def draw(self, context) -> None:
653
653
  """
654
654
 
655
655
  :param context:
@@ -680,7 +680,7 @@ class BONE_PT_bSameVolumeConstraint(
680
680
  :rtype: typing.Any
681
681
  """
682
682
 
683
- def draw(self, context):
683
+ def draw(self, context) -> None:
684
684
  """
685
685
 
686
686
  :param context:
@@ -711,7 +711,7 @@ class BONE_PT_bShrinkwrapConstraint(
711
711
  :rtype: typing.Any
712
712
  """
713
713
 
714
- def draw(self, context):
714
+ def draw(self, context) -> None:
715
715
  """
716
716
 
717
717
  :param context:
@@ -742,7 +742,7 @@ class BONE_PT_bSizeLikeConstraint(
742
742
  :rtype: typing.Any
743
743
  """
744
744
 
745
- def draw(self, context):
745
+ def draw(self, context) -> None:
746
746
  """
747
747
 
748
748
  :param context:
@@ -773,7 +773,7 @@ class BONE_PT_bSizeLimitConstraint(
773
773
  :rtype: typing.Any
774
774
  """
775
775
 
776
- def draw(self, context):
776
+ def draw(self, context) -> None:
777
777
  """
778
778
 
779
779
  :param context:
@@ -804,7 +804,7 @@ class BONE_PT_bSplineIKConstraint(
804
804
  :rtype: typing.Any
805
805
  """
806
806
 
807
- def draw(self, context):
807
+ def draw(self, context) -> None:
808
808
  """
809
809
 
810
810
  :param context:
@@ -835,7 +835,7 @@ class BONE_PT_bSplineIKConstraint_chain_scaling(
835
835
  :rtype: typing.Any
836
836
  """
837
837
 
838
- def draw(self, context):
838
+ def draw(self, context) -> None:
839
839
  """
840
840
 
841
841
  :param context:
@@ -866,7 +866,7 @@ class BONE_PT_bSplineIKConstraint_fitting(
866
866
  :rtype: typing.Any
867
867
  """
868
868
 
869
- def draw(self, context):
869
+ def draw(self, context) -> None:
870
870
  """
871
871
 
872
872
  :param context:
@@ -897,7 +897,7 @@ class BONE_PT_bStretchToConstraint(
897
897
  :rtype: typing.Any
898
898
  """
899
899
 
900
- def draw(self, context):
900
+ def draw(self, context) -> None:
901
901
  """
902
902
 
903
903
  :param context:
@@ -928,7 +928,7 @@ class BONE_PT_bTrackToConstraint(
928
928
  :rtype: typing.Any
929
929
  """
930
930
 
931
- def draw(self, context):
931
+ def draw(self, context) -> None:
932
932
  """
933
933
 
934
934
  :param context:
@@ -959,7 +959,7 @@ class BONE_PT_bTransLikeConstraint(
959
959
  :rtype: typing.Any
960
960
  """
961
961
 
962
- def draw(self, context):
962
+ def draw(self, context) -> None:
963
963
  """
964
964
 
965
965
  :param context:
@@ -990,7 +990,7 @@ class BONE_PT_bTransformCacheConstraint(
990
990
  :rtype: typing.Any
991
991
  """
992
992
 
993
- def draw(self, context):
993
+ def draw(self, context) -> None:
994
994
  """
995
995
 
996
996
  :param context:
@@ -1021,7 +1021,7 @@ class BONE_PT_bTransformCacheConstraint_layers(
1021
1021
  :rtype: typing.Any
1022
1022
  """
1023
1023
 
1024
- def draw(self, context):
1024
+ def draw(self, context) -> None:
1025
1025
  """
1026
1026
 
1027
1027
  :param context:
@@ -1052,7 +1052,7 @@ class BONE_PT_bTransformCacheConstraint_procedural(
1052
1052
  :rtype: typing.Any
1053
1053
  """
1054
1054
 
1055
- def draw(self, context):
1055
+ def draw(self, context) -> None:
1056
1056
  """
1057
1057
 
1058
1058
  :param context:
@@ -1083,7 +1083,7 @@ class BONE_PT_bTransformCacheConstraint_time(
1083
1083
  :rtype: typing.Any
1084
1084
  """
1085
1085
 
1086
- def draw(self, context):
1086
+ def draw(self, context) -> None:
1087
1087
  """
1088
1088
 
1089
1089
  :param context:
@@ -1114,7 +1114,7 @@ class BONE_PT_bTransformCacheConstraint_velocity(
1114
1114
  :rtype: typing.Any
1115
1115
  """
1116
1116
 
1117
- def draw(self, context):
1117
+ def draw(self, context) -> None:
1118
1118
  """
1119
1119
 
1120
1120
  :param context:
@@ -1145,7 +1145,7 @@ class BONE_PT_bTransformConstraint(
1145
1145
  :rtype: typing.Any
1146
1146
  """
1147
1147
 
1148
- def draw(self, context):
1148
+ def draw(self, context) -> None:
1149
1149
  """
1150
1150
 
1151
1151
  :param context:
@@ -1176,7 +1176,7 @@ class BONE_PT_bTransformConstraint_from(
1176
1176
  :rtype: typing.Any
1177
1177
  """
1178
1178
 
1179
- def draw(self, context):
1179
+ def draw(self, context) -> None:
1180
1180
  """
1181
1181
 
1182
1182
  :param context:
@@ -1207,7 +1207,7 @@ class BONE_PT_bTransformConstraint_to(
1207
1207
  :rtype: typing.Any
1208
1208
  """
1209
1209
 
1210
- def draw(self, context):
1210
+ def draw(self, context) -> None:
1211
1211
  """
1212
1212
 
1213
1213
  :param context:
@@ -1236,7 +1236,7 @@ class BONE_PT_constraints(BoneConstraintPanel, bpy.types.Panel):
1236
1236
  :rtype: typing.Any
1237
1237
  """
1238
1238
 
1239
- def draw(self, _context):
1239
+ def draw(self, _context) -> None:
1240
1240
  """
1241
1241
 
1242
1242
  :param _context:
@@ -1246,7 +1246,7 @@ class BoneConstraintPanel:
1246
1246
  bl_context: typing.Any
1247
1247
 
1248
1248
  @classmethod
1249
- def poll(cls, context):
1249
+ def poll(cls, context) -> None:
1250
1250
  """
1251
1251
 
1252
1252
  :param context:
@@ -1258,196 +1258,196 @@ class ConstraintButtonsPanel:
1258
1258
  bl_region_type: typing.Any
1259
1259
  bl_space_type: typing.Any
1260
1260
 
1261
- def draw_action(self, context):
1261
+ def draw_action(self, context) -> None:
1262
1262
  """
1263
1263
 
1264
1264
  :param context:
1265
1265
  """
1266
1266
 
1267
- def draw_armature(self, context):
1267
+ def draw_armature(self, context) -> None:
1268
1268
  """
1269
1269
 
1270
1270
  :param context:
1271
1271
  """
1272
1272
 
1273
- def draw_camera_solver(self, context):
1273
+ def draw_camera_solver(self, context) -> None:
1274
1274
  """
1275
1275
 
1276
1276
  :param context:
1277
1277
  """
1278
1278
 
1279
- def draw_childof(self, context):
1279
+ def draw_childof(self, context) -> None:
1280
1280
  """
1281
1281
 
1282
1282
  :param context:
1283
1283
  """
1284
1284
 
1285
- def draw_clamp_to(self, context):
1285
+ def draw_clamp_to(self, context) -> None:
1286
1286
  """
1287
1287
 
1288
1288
  :param context:
1289
1289
  """
1290
1290
 
1291
- def draw_damp_track(self, context):
1291
+ def draw_damp_track(self, context) -> None:
1292
1292
  """
1293
1293
 
1294
1294
  :param context:
1295
1295
  """
1296
1296
 
1297
- def draw_dist_limit(self, context):
1297
+ def draw_dist_limit(self, context) -> None:
1298
1298
  """
1299
1299
 
1300
1300
  :param context:
1301
1301
  """
1302
1302
 
1303
- def draw_follow_path(self, context):
1303
+ def draw_follow_path(self, context) -> None:
1304
1304
  """
1305
1305
 
1306
1306
  :param context:
1307
1307
  """
1308
1308
 
1309
- def draw_follow_track(self, context):
1309
+ def draw_follow_track(self, context) -> None:
1310
1310
  """
1311
1311
 
1312
1312
  :param context:
1313
1313
  """
1314
1314
 
1315
- def draw_header(self, context):
1315
+ def draw_header(self, context) -> None:
1316
1316
  """
1317
1317
 
1318
1318
  :param context:
1319
1319
  """
1320
1320
 
1321
1321
  @staticmethod
1322
- def draw_influence(layout, con):
1322
+ def draw_influence(layout, con) -> None:
1323
1323
  """
1324
1324
 
1325
1325
  :param layout:
1326
1326
  :param con:
1327
1327
  """
1328
1328
 
1329
- def draw_kinematic(self, context):
1329
+ def draw_kinematic(self, context) -> None:
1330
1330
  """
1331
1331
 
1332
1332
  :param context:
1333
1333
  """
1334
1334
 
1335
- def draw_loc_limit(self, context):
1335
+ def draw_loc_limit(self, context) -> None:
1336
1336
  """
1337
1337
 
1338
1338
  :param context:
1339
1339
  """
1340
1340
 
1341
- def draw_locate_like(self, context):
1341
+ def draw_locate_like(self, context) -> None:
1342
1342
  """
1343
1343
 
1344
1344
  :param context:
1345
1345
  """
1346
1346
 
1347
- def draw_lock_track(self, context):
1347
+ def draw_lock_track(self, context) -> None:
1348
1348
  """
1349
1349
 
1350
1350
  :param context:
1351
1351
  """
1352
1352
 
1353
- def draw_min_max(self, context):
1353
+ def draw_min_max(self, context) -> None:
1354
1354
  """
1355
1355
 
1356
1356
  :param context:
1357
1357
  """
1358
1358
 
1359
- def draw_object_solver(self, context):
1359
+ def draw_object_solver(self, context) -> None:
1360
1360
  """
1361
1361
 
1362
1362
  :param context:
1363
1363
  """
1364
1364
 
1365
- def draw_pivot(self, context):
1365
+ def draw_pivot(self, context) -> None:
1366
1366
  """
1367
1367
 
1368
1368
  :param context:
1369
1369
  """
1370
1370
 
1371
- def draw_rot_limit(self, context):
1371
+ def draw_rot_limit(self, context) -> None:
1372
1372
  """
1373
1373
 
1374
1374
  :param context:
1375
1375
  """
1376
1376
 
1377
- def draw_rotate_like(self, context):
1377
+ def draw_rotate_like(self, context) -> None:
1378
1378
  """
1379
1379
 
1380
1380
  :param context:
1381
1381
  """
1382
1382
 
1383
- def draw_same_volume(self, context):
1383
+ def draw_same_volume(self, context) -> None:
1384
1384
  """
1385
1385
 
1386
1386
  :param context:
1387
1387
  """
1388
1388
 
1389
- def draw_shrinkwrap(self, context):
1389
+ def draw_shrinkwrap(self, context) -> None:
1390
1390
  """
1391
1391
 
1392
1392
  :param context:
1393
1393
  """
1394
1394
 
1395
- def draw_size_like(self, context):
1395
+ def draw_size_like(self, context) -> None:
1396
1396
  """
1397
1397
 
1398
1398
  :param context:
1399
1399
  """
1400
1400
 
1401
- def draw_size_limit(self, context):
1401
+ def draw_size_limit(self, context) -> None:
1402
1402
  """
1403
1403
 
1404
1404
  :param context:
1405
1405
  """
1406
1406
 
1407
- def draw_spline_ik(self, context):
1407
+ def draw_spline_ik(self, context) -> None:
1408
1408
  """
1409
1409
 
1410
1410
  :param context:
1411
1411
  """
1412
1412
 
1413
- def draw_stretch_to(self, context):
1413
+ def draw_stretch_to(self, context) -> None:
1414
1414
  """
1415
1415
 
1416
1416
  :param context:
1417
1417
  """
1418
1418
 
1419
- def draw_trackto(self, context):
1419
+ def draw_trackto(self, context) -> None:
1420
1420
  """
1421
1421
 
1422
1422
  :param context:
1423
1423
  """
1424
1424
 
1425
- def draw_trans_like(self, context):
1425
+ def draw_trans_like(self, context) -> None:
1426
1426
  """
1427
1427
 
1428
1428
  :param context:
1429
1429
  """
1430
1430
 
1431
- def draw_transform(self, context):
1431
+ def draw_transform(self, context) -> None:
1432
1432
  """
1433
1433
 
1434
1434
  :param context:
1435
1435
  """
1436
1436
 
1437
- def draw_transform_cache(self, context):
1437
+ def draw_transform_cache(self, context) -> None:
1438
1438
  """
1439
1439
 
1440
1440
  :param context:
1441
1441
  """
1442
1442
 
1443
- def get_constraint(self, _context):
1443
+ def get_constraint(self, _context) -> None:
1444
1444
  """
1445
1445
 
1446
1446
  :param _context:
1447
1447
  """
1448
1448
 
1449
1449
  @staticmethod
1450
- def space_template(layout, con, target=True, owner=True, separator=True):
1450
+ def space_template(layout, con, target=True, owner=True, separator=True) -> None:
1451
1451
  """
1452
1452
 
1453
1453
  :param layout:
@@ -1458,7 +1458,7 @@ class ConstraintButtonsPanel:
1458
1458
  """
1459
1459
 
1460
1460
  @staticmethod
1461
- def target_template(layout, con, subtargets=True):
1461
+ def target_template(layout, con, subtargets=True) -> None:
1462
1462
  """
1463
1463
 
1464
1464
  :param layout:
@@ -1471,80 +1471,80 @@ class ConstraintButtonsSubPanel:
1471
1471
  bl_region_type: typing.Any
1472
1472
  bl_space_type: typing.Any
1473
1473
 
1474
- def draw_action_action(self, context):
1474
+ def draw_action_action(self, context) -> None:
1475
1475
  """
1476
1476
 
1477
1477
  :param context:
1478
1478
  """
1479
1479
 
1480
- def draw_action_target(self, context):
1480
+ def draw_action_target(self, context) -> None:
1481
1481
  """
1482
1482
 
1483
1483
  :param context:
1484
1484
  """
1485
1485
 
1486
- def draw_armature_bones(self, context):
1486
+ def draw_armature_bones(self, context) -> None:
1487
1487
  """
1488
1488
 
1489
1489
  :param context:
1490
1490
  """
1491
1491
 
1492
- def draw_spline_ik_chain_scaling(self, context):
1492
+ def draw_spline_ik_chain_scaling(self, context) -> None:
1493
1493
  """
1494
1494
 
1495
1495
  :param context:
1496
1496
  """
1497
1497
 
1498
- def draw_spline_ik_fitting(self, context):
1498
+ def draw_spline_ik_fitting(self, context) -> None:
1499
1499
  """
1500
1500
 
1501
1501
  :param context:
1502
1502
  """
1503
1503
 
1504
- def draw_transform_cache_layers(self, context):
1504
+ def draw_transform_cache_layers(self, context) -> None:
1505
1505
  """
1506
1506
 
1507
1507
  :param context:
1508
1508
  """
1509
1509
 
1510
- def draw_transform_cache_procedural(self, context):
1510
+ def draw_transform_cache_procedural(self, context) -> None:
1511
1511
  """
1512
1512
 
1513
1513
  :param context:
1514
1514
  """
1515
1515
 
1516
- def draw_transform_cache_subpanel(self, context, template_func):
1516
+ def draw_transform_cache_subpanel(self, context, template_func) -> None:
1517
1517
  """
1518
1518
 
1519
1519
  :param context:
1520
1520
  :param template_func:
1521
1521
  """
1522
1522
 
1523
- def draw_transform_cache_time(self, context):
1523
+ def draw_transform_cache_time(self, context) -> None:
1524
1524
  """
1525
1525
 
1526
1526
  :param context:
1527
1527
  """
1528
1528
 
1529
- def draw_transform_cache_velocity(self, context):
1529
+ def draw_transform_cache_velocity(self, context) -> None:
1530
1530
  """
1531
1531
 
1532
1532
  :param context:
1533
1533
  """
1534
1534
 
1535
- def draw_transform_from(self, context):
1535
+ def draw_transform_from(self, context) -> None:
1536
1536
  """
1537
1537
 
1538
1538
  :param context:
1539
1539
  """
1540
1540
 
1541
- def draw_transform_to(self, context):
1541
+ def draw_transform_to(self, context) -> None:
1542
1542
  """
1543
1543
 
1544
1544
  :param context:
1545
1545
  """
1546
1546
 
1547
- def get_constraint(self, _context):
1547
+ def get_constraint(self, _context) -> None:
1548
1548
  """
1549
1549
 
1550
1550
  :param _context:
@@ -1575,7 +1575,7 @@ class OBJECT_PT_bActionConstraint(
1575
1575
  :rtype: typing.Any
1576
1576
  """
1577
1577
 
1578
- def draw(self, context):
1578
+ def draw(self, context) -> None:
1579
1579
  """
1580
1580
 
1581
1581
  :param context:
@@ -1606,7 +1606,7 @@ class OBJECT_PT_bActionConstraint_action(
1606
1606
  :rtype: typing.Any
1607
1607
  """
1608
1608
 
1609
- def draw(self, context):
1609
+ def draw(self, context) -> None:
1610
1610
  """
1611
1611
 
1612
1612
  :param context:
@@ -1637,7 +1637,7 @@ class OBJECT_PT_bActionConstraint_target(
1637
1637
  :rtype: typing.Any
1638
1638
  """
1639
1639
 
1640
- def draw(self, context):
1640
+ def draw(self, context) -> None:
1641
1641
  """
1642
1642
 
1643
1643
  :param context:
@@ -1668,7 +1668,7 @@ class OBJECT_PT_bArmatureConstraint(
1668
1668
  :rtype: typing.Any
1669
1669
  """
1670
1670
 
1671
- def draw(self, context):
1671
+ def draw(self, context) -> None:
1672
1672
  """
1673
1673
 
1674
1674
  :param context:
@@ -1699,7 +1699,7 @@ class OBJECT_PT_bArmatureConstraint_bones(
1699
1699
  :rtype: typing.Any
1700
1700
  """
1701
1701
 
1702
- def draw(self, context):
1702
+ def draw(self, context) -> None:
1703
1703
  """
1704
1704
 
1705
1705
  :param context:
@@ -1730,7 +1730,7 @@ class OBJECT_PT_bCameraSolverConstraint(
1730
1730
  :rtype: typing.Any
1731
1731
  """
1732
1732
 
1733
- def draw(self, context):
1733
+ def draw(self, context) -> None:
1734
1734
  """
1735
1735
 
1736
1736
  :param context:
@@ -1761,7 +1761,7 @@ class OBJECT_PT_bChildOfConstraint(
1761
1761
  :rtype: typing.Any
1762
1762
  """
1763
1763
 
1764
- def draw(self, context):
1764
+ def draw(self, context) -> None:
1765
1765
  """
1766
1766
 
1767
1767
  :param context:
@@ -1792,7 +1792,7 @@ class OBJECT_PT_bClampToConstraint(
1792
1792
  :rtype: typing.Any
1793
1793
  """
1794
1794
 
1795
- def draw(self, context):
1795
+ def draw(self, context) -> None:
1796
1796
  """
1797
1797
 
1798
1798
  :param context:
@@ -1823,7 +1823,7 @@ class OBJECT_PT_bDampTrackConstraint(
1823
1823
  :rtype: typing.Any
1824
1824
  """
1825
1825
 
1826
- def draw(self, context):
1826
+ def draw(self, context) -> None:
1827
1827
  """
1828
1828
 
1829
1829
  :param context:
@@ -1854,7 +1854,7 @@ class OBJECT_PT_bDistLimitConstraint(
1854
1854
  :rtype: typing.Any
1855
1855
  """
1856
1856
 
1857
- def draw(self, context):
1857
+ def draw(self, context) -> None:
1858
1858
  """
1859
1859
 
1860
1860
  :param context:
@@ -1885,7 +1885,7 @@ class OBJECT_PT_bFollowPathConstraint(
1885
1885
  :rtype: typing.Any
1886
1886
  """
1887
1887
 
1888
- def draw(self, context):
1888
+ def draw(self, context) -> None:
1889
1889
  """
1890
1890
 
1891
1891
  :param context:
@@ -1916,7 +1916,7 @@ class OBJECT_PT_bFollowTrackConstraint(
1916
1916
  :rtype: typing.Any
1917
1917
  """
1918
1918
 
1919
- def draw(self, context):
1919
+ def draw(self, context) -> None:
1920
1920
  """
1921
1921
 
1922
1922
  :param context:
@@ -1947,7 +1947,7 @@ class OBJECT_PT_bKinematicConstraint(
1947
1947
  :rtype: typing.Any
1948
1948
  """
1949
1949
 
1950
- def draw(self, context):
1950
+ def draw(self, context) -> None:
1951
1951
  """
1952
1952
 
1953
1953
  :param context:
@@ -1978,7 +1978,7 @@ class OBJECT_PT_bLocLimitConstraint(
1978
1978
  :rtype: typing.Any
1979
1979
  """
1980
1980
 
1981
- def draw(self, context):
1981
+ def draw(self, context) -> None:
1982
1982
  """
1983
1983
 
1984
1984
  :param context:
@@ -2009,7 +2009,7 @@ class OBJECT_PT_bLocateLikeConstraint(
2009
2009
  :rtype: typing.Any
2010
2010
  """
2011
2011
 
2012
- def draw(self, context):
2012
+ def draw(self, context) -> None:
2013
2013
  """
2014
2014
 
2015
2015
  :param context:
@@ -2040,7 +2040,7 @@ class OBJECT_PT_bLockTrackConstraint(
2040
2040
  :rtype: typing.Any
2041
2041
  """
2042
2042
 
2043
- def draw(self, context):
2043
+ def draw(self, context) -> None:
2044
2044
  """
2045
2045
 
2046
2046
  :param context:
@@ -2071,7 +2071,7 @@ class OBJECT_PT_bMinMaxConstraint(
2071
2071
  :rtype: typing.Any
2072
2072
  """
2073
2073
 
2074
- def draw(self, context):
2074
+ def draw(self, context) -> None:
2075
2075
  """
2076
2076
 
2077
2077
  :param context:
@@ -2102,7 +2102,7 @@ class OBJECT_PT_bObjectSolverConstraint(
2102
2102
  :rtype: typing.Any
2103
2103
  """
2104
2104
 
2105
- def draw(self, context):
2105
+ def draw(self, context) -> None:
2106
2106
  """
2107
2107
 
2108
2108
  :param context:
@@ -2133,7 +2133,7 @@ class OBJECT_PT_bPivotConstraint(
2133
2133
  :rtype: typing.Any
2134
2134
  """
2135
2135
 
2136
- def draw(self, context):
2136
+ def draw(self, context) -> None:
2137
2137
  """
2138
2138
 
2139
2139
  :param context:
@@ -2164,7 +2164,7 @@ class OBJECT_PT_bRotLimitConstraint(
2164
2164
  :rtype: typing.Any
2165
2165
  """
2166
2166
 
2167
- def draw(self, context):
2167
+ def draw(self, context) -> None:
2168
2168
  """
2169
2169
 
2170
2170
  :param context:
@@ -2195,7 +2195,7 @@ class OBJECT_PT_bRotateLikeConstraint(
2195
2195
  :rtype: typing.Any
2196
2196
  """
2197
2197
 
2198
- def draw(self, context):
2198
+ def draw(self, context) -> None:
2199
2199
  """
2200
2200
 
2201
2201
  :param context:
@@ -2226,7 +2226,7 @@ class OBJECT_PT_bSameVolumeConstraint(
2226
2226
  :rtype: typing.Any
2227
2227
  """
2228
2228
 
2229
- def draw(self, context):
2229
+ def draw(self, context) -> None:
2230
2230
  """
2231
2231
 
2232
2232
  :param context:
@@ -2257,7 +2257,7 @@ class OBJECT_PT_bShrinkwrapConstraint(
2257
2257
  :rtype: typing.Any
2258
2258
  """
2259
2259
 
2260
- def draw(self, context):
2260
+ def draw(self, context) -> None:
2261
2261
  """
2262
2262
 
2263
2263
  :param context:
@@ -2288,7 +2288,7 @@ class OBJECT_PT_bSizeLikeConstraint(
2288
2288
  :rtype: typing.Any
2289
2289
  """
2290
2290
 
2291
- def draw(self, context):
2291
+ def draw(self, context) -> None:
2292
2292
  """
2293
2293
 
2294
2294
  :param context:
@@ -2319,7 +2319,7 @@ class OBJECT_PT_bSizeLimitConstraint(
2319
2319
  :rtype: typing.Any
2320
2320
  """
2321
2321
 
2322
- def draw(self, context):
2322
+ def draw(self, context) -> None:
2323
2323
  """
2324
2324
 
2325
2325
  :param context:
@@ -2350,7 +2350,7 @@ class OBJECT_PT_bStretchToConstraint(
2350
2350
  :rtype: typing.Any
2351
2351
  """
2352
2352
 
2353
- def draw(self, context):
2353
+ def draw(self, context) -> None:
2354
2354
  """
2355
2355
 
2356
2356
  :param context:
@@ -2381,7 +2381,7 @@ class OBJECT_PT_bTrackToConstraint(
2381
2381
  :rtype: typing.Any
2382
2382
  """
2383
2383
 
2384
- def draw(self, context):
2384
+ def draw(self, context) -> None:
2385
2385
  """
2386
2386
 
2387
2387
  :param context:
@@ -2412,7 +2412,7 @@ class OBJECT_PT_bTransLikeConstraint(
2412
2412
  :rtype: typing.Any
2413
2413
  """
2414
2414
 
2415
- def draw(self, context):
2415
+ def draw(self, context) -> None:
2416
2416
  """
2417
2417
 
2418
2418
  :param context:
@@ -2443,7 +2443,7 @@ class OBJECT_PT_bTransformCacheConstraint(
2443
2443
  :rtype: typing.Any
2444
2444
  """
2445
2445
 
2446
- def draw(self, context):
2446
+ def draw(self, context) -> None:
2447
2447
  """
2448
2448
 
2449
2449
  :param context:
@@ -2474,7 +2474,7 @@ class OBJECT_PT_bTransformCacheConstraint_layers(
2474
2474
  :rtype: typing.Any
2475
2475
  """
2476
2476
 
2477
- def draw(self, context):
2477
+ def draw(self, context) -> None:
2478
2478
  """
2479
2479
 
2480
2480
  :param context:
@@ -2505,7 +2505,7 @@ class OBJECT_PT_bTransformCacheConstraint_procedural(
2505
2505
  :rtype: typing.Any
2506
2506
  """
2507
2507
 
2508
- def draw(self, context):
2508
+ def draw(self, context) -> None:
2509
2509
  """
2510
2510
 
2511
2511
  :param context:
@@ -2536,7 +2536,7 @@ class OBJECT_PT_bTransformCacheConstraint_time(
2536
2536
  :rtype: typing.Any
2537
2537
  """
2538
2538
 
2539
- def draw(self, context):
2539
+ def draw(self, context) -> None:
2540
2540
  """
2541
2541
 
2542
2542
  :param context:
@@ -2567,7 +2567,7 @@ class OBJECT_PT_bTransformCacheConstraint_velocity(
2567
2567
  :rtype: typing.Any
2568
2568
  """
2569
2569
 
2570
- def draw(self, context):
2570
+ def draw(self, context) -> None:
2571
2571
  """
2572
2572
 
2573
2573
  :param context:
@@ -2598,7 +2598,7 @@ class OBJECT_PT_bTransformConstraint(
2598
2598
  :rtype: typing.Any
2599
2599
  """
2600
2600
 
2601
- def draw(self, context):
2601
+ def draw(self, context) -> None:
2602
2602
  """
2603
2603
 
2604
2604
  :param context:
@@ -2629,7 +2629,7 @@ class OBJECT_PT_bTransformConstraint_destination(
2629
2629
  :rtype: typing.Any
2630
2630
  """
2631
2631
 
2632
- def draw(self, context):
2632
+ def draw(self, context) -> None:
2633
2633
  """
2634
2634
 
2635
2635
  :param context:
@@ -2660,7 +2660,7 @@ class OBJECT_PT_bTransformConstraint_source(
2660
2660
  :rtype: typing.Any
2661
2661
  """
2662
2662
 
2663
- def draw(self, context):
2663
+ def draw(self, context) -> None:
2664
2664
  """
2665
2665
 
2666
2666
  :param context:
@@ -2689,7 +2689,7 @@ class OBJECT_PT_constraints(ObjectConstraintPanel, bpy.types.Panel):
2689
2689
  :rtype: typing.Any
2690
2690
  """
2691
2691
 
2692
- def draw(self, _context):
2692
+ def draw(self, _context) -> None:
2693
2693
  """
2694
2694
 
2695
2695
  :param _context:
@@ -2699,7 +2699,7 @@ class ObjectConstraintPanel:
2699
2699
  bl_context: typing.Any
2700
2700
 
2701
2701
  @classmethod
2702
- def poll(cls, context):
2702
+ def poll(cls, context) -> None:
2703
2703
  """
2704
2704
 
2705
2705
  :param context: