fake-bpy-module 20240517__py3-none-any.whl → 20240519__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 (312) hide show
  1. _bpy_internal/__init__.pyi +2 -1
  2. _bpy_internal/freedesktop/__init__.pyi +20 -86
  3. addon_utils/__init__.pyi +7 -31
  4. animsys_refactor/__init__.pyi +7 -26
  5. aud/__init__.pyi +3 -5
  6. bgl/__init__.pyi +2 -1630
  7. bl_app_override/__init__.pyi +5 -15
  8. bl_app_override/helpers/__init__.pyi +4 -23
  9. bl_app_template_utils/__init__.pyi +5 -16
  10. bl_console_utils/__init__.pyi +2 -1
  11. bl_console_utils/autocomplete/__init__.pyi +2 -1
  12. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -1
  13. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -1
  14. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -1
  15. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -1
  16. bl_i18n_utils/__init__.pyi +2 -1
  17. bl_i18n_utils/bl_extract_messages/__init__.pyi +15 -65
  18. bl_i18n_utils/merge_po/__init__.pyi +3 -5
  19. bl_i18n_utils/settings/__init__.pyi +4 -23
  20. bl_i18n_utils/utils/__init__.pyi +10 -66
  21. bl_i18n_utils/utils_cli/__init__.pyi +9 -31
  22. bl_i18n_utils/utils_languages_menu/__init__.pyi +3 -5
  23. bl_i18n_utils/utils_rtl/__init__.pyi +2 -1
  24. bl_keymap_utils/__init__.pyi +2 -1
  25. bl_keymap_utils/io/__init__.pyi +10 -40
  26. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -1
  27. bl_keymap_utils/keymap_hierarchy/__init__.pyi +3 -5
  28. bl_keymap_utils/platform_helpers/__init__.pyi +3 -6
  29. bl_keymap_utils/versioning/__init__.pyi +3 -5
  30. bl_math/__init__.pyi +2 -1
  31. bl_operators/__init__.pyi +4 -10
  32. bl_operators/add_mesh_torus/__init__.pyi +4 -19
  33. bl_operators/anim/__init__.pyi +2 -71
  34. bl_operators/assets/__init__.pyi +2 -30
  35. bl_operators/bmesh/__init__.pyi +2 -1
  36. bl_operators/bmesh/find_adjacent/__init__.pyi +9 -35
  37. bl_operators/clip/__init__.pyi +7 -115
  38. bl_operators/console/__init__.pyi +2 -38
  39. bl_operators/constraint/__init__.pyi +2 -37
  40. bl_operators/file/__init__.pyi +2 -28
  41. bl_operators/freestyle/__init__.pyi +2 -37
  42. bl_operators/geometry_nodes/__init__.pyi +15 -103
  43. bl_operators/image/__init__.pyi +2 -52
  44. bl_operators/mesh/__init__.pyi +2 -28
  45. bl_operators/node/__init__.pyi +2 -105
  46. bl_operators/object/__init__.pyi +2 -138
  47. bl_operators/object_align/__init__.pyi +5 -24
  48. bl_operators/object_quick_effects/__init__.pyi +4 -49
  49. bl_operators/object_randomize_transform/__init__.pyi +5 -14
  50. bl_operators/presets/__init__.pyi +4 -376
  51. bl_operators/rigidbody/__init__.pyi +2 -28
  52. bl_operators/screen_play_rendered_anim/__init__.pyi +3 -14
  53. bl_operators/sequencer/__init__.pyi +3 -104
  54. bl_operators/spreadsheet/__init__.pyi +2 -10
  55. bl_operators/userpref/__init__.pyi +3 -201
  56. bl_operators/uvcalc_follow_active/__init__.pyi +4 -19
  57. bl_operators/uvcalc_lightmap/__init__.pyi +4 -34
  58. bl_operators/uvcalc_transform/__init__.pyi +13 -73
  59. bl_operators/vertexpaint_dirt/__init__.pyi +4 -19
  60. bl_operators/view3d/__init__.pyi +2 -64
  61. bl_operators/wm/__init__.pyi +16 -451
  62. bl_operators/world/__init__.pyi +2 -10
  63. bl_previews_utils/__init__.pyi +2 -1
  64. bl_previews_utils/bl_previews_render/__init__.pyi +10 -36
  65. bl_rna_utils/__init__.pyi +2 -1
  66. bl_rna_utils/data_path/__init__.pyi +2 -2
  67. bl_text_utils/__init__.pyi +2 -1
  68. bl_text_utils/external_editor/__init__.pyi +3 -5
  69. bl_ui/__init__.pyi +32 -141
  70. bl_ui/anim/__init__.pyi +3 -12
  71. bl_ui/asset_shelf/__init__.pyi +3 -16
  72. bl_ui/generic_ui_list/__init__.pyi +4 -31
  73. bl_ui/node_add_menu/__init__.pyi +6 -28
  74. bl_ui/node_add_menu_compositor/__init__.pyi +20 -237
  75. bl_ui/node_add_menu_geometry/__init__.pyi +50 -629
  76. bl_ui/node_add_menu_shader/__init__.pyi +20 -170
  77. bl_ui/node_add_menu_texture/__init__.pyi +11 -118
  78. bl_ui/properties_animviz/__init__.pyi +2 -15
  79. bl_ui/properties_collection/__init__.pyi +9 -112
  80. bl_ui/properties_constraint/__init__.pyi +81 -1524
  81. bl_ui/properties_data_armature/__init__.pyi +14 -214
  82. bl_ui/properties_data_bone/__init__.pyi +12 -198
  83. bl_ui/properties_data_camera/__init__.pyi +17 -312
  84. bl_ui/properties_data_curve/__init__.pyi +17 -319
  85. bl_ui/properties_data_curves/__init__.pyi +8 -108
  86. bl_ui/properties_data_empty/__init__.pyi +4 -44
  87. bl_ui/properties_data_gpencil/__init__.pyi +20 -350
  88. bl_ui/properties_data_grease_pencil/__init__.pyi +16 -257
  89. bl_ui/properties_data_lattice/__init__.pyi +5 -65
  90. bl_ui/properties_data_light/__init__.pyi +14 -264
  91. bl_ui/properties_data_lightprobe/__init__.pyi +15 -277
  92. bl_ui/properties_data_mesh/__init__.pyi +23 -325
  93. bl_ui/properties_data_metaball/__init__.pyi +7 -103
  94. bl_ui/properties_data_modifier/__init__.pyi +10 -178
  95. bl_ui/properties_data_pointcloud/__init__.pyi +7 -89
  96. bl_ui/properties_data_shaderfx/__init__.pyi +3 -27
  97. bl_ui/properties_data_speaker/__init__.pyi +7 -111
  98. bl_ui/properties_data_volume/__init__.pyi +10 -156
  99. bl_ui/properties_freestyle/__init__.pyi +31 -615
  100. bl_ui/properties_grease_pencil_common/__init__.pyi +17 -216
  101. bl_ui/properties_mask_common/__init__.pyi +10 -111
  102. bl_ui/properties_material/__init__.pyi +20 -331
  103. bl_ui/properties_material_gpencil/__init__.pyi +12 -182
  104. bl_ui/properties_object/__init__.pyi +16 -276
  105. bl_ui/properties_output/__init__.pyi +20 -370
  106. bl_ui/properties_paint_common/__init__.pyi +14 -106
  107. bl_ui/properties_particle/__init__.pyi +58 -1159
  108. bl_ui/properties_physics_cloth/__init__.pyi +17 -314
  109. bl_ui/properties_physics_common/__init__.pyi +9 -58
  110. bl_ui/properties_physics_dynamicpaint/__init__.pyi +24 -490
  111. bl_ui/properties_physics_field/__init__.pyi +13 -218
  112. bl_ui/properties_physics_fluid/__init__.pyi +30 -626
  113. bl_ui/properties_physics_geometry_nodes/__init__.pyi +3 -20
  114. bl_ui/properties_physics_rigidbody/__init__.pyi +11 -188
  115. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +15 -279
  116. bl_ui/properties_physics_softbody/__init__.pyi +18 -353
  117. bl_ui/properties_render/__init__.pyi +56 -1146
  118. bl_ui/properties_scene/__init__.pyi +17 -298
  119. bl_ui/properties_texture/__init__.pyi +30 -577
  120. bl_ui/properties_view_layer/__init__.pyi +20 -346
  121. bl_ui/properties_workspace/__init__.pyi +6 -80
  122. bl_ui/properties_world/__init__.pyi +12 -220
  123. bl_ui/space_clip/__init__.pyi +73 -1090
  124. bl_ui/space_console/__init__.pyi +9 -73
  125. bl_ui/space_dopesheet/__init__.pyi +33 -485
  126. bl_ui/space_filebrowser/__init__.pyi +36 -431
  127. bl_ui/space_graph/__init__.pyi +22 -237
  128. bl_ui/space_image/__init__.pyi +70 -1089
  129. bl_ui/space_info/__init__.pyi +8 -71
  130. bl_ui/space_nla/__init__.pyi +19 -210
  131. bl_ui/space_node/__init__.pyi +32 -436
  132. bl_ui/space_outliner/__init__.pyi +17 -165
  133. bl_ui/space_properties/__init__.pyi +5 -42
  134. bl_ui/space_sequencer/__init__.pyi +79 -1142
  135. bl_ui/space_spreadsheet/__init__.pyi +3 -12
  136. bl_ui/space_statusbar/__init__.pyi +3 -12
  137. bl_ui/space_text/__init__.pyi +18 -193
  138. bl_ui/space_time/__init__.pyi +10 -111
  139. bl_ui/space_toolsystem_common/__init__.pyi +42 -200
  140. bl_ui/space_toolsystem_toolbar/__init__.pyi +119 -863
  141. bl_ui/space_topbar/__init__.pyi +29 -335
  142. bl_ui/space_userpref/__init__.pyi +94 -1576
  143. bl_ui/space_view3d/__init__.pyi +271 -3438
  144. bl_ui/space_view3d_toolbar/__init__.pyi +95 -1899
  145. bl_ui/temp_anim_layers/__init__.pyi +4 -22
  146. bl_ui/utils/__init__.pyi +2 -8
  147. bl_ui_utils/__init__.pyi +2 -1
  148. bl_ui_utils/bug_report_url/__init__.pyi +3 -5
  149. bl_ui_utils/layout/__init__.pyi +2 -1
  150. blend_render_info/__init__.pyi +4 -10
  151. blf/__init__.pyi +2 -1
  152. bmesh/__init__.pyi +2 -1
  153. bmesh/geometry/__init__.pyi +2 -1
  154. bmesh/ops/__init__.pyi +2 -1
  155. bmesh/types/__init__.pyi +29 -45
  156. bmesh/utils/__init__.pyi +2 -1
  157. bpy/__init__.pyi +2 -1
  158. bpy/app/__init__.pyi +2 -1
  159. bpy/app/handlers/__init__.pyi +2 -1
  160. bpy/app/icons/__init__.pyi +2 -1
  161. bpy/app/timers/__init__.pyi +8 -15
  162. bpy/app/translations/__init__.pyi +2 -1
  163. bpy/msgbus/__init__.pyi +2 -1
  164. bpy/ops/__init__.pyi +2 -1
  165. bpy/ops/action/__init__.pyi +22 -21
  166. bpy/ops/anim/__init__.pyi +32 -31
  167. bpy/ops/armature/__init__.pyi +22 -21
  168. bpy/ops/asset/__init__.pyi +8 -7
  169. bpy/ops/bl_pkg/__init__.pyi +4 -3
  170. bpy/ops/boid/__init__.pyi +2 -1
  171. bpy/ops/brush/__init__.pyi +10 -9
  172. bpy/ops/buttons/__init__.pyi +10 -9
  173. bpy/ops/cachefile/__init__.pyi +12 -11
  174. bpy/ops/camera/__init__.pyi +2 -1
  175. bpy/ops/clip/__init__.pyi +38 -37
  176. bpy/ops/cloth/__init__.pyi +2 -1
  177. bpy/ops/collection/__init__.pyi +8 -7
  178. bpy/ops/console/__init__.pyi +8 -7
  179. bpy/ops/constraint/__init__.pyi +30 -29
  180. bpy/ops/curve/__init__.pyi +32 -31
  181. bpy/ops/curves/__init__.pyi +10 -9
  182. bpy/ops/cycles/__init__.pyi +2 -1
  183. bpy/ops/dpaint/__init__.pyi +4 -3
  184. bpy/ops/ed/__init__.pyi +6 -5
  185. bpy/ops/export_anim/__init__.pyi +4 -3
  186. bpy/ops/export_scene/__init__.pyi +40 -39
  187. bpy/ops/file/__init__.pyi +20 -19
  188. bpy/ops/fluid/__init__.pyi +2 -1
  189. bpy/ops/font/__init__.pyi +22 -21
  190. bpy/ops/geometry/__init__.pyi +4 -3
  191. bpy/ops/gizmogroup/__init__.pyi +2 -1
  192. bpy/ops/gpencil/__init__.pyi +134 -133
  193. bpy/ops/graph/__init__.pyi +40 -39
  194. bpy/ops/grease_pencil/__init__.pyi +42 -41
  195. bpy/ops/image/__init__.pyi +22 -21
  196. bpy/ops/import_anim/__init__.pyi +10 -9
  197. bpy/ops/import_curve/__init__.pyi +2 -1
  198. bpy/ops/import_scene/__init__.pyi +20 -19
  199. bpy/ops/info/__init__.pyi +6 -5
  200. bpy/ops/lattice/__init__.pyi +8 -7
  201. bpy/ops/marker/__init__.pyi +10 -9
  202. bpy/ops/mask/__init__.pyi +14 -13
  203. bpy/ops/material/__init__.pyi +2 -1
  204. bpy/ops/mball/__init__.pyi +8 -7
  205. bpy/ops/mesh/__init__.pyi +112 -111
  206. bpy/ops/nla/__init__.pyi +16 -15
  207. bpy/ops/node/__init__.pyi +32 -31
  208. bpy/ops/object/__init__.pyi +186 -185
  209. bpy/ops/outliner/__init__.pyi +38 -37
  210. bpy/ops/paint/__init__.pyi +50 -49
  211. bpy/ops/paintcurve/__init__.pyi +2 -1
  212. bpy/ops/palette/__init__.pyi +6 -5
  213. bpy/ops/particle/__init__.pyi +16 -15
  214. bpy/ops/pose/__init__.pyi +32 -31
  215. bpy/ops/poselib/__init__.pyi +2 -1
  216. bpy/ops/preferences/__init__.pyi +14 -13
  217. bpy/ops/ptcache/__init__.pyi +2 -1
  218. bpy/ops/render/__init__.pyi +4 -3
  219. bpy/ops/rigidbody/__init__.pyi +10 -9
  220. bpy/ops/scene/__init__.pyi +18 -17
  221. bpy/ops/screen/__init__.pyi +16 -15
  222. bpy/ops/script/__init__.pyi +2 -1
  223. bpy/ops/sculpt/__init__.pyi +68 -67
  224. bpy/ops/sculpt_curves/__init__.pyi +4 -3
  225. bpy/ops/sequencer/__init__.pyi +74 -73
  226. bpy/ops/sound/__init__.pyi +20 -19
  227. bpy/ops/spreadsheet/__init__.pyi +2 -1
  228. bpy/ops/surface/__init__.pyi +14 -13
  229. bpy/ops/text/__init__.pyi +24 -23
  230. bpy/ops/text_editor/__init__.pyi +2 -1
  231. bpy/ops/texture/__init__.pyi +4 -3
  232. bpy/ops/transform/__init__.pyi +32 -31
  233. bpy/ops/ui/__init__.pyi +8 -7
  234. bpy/ops/uilist/__init__.pyi +4 -3
  235. bpy/ops/uv/__init__.pyi +66 -65
  236. bpy/ops/view2d/__init__.pyi +2 -1
  237. bpy/ops/view3d/__init__.pyi +36 -35
  238. bpy/ops/wm/__init__.pyi +191 -187
  239. bpy/ops/workspace/__init__.pyi +2 -1
  240. bpy/ops/world/__init__.pyi +2 -1
  241. bpy/path/__init__.pyi +2 -1
  242. bpy/props/__init__.pyi +2 -1
  243. bpy/types/__init__.pyi +546 -4852
  244. bpy/utils/__init__.pyi +16 -71
  245. bpy/utils/previews/__init__.pyi +2 -1
  246. bpy/utils/units/__init__.pyi +2 -1
  247. bpy_extras/__init__.pyi +2 -1
  248. bpy_extras/anim_utils/__init__.pyi +2 -2
  249. bpy_extras/asset_utils/__init__.pyi +2 -11
  250. bpy_extras/bmesh_utils/__init__.pyi +3 -5
  251. bpy_extras/extensions/__init__.pyi +2 -1
  252. bpy_extras/extensions/junction_module/__init__.pyi +3 -7
  253. bpy_extras/id_map_utils/__init__.pyi +2 -1
  254. bpy_extras/image_utils/__init__.pyi +2 -1
  255. bpy_extras/io_utils/__init__.pyi +6 -25
  256. bpy_extras/keyconfig_utils/__init__.pyi +4 -10
  257. bpy_extras/mesh_utils/__init__.pyi +2 -1
  258. bpy_extras/node_shader_utils/__init__.pyi +46 -286
  259. bpy_extras/node_utils/__init__.pyi +4 -10
  260. bpy_extras/object_utils/__init__.pyi +2 -3
  261. bpy_extras/view3d_utils/__init__.pyi +2 -1
  262. bpy_extras/wm_utils/__init__.pyi +2 -1
  263. bpy_extras/wm_utils/progress_report/__init__.pyi +4 -29
  264. bpy_restrict_state/__init__.pyi +3 -15
  265. bpy_types/__init__.pyi +10 -275
  266. console_python/__init__.pyi +8 -37
  267. console_shell/__init__.pyi +8 -26
  268. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/METADATA +1 -1
  269. fake_bpy_module-20240519.dist-info/RECORD +353 -0
  270. freestyle/__init__.pyi +2 -1
  271. freestyle/chainingiterators/__init__.pyi +12 -41
  272. freestyle/functions/__init__.pyi +9 -34
  273. freestyle/predicates/__init__.pyi +46 -218
  274. freestyle/shaders/__init__.pyi +2 -11
  275. freestyle/types/__init__.pyi +2 -1
  276. freestyle/utils/ContextFunctions/__init__.pyi +2 -1
  277. freestyle/utils/__init__.pyi +5 -16
  278. gpu/__init__.pyi +2 -1
  279. gpu/capabilities/__init__.pyi +2 -1
  280. gpu/matrix/__init__.pyi +2 -1
  281. gpu/platform/__init__.pyi +2 -1
  282. gpu/select/__init__.pyi +2 -1
  283. gpu/shader/__init__.pyi +2 -1
  284. gpu/state/__init__.pyi +2 -1
  285. gpu/texture/__init__.pyi +2 -1
  286. gpu/types/__init__.pyi +2 -1
  287. gpu_extras/__init__.pyi +2 -1
  288. gpu_extras/batch/__init__.pyi +2 -1
  289. gpu_extras/presets/__init__.pyi +2 -1
  290. graphviz_export/__init__.pyi +4 -10
  291. idprop/__init__.pyi +2 -1
  292. idprop/types/__init__.pyi +8 -34
  293. imbuf/__init__.pyi +2 -1
  294. imbuf/types/__init__.pyi +2 -3
  295. keyingsets_builtins/__init__.pyi +4 -157
  296. keyingsets_utils/__init__.pyi +17 -71
  297. mathutils/__init__.pyi +2 -1
  298. mathutils/bvhtree/__init__.pyi +2 -3
  299. mathutils/geometry/__init__.pyi +2 -1
  300. mathutils/interpolate/__init__.pyi +2 -1
  301. mathutils/kdtree/__init__.pyi +2 -1
  302. mathutils/noise/__init__.pyi +2 -1
  303. nodeitems_builtins/__init__.pyi +7 -31
  304. nodeitems_utils/__init__.pyi +10 -46
  305. rna_info/__init__.pyi +24 -201
  306. rna_keymap_ui/__init__.pyi +9 -31
  307. rna_prop_ui/__init__.pyi +11 -50
  308. rna_xml/__init__.pyi +8 -30
  309. sys_info/__init__.pyi +3 -5
  310. fake_bpy_module-20240517.dist-info/RECORD +0 -353
  311. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/WHEEL +0 -0
  312. {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240519.dist-info}/top_level.txt +0 -0
@@ -2,13 +2,11 @@ import typing
2
2
  import bpy.types
3
3
  import bpy_types
4
4
 
5
- GenericType = typing.TypeVar("GenericType")
5
+ GenericType1 = typing.TypeVar("GenericType1")
6
+ GenericType2 = typing.TypeVar("GenericType2")
6
7
 
7
8
  class BoneConstraintPanel:
8
- """ """
9
-
10
9
  bl_context: typing.Any
11
- """ """
12
10
 
13
11
  def poll(self, context):
14
12
  """
@@ -18,19 +16,10 @@ class BoneConstraintPanel:
18
16
  ...
19
17
 
20
18
  class ConstraintButtonsPanel:
21
- """ """
22
-
23
19
  bl_label: typing.Any
24
- """ """
25
-
26
20
  bl_options: typing.Any
27
- """ """
28
-
29
21
  bl_region_type: typing.Any
30
- """ """
31
-
32
22
  bl_space_type: typing.Any
33
- """ """
34
23
 
35
24
  def draw_action(self, context):
36
25
  """
@@ -278,16 +267,9 @@ class ConstraintButtonsPanel:
278
267
  ...
279
268
 
280
269
  class ConstraintButtonsSubPanel:
281
- """ """
282
-
283
270
  bl_label: typing.Any
284
- """ """
285
-
286
271
  bl_region_type: typing.Any
287
- """ """
288
-
289
272
  bl_space_type: typing.Any
290
- """ """
291
273
 
292
274
  def draw_action_action(self, context):
293
275
  """
@@ -382,10 +364,7 @@ class ConstraintButtonsSubPanel:
382
364
  ...
383
365
 
384
366
  class ObjectConstraintPanel:
385
- """ """
386
-
387
367
  bl_context: typing.Any
388
- """ """
389
368
 
390
369
  def poll(self, context):
391
370
  """
@@ -395,28 +374,13 @@ class ObjectConstraintPanel:
395
374
  ...
396
375
 
397
376
  class BONE_PT_constraints(bpy_types.Panel, BoneConstraintPanel, bpy_types._GenericUI):
398
- """ """
399
-
400
377
  bl_context: typing.Any
401
- """ """
402
-
403
378
  bl_label: typing.Any
404
- """ """
405
-
406
379
  bl_options: typing.Any
407
- """ """
408
-
409
380
  bl_region_type: typing.Any
410
- """ """
411
-
412
381
  bl_rna: typing.Any
413
- """ """
414
-
415
382
  bl_space_type: typing.Any
416
- """ """
417
-
418
383
  id_data: typing.Any
419
- """ """
420
384
 
421
385
  def append(self, draw_func):
422
386
  """Append a draw function to this menu,
@@ -501,10 +465,7 @@ class BONE_PT_constraints(bpy_types.Panel, BoneConstraintPanel, bpy_types._Gener
501
465
  """
502
466
  ...
503
467
 
504
- def is_extended(self):
505
- """ """
506
- ...
507
-
468
+ def is_extended(self): ...
508
469
  def is_property_hidden(self) -> bool:
509
470
  """Check if a property is hidden.
510
471
 
@@ -642,28 +603,13 @@ class BONE_PT_constraints(bpy_types.Panel, BoneConstraintPanel, bpy_types._Gener
642
603
  class BONE_PT_bActionConstraint(
643
604
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
644
605
  ):
645
- """ """
646
-
647
606
  bl_context: typing.Any
648
- """ """
649
-
650
607
  bl_label: typing.Any
651
- """ """
652
-
653
608
  bl_options: typing.Any
654
- """ """
655
-
656
609
  bl_region_type: typing.Any
657
- """ """
658
-
659
610
  bl_rna: typing.Any
660
- """ """
661
-
662
611
  bl_space_type: typing.Any
663
- """ """
664
-
665
612
  id_data: typing.Any
666
- """ """
667
613
 
668
614
  def append(self, draw_func):
669
615
  """Append a draw function to this menu,
@@ -973,10 +919,7 @@ class BONE_PT_bActionConstraint(
973
919
  """
974
920
  ...
975
921
 
976
- def is_extended(self):
977
- """ """
978
- ...
979
-
922
+ def is_extended(self): ...
980
923
  def is_property_hidden(self) -> bool:
981
924
  """Check if a property is hidden.
982
925
 
@@ -1134,28 +1077,13 @@ class BONE_PT_bActionConstraint(
1134
1077
  class BONE_PT_bArmatureConstraint(
1135
1078
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
1136
1079
  ):
1137
- """ """
1138
-
1139
1080
  bl_context: typing.Any
1140
- """ """
1141
-
1142
1081
  bl_label: typing.Any
1143
- """ """
1144
-
1145
1082
  bl_options: typing.Any
1146
- """ """
1147
-
1148
1083
  bl_region_type: typing.Any
1149
- """ """
1150
-
1151
1084
  bl_rna: typing.Any
1152
- """ """
1153
-
1154
1085
  bl_space_type: typing.Any
1155
- """ """
1156
-
1157
1086
  id_data: typing.Any
1158
- """ """
1159
1087
 
1160
1088
  def append(self, draw_func):
1161
1089
  """Append a draw function to this menu,
@@ -1465,10 +1393,7 @@ class BONE_PT_bArmatureConstraint(
1465
1393
  """
1466
1394
  ...
1467
1395
 
1468
- def is_extended(self):
1469
- """ """
1470
- ...
1471
-
1396
+ def is_extended(self): ...
1472
1397
  def is_property_hidden(self) -> bool:
1473
1398
  """Check if a property is hidden.
1474
1399
 
@@ -1626,28 +1551,13 @@ class BONE_PT_bArmatureConstraint(
1626
1551
  class BONE_PT_bCameraSolverConstraint(
1627
1552
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
1628
1553
  ):
1629
- """ """
1630
-
1631
1554
  bl_context: typing.Any
1632
- """ """
1633
-
1634
1555
  bl_label: typing.Any
1635
- """ """
1636
-
1637
1556
  bl_options: typing.Any
1638
- """ """
1639
-
1640
1557
  bl_region_type: typing.Any
1641
- """ """
1642
-
1643
1558
  bl_rna: typing.Any
1644
- """ """
1645
-
1646
1559
  bl_space_type: typing.Any
1647
- """ """
1648
-
1649
1560
  id_data: typing.Any
1650
- """ """
1651
1561
 
1652
1562
  def append(self, draw_func):
1653
1563
  """Append a draw function to this menu,
@@ -1957,10 +1867,7 @@ class BONE_PT_bCameraSolverConstraint(
1957
1867
  """
1958
1868
  ...
1959
1869
 
1960
- def is_extended(self):
1961
- """ """
1962
- ...
1963
-
1870
+ def is_extended(self): ...
1964
1871
  def is_property_hidden(self) -> bool:
1965
1872
  """Check if a property is hidden.
1966
1873
 
@@ -2118,28 +2025,13 @@ class BONE_PT_bCameraSolverConstraint(
2118
2025
  class BONE_PT_bChildOfConstraint(
2119
2026
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2120
2027
  ):
2121
- """ """
2122
-
2123
2028
  bl_context: typing.Any
2124
- """ """
2125
-
2126
2029
  bl_label: typing.Any
2127
- """ """
2128
-
2129
2030
  bl_options: typing.Any
2130
- """ """
2131
-
2132
2031
  bl_region_type: typing.Any
2133
- """ """
2134
-
2135
2032
  bl_rna: typing.Any
2136
- """ """
2137
-
2138
2033
  bl_space_type: typing.Any
2139
- """ """
2140
-
2141
2034
  id_data: typing.Any
2142
- """ """
2143
2035
 
2144
2036
  def append(self, draw_func):
2145
2037
  """Append a draw function to this menu,
@@ -2449,10 +2341,7 @@ class BONE_PT_bChildOfConstraint(
2449
2341
  """
2450
2342
  ...
2451
2343
 
2452
- def is_extended(self):
2453
- """ """
2454
- ...
2455
-
2344
+ def is_extended(self): ...
2456
2345
  def is_property_hidden(self) -> bool:
2457
2346
  """Check if a property is hidden.
2458
2347
 
@@ -2610,28 +2499,13 @@ class BONE_PT_bChildOfConstraint(
2610
2499
  class BONE_PT_bClampToConstraint(
2611
2500
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
2612
2501
  ):
2613
- """ """
2614
-
2615
2502
  bl_context: typing.Any
2616
- """ """
2617
-
2618
2503
  bl_label: typing.Any
2619
- """ """
2620
-
2621
2504
  bl_options: typing.Any
2622
- """ """
2623
-
2624
2505
  bl_region_type: typing.Any
2625
- """ """
2626
-
2627
2506
  bl_rna: typing.Any
2628
- """ """
2629
-
2630
2507
  bl_space_type: typing.Any
2631
- """ """
2632
-
2633
2508
  id_data: typing.Any
2634
- """ """
2635
2509
 
2636
2510
  def append(self, draw_func):
2637
2511
  """Append a draw function to this menu,
@@ -2941,10 +2815,7 @@ class BONE_PT_bClampToConstraint(
2941
2815
  """
2942
2816
  ...
2943
2817
 
2944
- def is_extended(self):
2945
- """ """
2946
- ...
2947
-
2818
+ def is_extended(self): ...
2948
2819
  def is_property_hidden(self) -> bool:
2949
2820
  """Check if a property is hidden.
2950
2821
 
@@ -3102,28 +2973,13 @@ class BONE_PT_bClampToConstraint(
3102
2973
  class BONE_PT_bDampTrackConstraint(
3103
2974
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
3104
2975
  ):
3105
- """ """
3106
-
3107
2976
  bl_context: typing.Any
3108
- """ """
3109
-
3110
2977
  bl_label: typing.Any
3111
- """ """
3112
-
3113
2978
  bl_options: typing.Any
3114
- """ """
3115
-
3116
2979
  bl_region_type: typing.Any
3117
- """ """
3118
-
3119
2980
  bl_rna: typing.Any
3120
- """ """
3121
-
3122
2981
  bl_space_type: typing.Any
3123
- """ """
3124
-
3125
2982
  id_data: typing.Any
3126
- """ """
3127
2983
 
3128
2984
  def append(self, draw_func):
3129
2985
  """Append a draw function to this menu,
@@ -3433,10 +3289,7 @@ class BONE_PT_bDampTrackConstraint(
3433
3289
  """
3434
3290
  ...
3435
3291
 
3436
- def is_extended(self):
3437
- """ """
3438
- ...
3439
-
3292
+ def is_extended(self): ...
3440
3293
  def is_property_hidden(self) -> bool:
3441
3294
  """Check if a property is hidden.
3442
3295
 
@@ -3594,28 +3447,13 @@ class BONE_PT_bDampTrackConstraint(
3594
3447
  class BONE_PT_bDistLimitConstraint(
3595
3448
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
3596
3449
  ):
3597
- """ """
3598
-
3599
3450
  bl_context: typing.Any
3600
- """ """
3601
-
3602
3451
  bl_label: typing.Any
3603
- """ """
3604
-
3605
3452
  bl_options: typing.Any
3606
- """ """
3607
-
3608
3453
  bl_region_type: typing.Any
3609
- """ """
3610
-
3611
3454
  bl_rna: typing.Any
3612
- """ """
3613
-
3614
3455
  bl_space_type: typing.Any
3615
- """ """
3616
-
3617
3456
  id_data: typing.Any
3618
- """ """
3619
3457
 
3620
3458
  def append(self, draw_func):
3621
3459
  """Append a draw function to this menu,
@@ -3925,10 +3763,7 @@ class BONE_PT_bDistLimitConstraint(
3925
3763
  """
3926
3764
  ...
3927
3765
 
3928
- def is_extended(self):
3929
- """ """
3930
- ...
3931
-
3766
+ def is_extended(self): ...
3932
3767
  def is_property_hidden(self) -> bool:
3933
3768
  """Check if a property is hidden.
3934
3769
 
@@ -4086,28 +3921,13 @@ class BONE_PT_bDistLimitConstraint(
4086
3921
  class BONE_PT_bFollowPathConstraint(
4087
3922
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
4088
3923
  ):
4089
- """ """
4090
-
4091
3924
  bl_context: typing.Any
4092
- """ """
4093
-
4094
3925
  bl_label: typing.Any
4095
- """ """
4096
-
4097
3926
  bl_options: typing.Any
4098
- """ """
4099
-
4100
3927
  bl_region_type: typing.Any
4101
- """ """
4102
-
4103
3928
  bl_rna: typing.Any
4104
- """ """
4105
-
4106
3929
  bl_space_type: typing.Any
4107
- """ """
4108
-
4109
3930
  id_data: typing.Any
4110
- """ """
4111
3931
 
4112
3932
  def append(self, draw_func):
4113
3933
  """Append a draw function to this menu,
@@ -4417,10 +4237,7 @@ class BONE_PT_bFollowPathConstraint(
4417
4237
  """
4418
4238
  ...
4419
4239
 
4420
- def is_extended(self):
4421
- """ """
4422
- ...
4423
-
4240
+ def is_extended(self): ...
4424
4241
  def is_property_hidden(self) -> bool:
4425
4242
  """Check if a property is hidden.
4426
4243
 
@@ -4578,28 +4395,13 @@ class BONE_PT_bFollowPathConstraint(
4578
4395
  class BONE_PT_bFollowTrackConstraint(
4579
4396
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
4580
4397
  ):
4581
- """ """
4582
-
4583
4398
  bl_context: typing.Any
4584
- """ """
4585
-
4586
4399
  bl_label: typing.Any
4587
- """ """
4588
-
4589
4400
  bl_options: typing.Any
4590
- """ """
4591
-
4592
4401
  bl_region_type: typing.Any
4593
- """ """
4594
-
4595
4402
  bl_rna: typing.Any
4596
- """ """
4597
-
4598
4403
  bl_space_type: typing.Any
4599
- """ """
4600
-
4601
4404
  id_data: typing.Any
4602
- """ """
4603
4405
 
4604
4406
  def append(self, draw_func):
4605
4407
  """Append a draw function to this menu,
@@ -4909,10 +4711,7 @@ class BONE_PT_bFollowTrackConstraint(
4909
4711
  """
4910
4712
  ...
4911
4713
 
4912
- def is_extended(self):
4913
- """ """
4914
- ...
4915
-
4714
+ def is_extended(self): ...
4916
4715
  def is_property_hidden(self) -> bool:
4917
4716
  """Check if a property is hidden.
4918
4717
 
@@ -5070,28 +4869,13 @@ class BONE_PT_bFollowTrackConstraint(
5070
4869
  class BONE_PT_bKinematicConstraint(
5071
4870
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
5072
4871
  ):
5073
- """ """
5074
-
5075
4872
  bl_context: typing.Any
5076
- """ """
5077
-
5078
4873
  bl_label: typing.Any
5079
- """ """
5080
-
5081
4874
  bl_options: typing.Any
5082
- """ """
5083
-
5084
4875
  bl_region_type: typing.Any
5085
- """ """
5086
-
5087
4876
  bl_rna: typing.Any
5088
- """ """
5089
-
5090
4877
  bl_space_type: typing.Any
5091
- """ """
5092
-
5093
4878
  id_data: typing.Any
5094
- """ """
5095
4879
 
5096
4880
  def append(self, draw_func):
5097
4881
  """Append a draw function to this menu,
@@ -5401,10 +5185,7 @@ class BONE_PT_bKinematicConstraint(
5401
5185
  """
5402
5186
  ...
5403
5187
 
5404
- def is_extended(self):
5405
- """ """
5406
- ...
5407
-
5188
+ def is_extended(self): ...
5408
5189
  def is_property_hidden(self) -> bool:
5409
5190
  """Check if a property is hidden.
5410
5191
 
@@ -5562,28 +5343,13 @@ class BONE_PT_bKinematicConstraint(
5562
5343
  class BONE_PT_bLocLimitConstraint(
5563
5344
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
5564
5345
  ):
5565
- """ """
5566
-
5567
5346
  bl_context: typing.Any
5568
- """ """
5569
-
5570
5347
  bl_label: typing.Any
5571
- """ """
5572
-
5573
5348
  bl_options: typing.Any
5574
- """ """
5575
-
5576
5349
  bl_region_type: typing.Any
5577
- """ """
5578
-
5579
5350
  bl_rna: typing.Any
5580
- """ """
5581
-
5582
5351
  bl_space_type: typing.Any
5583
- """ """
5584
-
5585
5352
  id_data: typing.Any
5586
- """ """
5587
5353
 
5588
5354
  def append(self, draw_func):
5589
5355
  """Append a draw function to this menu,
@@ -5893,10 +5659,7 @@ class BONE_PT_bLocLimitConstraint(
5893
5659
  """
5894
5660
  ...
5895
5661
 
5896
- def is_extended(self):
5897
- """ """
5898
- ...
5899
-
5662
+ def is_extended(self): ...
5900
5663
  def is_property_hidden(self) -> bool:
5901
5664
  """Check if a property is hidden.
5902
5665
 
@@ -6054,28 +5817,13 @@ class BONE_PT_bLocLimitConstraint(
6054
5817
  class BONE_PT_bLocateLikeConstraint(
6055
5818
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
6056
5819
  ):
6057
- """ """
6058
-
6059
5820
  bl_context: typing.Any
6060
- """ """
6061
-
6062
5821
  bl_label: typing.Any
6063
- """ """
6064
-
6065
5822
  bl_options: typing.Any
6066
- """ """
6067
-
6068
5823
  bl_region_type: typing.Any
6069
- """ """
6070
-
6071
5824
  bl_rna: typing.Any
6072
- """ """
6073
-
6074
5825
  bl_space_type: typing.Any
6075
- """ """
6076
-
6077
5826
  id_data: typing.Any
6078
- """ """
6079
5827
 
6080
5828
  def append(self, draw_func):
6081
5829
  """Append a draw function to this menu,
@@ -6385,10 +6133,7 @@ class BONE_PT_bLocateLikeConstraint(
6385
6133
  """
6386
6134
  ...
6387
6135
 
6388
- def is_extended(self):
6389
- """ """
6390
- ...
6391
-
6136
+ def is_extended(self): ...
6392
6137
  def is_property_hidden(self) -> bool:
6393
6138
  """Check if a property is hidden.
6394
6139
 
@@ -6546,28 +6291,13 @@ class BONE_PT_bLocateLikeConstraint(
6546
6291
  class BONE_PT_bLockTrackConstraint(
6547
6292
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
6548
6293
  ):
6549
- """ """
6550
-
6551
6294
  bl_context: typing.Any
6552
- """ """
6553
-
6554
6295
  bl_label: typing.Any
6555
- """ """
6556
-
6557
6296
  bl_options: typing.Any
6558
- """ """
6559
-
6560
6297
  bl_region_type: typing.Any
6561
- """ """
6562
-
6563
6298
  bl_rna: typing.Any
6564
- """ """
6565
-
6566
6299
  bl_space_type: typing.Any
6567
- """ """
6568
-
6569
6300
  id_data: typing.Any
6570
- """ """
6571
6301
 
6572
6302
  def append(self, draw_func):
6573
6303
  """Append a draw function to this menu,
@@ -6877,10 +6607,7 @@ class BONE_PT_bLockTrackConstraint(
6877
6607
  """
6878
6608
  ...
6879
6609
 
6880
- def is_extended(self):
6881
- """ """
6882
- ...
6883
-
6610
+ def is_extended(self): ...
6884
6611
  def is_property_hidden(self) -> bool:
6885
6612
  """Check if a property is hidden.
6886
6613
 
@@ -7038,28 +6765,13 @@ class BONE_PT_bLockTrackConstraint(
7038
6765
  class BONE_PT_bMinMaxConstraint(
7039
6766
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
7040
6767
  ):
7041
- """ """
7042
-
7043
6768
  bl_context: typing.Any
7044
- """ """
7045
-
7046
6769
  bl_label: typing.Any
7047
- """ """
7048
-
7049
6770
  bl_options: typing.Any
7050
- """ """
7051
-
7052
6771
  bl_region_type: typing.Any
7053
- """ """
7054
-
7055
6772
  bl_rna: typing.Any
7056
- """ """
7057
-
7058
6773
  bl_space_type: typing.Any
7059
- """ """
7060
-
7061
6774
  id_data: typing.Any
7062
- """ """
7063
6775
 
7064
6776
  def append(self, draw_func):
7065
6777
  """Append a draw function to this menu,
@@ -7369,10 +7081,7 @@ class BONE_PT_bMinMaxConstraint(
7369
7081
  """
7370
7082
  ...
7371
7083
 
7372
- def is_extended(self):
7373
- """ """
7374
- ...
7375
-
7084
+ def is_extended(self): ...
7376
7085
  def is_property_hidden(self) -> bool:
7377
7086
  """Check if a property is hidden.
7378
7087
 
@@ -7530,28 +7239,13 @@ class BONE_PT_bMinMaxConstraint(
7530
7239
  class BONE_PT_bObjectSolverConstraint(
7531
7240
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
7532
7241
  ):
7533
- """ """
7534
-
7535
7242
  bl_context: typing.Any
7536
- """ """
7537
-
7538
7243
  bl_label: typing.Any
7539
- """ """
7540
-
7541
7244
  bl_options: typing.Any
7542
- """ """
7543
-
7544
7245
  bl_region_type: typing.Any
7545
- """ """
7546
-
7547
7246
  bl_rna: typing.Any
7548
- """ """
7549
-
7550
7247
  bl_space_type: typing.Any
7551
- """ """
7552
-
7553
7248
  id_data: typing.Any
7554
- """ """
7555
7249
 
7556
7250
  def append(self, draw_func):
7557
7251
  """Append a draw function to this menu,
@@ -7861,10 +7555,7 @@ class BONE_PT_bObjectSolverConstraint(
7861
7555
  """
7862
7556
  ...
7863
7557
 
7864
- def is_extended(self):
7865
- """ """
7866
- ...
7867
-
7558
+ def is_extended(self): ...
7868
7559
  def is_property_hidden(self) -> bool:
7869
7560
  """Check if a property is hidden.
7870
7561
 
@@ -8022,28 +7713,13 @@ class BONE_PT_bObjectSolverConstraint(
8022
7713
  class BONE_PT_bPivotConstraint(
8023
7714
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
8024
7715
  ):
8025
- """ """
8026
-
8027
7716
  bl_context: typing.Any
8028
- """ """
8029
-
8030
7717
  bl_label: typing.Any
8031
- """ """
8032
-
8033
7718
  bl_options: typing.Any
8034
- """ """
8035
-
8036
7719
  bl_region_type: typing.Any
8037
- """ """
8038
-
8039
7720
  bl_rna: typing.Any
8040
- """ """
8041
-
8042
7721
  bl_space_type: typing.Any
8043
- """ """
8044
-
8045
7722
  id_data: typing.Any
8046
- """ """
8047
7723
 
8048
7724
  def append(self, draw_func):
8049
7725
  """Append a draw function to this menu,
@@ -8353,10 +8029,7 @@ class BONE_PT_bPivotConstraint(
8353
8029
  """
8354
8030
  ...
8355
8031
 
8356
- def is_extended(self):
8357
- """ """
8358
- ...
8359
-
8032
+ def is_extended(self): ...
8360
8033
  def is_property_hidden(self) -> bool:
8361
8034
  """Check if a property is hidden.
8362
8035
 
@@ -8514,28 +8187,13 @@ class BONE_PT_bPivotConstraint(
8514
8187
  class BONE_PT_bPythonConstraint(
8515
8188
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
8516
8189
  ):
8517
- """ """
8518
-
8519
8190
  bl_context: typing.Any
8520
- """ """
8521
-
8522
8191
  bl_label: typing.Any
8523
- """ """
8524
-
8525
8192
  bl_options: typing.Any
8526
- """ """
8527
-
8528
8193
  bl_region_type: typing.Any
8529
- """ """
8530
-
8531
8194
  bl_rna: typing.Any
8532
- """ """
8533
-
8534
8195
  bl_space_type: typing.Any
8535
- """ """
8536
-
8537
8196
  id_data: typing.Any
8538
- """ """
8539
8197
 
8540
8198
  def append(self, draw_func):
8541
8199
  """Append a draw function to this menu,
@@ -8845,10 +8503,7 @@ class BONE_PT_bPythonConstraint(
8845
8503
  """
8846
8504
  ...
8847
8505
 
8848
- def is_extended(self):
8849
- """ """
8850
- ...
8851
-
8506
+ def is_extended(self): ...
8852
8507
  def is_property_hidden(self) -> bool:
8853
8508
  """Check if a property is hidden.
8854
8509
 
@@ -9006,28 +8661,13 @@ class BONE_PT_bPythonConstraint(
9006
8661
  class BONE_PT_bRotLimitConstraint(
9007
8662
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
9008
8663
  ):
9009
- """ """
9010
-
9011
8664
  bl_context: typing.Any
9012
- """ """
9013
-
9014
8665
  bl_label: typing.Any
9015
- """ """
9016
-
9017
8666
  bl_options: typing.Any
9018
- """ """
9019
-
9020
8667
  bl_region_type: typing.Any
9021
- """ """
9022
-
9023
8668
  bl_rna: typing.Any
9024
- """ """
9025
-
9026
8669
  bl_space_type: typing.Any
9027
- """ """
9028
-
9029
8670
  id_data: typing.Any
9030
- """ """
9031
8671
 
9032
8672
  def append(self, draw_func):
9033
8673
  """Append a draw function to this menu,
@@ -9337,10 +8977,7 @@ class BONE_PT_bRotLimitConstraint(
9337
8977
  """
9338
8978
  ...
9339
8979
 
9340
- def is_extended(self):
9341
- """ """
9342
- ...
9343
-
8980
+ def is_extended(self): ...
9344
8981
  def is_property_hidden(self) -> bool:
9345
8982
  """Check if a property is hidden.
9346
8983
 
@@ -9498,28 +9135,13 @@ class BONE_PT_bRotLimitConstraint(
9498
9135
  class BONE_PT_bRotateLikeConstraint(
9499
9136
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
9500
9137
  ):
9501
- """ """
9502
-
9503
9138
  bl_context: typing.Any
9504
- """ """
9505
-
9506
9139
  bl_label: typing.Any
9507
- """ """
9508
-
9509
9140
  bl_options: typing.Any
9510
- """ """
9511
-
9512
9141
  bl_region_type: typing.Any
9513
- """ """
9514
-
9515
9142
  bl_rna: typing.Any
9516
- """ """
9517
-
9518
9143
  bl_space_type: typing.Any
9519
- """ """
9520
-
9521
9144
  id_data: typing.Any
9522
- """ """
9523
9145
 
9524
9146
  def append(self, draw_func):
9525
9147
  """Append a draw function to this menu,
@@ -9829,10 +9451,7 @@ class BONE_PT_bRotateLikeConstraint(
9829
9451
  """
9830
9452
  ...
9831
9453
 
9832
- def is_extended(self):
9833
- """ """
9834
- ...
9835
-
9454
+ def is_extended(self): ...
9836
9455
  def is_property_hidden(self) -> bool:
9837
9456
  """Check if a property is hidden.
9838
9457
 
@@ -9990,28 +9609,13 @@ class BONE_PT_bRotateLikeConstraint(
9990
9609
  class BONE_PT_bSameVolumeConstraint(
9991
9610
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
9992
9611
  ):
9993
- """ """
9994
-
9995
9612
  bl_context: typing.Any
9996
- """ """
9997
-
9998
9613
  bl_label: typing.Any
9999
- """ """
10000
-
10001
9614
  bl_options: typing.Any
10002
- """ """
10003
-
10004
9615
  bl_region_type: typing.Any
10005
- """ """
10006
-
10007
9616
  bl_rna: typing.Any
10008
- """ """
10009
-
10010
9617
  bl_space_type: typing.Any
10011
- """ """
10012
-
10013
9618
  id_data: typing.Any
10014
- """ """
10015
9619
 
10016
9620
  def append(self, draw_func):
10017
9621
  """Append a draw function to this menu,
@@ -10321,10 +9925,7 @@ class BONE_PT_bSameVolumeConstraint(
10321
9925
  """
10322
9926
  ...
10323
9927
 
10324
- def is_extended(self):
10325
- """ """
10326
- ...
10327
-
9928
+ def is_extended(self): ...
10328
9929
  def is_property_hidden(self) -> bool:
10329
9930
  """Check if a property is hidden.
10330
9931
 
@@ -10482,28 +10083,13 @@ class BONE_PT_bSameVolumeConstraint(
10482
10083
  class BONE_PT_bShrinkwrapConstraint(
10483
10084
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
10484
10085
  ):
10485
- """ """
10486
-
10487
10086
  bl_context: typing.Any
10488
- """ """
10489
-
10490
10087
  bl_label: typing.Any
10491
- """ """
10492
-
10493
10088
  bl_options: typing.Any
10494
- """ """
10495
-
10496
10089
  bl_region_type: typing.Any
10497
- """ """
10498
-
10499
10090
  bl_rna: typing.Any
10500
- """ """
10501
-
10502
10091
  bl_space_type: typing.Any
10503
- """ """
10504
-
10505
10092
  id_data: typing.Any
10506
- """ """
10507
10093
 
10508
10094
  def append(self, draw_func):
10509
10095
  """Append a draw function to this menu,
@@ -10813,10 +10399,7 @@ class BONE_PT_bShrinkwrapConstraint(
10813
10399
  """
10814
10400
  ...
10815
10401
 
10816
- def is_extended(self):
10817
- """ """
10818
- ...
10819
-
10402
+ def is_extended(self): ...
10820
10403
  def is_property_hidden(self) -> bool:
10821
10404
  """Check if a property is hidden.
10822
10405
 
@@ -10974,28 +10557,13 @@ class BONE_PT_bShrinkwrapConstraint(
10974
10557
  class BONE_PT_bSizeLikeConstraint(
10975
10558
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
10976
10559
  ):
10977
- """ """
10978
-
10979
10560
  bl_context: typing.Any
10980
- """ """
10981
-
10982
10561
  bl_label: typing.Any
10983
- """ """
10984
-
10985
10562
  bl_options: typing.Any
10986
- """ """
10987
-
10988
10563
  bl_region_type: typing.Any
10989
- """ """
10990
-
10991
10564
  bl_rna: typing.Any
10992
- """ """
10993
-
10994
10565
  bl_space_type: typing.Any
10995
- """ """
10996
-
10997
10566
  id_data: typing.Any
10998
- """ """
10999
10567
 
11000
10568
  def append(self, draw_func):
11001
10569
  """Append a draw function to this menu,
@@ -11305,10 +10873,7 @@ class BONE_PT_bSizeLikeConstraint(
11305
10873
  """
11306
10874
  ...
11307
10875
 
11308
- def is_extended(self):
11309
- """ """
11310
- ...
11311
-
10876
+ def is_extended(self): ...
11312
10877
  def is_property_hidden(self) -> bool:
11313
10878
  """Check if a property is hidden.
11314
10879
 
@@ -11466,28 +11031,13 @@ class BONE_PT_bSizeLikeConstraint(
11466
11031
  class BONE_PT_bSizeLimitConstraint(
11467
11032
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
11468
11033
  ):
11469
- """ """
11470
-
11471
11034
  bl_context: typing.Any
11472
- """ """
11473
-
11474
11035
  bl_label: typing.Any
11475
- """ """
11476
-
11477
11036
  bl_options: typing.Any
11478
- """ """
11479
-
11480
11037
  bl_region_type: typing.Any
11481
- """ """
11482
-
11483
11038
  bl_rna: typing.Any
11484
- """ """
11485
-
11486
11039
  bl_space_type: typing.Any
11487
- """ """
11488
-
11489
11040
  id_data: typing.Any
11490
- """ """
11491
11041
 
11492
11042
  def append(self, draw_func):
11493
11043
  """Append a draw function to this menu,
@@ -11797,10 +11347,7 @@ class BONE_PT_bSizeLimitConstraint(
11797
11347
  """
11798
11348
  ...
11799
11349
 
11800
- def is_extended(self):
11801
- """ """
11802
- ...
11803
-
11350
+ def is_extended(self): ...
11804
11351
  def is_property_hidden(self) -> bool:
11805
11352
  """Check if a property is hidden.
11806
11353
 
@@ -11958,28 +11505,13 @@ class BONE_PT_bSizeLimitConstraint(
11958
11505
  class BONE_PT_bSplineIKConstraint(
11959
11506
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
11960
11507
  ):
11961
- """ """
11962
-
11963
11508
  bl_context: typing.Any
11964
- """ """
11965
-
11966
11509
  bl_label: typing.Any
11967
- """ """
11968
-
11969
11510
  bl_options: typing.Any
11970
- """ """
11971
-
11972
11511
  bl_region_type: typing.Any
11973
- """ """
11974
-
11975
11512
  bl_rna: typing.Any
11976
- """ """
11977
-
11978
11513
  bl_space_type: typing.Any
11979
- """ """
11980
-
11981
11514
  id_data: typing.Any
11982
- """ """
11983
11515
 
11984
11516
  def append(self, draw_func):
11985
11517
  """Append a draw function to this menu,
@@ -12289,10 +11821,7 @@ class BONE_PT_bSplineIKConstraint(
12289
11821
  """
12290
11822
  ...
12291
11823
 
12292
- def is_extended(self):
12293
- """ """
12294
- ...
12295
-
11824
+ def is_extended(self): ...
12296
11825
  def is_property_hidden(self) -> bool:
12297
11826
  """Check if a property is hidden.
12298
11827
 
@@ -12450,28 +11979,13 @@ class BONE_PT_bSplineIKConstraint(
12450
11979
  class BONE_PT_bStretchToConstraint(
12451
11980
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
12452
11981
  ):
12453
- """ """
12454
-
12455
11982
  bl_context: typing.Any
12456
- """ """
12457
-
12458
11983
  bl_label: typing.Any
12459
- """ """
12460
-
12461
11984
  bl_options: typing.Any
12462
- """ """
12463
-
12464
11985
  bl_region_type: typing.Any
12465
- """ """
12466
-
12467
11986
  bl_rna: typing.Any
12468
- """ """
12469
-
12470
11987
  bl_space_type: typing.Any
12471
- """ """
12472
-
12473
11988
  id_data: typing.Any
12474
- """ """
12475
11989
 
12476
11990
  def append(self, draw_func):
12477
11991
  """Append a draw function to this menu,
@@ -12781,10 +12295,7 @@ class BONE_PT_bStretchToConstraint(
12781
12295
  """
12782
12296
  ...
12783
12297
 
12784
- def is_extended(self):
12785
- """ """
12786
- ...
12787
-
12298
+ def is_extended(self): ...
12788
12299
  def is_property_hidden(self) -> bool:
12789
12300
  """Check if a property is hidden.
12790
12301
 
@@ -12942,28 +12453,13 @@ class BONE_PT_bStretchToConstraint(
12942
12453
  class BONE_PT_bTrackToConstraint(
12943
12454
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
12944
12455
  ):
12945
- """ """
12946
-
12947
12456
  bl_context: typing.Any
12948
- """ """
12949
-
12950
12457
  bl_label: typing.Any
12951
- """ """
12952
-
12953
12458
  bl_options: typing.Any
12954
- """ """
12955
-
12956
12459
  bl_region_type: typing.Any
12957
- """ """
12958
-
12959
12460
  bl_rna: typing.Any
12960
- """ """
12961
-
12962
12461
  bl_space_type: typing.Any
12963
- """ """
12964
-
12965
12462
  id_data: typing.Any
12966
- """ """
12967
12463
 
12968
12464
  def append(self, draw_func):
12969
12465
  """Append a draw function to this menu,
@@ -13273,10 +12769,7 @@ class BONE_PT_bTrackToConstraint(
13273
12769
  """
13274
12770
  ...
13275
12771
 
13276
- def is_extended(self):
13277
- """ """
13278
- ...
13279
-
12772
+ def is_extended(self): ...
13280
12773
  def is_property_hidden(self) -> bool:
13281
12774
  """Check if a property is hidden.
13282
12775
 
@@ -13434,28 +12927,13 @@ class BONE_PT_bTrackToConstraint(
13434
12927
  class BONE_PT_bTransLikeConstraint(
13435
12928
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
13436
12929
  ):
13437
- """ """
13438
-
13439
12930
  bl_context: typing.Any
13440
- """ """
13441
-
13442
12931
  bl_label: typing.Any
13443
- """ """
13444
-
13445
12932
  bl_options: typing.Any
13446
- """ """
13447
-
13448
12933
  bl_region_type: typing.Any
13449
- """ """
13450
-
13451
12934
  bl_rna: typing.Any
13452
- """ """
13453
-
13454
12935
  bl_space_type: typing.Any
13455
- """ """
13456
-
13457
12936
  id_data: typing.Any
13458
- """ """
13459
12937
 
13460
12938
  def append(self, draw_func):
13461
12939
  """Append a draw function to this menu,
@@ -13765,10 +13243,7 @@ class BONE_PT_bTransLikeConstraint(
13765
13243
  """
13766
13244
  ...
13767
13245
 
13768
- def is_extended(self):
13769
- """ """
13770
- ...
13771
-
13246
+ def is_extended(self): ...
13772
13247
  def is_property_hidden(self) -> bool:
13773
13248
  """Check if a property is hidden.
13774
13249
 
@@ -13926,28 +13401,13 @@ class BONE_PT_bTransLikeConstraint(
13926
13401
  class BONE_PT_bTransformCacheConstraint(
13927
13402
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
13928
13403
  ):
13929
- """ """
13930
-
13931
13404
  bl_context: typing.Any
13932
- """ """
13933
-
13934
13405
  bl_label: typing.Any
13935
- """ """
13936
-
13937
13406
  bl_options: typing.Any
13938
- """ """
13939
-
13940
13407
  bl_region_type: typing.Any
13941
- """ """
13942
-
13943
13408
  bl_rna: typing.Any
13944
- """ """
13945
-
13946
13409
  bl_space_type: typing.Any
13947
- """ """
13948
-
13949
13410
  id_data: typing.Any
13950
- """ """
13951
13411
 
13952
13412
  def append(self, draw_func):
13953
13413
  """Append a draw function to this menu,
@@ -14257,10 +13717,7 @@ class BONE_PT_bTransformCacheConstraint(
14257
13717
  """
14258
13718
  ...
14259
13719
 
14260
- def is_extended(self):
14261
- """ """
14262
- ...
14263
-
13720
+ def is_extended(self): ...
14264
13721
  def is_property_hidden(self) -> bool:
14265
13722
  """Check if a property is hidden.
14266
13723
 
@@ -14418,28 +13875,13 @@ class BONE_PT_bTransformCacheConstraint(
14418
13875
  class BONE_PT_bTransformConstraint(
14419
13876
  bpy_types.Panel, BoneConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
14420
13877
  ):
14421
- """ """
14422
-
14423
13878
  bl_context: typing.Any
14424
- """ """
14425
-
14426
13879
  bl_label: typing.Any
14427
- """ """
14428
-
14429
13880
  bl_options: typing.Any
14430
- """ """
14431
-
14432
13881
  bl_region_type: typing.Any
14433
- """ """
14434
-
14435
13882
  bl_rna: typing.Any
14436
- """ """
14437
-
14438
13883
  bl_space_type: typing.Any
14439
- """ """
14440
-
14441
13884
  id_data: typing.Any
14442
- """ """
14443
13885
 
14444
13886
  def append(self, draw_func):
14445
13887
  """Append a draw function to this menu,
@@ -14749,10 +14191,7 @@ class BONE_PT_bTransformConstraint(
14749
14191
  """
14750
14192
  ...
14751
14193
 
14752
- def is_extended(self):
14753
- """ """
14754
- ...
14755
-
14194
+ def is_extended(self): ...
14756
14195
  def is_property_hidden(self) -> bool:
14757
14196
  """Check if a property is hidden.
14758
14197
 
@@ -14913,28 +14352,13 @@ class BONE_PT_bActionConstraint_action(
14913
14352
  ConstraintButtonsSubPanel,
14914
14353
  bpy_types._GenericUI,
14915
14354
  ):
14916
- """ """
14917
-
14918
14355
  bl_context: typing.Any
14919
- """ """
14920
-
14921
14356
  bl_label: typing.Any
14922
- """ """
14923
-
14924
14357
  bl_parent_id: typing.Any
14925
- """ """
14926
-
14927
14358
  bl_region_type: typing.Any
14928
- """ """
14929
-
14930
14359
  bl_rna: typing.Any
14931
- """ """
14932
-
14933
14360
  bl_space_type: typing.Any
14934
- """ """
14935
-
14936
14361
  id_data: typing.Any
14937
- """ """
14938
14362
 
14939
14363
  def append(self, draw_func):
14940
14364
  """Append a draw function to this menu,
@@ -15111,10 +14535,7 @@ class BONE_PT_bActionConstraint_action(
15111
14535
  """
15112
14536
  ...
15113
14537
 
15114
- def is_extended(self):
15115
- """ """
15116
- ...
15117
-
14538
+ def is_extended(self): ...
15118
14539
  def is_property_hidden(self) -> bool:
15119
14540
  """Check if a property is hidden.
15120
14541
 
@@ -15255,28 +14676,13 @@ class BONE_PT_bActionConstraint_target(
15255
14676
  ConstraintButtonsSubPanel,
15256
14677
  bpy_types._GenericUI,
15257
14678
  ):
15258
- """ """
15259
-
15260
14679
  bl_context: typing.Any
15261
- """ """
15262
-
15263
14680
  bl_label: typing.Any
15264
- """ """
15265
-
15266
14681
  bl_parent_id: typing.Any
15267
- """ """
15268
-
15269
14682
  bl_region_type: typing.Any
15270
- """ """
15271
-
15272
14683
  bl_rna: typing.Any
15273
- """ """
15274
-
15275
14684
  bl_space_type: typing.Any
15276
- """ """
15277
-
15278
14685
  id_data: typing.Any
15279
- """ """
15280
14686
 
15281
14687
  def append(self, draw_func):
15282
14688
  """Append a draw function to this menu,
@@ -15453,10 +14859,7 @@ class BONE_PT_bActionConstraint_target(
15453
14859
  """
15454
14860
  ...
15455
14861
 
15456
- def is_extended(self):
15457
- """ """
15458
- ...
15459
-
14862
+ def is_extended(self): ...
15460
14863
  def is_property_hidden(self) -> bool:
15461
14864
  """Check if a property is hidden.
15462
14865
 
@@ -15597,28 +15000,13 @@ class BONE_PT_bArmatureConstraint_bones(
15597
15000
  ConstraintButtonsSubPanel,
15598
15001
  bpy_types._GenericUI,
15599
15002
  ):
15600
- """ """
15601
-
15602
15003
  bl_context: typing.Any
15603
- """ """
15604
-
15605
15004
  bl_label: typing.Any
15606
- """ """
15607
-
15608
15005
  bl_parent_id: typing.Any
15609
- """ """
15610
-
15611
15006
  bl_region_type: typing.Any
15612
- """ """
15613
-
15614
15007
  bl_rna: typing.Any
15615
- """ """
15616
-
15617
15008
  bl_space_type: typing.Any
15618
- """ """
15619
-
15620
15009
  id_data: typing.Any
15621
- """ """
15622
15010
 
15623
15011
  def append(self, draw_func):
15624
15012
  """Append a draw function to this menu,
@@ -15795,10 +15183,7 @@ class BONE_PT_bArmatureConstraint_bones(
15795
15183
  """
15796
15184
  ...
15797
15185
 
15798
- def is_extended(self):
15799
- """ """
15800
- ...
15801
-
15186
+ def is_extended(self): ...
15802
15187
  def is_property_hidden(self) -> bool:
15803
15188
  """Check if a property is hidden.
15804
15189
 
@@ -15939,28 +15324,13 @@ class BONE_PT_bSplineIKConstraint_chain_scaling(
15939
15324
  ConstraintButtonsSubPanel,
15940
15325
  bpy_types._GenericUI,
15941
15326
  ):
15942
- """ """
15943
-
15944
15327
  bl_context: typing.Any
15945
- """ """
15946
-
15947
15328
  bl_label: typing.Any
15948
- """ """
15949
-
15950
15329
  bl_parent_id: typing.Any
15951
- """ """
15952
-
15953
15330
  bl_region_type: typing.Any
15954
- """ """
15955
-
15956
15331
  bl_rna: typing.Any
15957
- """ """
15958
-
15959
15332
  bl_space_type: typing.Any
15960
- """ """
15961
-
15962
15333
  id_data: typing.Any
15963
- """ """
15964
15334
 
15965
15335
  def append(self, draw_func):
15966
15336
  """Append a draw function to this menu,
@@ -16137,10 +15507,7 @@ class BONE_PT_bSplineIKConstraint_chain_scaling(
16137
15507
  """
16138
15508
  ...
16139
15509
 
16140
- def is_extended(self):
16141
- """ """
16142
- ...
16143
-
15510
+ def is_extended(self): ...
16144
15511
  def is_property_hidden(self) -> bool:
16145
15512
  """Check if a property is hidden.
16146
15513
 
@@ -16281,28 +15648,13 @@ class BONE_PT_bSplineIKConstraint_fitting(
16281
15648
  ConstraintButtonsSubPanel,
16282
15649
  bpy_types._GenericUI,
16283
15650
  ):
16284
- """ """
16285
-
16286
15651
  bl_context: typing.Any
16287
- """ """
16288
-
16289
15652
  bl_label: typing.Any
16290
- """ """
16291
-
16292
15653
  bl_parent_id: typing.Any
16293
- """ """
16294
-
16295
15654
  bl_region_type: typing.Any
16296
- """ """
16297
-
16298
15655
  bl_rna: typing.Any
16299
- """ """
16300
-
16301
15656
  bl_space_type: typing.Any
16302
- """ """
16303
-
16304
15657
  id_data: typing.Any
16305
- """ """
16306
15658
 
16307
15659
  def append(self, draw_func):
16308
15660
  """Append a draw function to this menu,
@@ -16479,10 +15831,7 @@ class BONE_PT_bSplineIKConstraint_fitting(
16479
15831
  """
16480
15832
  ...
16481
15833
 
16482
- def is_extended(self):
16483
- """ """
16484
- ...
16485
-
15834
+ def is_extended(self): ...
16486
15835
  def is_property_hidden(self) -> bool:
16487
15836
  """Check if a property is hidden.
16488
15837
 
@@ -16623,28 +15972,13 @@ class BONE_PT_bTransformCacheConstraint_layers(
16623
15972
  ConstraintButtonsSubPanel,
16624
15973
  bpy_types._GenericUI,
16625
15974
  ):
16626
- """ """
16627
-
16628
15975
  bl_context: typing.Any
16629
- """ """
16630
-
16631
15976
  bl_label: typing.Any
16632
- """ """
16633
-
16634
15977
  bl_parent_id: typing.Any
16635
- """ """
16636
-
16637
15978
  bl_region_type: typing.Any
16638
- """ """
16639
-
16640
15979
  bl_rna: typing.Any
16641
- """ """
16642
-
16643
15980
  bl_space_type: typing.Any
16644
- """ """
16645
-
16646
15981
  id_data: typing.Any
16647
- """ """
16648
15982
 
16649
15983
  def append(self, draw_func):
16650
15984
  """Append a draw function to this menu,
@@ -16821,10 +16155,7 @@ class BONE_PT_bTransformCacheConstraint_layers(
16821
16155
  """
16822
16156
  ...
16823
16157
 
16824
- def is_extended(self):
16825
- """ """
16826
- ...
16827
-
16158
+ def is_extended(self): ...
16828
16159
  def is_property_hidden(self) -> bool:
16829
16160
  """Check if a property is hidden.
16830
16161
 
@@ -16965,28 +16296,13 @@ class BONE_PT_bTransformCacheConstraint_procedural(
16965
16296
  ConstraintButtonsSubPanel,
16966
16297
  bpy_types._GenericUI,
16967
16298
  ):
16968
- """ """
16969
-
16970
16299
  bl_context: typing.Any
16971
- """ """
16972
-
16973
16300
  bl_label: typing.Any
16974
- """ """
16975
-
16976
16301
  bl_parent_id: typing.Any
16977
- """ """
16978
-
16979
16302
  bl_region_type: typing.Any
16980
- """ """
16981
-
16982
16303
  bl_rna: typing.Any
16983
- """ """
16984
-
16985
16304
  bl_space_type: typing.Any
16986
- """ """
16987
-
16988
16305
  id_data: typing.Any
16989
- """ """
16990
16306
 
16991
16307
  def append(self, draw_func):
16992
16308
  """Append a draw function to this menu,
@@ -17163,10 +16479,7 @@ class BONE_PT_bTransformCacheConstraint_procedural(
17163
16479
  """
17164
16480
  ...
17165
16481
 
17166
- def is_extended(self):
17167
- """ """
17168
- ...
17169
-
16482
+ def is_extended(self): ...
17170
16483
  def is_property_hidden(self) -> bool:
17171
16484
  """Check if a property is hidden.
17172
16485
 
@@ -17307,28 +16620,13 @@ class BONE_PT_bTransformCacheConstraint_time(
17307
16620
  ConstraintButtonsSubPanel,
17308
16621
  bpy_types._GenericUI,
17309
16622
  ):
17310
- """ """
17311
-
17312
16623
  bl_context: typing.Any
17313
- """ """
17314
-
17315
16624
  bl_label: typing.Any
17316
- """ """
17317
-
17318
16625
  bl_parent_id: typing.Any
17319
- """ """
17320
-
17321
16626
  bl_region_type: typing.Any
17322
- """ """
17323
-
17324
16627
  bl_rna: typing.Any
17325
- """ """
17326
-
17327
16628
  bl_space_type: typing.Any
17328
- """ """
17329
-
17330
16629
  id_data: typing.Any
17331
- """ """
17332
16630
 
17333
16631
  def append(self, draw_func):
17334
16632
  """Append a draw function to this menu,
@@ -17505,10 +16803,7 @@ class BONE_PT_bTransformCacheConstraint_time(
17505
16803
  """
17506
16804
  ...
17507
16805
 
17508
- def is_extended(self):
17509
- """ """
17510
- ...
17511
-
16806
+ def is_extended(self): ...
17512
16807
  def is_property_hidden(self) -> bool:
17513
16808
  """Check if a property is hidden.
17514
16809
 
@@ -17649,28 +16944,13 @@ class BONE_PT_bTransformCacheConstraint_velocity(
17649
16944
  ConstraintButtonsSubPanel,
17650
16945
  bpy_types._GenericUI,
17651
16946
  ):
17652
- """ """
17653
-
17654
16947
  bl_context: typing.Any
17655
- """ """
17656
-
17657
16948
  bl_label: typing.Any
17658
- """ """
17659
-
17660
16949
  bl_parent_id: typing.Any
17661
- """ """
17662
-
17663
16950
  bl_region_type: typing.Any
17664
- """ """
17665
-
17666
16951
  bl_rna: typing.Any
17667
- """ """
17668
-
17669
16952
  bl_space_type: typing.Any
17670
- """ """
17671
-
17672
16953
  id_data: typing.Any
17673
- """ """
17674
16954
 
17675
16955
  def append(self, draw_func):
17676
16956
  """Append a draw function to this menu,
@@ -17847,10 +17127,7 @@ class BONE_PT_bTransformCacheConstraint_velocity(
17847
17127
  """
17848
17128
  ...
17849
17129
 
17850
- def is_extended(self):
17851
- """ """
17852
- ...
17853
-
17130
+ def is_extended(self): ...
17854
17131
  def is_property_hidden(self) -> bool:
17855
17132
  """Check if a property is hidden.
17856
17133
 
@@ -17991,28 +17268,13 @@ class BONE_PT_bTransformConstraint_from(
17991
17268
  ConstraintButtonsSubPanel,
17992
17269
  bpy_types._GenericUI,
17993
17270
  ):
17994
- """ """
17995
-
17996
17271
  bl_context: typing.Any
17997
- """ """
17998
-
17999
17272
  bl_label: typing.Any
18000
- """ """
18001
-
18002
17273
  bl_parent_id: typing.Any
18003
- """ """
18004
-
18005
17274
  bl_region_type: typing.Any
18006
- """ """
18007
-
18008
17275
  bl_rna: typing.Any
18009
- """ """
18010
-
18011
17276
  bl_space_type: typing.Any
18012
- """ """
18013
-
18014
17277
  id_data: typing.Any
18015
- """ """
18016
17278
 
18017
17279
  def append(self, draw_func):
18018
17280
  """Append a draw function to this menu,
@@ -18189,10 +17451,7 @@ class BONE_PT_bTransformConstraint_from(
18189
17451
  """
18190
17452
  ...
18191
17453
 
18192
- def is_extended(self):
18193
- """ """
18194
- ...
18195
-
17454
+ def is_extended(self): ...
18196
17455
  def is_property_hidden(self) -> bool:
18197
17456
  """Check if a property is hidden.
18198
17457
 
@@ -18333,28 +17592,13 @@ class BONE_PT_bTransformConstraint_to(
18333
17592
  ConstraintButtonsSubPanel,
18334
17593
  bpy_types._GenericUI,
18335
17594
  ):
18336
- """ """
18337
-
18338
17595
  bl_context: typing.Any
18339
- """ """
18340
-
18341
17596
  bl_label: typing.Any
18342
- """ """
18343
-
18344
17597
  bl_parent_id: typing.Any
18345
- """ """
18346
-
18347
17598
  bl_region_type: typing.Any
18348
- """ """
18349
-
18350
17599
  bl_rna: typing.Any
18351
- """ """
18352
-
18353
17600
  bl_space_type: typing.Any
18354
- """ """
18355
-
18356
17601
  id_data: typing.Any
18357
- """ """
18358
17602
 
18359
17603
  def append(self, draw_func):
18360
17604
  """Append a draw function to this menu,
@@ -18531,10 +17775,7 @@ class BONE_PT_bTransformConstraint_to(
18531
17775
  """
18532
17776
  ...
18533
17777
 
18534
- def is_extended(self):
18535
- """ """
18536
- ...
18537
-
17778
+ def is_extended(self): ...
18538
17779
  def is_property_hidden(self) -> bool:
18539
17780
  """Check if a property is hidden.
18540
17781
 
@@ -18672,28 +17913,13 @@ class BONE_PT_bTransformConstraint_to(
18672
17913
  class OBJECT_PT_bActionConstraint(
18673
17914
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
18674
17915
  ):
18675
- """ """
18676
-
18677
17916
  bl_context: typing.Any
18678
- """ """
18679
-
18680
17917
  bl_label: typing.Any
18681
- """ """
18682
-
18683
17918
  bl_options: typing.Any
18684
- """ """
18685
-
18686
17919
  bl_region_type: typing.Any
18687
- """ """
18688
-
18689
17920
  bl_rna: typing.Any
18690
- """ """
18691
-
18692
17921
  bl_space_type: typing.Any
18693
- """ """
18694
-
18695
17922
  id_data: typing.Any
18696
- """ """
18697
17923
 
18698
17924
  def append(self, draw_func):
18699
17925
  """Append a draw function to this menu,
@@ -19003,10 +18229,7 @@ class OBJECT_PT_bActionConstraint(
19003
18229
  """
19004
18230
  ...
19005
18231
 
19006
- def is_extended(self):
19007
- """ """
19008
- ...
19009
-
18232
+ def is_extended(self): ...
19010
18233
  def is_property_hidden(self) -> bool:
19011
18234
  """Check if a property is hidden.
19012
18235
 
@@ -19167,28 +18390,13 @@ class OBJECT_PT_bActionConstraint_action(
19167
18390
  ConstraintButtonsSubPanel,
19168
18391
  bpy_types._GenericUI,
19169
18392
  ):
19170
- """ """
19171
-
19172
18393
  bl_context: typing.Any
19173
- """ """
19174
-
19175
18394
  bl_label: typing.Any
19176
- """ """
19177
-
19178
18395
  bl_parent_id: typing.Any
19179
- """ """
19180
-
19181
18396
  bl_region_type: typing.Any
19182
- """ """
19183
-
19184
18397
  bl_rna: typing.Any
19185
- """ """
19186
-
19187
18398
  bl_space_type: typing.Any
19188
- """ """
19189
-
19190
18399
  id_data: typing.Any
19191
- """ """
19192
18400
 
19193
18401
  def append(self, draw_func):
19194
18402
  """Append a draw function to this menu,
@@ -19365,10 +18573,7 @@ class OBJECT_PT_bActionConstraint_action(
19365
18573
  """
19366
18574
  ...
19367
18575
 
19368
- def is_extended(self):
19369
- """ """
19370
- ...
19371
-
18576
+ def is_extended(self): ...
19372
18577
  def is_property_hidden(self) -> bool:
19373
18578
  """Check if a property is hidden.
19374
18579
 
@@ -19509,28 +18714,13 @@ class OBJECT_PT_bActionConstraint_target(
19509
18714
  ConstraintButtonsSubPanel,
19510
18715
  bpy_types._GenericUI,
19511
18716
  ):
19512
- """ """
19513
-
19514
18717
  bl_context: typing.Any
19515
- """ """
19516
-
19517
18718
  bl_label: typing.Any
19518
- """ """
19519
-
19520
18719
  bl_parent_id: typing.Any
19521
- """ """
19522
-
19523
18720
  bl_region_type: typing.Any
19524
- """ """
19525
-
19526
18721
  bl_rna: typing.Any
19527
- """ """
19528
-
19529
18722
  bl_space_type: typing.Any
19530
- """ """
19531
-
19532
18723
  id_data: typing.Any
19533
- """ """
19534
18724
 
19535
18725
  def append(self, draw_func):
19536
18726
  """Append a draw function to this menu,
@@ -19707,10 +18897,7 @@ class OBJECT_PT_bActionConstraint_target(
19707
18897
  """
19708
18898
  ...
19709
18899
 
19710
- def is_extended(self):
19711
- """ """
19712
- ...
19713
-
18900
+ def is_extended(self): ...
19714
18901
  def is_property_hidden(self) -> bool:
19715
18902
  """Check if a property is hidden.
19716
18903
 
@@ -19848,28 +19035,13 @@ class OBJECT_PT_bActionConstraint_target(
19848
19035
  class OBJECT_PT_bArmatureConstraint(
19849
19036
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
19850
19037
  ):
19851
- """ """
19852
-
19853
19038
  bl_context: typing.Any
19854
- """ """
19855
-
19856
19039
  bl_label: typing.Any
19857
- """ """
19858
-
19859
19040
  bl_options: typing.Any
19860
- """ """
19861
-
19862
19041
  bl_region_type: typing.Any
19863
- """ """
19864
-
19865
19042
  bl_rna: typing.Any
19866
- """ """
19867
-
19868
19043
  bl_space_type: typing.Any
19869
- """ """
19870
-
19871
19044
  id_data: typing.Any
19872
- """ """
19873
19045
 
19874
19046
  def append(self, draw_func):
19875
19047
  """Append a draw function to this menu,
@@ -20179,10 +19351,7 @@ class OBJECT_PT_bArmatureConstraint(
20179
19351
  """
20180
19352
  ...
20181
19353
 
20182
- def is_extended(self):
20183
- """ """
20184
- ...
20185
-
19354
+ def is_extended(self): ...
20186
19355
  def is_property_hidden(self) -> bool:
20187
19356
  """Check if a property is hidden.
20188
19357
 
@@ -20343,28 +19512,13 @@ class OBJECT_PT_bArmatureConstraint_bones(
20343
19512
  ConstraintButtonsSubPanel,
20344
19513
  bpy_types._GenericUI,
20345
19514
  ):
20346
- """ """
20347
-
20348
19515
  bl_context: typing.Any
20349
- """ """
20350
-
20351
19516
  bl_label: typing.Any
20352
- """ """
20353
-
20354
19517
  bl_parent_id: typing.Any
20355
- """ """
20356
-
20357
19518
  bl_region_type: typing.Any
20358
- """ """
20359
-
20360
19519
  bl_rna: typing.Any
20361
- """ """
20362
-
20363
19520
  bl_space_type: typing.Any
20364
- """ """
20365
-
20366
19521
  id_data: typing.Any
20367
- """ """
20368
19522
 
20369
19523
  def append(self, draw_func):
20370
19524
  """Append a draw function to this menu,
@@ -20541,10 +19695,7 @@ class OBJECT_PT_bArmatureConstraint_bones(
20541
19695
  """
20542
19696
  ...
20543
19697
 
20544
- def is_extended(self):
20545
- """ """
20546
- ...
20547
-
19698
+ def is_extended(self): ...
20548
19699
  def is_property_hidden(self) -> bool:
20549
19700
  """Check if a property is hidden.
20550
19701
 
@@ -20682,28 +19833,13 @@ class OBJECT_PT_bArmatureConstraint_bones(
20682
19833
  class OBJECT_PT_bCameraSolverConstraint(
20683
19834
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
20684
19835
  ):
20685
- """ """
20686
-
20687
19836
  bl_context: typing.Any
20688
- """ """
20689
-
20690
19837
  bl_label: typing.Any
20691
- """ """
20692
-
20693
19838
  bl_options: typing.Any
20694
- """ """
20695
-
20696
19839
  bl_region_type: typing.Any
20697
- """ """
20698
-
20699
19840
  bl_rna: typing.Any
20700
- """ """
20701
-
20702
19841
  bl_space_type: typing.Any
20703
- """ """
20704
-
20705
19842
  id_data: typing.Any
20706
- """ """
20707
19843
 
20708
19844
  def append(self, draw_func):
20709
19845
  """Append a draw function to this menu,
@@ -21013,10 +20149,7 @@ class OBJECT_PT_bCameraSolverConstraint(
21013
20149
  """
21014
20150
  ...
21015
20151
 
21016
- def is_extended(self):
21017
- """ """
21018
- ...
21019
-
20152
+ def is_extended(self): ...
21020
20153
  def is_property_hidden(self) -> bool:
21021
20154
  """Check if a property is hidden.
21022
20155
 
@@ -21174,28 +20307,13 @@ class OBJECT_PT_bCameraSolverConstraint(
21174
20307
  class OBJECT_PT_bChildOfConstraint(
21175
20308
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
21176
20309
  ):
21177
- """ """
21178
-
21179
20310
  bl_context: typing.Any
21180
- """ """
21181
-
21182
20311
  bl_label: typing.Any
21183
- """ """
21184
-
21185
20312
  bl_options: typing.Any
21186
- """ """
21187
-
21188
20313
  bl_region_type: typing.Any
21189
- """ """
21190
-
21191
20314
  bl_rna: typing.Any
21192
- """ """
21193
-
21194
20315
  bl_space_type: typing.Any
21195
- """ """
21196
-
21197
20316
  id_data: typing.Any
21198
- """ """
21199
20317
 
21200
20318
  def append(self, draw_func):
21201
20319
  """Append a draw function to this menu,
@@ -21505,10 +20623,7 @@ class OBJECT_PT_bChildOfConstraint(
21505
20623
  """
21506
20624
  ...
21507
20625
 
21508
- def is_extended(self):
21509
- """ """
21510
- ...
21511
-
20626
+ def is_extended(self): ...
21512
20627
  def is_property_hidden(self) -> bool:
21513
20628
  """Check if a property is hidden.
21514
20629
 
@@ -21666,28 +20781,13 @@ class OBJECT_PT_bChildOfConstraint(
21666
20781
  class OBJECT_PT_bClampToConstraint(
21667
20782
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
21668
20783
  ):
21669
- """ """
21670
-
21671
20784
  bl_context: typing.Any
21672
- """ """
21673
-
21674
20785
  bl_label: typing.Any
21675
- """ """
21676
-
21677
20786
  bl_options: typing.Any
21678
- """ """
21679
-
21680
20787
  bl_region_type: typing.Any
21681
- """ """
21682
-
21683
20788
  bl_rna: typing.Any
21684
- """ """
21685
-
21686
20789
  bl_space_type: typing.Any
21687
- """ """
21688
-
21689
20790
  id_data: typing.Any
21690
- """ """
21691
20791
 
21692
20792
  def append(self, draw_func):
21693
20793
  """Append a draw function to this menu,
@@ -21997,10 +21097,7 @@ class OBJECT_PT_bClampToConstraint(
21997
21097
  """
21998
21098
  ...
21999
21099
 
22000
- def is_extended(self):
22001
- """ """
22002
- ...
22003
-
21100
+ def is_extended(self): ...
22004
21101
  def is_property_hidden(self) -> bool:
22005
21102
  """Check if a property is hidden.
22006
21103
 
@@ -22158,28 +21255,13 @@ class OBJECT_PT_bClampToConstraint(
22158
21255
  class OBJECT_PT_bDampTrackConstraint(
22159
21256
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
22160
21257
  ):
22161
- """ """
22162
-
22163
21258
  bl_context: typing.Any
22164
- """ """
22165
-
22166
21259
  bl_label: typing.Any
22167
- """ """
22168
-
22169
21260
  bl_options: typing.Any
22170
- """ """
22171
-
22172
21261
  bl_region_type: typing.Any
22173
- """ """
22174
-
22175
21262
  bl_rna: typing.Any
22176
- """ """
22177
-
22178
21263
  bl_space_type: typing.Any
22179
- """ """
22180
-
22181
21264
  id_data: typing.Any
22182
- """ """
22183
21265
 
22184
21266
  def append(self, draw_func):
22185
21267
  """Append a draw function to this menu,
@@ -22489,10 +21571,7 @@ class OBJECT_PT_bDampTrackConstraint(
22489
21571
  """
22490
21572
  ...
22491
21573
 
22492
- def is_extended(self):
22493
- """ """
22494
- ...
22495
-
21574
+ def is_extended(self): ...
22496
21575
  def is_property_hidden(self) -> bool:
22497
21576
  """Check if a property is hidden.
22498
21577
 
@@ -22650,28 +21729,13 @@ class OBJECT_PT_bDampTrackConstraint(
22650
21729
  class OBJECT_PT_bDistLimitConstraint(
22651
21730
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
22652
21731
  ):
22653
- """ """
22654
-
22655
21732
  bl_context: typing.Any
22656
- """ """
22657
-
22658
21733
  bl_label: typing.Any
22659
- """ """
22660
-
22661
21734
  bl_options: typing.Any
22662
- """ """
22663
-
22664
21735
  bl_region_type: typing.Any
22665
- """ """
22666
-
22667
21736
  bl_rna: typing.Any
22668
- """ """
22669
-
22670
21737
  bl_space_type: typing.Any
22671
- """ """
22672
-
22673
21738
  id_data: typing.Any
22674
- """ """
22675
21739
 
22676
21740
  def append(self, draw_func):
22677
21741
  """Append a draw function to this menu,
@@ -22981,10 +22045,7 @@ class OBJECT_PT_bDistLimitConstraint(
22981
22045
  """
22982
22046
  ...
22983
22047
 
22984
- def is_extended(self):
22985
- """ """
22986
- ...
22987
-
22048
+ def is_extended(self): ...
22988
22049
  def is_property_hidden(self) -> bool:
22989
22050
  """Check if a property is hidden.
22990
22051
 
@@ -23142,28 +22203,13 @@ class OBJECT_PT_bDistLimitConstraint(
23142
22203
  class OBJECT_PT_bFollowPathConstraint(
23143
22204
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
23144
22205
  ):
23145
- """ """
23146
-
23147
22206
  bl_context: typing.Any
23148
- """ """
23149
-
23150
22207
  bl_label: typing.Any
23151
- """ """
23152
-
23153
22208
  bl_options: typing.Any
23154
- """ """
23155
-
23156
22209
  bl_region_type: typing.Any
23157
- """ """
23158
-
23159
22210
  bl_rna: typing.Any
23160
- """ """
23161
-
23162
22211
  bl_space_type: typing.Any
23163
- """ """
23164
-
23165
22212
  id_data: typing.Any
23166
- """ """
23167
22213
 
23168
22214
  def append(self, draw_func):
23169
22215
  """Append a draw function to this menu,
@@ -23473,10 +22519,7 @@ class OBJECT_PT_bFollowPathConstraint(
23473
22519
  """
23474
22520
  ...
23475
22521
 
23476
- def is_extended(self):
23477
- """ """
23478
- ...
23479
-
22522
+ def is_extended(self): ...
23480
22523
  def is_property_hidden(self) -> bool:
23481
22524
  """Check if a property is hidden.
23482
22525
 
@@ -23634,28 +22677,13 @@ class OBJECT_PT_bFollowPathConstraint(
23634
22677
  class OBJECT_PT_bFollowTrackConstraint(
23635
22678
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
23636
22679
  ):
23637
- """ """
23638
-
23639
22680
  bl_context: typing.Any
23640
- """ """
23641
-
23642
22681
  bl_label: typing.Any
23643
- """ """
23644
-
23645
22682
  bl_options: typing.Any
23646
- """ """
23647
-
23648
22683
  bl_region_type: typing.Any
23649
- """ """
23650
-
23651
22684
  bl_rna: typing.Any
23652
- """ """
23653
-
23654
22685
  bl_space_type: typing.Any
23655
- """ """
23656
-
23657
22686
  id_data: typing.Any
23658
- """ """
23659
22687
 
23660
22688
  def append(self, draw_func):
23661
22689
  """Append a draw function to this menu,
@@ -23965,10 +22993,7 @@ class OBJECT_PT_bFollowTrackConstraint(
23965
22993
  """
23966
22994
  ...
23967
22995
 
23968
- def is_extended(self):
23969
- """ """
23970
- ...
23971
-
22996
+ def is_extended(self): ...
23972
22997
  def is_property_hidden(self) -> bool:
23973
22998
  """Check if a property is hidden.
23974
22999
 
@@ -24126,28 +23151,13 @@ class OBJECT_PT_bFollowTrackConstraint(
24126
23151
  class OBJECT_PT_bKinematicConstraint(
24127
23152
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
24128
23153
  ):
24129
- """ """
24130
-
24131
23154
  bl_context: typing.Any
24132
- """ """
24133
-
24134
23155
  bl_label: typing.Any
24135
- """ """
24136
-
24137
23156
  bl_options: typing.Any
24138
- """ """
24139
-
24140
23157
  bl_region_type: typing.Any
24141
- """ """
24142
-
24143
23158
  bl_rna: typing.Any
24144
- """ """
24145
-
24146
23159
  bl_space_type: typing.Any
24147
- """ """
24148
-
24149
23160
  id_data: typing.Any
24150
- """ """
24151
23161
 
24152
23162
  def append(self, draw_func):
24153
23163
  """Append a draw function to this menu,
@@ -24457,10 +23467,7 @@ class OBJECT_PT_bKinematicConstraint(
24457
23467
  """
24458
23468
  ...
24459
23469
 
24460
- def is_extended(self):
24461
- """ """
24462
- ...
24463
-
23470
+ def is_extended(self): ...
24464
23471
  def is_property_hidden(self) -> bool:
24465
23472
  """Check if a property is hidden.
24466
23473
 
@@ -24618,28 +23625,13 @@ class OBJECT_PT_bKinematicConstraint(
24618
23625
  class OBJECT_PT_bLocLimitConstraint(
24619
23626
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
24620
23627
  ):
24621
- """ """
24622
-
24623
23628
  bl_context: typing.Any
24624
- """ """
24625
-
24626
23629
  bl_label: typing.Any
24627
- """ """
24628
-
24629
23630
  bl_options: typing.Any
24630
- """ """
24631
-
24632
23631
  bl_region_type: typing.Any
24633
- """ """
24634
-
24635
23632
  bl_rna: typing.Any
24636
- """ """
24637
-
24638
23633
  bl_space_type: typing.Any
24639
- """ """
24640
-
24641
23634
  id_data: typing.Any
24642
- """ """
24643
23635
 
24644
23636
  def append(self, draw_func):
24645
23637
  """Append a draw function to this menu,
@@ -24949,10 +23941,7 @@ class OBJECT_PT_bLocLimitConstraint(
24949
23941
  """
24950
23942
  ...
24951
23943
 
24952
- def is_extended(self):
24953
- """ """
24954
- ...
24955
-
23944
+ def is_extended(self): ...
24956
23945
  def is_property_hidden(self) -> bool:
24957
23946
  """Check if a property is hidden.
24958
23947
 
@@ -25110,28 +24099,13 @@ class OBJECT_PT_bLocLimitConstraint(
25110
24099
  class OBJECT_PT_bLocateLikeConstraint(
25111
24100
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
25112
24101
  ):
25113
- """ """
25114
-
25115
24102
  bl_context: typing.Any
25116
- """ """
25117
-
25118
24103
  bl_label: typing.Any
25119
- """ """
25120
-
25121
24104
  bl_options: typing.Any
25122
- """ """
25123
-
25124
24105
  bl_region_type: typing.Any
25125
- """ """
25126
-
25127
24106
  bl_rna: typing.Any
25128
- """ """
25129
-
25130
24107
  bl_space_type: typing.Any
25131
- """ """
25132
-
25133
24108
  id_data: typing.Any
25134
- """ """
25135
24109
 
25136
24110
  def append(self, draw_func):
25137
24111
  """Append a draw function to this menu,
@@ -25441,10 +24415,7 @@ class OBJECT_PT_bLocateLikeConstraint(
25441
24415
  """
25442
24416
  ...
25443
24417
 
25444
- def is_extended(self):
25445
- """ """
25446
- ...
25447
-
24418
+ def is_extended(self): ...
25448
24419
  def is_property_hidden(self) -> bool:
25449
24420
  """Check if a property is hidden.
25450
24421
 
@@ -25602,28 +24573,13 @@ class OBJECT_PT_bLocateLikeConstraint(
25602
24573
  class OBJECT_PT_bLockTrackConstraint(
25603
24574
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
25604
24575
  ):
25605
- """ """
25606
-
25607
24576
  bl_context: typing.Any
25608
- """ """
25609
-
25610
24577
  bl_label: typing.Any
25611
- """ """
25612
-
25613
24578
  bl_options: typing.Any
25614
- """ """
25615
-
25616
24579
  bl_region_type: typing.Any
25617
- """ """
25618
-
25619
24580
  bl_rna: typing.Any
25620
- """ """
25621
-
25622
24581
  bl_space_type: typing.Any
25623
- """ """
25624
-
25625
24582
  id_data: typing.Any
25626
- """ """
25627
24583
 
25628
24584
  def append(self, draw_func):
25629
24585
  """Append a draw function to this menu,
@@ -25933,10 +24889,7 @@ class OBJECT_PT_bLockTrackConstraint(
25933
24889
  """
25934
24890
  ...
25935
24891
 
25936
- def is_extended(self):
25937
- """ """
25938
- ...
25939
-
24892
+ def is_extended(self): ...
25940
24893
  def is_property_hidden(self) -> bool:
25941
24894
  """Check if a property is hidden.
25942
24895
 
@@ -26094,28 +25047,13 @@ class OBJECT_PT_bLockTrackConstraint(
26094
25047
  class OBJECT_PT_bMinMaxConstraint(
26095
25048
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
26096
25049
  ):
26097
- """ """
26098
-
26099
25050
  bl_context: typing.Any
26100
- """ """
26101
-
26102
25051
  bl_label: typing.Any
26103
- """ """
26104
-
26105
25052
  bl_options: typing.Any
26106
- """ """
26107
-
26108
25053
  bl_region_type: typing.Any
26109
- """ """
26110
-
26111
25054
  bl_rna: typing.Any
26112
- """ """
26113
-
26114
25055
  bl_space_type: typing.Any
26115
- """ """
26116
-
26117
25056
  id_data: typing.Any
26118
- """ """
26119
25057
 
26120
25058
  def append(self, draw_func):
26121
25059
  """Append a draw function to this menu,
@@ -26425,10 +25363,7 @@ class OBJECT_PT_bMinMaxConstraint(
26425
25363
  """
26426
25364
  ...
26427
25365
 
26428
- def is_extended(self):
26429
- """ """
26430
- ...
26431
-
25366
+ def is_extended(self): ...
26432
25367
  def is_property_hidden(self) -> bool:
26433
25368
  """Check if a property is hidden.
26434
25369
 
@@ -26586,28 +25521,13 @@ class OBJECT_PT_bMinMaxConstraint(
26586
25521
  class OBJECT_PT_bObjectSolverConstraint(
26587
25522
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
26588
25523
  ):
26589
- """ """
26590
-
26591
25524
  bl_context: typing.Any
26592
- """ """
26593
-
26594
25525
  bl_label: typing.Any
26595
- """ """
26596
-
26597
25526
  bl_options: typing.Any
26598
- """ """
26599
-
26600
25527
  bl_region_type: typing.Any
26601
- """ """
26602
-
26603
25528
  bl_rna: typing.Any
26604
- """ """
26605
-
26606
25529
  bl_space_type: typing.Any
26607
- """ """
26608
-
26609
25530
  id_data: typing.Any
26610
- """ """
26611
25531
 
26612
25532
  def append(self, draw_func):
26613
25533
  """Append a draw function to this menu,
@@ -26917,10 +25837,7 @@ class OBJECT_PT_bObjectSolverConstraint(
26917
25837
  """
26918
25838
  ...
26919
25839
 
26920
- def is_extended(self):
26921
- """ """
26922
- ...
26923
-
25840
+ def is_extended(self): ...
26924
25841
  def is_property_hidden(self) -> bool:
26925
25842
  """Check if a property is hidden.
26926
25843
 
@@ -27078,28 +25995,13 @@ class OBJECT_PT_bObjectSolverConstraint(
27078
25995
  class OBJECT_PT_bPivotConstraint(
27079
25996
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
27080
25997
  ):
27081
- """ """
27082
-
27083
25998
  bl_context: typing.Any
27084
- """ """
27085
-
27086
25999
  bl_label: typing.Any
27087
- """ """
27088
-
27089
26000
  bl_options: typing.Any
27090
- """ """
27091
-
27092
26001
  bl_region_type: typing.Any
27093
- """ """
27094
-
27095
26002
  bl_rna: typing.Any
27096
- """ """
27097
-
27098
26003
  bl_space_type: typing.Any
27099
- """ """
27100
-
27101
26004
  id_data: typing.Any
27102
- """ """
27103
26005
 
27104
26006
  def append(self, draw_func):
27105
26007
  """Append a draw function to this menu,
@@ -27409,10 +26311,7 @@ class OBJECT_PT_bPivotConstraint(
27409
26311
  """
27410
26312
  ...
27411
26313
 
27412
- def is_extended(self):
27413
- """ """
27414
- ...
27415
-
26314
+ def is_extended(self): ...
27416
26315
  def is_property_hidden(self) -> bool:
27417
26316
  """Check if a property is hidden.
27418
26317
 
@@ -27570,28 +26469,13 @@ class OBJECT_PT_bPivotConstraint(
27570
26469
  class OBJECT_PT_bPythonConstraint(
27571
26470
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
27572
26471
  ):
27573
- """ """
27574
-
27575
26472
  bl_context: typing.Any
27576
- """ """
27577
-
27578
26473
  bl_label: typing.Any
27579
- """ """
27580
-
27581
26474
  bl_options: typing.Any
27582
- """ """
27583
-
27584
26475
  bl_region_type: typing.Any
27585
- """ """
27586
-
27587
26476
  bl_rna: typing.Any
27588
- """ """
27589
-
27590
26477
  bl_space_type: typing.Any
27591
- """ """
27592
-
27593
26478
  id_data: typing.Any
27594
- """ """
27595
26479
 
27596
26480
  def append(self, draw_func):
27597
26481
  """Append a draw function to this menu,
@@ -27901,10 +26785,7 @@ class OBJECT_PT_bPythonConstraint(
27901
26785
  """
27902
26786
  ...
27903
26787
 
27904
- def is_extended(self):
27905
- """ """
27906
- ...
27907
-
26788
+ def is_extended(self): ...
27908
26789
  def is_property_hidden(self) -> bool:
27909
26790
  """Check if a property is hidden.
27910
26791
 
@@ -28062,28 +26943,13 @@ class OBJECT_PT_bPythonConstraint(
28062
26943
  class OBJECT_PT_bRotLimitConstraint(
28063
26944
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
28064
26945
  ):
28065
- """ """
28066
-
28067
26946
  bl_context: typing.Any
28068
- """ """
28069
-
28070
26947
  bl_label: typing.Any
28071
- """ """
28072
-
28073
26948
  bl_options: typing.Any
28074
- """ """
28075
-
28076
26949
  bl_region_type: typing.Any
28077
- """ """
28078
-
28079
26950
  bl_rna: typing.Any
28080
- """ """
28081
-
28082
26951
  bl_space_type: typing.Any
28083
- """ """
28084
-
28085
26952
  id_data: typing.Any
28086
- """ """
28087
26953
 
28088
26954
  def append(self, draw_func):
28089
26955
  """Append a draw function to this menu,
@@ -28393,10 +27259,7 @@ class OBJECT_PT_bRotLimitConstraint(
28393
27259
  """
28394
27260
  ...
28395
27261
 
28396
- def is_extended(self):
28397
- """ """
28398
- ...
28399
-
27262
+ def is_extended(self): ...
28400
27263
  def is_property_hidden(self) -> bool:
28401
27264
  """Check if a property is hidden.
28402
27265
 
@@ -28554,28 +27417,13 @@ class OBJECT_PT_bRotLimitConstraint(
28554
27417
  class OBJECT_PT_bRotateLikeConstraint(
28555
27418
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
28556
27419
  ):
28557
- """ """
28558
-
28559
27420
  bl_context: typing.Any
28560
- """ """
28561
-
28562
27421
  bl_label: typing.Any
28563
- """ """
28564
-
28565
27422
  bl_options: typing.Any
28566
- """ """
28567
-
28568
27423
  bl_region_type: typing.Any
28569
- """ """
28570
-
28571
27424
  bl_rna: typing.Any
28572
- """ """
28573
-
28574
27425
  bl_space_type: typing.Any
28575
- """ """
28576
-
28577
27426
  id_data: typing.Any
28578
- """ """
28579
27427
 
28580
27428
  def append(self, draw_func):
28581
27429
  """Append a draw function to this menu,
@@ -28885,10 +27733,7 @@ class OBJECT_PT_bRotateLikeConstraint(
28885
27733
  """
28886
27734
  ...
28887
27735
 
28888
- def is_extended(self):
28889
- """ """
28890
- ...
28891
-
27736
+ def is_extended(self): ...
28892
27737
  def is_property_hidden(self) -> bool:
28893
27738
  """Check if a property is hidden.
28894
27739
 
@@ -29046,28 +27891,13 @@ class OBJECT_PT_bRotateLikeConstraint(
29046
27891
  class OBJECT_PT_bSameVolumeConstraint(
29047
27892
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
29048
27893
  ):
29049
- """ """
29050
-
29051
27894
  bl_context: typing.Any
29052
- """ """
29053
-
29054
27895
  bl_label: typing.Any
29055
- """ """
29056
-
29057
27896
  bl_options: typing.Any
29058
- """ """
29059
-
29060
27897
  bl_region_type: typing.Any
29061
- """ """
29062
-
29063
27898
  bl_rna: typing.Any
29064
- """ """
29065
-
29066
27899
  bl_space_type: typing.Any
29067
- """ """
29068
-
29069
27900
  id_data: typing.Any
29070
- """ """
29071
27901
 
29072
27902
  def append(self, draw_func):
29073
27903
  """Append a draw function to this menu,
@@ -29377,10 +28207,7 @@ class OBJECT_PT_bSameVolumeConstraint(
29377
28207
  """
29378
28208
  ...
29379
28209
 
29380
- def is_extended(self):
29381
- """ """
29382
- ...
29383
-
28210
+ def is_extended(self): ...
29384
28211
  def is_property_hidden(self) -> bool:
29385
28212
  """Check if a property is hidden.
29386
28213
 
@@ -29538,28 +28365,13 @@ class OBJECT_PT_bSameVolumeConstraint(
29538
28365
  class OBJECT_PT_bShrinkwrapConstraint(
29539
28366
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
29540
28367
  ):
29541
- """ """
29542
-
29543
28368
  bl_context: typing.Any
29544
- """ """
29545
-
29546
28369
  bl_label: typing.Any
29547
- """ """
29548
-
29549
28370
  bl_options: typing.Any
29550
- """ """
29551
-
29552
28371
  bl_region_type: typing.Any
29553
- """ """
29554
-
29555
28372
  bl_rna: typing.Any
29556
- """ """
29557
-
29558
28373
  bl_space_type: typing.Any
29559
- """ """
29560
-
29561
28374
  id_data: typing.Any
29562
- """ """
29563
28375
 
29564
28376
  def append(self, draw_func):
29565
28377
  """Append a draw function to this menu,
@@ -29869,10 +28681,7 @@ class OBJECT_PT_bShrinkwrapConstraint(
29869
28681
  """
29870
28682
  ...
29871
28683
 
29872
- def is_extended(self):
29873
- """ """
29874
- ...
29875
-
28684
+ def is_extended(self): ...
29876
28685
  def is_property_hidden(self) -> bool:
29877
28686
  """Check if a property is hidden.
29878
28687
 
@@ -30030,28 +28839,13 @@ class OBJECT_PT_bShrinkwrapConstraint(
30030
28839
  class OBJECT_PT_bSizeLikeConstraint(
30031
28840
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
30032
28841
  ):
30033
- """ """
30034
-
30035
28842
  bl_context: typing.Any
30036
- """ """
30037
-
30038
28843
  bl_label: typing.Any
30039
- """ """
30040
-
30041
28844
  bl_options: typing.Any
30042
- """ """
30043
-
30044
28845
  bl_region_type: typing.Any
30045
- """ """
30046
-
30047
28846
  bl_rna: typing.Any
30048
- """ """
30049
-
30050
28847
  bl_space_type: typing.Any
30051
- """ """
30052
-
30053
28848
  id_data: typing.Any
30054
- """ """
30055
28849
 
30056
28850
  def append(self, draw_func):
30057
28851
  """Append a draw function to this menu,
@@ -30361,10 +29155,7 @@ class OBJECT_PT_bSizeLikeConstraint(
30361
29155
  """
30362
29156
  ...
30363
29157
 
30364
- def is_extended(self):
30365
- """ """
30366
- ...
30367
-
29158
+ def is_extended(self): ...
30368
29159
  def is_property_hidden(self) -> bool:
30369
29160
  """Check if a property is hidden.
30370
29161
 
@@ -30522,28 +29313,13 @@ class OBJECT_PT_bSizeLikeConstraint(
30522
29313
  class OBJECT_PT_bSizeLimitConstraint(
30523
29314
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
30524
29315
  ):
30525
- """ """
30526
-
30527
29316
  bl_context: typing.Any
30528
- """ """
30529
-
30530
29317
  bl_label: typing.Any
30531
- """ """
30532
-
30533
29318
  bl_options: typing.Any
30534
- """ """
30535
-
30536
29319
  bl_region_type: typing.Any
30537
- """ """
30538
-
30539
29320
  bl_rna: typing.Any
30540
- """ """
30541
-
30542
29321
  bl_space_type: typing.Any
30543
- """ """
30544
-
30545
29322
  id_data: typing.Any
30546
- """ """
30547
29323
 
30548
29324
  def append(self, draw_func):
30549
29325
  """Append a draw function to this menu,
@@ -30853,10 +29629,7 @@ class OBJECT_PT_bSizeLimitConstraint(
30853
29629
  """
30854
29630
  ...
30855
29631
 
30856
- def is_extended(self):
30857
- """ """
30858
- ...
30859
-
29632
+ def is_extended(self): ...
30860
29633
  def is_property_hidden(self) -> bool:
30861
29634
  """Check if a property is hidden.
30862
29635
 
@@ -31014,28 +29787,13 @@ class OBJECT_PT_bSizeLimitConstraint(
31014
29787
  class OBJECT_PT_bStretchToConstraint(
31015
29788
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
31016
29789
  ):
31017
- """ """
31018
-
31019
29790
  bl_context: typing.Any
31020
- """ """
31021
-
31022
29791
  bl_label: typing.Any
31023
- """ """
31024
-
31025
29792
  bl_options: typing.Any
31026
- """ """
31027
-
31028
29793
  bl_region_type: typing.Any
31029
- """ """
31030
-
31031
29794
  bl_rna: typing.Any
31032
- """ """
31033
-
31034
29795
  bl_space_type: typing.Any
31035
- """ """
31036
-
31037
29796
  id_data: typing.Any
31038
- """ """
31039
29797
 
31040
29798
  def append(self, draw_func):
31041
29799
  """Append a draw function to this menu,
@@ -31345,10 +30103,7 @@ class OBJECT_PT_bStretchToConstraint(
31345
30103
  """
31346
30104
  ...
31347
30105
 
31348
- def is_extended(self):
31349
- """ """
31350
- ...
31351
-
30106
+ def is_extended(self): ...
31352
30107
  def is_property_hidden(self) -> bool:
31353
30108
  """Check if a property is hidden.
31354
30109
 
@@ -31506,28 +30261,13 @@ class OBJECT_PT_bStretchToConstraint(
31506
30261
  class OBJECT_PT_bTrackToConstraint(
31507
30262
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
31508
30263
  ):
31509
- """ """
31510
-
31511
30264
  bl_context: typing.Any
31512
- """ """
31513
-
31514
30265
  bl_label: typing.Any
31515
- """ """
31516
-
31517
30266
  bl_options: typing.Any
31518
- """ """
31519
-
31520
30267
  bl_region_type: typing.Any
31521
- """ """
31522
-
31523
30268
  bl_rna: typing.Any
31524
- """ """
31525
-
31526
30269
  bl_space_type: typing.Any
31527
- """ """
31528
-
31529
30270
  id_data: typing.Any
31530
- """ """
31531
30271
 
31532
30272
  def append(self, draw_func):
31533
30273
  """Append a draw function to this menu,
@@ -31837,10 +30577,7 @@ class OBJECT_PT_bTrackToConstraint(
31837
30577
  """
31838
30578
  ...
31839
30579
 
31840
- def is_extended(self):
31841
- """ """
31842
- ...
31843
-
30580
+ def is_extended(self): ...
31844
30581
  def is_property_hidden(self) -> bool:
31845
30582
  """Check if a property is hidden.
31846
30583
 
@@ -31998,28 +30735,13 @@ class OBJECT_PT_bTrackToConstraint(
31998
30735
  class OBJECT_PT_bTransLikeConstraint(
31999
30736
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
32000
30737
  ):
32001
- """ """
32002
-
32003
30738
  bl_context: typing.Any
32004
- """ """
32005
-
32006
30739
  bl_label: typing.Any
32007
- """ """
32008
-
32009
30740
  bl_options: typing.Any
32010
- """ """
32011
-
32012
30741
  bl_region_type: typing.Any
32013
- """ """
32014
-
32015
30742
  bl_rna: typing.Any
32016
- """ """
32017
-
32018
30743
  bl_space_type: typing.Any
32019
- """ """
32020
-
32021
30744
  id_data: typing.Any
32022
- """ """
32023
30745
 
32024
30746
  def append(self, draw_func):
32025
30747
  """Append a draw function to this menu,
@@ -32329,10 +31051,7 @@ class OBJECT_PT_bTransLikeConstraint(
32329
31051
  """
32330
31052
  ...
32331
31053
 
32332
- def is_extended(self):
32333
- """ """
32334
- ...
32335
-
31054
+ def is_extended(self): ...
32336
31055
  def is_property_hidden(self) -> bool:
32337
31056
  """Check if a property is hidden.
32338
31057
 
@@ -32490,28 +31209,13 @@ class OBJECT_PT_bTransLikeConstraint(
32490
31209
  class OBJECT_PT_bTransformCacheConstraint(
32491
31210
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
32492
31211
  ):
32493
- """ """
32494
-
32495
31212
  bl_context: typing.Any
32496
- """ """
32497
-
32498
31213
  bl_label: typing.Any
32499
- """ """
32500
-
32501
31214
  bl_options: typing.Any
32502
- """ """
32503
-
32504
31215
  bl_region_type: typing.Any
32505
- """ """
32506
-
32507
31216
  bl_rna: typing.Any
32508
- """ """
32509
-
32510
31217
  bl_space_type: typing.Any
32511
- """ """
32512
-
32513
31218
  id_data: typing.Any
32514
- """ """
32515
31219
 
32516
31220
  def append(self, draw_func):
32517
31221
  """Append a draw function to this menu,
@@ -32821,10 +31525,7 @@ class OBJECT_PT_bTransformCacheConstraint(
32821
31525
  """
32822
31526
  ...
32823
31527
 
32824
- def is_extended(self):
32825
- """ """
32826
- ...
32827
-
31528
+ def is_extended(self): ...
32828
31529
  def is_property_hidden(self) -> bool:
32829
31530
  """Check if a property is hidden.
32830
31531
 
@@ -32985,28 +31686,13 @@ class OBJECT_PT_bTransformCacheConstraint_layers(
32985
31686
  ConstraintButtonsSubPanel,
32986
31687
  bpy_types._GenericUI,
32987
31688
  ):
32988
- """ """
32989
-
32990
31689
  bl_context: typing.Any
32991
- """ """
32992
-
32993
31690
  bl_label: typing.Any
32994
- """ """
32995
-
32996
31691
  bl_parent_id: typing.Any
32997
- """ """
32998
-
32999
31692
  bl_region_type: typing.Any
33000
- """ """
33001
-
33002
31693
  bl_rna: typing.Any
33003
- """ """
33004
-
33005
31694
  bl_space_type: typing.Any
33006
- """ """
33007
-
33008
31695
  id_data: typing.Any
33009
- """ """
33010
31696
 
33011
31697
  def append(self, draw_func):
33012
31698
  """Append a draw function to this menu,
@@ -33183,10 +31869,7 @@ class OBJECT_PT_bTransformCacheConstraint_layers(
33183
31869
  """
33184
31870
  ...
33185
31871
 
33186
- def is_extended(self):
33187
- """ """
33188
- ...
33189
-
31872
+ def is_extended(self): ...
33190
31873
  def is_property_hidden(self) -> bool:
33191
31874
  """Check if a property is hidden.
33192
31875
 
@@ -33327,28 +32010,13 @@ class OBJECT_PT_bTransformCacheConstraint_procedural(
33327
32010
  ConstraintButtonsSubPanel,
33328
32011
  bpy_types._GenericUI,
33329
32012
  ):
33330
- """ """
33331
-
33332
32013
  bl_context: typing.Any
33333
- """ """
33334
-
33335
32014
  bl_label: typing.Any
33336
- """ """
33337
-
33338
32015
  bl_parent_id: typing.Any
33339
- """ """
33340
-
33341
32016
  bl_region_type: typing.Any
33342
- """ """
33343
-
33344
32017
  bl_rna: typing.Any
33345
- """ """
33346
-
33347
32018
  bl_space_type: typing.Any
33348
- """ """
33349
-
33350
32019
  id_data: typing.Any
33351
- """ """
33352
32020
 
33353
32021
  def append(self, draw_func):
33354
32022
  """Append a draw function to this menu,
@@ -33525,10 +32193,7 @@ class OBJECT_PT_bTransformCacheConstraint_procedural(
33525
32193
  """
33526
32194
  ...
33527
32195
 
33528
- def is_extended(self):
33529
- """ """
33530
- ...
33531
-
32196
+ def is_extended(self): ...
33532
32197
  def is_property_hidden(self) -> bool:
33533
32198
  """Check if a property is hidden.
33534
32199
 
@@ -33669,28 +32334,13 @@ class OBJECT_PT_bTransformCacheConstraint_time(
33669
32334
  ConstraintButtonsSubPanel,
33670
32335
  bpy_types._GenericUI,
33671
32336
  ):
33672
- """ """
33673
-
33674
32337
  bl_context: typing.Any
33675
- """ """
33676
-
33677
32338
  bl_label: typing.Any
33678
- """ """
33679
-
33680
32339
  bl_parent_id: typing.Any
33681
- """ """
33682
-
33683
32340
  bl_region_type: typing.Any
33684
- """ """
33685
-
33686
32341
  bl_rna: typing.Any
33687
- """ """
33688
-
33689
32342
  bl_space_type: typing.Any
33690
- """ """
33691
-
33692
32343
  id_data: typing.Any
33693
- """ """
33694
32344
 
33695
32345
  def append(self, draw_func):
33696
32346
  """Append a draw function to this menu,
@@ -33867,10 +32517,7 @@ class OBJECT_PT_bTransformCacheConstraint_time(
33867
32517
  """
33868
32518
  ...
33869
32519
 
33870
- def is_extended(self):
33871
- """ """
33872
- ...
33873
-
32520
+ def is_extended(self): ...
33874
32521
  def is_property_hidden(self) -> bool:
33875
32522
  """Check if a property is hidden.
33876
32523
 
@@ -34011,28 +32658,13 @@ class OBJECT_PT_bTransformCacheConstraint_velocity(
34011
32658
  ConstraintButtonsSubPanel,
34012
32659
  bpy_types._GenericUI,
34013
32660
  ):
34014
- """ """
34015
-
34016
32661
  bl_context: typing.Any
34017
- """ """
34018
-
34019
32662
  bl_label: typing.Any
34020
- """ """
34021
-
34022
32663
  bl_parent_id: typing.Any
34023
- """ """
34024
-
34025
32664
  bl_region_type: typing.Any
34026
- """ """
34027
-
34028
32665
  bl_rna: typing.Any
34029
- """ """
34030
-
34031
32666
  bl_space_type: typing.Any
34032
- """ """
34033
-
34034
32667
  id_data: typing.Any
34035
- """ """
34036
32668
 
34037
32669
  def append(self, draw_func):
34038
32670
  """Append a draw function to this menu,
@@ -34209,10 +32841,7 @@ class OBJECT_PT_bTransformCacheConstraint_velocity(
34209
32841
  """
34210
32842
  ...
34211
32843
 
34212
- def is_extended(self):
34213
- """ """
34214
- ...
34215
-
32844
+ def is_extended(self): ...
34216
32845
  def is_property_hidden(self) -> bool:
34217
32846
  """Check if a property is hidden.
34218
32847
 
@@ -34350,28 +32979,13 @@ class OBJECT_PT_bTransformCacheConstraint_velocity(
34350
32979
  class OBJECT_PT_bTransformConstraint(
34351
32980
  bpy_types.Panel, ObjectConstraintPanel, ConstraintButtonsPanel, bpy_types._GenericUI
34352
32981
  ):
34353
- """ """
34354
-
34355
32982
  bl_context: typing.Any
34356
- """ """
34357
-
34358
32983
  bl_label: typing.Any
34359
- """ """
34360
-
34361
32984
  bl_options: typing.Any
34362
- """ """
34363
-
34364
32985
  bl_region_type: typing.Any
34365
- """ """
34366
-
34367
32986
  bl_rna: typing.Any
34368
- """ """
34369
-
34370
32987
  bl_space_type: typing.Any
34371
- """ """
34372
-
34373
32988
  id_data: typing.Any
34374
- """ """
34375
32989
 
34376
32990
  def append(self, draw_func):
34377
32991
  """Append a draw function to this menu,
@@ -34681,10 +33295,7 @@ class OBJECT_PT_bTransformConstraint(
34681
33295
  """
34682
33296
  ...
34683
33297
 
34684
- def is_extended(self):
34685
- """ """
34686
- ...
34687
-
33298
+ def is_extended(self): ...
34688
33299
  def is_property_hidden(self) -> bool:
34689
33300
  """Check if a property is hidden.
34690
33301
 
@@ -34845,28 +33456,13 @@ class OBJECT_PT_bTransformConstraint_destination(
34845
33456
  ConstraintButtonsSubPanel,
34846
33457
  bpy_types._GenericUI,
34847
33458
  ):
34848
- """ """
34849
-
34850
33459
  bl_context: typing.Any
34851
- """ """
34852
-
34853
33460
  bl_label: typing.Any
34854
- """ """
34855
-
34856
33461
  bl_parent_id: typing.Any
34857
- """ """
34858
-
34859
33462
  bl_region_type: typing.Any
34860
- """ """
34861
-
34862
33463
  bl_rna: typing.Any
34863
- """ """
34864
-
34865
33464
  bl_space_type: typing.Any
34866
- """ """
34867
-
34868
33465
  id_data: typing.Any
34869
- """ """
34870
33466
 
34871
33467
  def append(self, draw_func):
34872
33468
  """Append a draw function to this menu,
@@ -35043,10 +33639,7 @@ class OBJECT_PT_bTransformConstraint_destination(
35043
33639
  """
35044
33640
  ...
35045
33641
 
35046
- def is_extended(self):
35047
- """ """
35048
- ...
35049
-
33642
+ def is_extended(self): ...
35050
33643
  def is_property_hidden(self) -> bool:
35051
33644
  """Check if a property is hidden.
35052
33645
 
@@ -35187,28 +33780,13 @@ class OBJECT_PT_bTransformConstraint_source(
35187
33780
  ConstraintButtonsSubPanel,
35188
33781
  bpy_types._GenericUI,
35189
33782
  ):
35190
- """ """
35191
-
35192
33783
  bl_context: typing.Any
35193
- """ """
35194
-
35195
33784
  bl_label: typing.Any
35196
- """ """
35197
-
35198
33785
  bl_parent_id: typing.Any
35199
- """ """
35200
-
35201
33786
  bl_region_type: typing.Any
35202
- """ """
35203
-
35204
33787
  bl_rna: typing.Any
35205
- """ """
35206
-
35207
33788
  bl_space_type: typing.Any
35208
- """ """
35209
-
35210
33789
  id_data: typing.Any
35211
- """ """
35212
33790
 
35213
33791
  def append(self, draw_func):
35214
33792
  """Append a draw function to this menu,
@@ -35385,10 +33963,7 @@ class OBJECT_PT_bTransformConstraint_source(
35385
33963
  """
35386
33964
  ...
35387
33965
 
35388
- def is_extended(self):
35389
- """ """
35390
- ...
35391
-
33966
+ def is_extended(self): ...
35392
33967
  def is_property_hidden(self) -> bool:
35393
33968
  """Check if a property is hidden.
35394
33969
 
@@ -35526,28 +34101,13 @@ class OBJECT_PT_bTransformConstraint_source(
35526
34101
  class OBJECT_PT_constraints(
35527
34102
  bpy_types.Panel, ObjectConstraintPanel, bpy_types._GenericUI
35528
34103
  ):
35529
- """ """
35530
-
35531
34104
  bl_context: typing.Any
35532
- """ """
35533
-
35534
34105
  bl_label: typing.Any
35535
- """ """
35536
-
35537
34106
  bl_options: typing.Any
35538
- """ """
35539
-
35540
34107
  bl_region_type: typing.Any
35541
- """ """
35542
-
35543
34108
  bl_rna: typing.Any
35544
- """ """
35545
-
35546
34109
  bl_space_type: typing.Any
35547
- """ """
35548
-
35549
34110
  id_data: typing.Any
35550
- """ """
35551
34111
 
35552
34112
  def append(self, draw_func):
35553
34113
  """Append a draw function to this menu,
@@ -35632,10 +34192,7 @@ class OBJECT_PT_constraints(
35632
34192
  """
35633
34193
  ...
35634
34194
 
35635
- def is_extended(self):
35636
- """ """
35637
- ...
35638
-
34195
+ def is_extended(self): ...
35639
34196
  def is_property_hidden(self) -> bool:
35640
34197
  """Check if a property is hidden.
35641
34198