fake-bpy-module 20240915__py3-none-any.whl → 20240917__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 (325) hide show
  1. _bpy_internal/__init__.pyi +2 -2
  2. _bpy_internal/addons/__init__.pyi +2 -2
  3. _bpy_internal/addons/cli/__init__.pyi +2 -2
  4. _bpy_internal/extensions/__init__.pyi +2 -2
  5. _bpy_internal/extensions/junction_module/__init__.pyi +2 -8
  6. _bpy_internal/extensions/stale_file_manager/__init__.pyi +2 -6
  7. _bpy_internal/extensions/wheel_manager/__init__.pyi +2 -6
  8. _bpy_internal/freedesktop/__init__.pyi +2 -2
  9. _bpy_internal/grease_pencil/__init__.pyi +2 -2
  10. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -16
  11. _bpy_internal/system_info/__init__.pyi +2 -2
  12. _bpy_internal/system_info/text_generate_runtime/__init__.pyi +2 -2
  13. _bpy_internal/system_info/url_prefill_runtime/__init__.pyi +2 -2
  14. _bpy_internal/system_info/url_prefill_startup/__init__.pyi +2 -2
  15. addon_utils/__init__.pyi +2 -12
  16. animsys_refactor/__init__.pyi +2 -3
  17. aud/__init__.pyi +2 -71
  18. bgl/__init__.pyi +2 -526
  19. bl_app_override/__init__.pyi +2 -2
  20. bl_app_override/helpers/__init__.pyi +2 -2
  21. bl_app_template_utils/__init__.pyi +2 -4
  22. bl_console_utils/__init__.pyi +2 -2
  23. bl_console_utils/autocomplete/__init__.pyi +2 -2
  24. bl_console_utils/autocomplete/complete_calltip/__init__.pyi +2 -12
  25. bl_console_utils/autocomplete/complete_import/__init__.pyi +2 -8
  26. bl_console_utils/autocomplete/complete_namespace/__init__.pyi +2 -12
  27. bl_console_utils/autocomplete/intellisense/__init__.pyi +2 -6
  28. bl_i18n_utils/__init__.pyi +2 -2
  29. bl_i18n_utils/bl_extract_messages/__init__.pyi +2 -6
  30. bl_i18n_utils/merge_po/__init__.pyi +2 -2
  31. bl_i18n_utils/settings/__init__.pyi +2 -6
  32. bl_i18n_utils/utils/__init__.pyi +2 -45
  33. bl_i18n_utils/utils_cli/__init__.pyi +2 -2
  34. bl_i18n_utils/utils_languages_menu/__init__.pyi +2 -2
  35. bl_i18n_utils/utils_rtl/__init__.pyi +2 -6
  36. bl_keymap_utils/__init__.pyi +2 -2
  37. bl_keymap_utils/io/__init__.pyi +2 -4
  38. bl_keymap_utils/keymap_from_toolbar/__init__.pyi +2 -4
  39. bl_keymap_utils/keymap_hierarchy/__init__.pyi +2 -2
  40. bl_keymap_utils/platform_helpers/__init__.pyi +2 -4
  41. bl_keymap_utils/versioning/__init__.pyi +2 -2
  42. bl_math/__init__.pyi +2 -8
  43. bl_operators/__init__.pyi +2 -2
  44. bl_operators/add_mesh_torus/__init__.pyi +2 -8
  45. bl_operators/anim/__init__.pyi +2 -48
  46. bl_operators/assets/__init__.pyi +2 -17
  47. bl_operators/bmesh/__init__.pyi +2 -2
  48. bl_operators/bmesh/find_adjacent/__init__.pyi +2 -6
  49. bl_operators/bone_selection_sets/__init__.pyi +2 -46
  50. bl_operators/clip/__init__.pyi +2 -43
  51. bl_operators/connect_to_output/__init__.pyi +2 -18
  52. bl_operators/console/__init__.pyi +2 -22
  53. bl_operators/constraint/__init__.pyi +2 -18
  54. bl_operators/file/__init__.pyi +2 -14
  55. bl_operators/freestyle/__init__.pyi +2 -19
  56. bl_operators/geometry_nodes/__init__.pyi +2 -21
  57. bl_operators/image/__init__.pyi +2 -19
  58. bl_operators/image_as_planes/__init__.pyi +2 -43
  59. bl_operators/mesh/__init__.pyi +2 -15
  60. bl_operators/node/__init__.pyi +2 -41
  61. bl_operators/node_editor/__init__.pyi +2 -2
  62. bl_operators/node_editor/node_functions/__init__.pyi +2 -3
  63. bl_operators/object/__init__.pyi +2 -63
  64. bl_operators/object_align/__init__.pyi +2 -6
  65. bl_operators/object_quick_effects/__init__.pyi +2 -18
  66. bl_operators/object_randomize_transform/__init__.pyi +2 -6
  67. bl_operators/presets/__init__.pyi +2 -70
  68. bl_operators/rigidbody/__init__.pyi +2 -15
  69. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -5
  70. bl_operators/sequencer/__init__.pyi +2 -36
  71. bl_operators/spreadsheet/__init__.pyi +2 -8
  72. bl_operators/userpref/__init__.pyi +2 -93
  73. bl_operators/uvcalc_follow_active/__init__.pyi +2 -7
  74. bl_operators/uvcalc_lightmap/__init__.pyi +2 -11
  75. bl_operators/uvcalc_transform/__init__.pyi +2 -19
  76. bl_operators/vertexpaint_dirt/__init__.pyi +2 -6
  77. bl_operators/view3d/__init__.pyi +2 -37
  78. bl_operators/wm/__init__.pyi +2 -168
  79. bl_operators/world/__init__.pyi +2 -6
  80. bl_previews_utils/__init__.pyi +2 -2
  81. bl_previews_utils/bl_previews_render/__init__.pyi +2 -2
  82. bl_rna_utils/__init__.pyi +2 -2
  83. bl_rna_utils/data_path/__init__.pyi +2 -6
  84. bl_text_utils/__init__.pyi +2 -2
  85. bl_text_utils/external_editor/__init__.pyi +2 -2
  86. bl_ui/__init__.pyi +2 -11
  87. bl_ui/anim/__init__.pyi +2 -5
  88. bl_ui/asset_shelf/__init__.pyi +2 -6
  89. bl_ui/generic_ui_list/__init__.pyi +2 -16
  90. bl_ui/node_add_menu/__init__.pyi +2 -11
  91. bl_ui/node_add_menu_compositor/__init__.pyi +2 -53
  92. bl_ui/node_add_menu_geometry/__init__.pyi +2 -152
  93. bl_ui/node_add_menu_shader/__init__.pyi +2 -31
  94. bl_ui/node_add_menu_texture/__init__.pyi +2 -29
  95. bl_ui/properties_animviz/__init__.pyi +2 -4
  96. bl_ui/properties_collection/__init__.pyi +2 -20
  97. bl_ui/properties_constraint/__init__.pyi +2 -288
  98. bl_ui/properties_data_armature/__init__.pyi +2 -60
  99. bl_ui/properties_data_bone/__init__.pyi +2 -42
  100. bl_ui/properties_data_camera/__init__.pyi +2 -51
  101. bl_ui/properties_data_curve/__init__.pyi +2 -58
  102. bl_ui/properties_data_curves/__init__.pyi +2 -24
  103. bl_ui/properties_data_empty/__init__.pyi +2 -10
  104. bl_ui/properties_data_gpencil/__init__.pyi +2 -57
  105. bl_ui/properties_data_grease_pencil/__init__.pyi +2 -49
  106. bl_ui/properties_data_lattice/__init__.pyi +2 -14
  107. bl_ui/properties_data_light/__init__.pyi +2 -50
  108. bl_ui/properties_data_lightprobe/__init__.pyi +2 -48
  109. bl_ui/properties_data_mesh/__init__.pyi +2 -69
  110. bl_ui/properties_data_metaball/__init__.pyi +2 -20
  111. bl_ui/properties_data_modifier/__init__.pyi +2 -36
  112. bl_ui/properties_data_pointcloud/__init__.pyi +2 -19
  113. bl_ui/properties_data_shaderfx/__init__.pyi +2 -5
  114. bl_ui/properties_data_speaker/__init__.pyi +2 -19
  115. bl_ui/properties_data_volume/__init__.pyi +2 -29
  116. bl_ui/properties_freestyle/__init__.pyi +2 -98
  117. bl_ui/properties_grease_pencil_common/__init__.pyi +2 -74
  118. bl_ui/properties_mask_common/__init__.pyi +2 -37
  119. bl_ui/properties_material/__init__.pyi +2 -59
  120. bl_ui/properties_material_gpencil/__init__.pyi +2 -36
  121. bl_ui/properties_object/__init__.pyi +2 -52
  122. bl_ui/properties_output/__init__.pyi +2 -65
  123. bl_ui/properties_paint_common/__init__.pyi +2 -41
  124. bl_ui/properties_particle/__init__.pyi +2 -205
  125. bl_ui/properties_physics_cloth/__init__.pyi +2 -49
  126. bl_ui/properties_physics_common/__init__.pyi +2 -6
  127. bl_ui/properties_physics_dynamicpaint/__init__.pyi +2 -103
  128. bl_ui/properties_physics_field/__init__.pyi +2 -44
  129. bl_ui/properties_physics_fluid/__init__.pyi +2 -134
  130. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -7
  131. bl_ui/properties_physics_rigidbody/__init__.pyi +2 -35
  132. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2 -57
  133. bl_ui/properties_physics_softbody/__init__.pyi +2 -52
  134. bl_ui/properties_render/__init__.pyi +2 -220
  135. bl_ui/properties_scene/__init__.pyi +2 -55
  136. bl_ui/properties_texture/__init__.pyi +2 -93
  137. bl_ui/properties_view_layer/__init__.pyi +2 -47
  138. bl_ui/properties_workspace/__init__.pyi +2 -15
  139. bl_ui/properties_world/__init__.pyi +2 -42
  140. bl_ui/space_clip/__init__.pyi +2 -224
  141. bl_ui/space_console/__init__.pyi +2 -20
  142. bl_ui/space_dopesheet/__init__.pyi +2 -96
  143. bl_ui/space_filebrowser/__init__.pyi +2 -99
  144. bl_ui/space_graph/__init__.pyi +2 -62
  145. bl_ui/space_image/__init__.pyi +2 -211
  146. bl_ui/space_info/__init__.pyi +2 -20
  147. bl_ui/space_nla/__init__.pyi +2 -54
  148. bl_ui/space_node/__init__.pyi +2 -100
  149. bl_ui/space_outliner/__init__.pyi +2 -48
  150. bl_ui/space_properties/__init__.pyi +2 -14
  151. bl_ui/space_sequencer/__init__.pyi +2 -280
  152. bl_ui/space_spreadsheet/__init__.pyi +2 -11
  153. bl_ui/space_statusbar/__init__.pyi +2 -5
  154. bl_ui/space_text/__init__.pyi +2 -51
  155. bl_ui/space_time/__init__.pyi +2 -27
  156. bl_ui/space_toolsystem_common/__init__.pyi +3 -13
  157. bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -126
  158. bl_ui/space_topbar/__init__.pyi +37 -86
  159. bl_ui/space_userpref/__init__.pyi +2 -313
  160. bl_ui/space_view3d/__init__.pyi +30 -881
  161. bl_ui/space_view3d_toolbar/__init__.pyi +2 -344
  162. bl_ui/utils/__init__.pyi +2 -5
  163. bl_ui_utils/__init__.pyi +2 -2
  164. bl_ui_utils/layout/__init__.pyi +2 -4
  165. blend_render_info/__init__.pyi +2 -4
  166. blf/__init__.pyi +2 -32
  167. bmesh/__init__.pyi +2 -8
  168. bmesh/geometry/__init__.pyi +2 -4
  169. bmesh/ops/__init__.pyi +2 -162
  170. bmesh/types/__init__.pyi +19 -133
  171. bmesh/utils/__init__.pyi +2 -28
  172. bpy/__init__.pyi +2 -2
  173. bpy/app/__init__.pyi +2 -6
  174. bpy/app/handlers/__init__.pyi +2 -2
  175. bpy/app/icons/__init__.pyi +2 -8
  176. bpy/app/timers/__init__.pyi +2 -8
  177. bpy/app/translations/__init__.pyi +2 -20
  178. bpy/msgbus/__init__.pyi +2 -8
  179. bpy/ops/__init__.pyi +2 -2
  180. bpy/ops/action/__init__.pyi +15 -110
  181. bpy/ops/anim/__init__.pyi +2 -118
  182. bpy/ops/armature/__init__.pyi +2 -98
  183. bpy/ops/asset/__init__.pyi +2 -34
  184. bpy/ops/boid/__init__.pyi +5 -30
  185. bpy/ops/brush/__init__.pyi +5 -31
  186. bpy/ops/buttons/__init__.pyi +2 -14
  187. bpy/ops/cachefile/__init__.pyi +2 -12
  188. bpy/ops/camera/__init__.pyi +2 -6
  189. bpy/ops/clip/__init__.pyi +5 -188
  190. bpy/ops/cloth/__init__.pyi +2 -4
  191. bpy/ops/collection/__init__.pyi +2 -20
  192. bpy/ops/console/__init__.pyi +2 -44
  193. bpy/ops/constraint/__init__.pyi +2 -38
  194. bpy/ops/curve/__init__.pyi +7 -143
  195. bpy/ops/curves/__init__.pyi +11 -64
  196. bpy/ops/cycles/__init__.pyi +2 -8
  197. bpy/ops/dpaint/__init__.pyi +5 -14
  198. bpy/ops/ed/__init__.pyi +2 -26
  199. bpy/ops/export_anim/__init__.pyi +2 -4
  200. bpy/ops/export_scene/__init__.pyi +2 -6
  201. bpy/ops/extensions/__init__.pyi +2 -70
  202. bpy/ops/file/__init__.pyi +2 -82
  203. bpy/ops/fluid/__init__.pyi +2 -30
  204. bpy/ops/font/__init__.pyi +2 -48
  205. bpy/ops/geometry/__init__.pyi +21 -75
  206. bpy/ops/gizmogroup/__init__.pyi +2 -6
  207. bpy/ops/gpencil/__init__.pyi +2 -286
  208. bpy/ops/graph/__init__.pyi +19 -213
  209. bpy/ops/grease_pencil/__init__.pyi +9 -196
  210. bpy/ops/image/__init__.pyi +11 -111
  211. bpy/ops/import_anim/__init__.pyi +2 -4
  212. bpy/ops/import_curve/__init__.pyi +2 -4
  213. bpy/ops/import_scene/__init__.pyi +2 -6
  214. bpy/ops/info/__init__.pyi +2 -16
  215. bpy/ops/lattice/__init__.pyi +5 -20
  216. bpy/ops/marker/__init__.pyi +2 -24
  217. bpy/ops/mask/__init__.pyi +2 -80
  218. bpy/ops/material/__init__.pyi +2 -8
  219. bpy/ops/mball/__init__.pyi +2 -18
  220. bpy/ops/mesh/__init__.pyi +45 -467
  221. bpy/ops/nla/__init__.pyi +5 -92
  222. bpy/ops/node/__init__.pyi +5 -215
  223. bpy/ops/object/__init__.pyi +73 -870
  224. bpy/ops/outliner/__init__.pyi +7 -200
  225. bpy/ops/paint/__init__.pyi +9 -116
  226. bpy/ops/paintcurve/__init__.pyi +2 -18
  227. bpy/ops/palette/__init__.pyi +2 -16
  228. bpy/ops/particle/__init__.pyi +2 -74
  229. bpy/ops/pose/__init__.pyi +15 -180
  230. bpy/ops/poselib/__init__.pyi +2 -20
  231. bpy/ops/preferences/__init__.pyi +2 -72
  232. bpy/ops/ptcache/__init__.pyi +2 -16
  233. bpy/ops/render/__init__.pyi +2 -28
  234. bpy/ops/rigidbody/__init__.pyi +11 -56
  235. bpy/ops/scene/__init__.pyi +11 -131
  236. bpy/ops/screen/__init__.pyi +9 -142
  237. bpy/ops/script/__init__.pyi +2 -8
  238. bpy/ops/sculpt/__init__.pyi +2 -74
  239. bpy/ops/sculpt_curves/__init__.pyi +2 -10
  240. bpy/ops/sequencer/__init__.pyi +5 -194
  241. bpy/ops/sound/__init__.pyi +5 -21
  242. bpy/ops/spreadsheet/__init__.pyi +2 -10
  243. bpy/ops/surface/__init__.pyi +2 -14
  244. bpy/ops/text/__init__.pyi +2 -88
  245. bpy/ops/text_editor/__init__.pyi +2 -4
  246. bpy/ops/texture/__init__.pyi +2 -10
  247. bpy/ops/transform/__init__.pyi +75 -400
  248. bpy/ops/ui/__init__.pyi +2 -68
  249. bpy/ops/uilist/__init__.pyi +2 -8
  250. bpy/ops/uv/__init__.pyi +5 -102
  251. bpy/ops/view2d/__init__.pyi +2 -30
  252. bpy/ops/view3d/__init__.pyi +2 -136
  253. bpy/ops/wm/__init__.pyi +17 -259
  254. bpy/ops/workspace/__init__.pyi +2 -16
  255. bpy/ops/world/__init__.pyi +2 -6
  256. bpy/path/__init__.pyi +2 -28
  257. bpy/props/__init__.pyi +2 -24
  258. bpy/types/__init__.pyi +1230 -31631
  259. bpy/typing/__init__.pyi +2490 -0
  260. bpy/utils/__init__.pyi +4 -74
  261. bpy/utils/previews/__init__.pyi +2 -10
  262. bpy/utils/units/__init__.pyi +2 -6
  263. bpy_extras/__init__.pyi +2 -2
  264. bpy_extras/anim_utils/__init__.pyi +2 -17
  265. bpy_extras/asset_utils/__init__.pyi +2 -5
  266. bpy_extras/bmesh_utils/__init__.pyi +2 -4
  267. bpy_extras/id_map_utils/__init__.pyi +2 -8
  268. bpy_extras/image_utils/__init__.pyi +2 -4
  269. bpy_extras/io_utils/__init__.pyi +2 -23
  270. bpy_extras/keyconfig_utils/__init__.pyi +2 -6
  271. bpy_extras/mesh_utils/__init__.pyi +2 -16
  272. bpy_extras/node_shader_utils/__init__.pyi +2 -23
  273. bpy_extras/node_utils/__init__.pyi +2 -6
  274. bpy_extras/object_utils/__init__.pyi +2 -15
  275. bpy_extras/view3d_utils/__init__.pyi +2 -10
  276. bpy_extras/wm_utils/__init__.pyi +2 -2
  277. bpy_extras/wm_utils/progress_report/__init__.pyi +2 -10
  278. bpy_restrict_state/__init__.pyi +2 -2
  279. bpy_types/__init__.pyi +2 -5
  280. console_python/__init__.pyi +2 -4
  281. console_shell/__init__.pyi +2 -2
  282. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/METADATA +1 -1
  283. fake_bpy_module-20240917.dist-info/RECORD +365 -0
  284. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/WHEEL +1 -1
  285. freestyle/__init__.pyi +2 -2
  286. freestyle/chainingiterators/__init__.pyi +2 -25
  287. freestyle/functions/__init__.pyi +2 -109
  288. freestyle/predicates/__init__.pyi +2 -30
  289. freestyle/shaders/__init__.pyi +2 -77
  290. freestyle/types/__init__.pyi +2 -192
  291. freestyle/utils/ContextFunctions/__init__.pyi +2 -20
  292. freestyle/utils/__init__.pyi +4 -50
  293. gpu/__init__.pyi +2 -2
  294. gpu/capabilities/__init__.pyi +2 -40
  295. gpu/matrix/__init__.pyi +2 -36
  296. gpu/platform/__init__.pyi +2 -12
  297. gpu/select/__init__.pyi +2 -4
  298. gpu/shader/__init__.pyi +2 -8
  299. gpu/state/__init__.pyi +5 -45
  300. gpu/texture/__init__.pyi +2 -4
  301. gpu/types/__init__.pyi +2 -54
  302. gpu_extras/__init__.pyi +2 -2
  303. gpu_extras/batch/__init__.pyi +2 -4
  304. gpu_extras/presets/__init__.pyi +2 -6
  305. graphviz_export/__init__.pyi +2 -2
  306. idprop/__init__.pyi +2 -2
  307. idprop/types/__init__.pyi +2 -11
  308. imbuf/__init__.pyi +2 -8
  309. imbuf/types/__init__.pyi +2 -6
  310. keyingsets_builtins/__init__.pyi +2 -70
  311. keyingsets_utils/__init__.pyi +2 -2
  312. mathutils/__init__.pyi +38 -228
  313. mathutils/bvhtree/__init__.pyi +2 -10
  314. mathutils/geometry/__init__.pyi +2 -54
  315. mathutils/interpolate/__init__.pyi +2 -4
  316. mathutils/kdtree/__init__.pyi +2 -8
  317. mathutils/noise/__init__.pyi +2 -36
  318. nodeitems_builtins/__init__.pyi +2 -4
  319. nodeitems_utils/__init__.pyi +2 -4
  320. rna_info/__init__.pyi +2 -7
  321. rna_keymap_ui/__init__.pyi +2 -2
  322. rna_prop_ui/__init__.pyi +2 -6
  323. rna_xml/__init__.pyi +2 -2
  324. fake_bpy_module-20240915.dist-info/RECORD +0 -364
  325. {fake_bpy_module-20240915.dist-info → fake_bpy_module-20240917.dist-info}/top_level.txt +0 -0
@@ -3,8 +3,8 @@ import collections.abc
3
3
  import typing_extensions
4
4
  import bpy.types
5
5
 
6
- GenericType1 = typing.TypeVar("GenericType1")
7
- GenericType2 = typing.TypeVar("GenericType2")
6
+ _GenericType1 = typing.TypeVar("_GenericType1")
7
+ _GenericType2 = typing.TypeVar("_GenericType2")
8
8
 
9
9
  class BONE_PT_bActionConstraint(
10
10
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -23,7 +23,6 @@ class BONE_PT_bActionConstraint(
23
23
  :return: The RNA type or default when not found.
24
24
  :rtype: bpy.types.Struct
25
25
  """
26
- ...
27
26
 
28
27
  def bl_rna_get_subclass_py(self) -> typing.Any:
29
28
  """
@@ -31,14 +30,12 @@ class BONE_PT_bActionConstraint(
31
30
  :return: The class or default when not found.
32
31
  :rtype: typing.Any
33
32
  """
34
- ...
35
33
 
36
34
  def draw(self, context):
37
35
  """
38
36
 
39
37
  :param context:
40
38
  """
41
- ...
42
39
 
43
40
  class BONE_PT_bActionConstraint_action(
44
41
  ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
@@ -57,7 +54,6 @@ class BONE_PT_bActionConstraint_action(
57
54
  :return: The RNA type or default when not found.
58
55
  :rtype: bpy.types.Struct
59
56
  """
60
- ...
61
57
 
62
58
  def bl_rna_get_subclass_py(self) -> typing.Any:
63
59
  """
@@ -65,14 +61,12 @@ class BONE_PT_bActionConstraint_action(
65
61
  :return: The class or default when not found.
66
62
  :rtype: typing.Any
67
63
  """
68
- ...
69
64
 
70
65
  def draw(self, context):
71
66
  """
72
67
 
73
68
  :param context:
74
69
  """
75
- ...
76
70
 
77
71
  class BONE_PT_bActionConstraint_target(
78
72
  ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
@@ -91,7 +85,6 @@ class BONE_PT_bActionConstraint_target(
91
85
  :return: The RNA type or default when not found.
92
86
  :rtype: bpy.types.Struct
93
87
  """
94
- ...
95
88
 
96
89
  def bl_rna_get_subclass_py(self) -> typing.Any:
97
90
  """
@@ -99,14 +92,12 @@ class BONE_PT_bActionConstraint_target(
99
92
  :return: The class or default when not found.
100
93
  :rtype: typing.Any
101
94
  """
102
- ...
103
95
 
104
96
  def draw(self, context):
105
97
  """
106
98
 
107
99
  :param context:
108
100
  """
109
- ...
110
101
 
111
102
  class BONE_PT_bArmatureConstraint(
112
103
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -125,7 +116,6 @@ class BONE_PT_bArmatureConstraint(
125
116
  :return: The RNA type or default when not found.
126
117
  :rtype: bpy.types.Struct
127
118
  """
128
- ...
129
119
 
130
120
  def bl_rna_get_subclass_py(self) -> typing.Any:
131
121
  """
@@ -133,14 +123,12 @@ class BONE_PT_bArmatureConstraint(
133
123
  :return: The class or default when not found.
134
124
  :rtype: typing.Any
135
125
  """
136
- ...
137
126
 
138
127
  def draw(self, context):
139
128
  """
140
129
 
141
130
  :param context:
142
131
  """
143
- ...
144
132
 
145
133
  class BONE_PT_bArmatureConstraint_bones(
146
134
  ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
@@ -159,7 +147,6 @@ class BONE_PT_bArmatureConstraint_bones(
159
147
  :return: The RNA type or default when not found.
160
148
  :rtype: bpy.types.Struct
161
149
  """
162
- ...
163
150
 
164
151
  def bl_rna_get_subclass_py(self) -> typing.Any:
165
152
  """
@@ -167,14 +154,12 @@ class BONE_PT_bArmatureConstraint_bones(
167
154
  :return: The class or default when not found.
168
155
  :rtype: typing.Any
169
156
  """
170
- ...
171
157
 
172
158
  def draw(self, context):
173
159
  """
174
160
 
175
161
  :param context:
176
162
  """
177
- ...
178
163
 
179
164
  class BONE_PT_bCameraSolverConstraint(
180
165
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -193,7 +178,6 @@ class BONE_PT_bCameraSolverConstraint(
193
178
  :return: The RNA type or default when not found.
194
179
  :rtype: bpy.types.Struct
195
180
  """
196
- ...
197
181
 
198
182
  def bl_rna_get_subclass_py(self) -> typing.Any:
199
183
  """
@@ -201,14 +185,12 @@ class BONE_PT_bCameraSolverConstraint(
201
185
  :return: The class or default when not found.
202
186
  :rtype: typing.Any
203
187
  """
204
- ...
205
188
 
206
189
  def draw(self, context):
207
190
  """
208
191
 
209
192
  :param context:
210
193
  """
211
- ...
212
194
 
213
195
  class BONE_PT_bChildOfConstraint(
214
196
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -227,7 +209,6 @@ class BONE_PT_bChildOfConstraint(
227
209
  :return: The RNA type or default when not found.
228
210
  :rtype: bpy.types.Struct
229
211
  """
230
- ...
231
212
 
232
213
  def bl_rna_get_subclass_py(self) -> typing.Any:
233
214
  """
@@ -235,14 +216,12 @@ class BONE_PT_bChildOfConstraint(
235
216
  :return: The class or default when not found.
236
217
  :rtype: typing.Any
237
218
  """
238
- ...
239
219
 
240
220
  def draw(self, context):
241
221
  """
242
222
 
243
223
  :param context:
244
224
  """
245
- ...
246
225
 
247
226
  class BONE_PT_bClampToConstraint(
248
227
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -261,7 +240,6 @@ class BONE_PT_bClampToConstraint(
261
240
  :return: The RNA type or default when not found.
262
241
  :rtype: bpy.types.Struct
263
242
  """
264
- ...
265
243
 
266
244
  def bl_rna_get_subclass_py(self) -> typing.Any:
267
245
  """
@@ -269,14 +247,12 @@ class BONE_PT_bClampToConstraint(
269
247
  :return: The class or default when not found.
270
248
  :rtype: typing.Any
271
249
  """
272
- ...
273
250
 
274
251
  def draw(self, context):
275
252
  """
276
253
 
277
254
  :param context:
278
255
  """
279
- ...
280
256
 
281
257
  class BONE_PT_bDampTrackConstraint(
282
258
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -295,7 +271,6 @@ class BONE_PT_bDampTrackConstraint(
295
271
  :return: The RNA type or default when not found.
296
272
  :rtype: bpy.types.Struct
297
273
  """
298
- ...
299
274
 
300
275
  def bl_rna_get_subclass_py(self) -> typing.Any:
301
276
  """
@@ -303,14 +278,12 @@ class BONE_PT_bDampTrackConstraint(
303
278
  :return: The class or default when not found.
304
279
  :rtype: typing.Any
305
280
  """
306
- ...
307
281
 
308
282
  def draw(self, context):
309
283
  """
310
284
 
311
285
  :param context:
312
286
  """
313
- ...
314
287
 
315
288
  class BONE_PT_bDistLimitConstraint(
316
289
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -329,7 +302,6 @@ class BONE_PT_bDistLimitConstraint(
329
302
  :return: The RNA type or default when not found.
330
303
  :rtype: bpy.types.Struct
331
304
  """
332
- ...
333
305
 
334
306
  def bl_rna_get_subclass_py(self) -> typing.Any:
335
307
  """
@@ -337,14 +309,12 @@ class BONE_PT_bDistLimitConstraint(
337
309
  :return: The class or default when not found.
338
310
  :rtype: typing.Any
339
311
  """
340
- ...
341
312
 
342
313
  def draw(self, context):
343
314
  """
344
315
 
345
316
  :param context:
346
317
  """
347
- ...
348
318
 
349
319
  class BONE_PT_bFollowPathConstraint(
350
320
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -363,7 +333,6 @@ class BONE_PT_bFollowPathConstraint(
363
333
  :return: The RNA type or default when not found.
364
334
  :rtype: bpy.types.Struct
365
335
  """
366
- ...
367
336
 
368
337
  def bl_rna_get_subclass_py(self) -> typing.Any:
369
338
  """
@@ -371,14 +340,12 @@ class BONE_PT_bFollowPathConstraint(
371
340
  :return: The class or default when not found.
372
341
  :rtype: typing.Any
373
342
  """
374
- ...
375
343
 
376
344
  def draw(self, context):
377
345
  """
378
346
 
379
347
  :param context:
380
348
  """
381
- ...
382
349
 
383
350
  class BONE_PT_bFollowTrackConstraint(
384
351
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -397,7 +364,6 @@ class BONE_PT_bFollowTrackConstraint(
397
364
  :return: The RNA type or default when not found.
398
365
  :rtype: bpy.types.Struct
399
366
  """
400
- ...
401
367
 
402
368
  def bl_rna_get_subclass_py(self) -> typing.Any:
403
369
  """
@@ -405,14 +371,12 @@ class BONE_PT_bFollowTrackConstraint(
405
371
  :return: The class or default when not found.
406
372
  :rtype: typing.Any
407
373
  """
408
- ...
409
374
 
410
375
  def draw(self, context):
411
376
  """
412
377
 
413
378
  :param context:
414
379
  """
415
- ...
416
380
 
417
381
  class BONE_PT_bKinematicConstraint(
418
382
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -431,7 +395,6 @@ class BONE_PT_bKinematicConstraint(
431
395
  :return: The RNA type or default when not found.
432
396
  :rtype: bpy.types.Struct
433
397
  """
434
- ...
435
398
 
436
399
  def bl_rna_get_subclass_py(self) -> typing.Any:
437
400
  """
@@ -439,14 +402,12 @@ class BONE_PT_bKinematicConstraint(
439
402
  :return: The class or default when not found.
440
403
  :rtype: typing.Any
441
404
  """
442
- ...
443
405
 
444
406
  def draw(self, context):
445
407
  """
446
408
 
447
409
  :param context:
448
410
  """
449
- ...
450
411
 
451
412
  class BONE_PT_bLocLimitConstraint(
452
413
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -465,7 +426,6 @@ class BONE_PT_bLocLimitConstraint(
465
426
  :return: The RNA type or default when not found.
466
427
  :rtype: bpy.types.Struct
467
428
  """
468
- ...
469
429
 
470
430
  def bl_rna_get_subclass_py(self) -> typing.Any:
471
431
  """
@@ -473,14 +433,12 @@ class BONE_PT_bLocLimitConstraint(
473
433
  :return: The class or default when not found.
474
434
  :rtype: typing.Any
475
435
  """
476
- ...
477
436
 
478
437
  def draw(self, context):
479
438
  """
480
439
 
481
440
  :param context:
482
441
  """
483
- ...
484
442
 
485
443
  class BONE_PT_bLocateLikeConstraint(
486
444
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -499,7 +457,6 @@ class BONE_PT_bLocateLikeConstraint(
499
457
  :return: The RNA type or default when not found.
500
458
  :rtype: bpy.types.Struct
501
459
  """
502
- ...
503
460
 
504
461
  def bl_rna_get_subclass_py(self) -> typing.Any:
505
462
  """
@@ -507,14 +464,12 @@ class BONE_PT_bLocateLikeConstraint(
507
464
  :return: The class or default when not found.
508
465
  :rtype: typing.Any
509
466
  """
510
- ...
511
467
 
512
468
  def draw(self, context):
513
469
  """
514
470
 
515
471
  :param context:
516
472
  """
517
- ...
518
473
 
519
474
  class BONE_PT_bLockTrackConstraint(
520
475
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -533,7 +488,6 @@ class BONE_PT_bLockTrackConstraint(
533
488
  :return: The RNA type or default when not found.
534
489
  :rtype: bpy.types.Struct
535
490
  """
536
- ...
537
491
 
538
492
  def bl_rna_get_subclass_py(self) -> typing.Any:
539
493
  """
@@ -541,14 +495,12 @@ class BONE_PT_bLockTrackConstraint(
541
495
  :return: The class or default when not found.
542
496
  :rtype: typing.Any
543
497
  """
544
- ...
545
498
 
546
499
  def draw(self, context):
547
500
  """
548
501
 
549
502
  :param context:
550
503
  """
551
- ...
552
504
 
553
505
  class BONE_PT_bMinMaxConstraint(
554
506
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -567,7 +519,6 @@ class BONE_PT_bMinMaxConstraint(
567
519
  :return: The RNA type or default when not found.
568
520
  :rtype: bpy.types.Struct
569
521
  """
570
- ...
571
522
 
572
523
  def bl_rna_get_subclass_py(self) -> typing.Any:
573
524
  """
@@ -575,14 +526,12 @@ class BONE_PT_bMinMaxConstraint(
575
526
  :return: The class or default when not found.
576
527
  :rtype: typing.Any
577
528
  """
578
- ...
579
529
 
580
530
  def draw(self, context):
581
531
  """
582
532
 
583
533
  :param context:
584
534
  """
585
- ...
586
535
 
587
536
  class BONE_PT_bObjectSolverConstraint(
588
537
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -601,7 +550,6 @@ class BONE_PT_bObjectSolverConstraint(
601
550
  :return: The RNA type or default when not found.
602
551
  :rtype: bpy.types.Struct
603
552
  """
604
- ...
605
553
 
606
554
  def bl_rna_get_subclass_py(self) -> typing.Any:
607
555
  """
@@ -609,14 +557,12 @@ class BONE_PT_bObjectSolverConstraint(
609
557
  :return: The class or default when not found.
610
558
  :rtype: typing.Any
611
559
  """
612
- ...
613
560
 
614
561
  def draw(self, context):
615
562
  """
616
563
 
617
564
  :param context:
618
565
  """
619
- ...
620
566
 
621
567
  class BONE_PT_bPivotConstraint(
622
568
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -635,7 +581,6 @@ class BONE_PT_bPivotConstraint(
635
581
  :return: The RNA type or default when not found.
636
582
  :rtype: bpy.types.Struct
637
583
  """
638
- ...
639
584
 
640
585
  def bl_rna_get_subclass_py(self) -> typing.Any:
641
586
  """
@@ -643,14 +588,12 @@ class BONE_PT_bPivotConstraint(
643
588
  :return: The class or default when not found.
644
589
  :rtype: typing.Any
645
590
  """
646
- ...
647
591
 
648
592
  def draw(self, context):
649
593
  """
650
594
 
651
595
  :param context:
652
596
  """
653
- ...
654
597
 
655
598
  class BONE_PT_bPythonConstraint(
656
599
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -669,7 +612,6 @@ class BONE_PT_bPythonConstraint(
669
612
  :return: The RNA type or default when not found.
670
613
  :rtype: bpy.types.Struct
671
614
  """
672
- ...
673
615
 
674
616
  def bl_rna_get_subclass_py(self) -> typing.Any:
675
617
  """
@@ -677,14 +619,12 @@ class BONE_PT_bPythonConstraint(
677
619
  :return: The class or default when not found.
678
620
  :rtype: typing.Any
679
621
  """
680
- ...
681
622
 
682
623
  def draw(self, context):
683
624
  """
684
625
 
685
626
  :param context:
686
627
  """
687
- ...
688
628
 
689
629
  class BONE_PT_bRotLimitConstraint(
690
630
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -703,7 +643,6 @@ class BONE_PT_bRotLimitConstraint(
703
643
  :return: The RNA type or default when not found.
704
644
  :rtype: bpy.types.Struct
705
645
  """
706
- ...
707
646
 
708
647
  def bl_rna_get_subclass_py(self) -> typing.Any:
709
648
  """
@@ -711,14 +650,12 @@ class BONE_PT_bRotLimitConstraint(
711
650
  :return: The class or default when not found.
712
651
  :rtype: typing.Any
713
652
  """
714
- ...
715
653
 
716
654
  def draw(self, context):
717
655
  """
718
656
 
719
657
  :param context:
720
658
  """
721
- ...
722
659
 
723
660
  class BONE_PT_bRotateLikeConstraint(
724
661
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -737,7 +674,6 @@ class BONE_PT_bRotateLikeConstraint(
737
674
  :return: The RNA type or default when not found.
738
675
  :rtype: bpy.types.Struct
739
676
  """
740
- ...
741
677
 
742
678
  def bl_rna_get_subclass_py(self) -> typing.Any:
743
679
  """
@@ -745,14 +681,12 @@ class BONE_PT_bRotateLikeConstraint(
745
681
  :return: The class or default when not found.
746
682
  :rtype: typing.Any
747
683
  """
748
- ...
749
684
 
750
685
  def draw(self, context):
751
686
  """
752
687
 
753
688
  :param context:
754
689
  """
755
- ...
756
690
 
757
691
  class BONE_PT_bSameVolumeConstraint(
758
692
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -771,7 +705,6 @@ class BONE_PT_bSameVolumeConstraint(
771
705
  :return: The RNA type or default when not found.
772
706
  :rtype: bpy.types.Struct
773
707
  """
774
- ...
775
708
 
776
709
  def bl_rna_get_subclass_py(self) -> typing.Any:
777
710
  """
@@ -779,14 +712,12 @@ class BONE_PT_bSameVolumeConstraint(
779
712
  :return: The class or default when not found.
780
713
  :rtype: typing.Any
781
714
  """
782
- ...
783
715
 
784
716
  def draw(self, context):
785
717
  """
786
718
 
787
719
  :param context:
788
720
  """
789
- ...
790
721
 
791
722
  class BONE_PT_bShrinkwrapConstraint(
792
723
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -805,7 +736,6 @@ class BONE_PT_bShrinkwrapConstraint(
805
736
  :return: The RNA type or default when not found.
806
737
  :rtype: bpy.types.Struct
807
738
  """
808
- ...
809
739
 
810
740
  def bl_rna_get_subclass_py(self) -> typing.Any:
811
741
  """
@@ -813,14 +743,12 @@ class BONE_PT_bShrinkwrapConstraint(
813
743
  :return: The class or default when not found.
814
744
  :rtype: typing.Any
815
745
  """
816
- ...
817
746
 
818
747
  def draw(self, context):
819
748
  """
820
749
 
821
750
  :param context:
822
751
  """
823
- ...
824
752
 
825
753
  class BONE_PT_bSizeLikeConstraint(
826
754
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -839,7 +767,6 @@ class BONE_PT_bSizeLikeConstraint(
839
767
  :return: The RNA type or default when not found.
840
768
  :rtype: bpy.types.Struct
841
769
  """
842
- ...
843
770
 
844
771
  def bl_rna_get_subclass_py(self) -> typing.Any:
845
772
  """
@@ -847,14 +774,12 @@ class BONE_PT_bSizeLikeConstraint(
847
774
  :return: The class or default when not found.
848
775
  :rtype: typing.Any
849
776
  """
850
- ...
851
777
 
852
778
  def draw(self, context):
853
779
  """
854
780
 
855
781
  :param context:
856
782
  """
857
- ...
858
783
 
859
784
  class BONE_PT_bSizeLimitConstraint(
860
785
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -873,7 +798,6 @@ class BONE_PT_bSizeLimitConstraint(
873
798
  :return: The RNA type or default when not found.
874
799
  :rtype: bpy.types.Struct
875
800
  """
876
- ...
877
801
 
878
802
  def bl_rna_get_subclass_py(self) -> typing.Any:
879
803
  """
@@ -881,14 +805,12 @@ class BONE_PT_bSizeLimitConstraint(
881
805
  :return: The class or default when not found.
882
806
  :rtype: typing.Any
883
807
  """
884
- ...
885
808
 
886
809
  def draw(self, context):
887
810
  """
888
811
 
889
812
  :param context:
890
813
  """
891
- ...
892
814
 
893
815
  class BONE_PT_bSplineIKConstraint(
894
816
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -907,7 +829,6 @@ class BONE_PT_bSplineIKConstraint(
907
829
  :return: The RNA type or default when not found.
908
830
  :rtype: bpy.types.Struct
909
831
  """
910
- ...
911
832
 
912
833
  def bl_rna_get_subclass_py(self) -> typing.Any:
913
834
  """
@@ -915,14 +836,12 @@ class BONE_PT_bSplineIKConstraint(
915
836
  :return: The class or default when not found.
916
837
  :rtype: typing.Any
917
838
  """
918
- ...
919
839
 
920
840
  def draw(self, context):
921
841
  """
922
842
 
923
843
  :param context:
924
844
  """
925
- ...
926
845
 
927
846
  class BONE_PT_bSplineIKConstraint_chain_scaling(
928
847
  ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
@@ -941,7 +860,6 @@ class BONE_PT_bSplineIKConstraint_chain_scaling(
941
860
  :return: The RNA type or default when not found.
942
861
  :rtype: bpy.types.Struct
943
862
  """
944
- ...
945
863
 
946
864
  def bl_rna_get_subclass_py(self) -> typing.Any:
947
865
  """
@@ -949,14 +867,12 @@ class BONE_PT_bSplineIKConstraint_chain_scaling(
949
867
  :return: The class or default when not found.
950
868
  :rtype: typing.Any
951
869
  """
952
- ...
953
870
 
954
871
  def draw(self, context):
955
872
  """
956
873
 
957
874
  :param context:
958
875
  """
959
- ...
960
876
 
961
877
  class BONE_PT_bSplineIKConstraint_fitting(
962
878
  ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
@@ -975,7 +891,6 @@ class BONE_PT_bSplineIKConstraint_fitting(
975
891
  :return: The RNA type or default when not found.
976
892
  :rtype: bpy.types.Struct
977
893
  """
978
- ...
979
894
 
980
895
  def bl_rna_get_subclass_py(self) -> typing.Any:
981
896
  """
@@ -983,14 +898,12 @@ class BONE_PT_bSplineIKConstraint_fitting(
983
898
  :return: The class or default when not found.
984
899
  :rtype: typing.Any
985
900
  """
986
- ...
987
901
 
988
902
  def draw(self, context):
989
903
  """
990
904
 
991
905
  :param context:
992
906
  """
993
- ...
994
907
 
995
908
  class BONE_PT_bStretchToConstraint(
996
909
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -1009,7 +922,6 @@ class BONE_PT_bStretchToConstraint(
1009
922
  :return: The RNA type or default when not found.
1010
923
  :rtype: bpy.types.Struct
1011
924
  """
1012
- ...
1013
925
 
1014
926
  def bl_rna_get_subclass_py(self) -> typing.Any:
1015
927
  """
@@ -1017,14 +929,12 @@ class BONE_PT_bStretchToConstraint(
1017
929
  :return: The class or default when not found.
1018
930
  :rtype: typing.Any
1019
931
  """
1020
- ...
1021
932
 
1022
933
  def draw(self, context):
1023
934
  """
1024
935
 
1025
936
  :param context:
1026
937
  """
1027
- ...
1028
938
 
1029
939
  class BONE_PT_bTrackToConstraint(
1030
940
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -1043,7 +953,6 @@ class BONE_PT_bTrackToConstraint(
1043
953
  :return: The RNA type or default when not found.
1044
954
  :rtype: bpy.types.Struct
1045
955
  """
1046
- ...
1047
956
 
1048
957
  def bl_rna_get_subclass_py(self) -> typing.Any:
1049
958
  """
@@ -1051,14 +960,12 @@ class BONE_PT_bTrackToConstraint(
1051
960
  :return: The class or default when not found.
1052
961
  :rtype: typing.Any
1053
962
  """
1054
- ...
1055
963
 
1056
964
  def draw(self, context):
1057
965
  """
1058
966
 
1059
967
  :param context:
1060
968
  """
1061
- ...
1062
969
 
1063
970
  class BONE_PT_bTransLikeConstraint(
1064
971
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -1077,7 +984,6 @@ class BONE_PT_bTransLikeConstraint(
1077
984
  :return: The RNA type or default when not found.
1078
985
  :rtype: bpy.types.Struct
1079
986
  """
1080
- ...
1081
987
 
1082
988
  def bl_rna_get_subclass_py(self) -> typing.Any:
1083
989
  """
@@ -1085,14 +991,12 @@ class BONE_PT_bTransLikeConstraint(
1085
991
  :return: The class or default when not found.
1086
992
  :rtype: typing.Any
1087
993
  """
1088
- ...
1089
994
 
1090
995
  def draw(self, context):
1091
996
  """
1092
997
 
1093
998
  :param context:
1094
999
  """
1095
- ...
1096
1000
 
1097
1001
  class BONE_PT_bTransformCacheConstraint(
1098
1002
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -1111,7 +1015,6 @@ class BONE_PT_bTransformCacheConstraint(
1111
1015
  :return: The RNA type or default when not found.
1112
1016
  :rtype: bpy.types.Struct
1113
1017
  """
1114
- ...
1115
1018
 
1116
1019
  def bl_rna_get_subclass_py(self) -> typing.Any:
1117
1020
  """
@@ -1119,14 +1022,12 @@ class BONE_PT_bTransformCacheConstraint(
1119
1022
  :return: The class or default when not found.
1120
1023
  :rtype: typing.Any
1121
1024
  """
1122
- ...
1123
1025
 
1124
1026
  def draw(self, context):
1125
1027
  """
1126
1028
 
1127
1029
  :param context:
1128
1030
  """
1129
- ...
1130
1031
 
1131
1032
  class BONE_PT_bTransformCacheConstraint_layers(
1132
1033
  ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
@@ -1145,7 +1046,6 @@ class BONE_PT_bTransformCacheConstraint_layers(
1145
1046
  :return: The RNA type or default when not found.
1146
1047
  :rtype: bpy.types.Struct
1147
1048
  """
1148
- ...
1149
1049
 
1150
1050
  def bl_rna_get_subclass_py(self) -> typing.Any:
1151
1051
  """
@@ -1153,14 +1053,12 @@ class BONE_PT_bTransformCacheConstraint_layers(
1153
1053
  :return: The class or default when not found.
1154
1054
  :rtype: typing.Any
1155
1055
  """
1156
- ...
1157
1056
 
1158
1057
  def draw(self, context):
1159
1058
  """
1160
1059
 
1161
1060
  :param context:
1162
1061
  """
1163
- ...
1164
1062
 
1165
1063
  class BONE_PT_bTransformCacheConstraint_procedural(
1166
1064
  ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
@@ -1179,7 +1077,6 @@ class BONE_PT_bTransformCacheConstraint_procedural(
1179
1077
  :return: The RNA type or default when not found.
1180
1078
  :rtype: bpy.types.Struct
1181
1079
  """
1182
- ...
1183
1080
 
1184
1081
  def bl_rna_get_subclass_py(self) -> typing.Any:
1185
1082
  """
@@ -1187,14 +1084,12 @@ class BONE_PT_bTransformCacheConstraint_procedural(
1187
1084
  :return: The class or default when not found.
1188
1085
  :rtype: typing.Any
1189
1086
  """
1190
- ...
1191
1087
 
1192
1088
  def draw(self, context):
1193
1089
  """
1194
1090
 
1195
1091
  :param context:
1196
1092
  """
1197
- ...
1198
1093
 
1199
1094
  class BONE_PT_bTransformCacheConstraint_time(
1200
1095
  ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
@@ -1213,7 +1108,6 @@ class BONE_PT_bTransformCacheConstraint_time(
1213
1108
  :return: The RNA type or default when not found.
1214
1109
  :rtype: bpy.types.Struct
1215
1110
  """
1216
- ...
1217
1111
 
1218
1112
  def bl_rna_get_subclass_py(self) -> typing.Any:
1219
1113
  """
@@ -1221,14 +1115,12 @@ class BONE_PT_bTransformCacheConstraint_time(
1221
1115
  :return: The class or default when not found.
1222
1116
  :rtype: typing.Any
1223
1117
  """
1224
- ...
1225
1118
 
1226
1119
  def draw(self, context):
1227
1120
  """
1228
1121
 
1229
1122
  :param context:
1230
1123
  """
1231
- ...
1232
1124
 
1233
1125
  class BONE_PT_bTransformCacheConstraint_velocity(
1234
1126
  ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
@@ -1247,7 +1139,6 @@ class BONE_PT_bTransformCacheConstraint_velocity(
1247
1139
  :return: The RNA type or default when not found.
1248
1140
  :rtype: bpy.types.Struct
1249
1141
  """
1250
- ...
1251
1142
 
1252
1143
  def bl_rna_get_subclass_py(self) -> typing.Any:
1253
1144
  """
@@ -1255,14 +1146,12 @@ class BONE_PT_bTransformCacheConstraint_velocity(
1255
1146
  :return: The class or default when not found.
1256
1147
  :rtype: typing.Any
1257
1148
  """
1258
- ...
1259
1149
 
1260
1150
  def draw(self, context):
1261
1151
  """
1262
1152
 
1263
1153
  :param context:
1264
1154
  """
1265
- ...
1266
1155
 
1267
1156
  class BONE_PT_bTransformConstraint(
1268
1157
  ConstraintButtonsPanel, BoneConstraintPanel, bpy.types.Panel
@@ -1281,7 +1170,6 @@ class BONE_PT_bTransformConstraint(
1281
1170
  :return: The RNA type or default when not found.
1282
1171
  :rtype: bpy.types.Struct
1283
1172
  """
1284
- ...
1285
1173
 
1286
1174
  def bl_rna_get_subclass_py(self) -> typing.Any:
1287
1175
  """
@@ -1289,14 +1177,12 @@ class BONE_PT_bTransformConstraint(
1289
1177
  :return: The class or default when not found.
1290
1178
  :rtype: typing.Any
1291
1179
  """
1292
- ...
1293
1180
 
1294
1181
  def draw(self, context):
1295
1182
  """
1296
1183
 
1297
1184
  :param context:
1298
1185
  """
1299
- ...
1300
1186
 
1301
1187
  class BONE_PT_bTransformConstraint_from(
1302
1188
  ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
@@ -1315,7 +1201,6 @@ class BONE_PT_bTransformConstraint_from(
1315
1201
  :return: The RNA type or default when not found.
1316
1202
  :rtype: bpy.types.Struct
1317
1203
  """
1318
- ...
1319
1204
 
1320
1205
  def bl_rna_get_subclass_py(self) -> typing.Any:
1321
1206
  """
@@ -1323,14 +1208,12 @@ class BONE_PT_bTransformConstraint_from(
1323
1208
  :return: The class or default when not found.
1324
1209
  :rtype: typing.Any
1325
1210
  """
1326
- ...
1327
1211
 
1328
1212
  def draw(self, context):
1329
1213
  """
1330
1214
 
1331
1215
  :param context:
1332
1216
  """
1333
- ...
1334
1217
 
1335
1218
  class BONE_PT_bTransformConstraint_to(
1336
1219
  ConstraintButtonsSubPanel, BoneConstraintPanel, bpy.types.Panel
@@ -1349,7 +1232,6 @@ class BONE_PT_bTransformConstraint_to(
1349
1232
  :return: The RNA type or default when not found.
1350
1233
  :rtype: bpy.types.Struct
1351
1234
  """
1352
- ...
1353
1235
 
1354
1236
  def bl_rna_get_subclass_py(self) -> typing.Any:
1355
1237
  """
@@ -1357,14 +1239,12 @@ class BONE_PT_bTransformConstraint_to(
1357
1239
  :return: The class or default when not found.
1358
1240
  :rtype: typing.Any
1359
1241
  """
1360
- ...
1361
1242
 
1362
1243
  def draw(self, context):
1363
1244
  """
1364
1245
 
1365
1246
  :param context:
1366
1247
  """
1367
- ...
1368
1248
 
1369
1249
  class BONE_PT_constraints(BoneConstraintPanel, bpy.types.Panel):
1370
1250
  bl_context: typing.Any
@@ -1381,7 +1261,6 @@ class BONE_PT_constraints(BoneConstraintPanel, bpy.types.Panel):
1381
1261
  :return: The RNA type or default when not found.
1382
1262
  :rtype: bpy.types.Struct
1383
1263
  """
1384
- ...
1385
1264
 
1386
1265
  def bl_rna_get_subclass_py(self) -> typing.Any:
1387
1266
  """
@@ -1389,14 +1268,12 @@ class BONE_PT_constraints(BoneConstraintPanel, bpy.types.Panel):
1389
1268
  :return: The class or default when not found.
1390
1269
  :rtype: typing.Any
1391
1270
  """
1392
- ...
1393
1271
 
1394
1272
  def draw(self, _context):
1395
1273
  """
1396
1274
 
1397
1275
  :param _context:
1398
1276
  """
1399
- ...
1400
1277
 
1401
1278
  class BoneConstraintPanel:
1402
1279
  bl_context: typing.Any
@@ -1407,7 +1284,6 @@ class BoneConstraintPanel:
1407
1284
 
1408
1285
  :param context:
1409
1286
  """
1410
- ...
1411
1287
 
1412
1288
  class ConstraintButtonsPanel:
1413
1289
  bl_label: typing.Any
@@ -1420,70 +1296,60 @@ class ConstraintButtonsPanel:
1420
1296
 
1421
1297
  :param context:
1422
1298
  """
1423
- ...
1424
1299
 
1425
1300
  def draw_armature(self, context):
1426
1301
  """
1427
1302
 
1428
1303
  :param context:
1429
1304
  """
1430
- ...
1431
1305
 
1432
1306
  def draw_camera_solver(self, context):
1433
1307
  """
1434
1308
 
1435
1309
  :param context:
1436
1310
  """
1437
- ...
1438
1311
 
1439
1312
  def draw_childof(self, context):
1440
1313
  """
1441
1314
 
1442
1315
  :param context:
1443
1316
  """
1444
- ...
1445
1317
 
1446
1318
  def draw_clamp_to(self, context):
1447
1319
  """
1448
1320
 
1449
1321
  :param context:
1450
1322
  """
1451
- ...
1452
1323
 
1453
1324
  def draw_damp_track(self, context):
1454
1325
  """
1455
1326
 
1456
1327
  :param context:
1457
1328
  """
1458
- ...
1459
1329
 
1460
1330
  def draw_dist_limit(self, context):
1461
1331
  """
1462
1332
 
1463
1333
  :param context:
1464
1334
  """
1465
- ...
1466
1335
 
1467
1336
  def draw_follow_path(self, context):
1468
1337
  """
1469
1338
 
1470
1339
  :param context:
1471
1340
  """
1472
- ...
1473
1341
 
1474
1342
  def draw_follow_track(self, context):
1475
1343
  """
1476
1344
 
1477
1345
  :param context:
1478
1346
  """
1479
- ...
1480
1347
 
1481
1348
  def draw_header(self, context):
1482
1349
  """
1483
1350
 
1484
1351
  :param context:
1485
1352
  """
1486
- ...
1487
1353
 
1488
1354
  @staticmethod
1489
1355
  def draw_influence(layout, con):
@@ -1492,154 +1358,132 @@ class ConstraintButtonsPanel:
1492
1358
  :param layout:
1493
1359
  :param con:
1494
1360
  """
1495
- ...
1496
1361
 
1497
1362
  def draw_kinematic(self, context):
1498
1363
  """
1499
1364
 
1500
1365
  :param context:
1501
1366
  """
1502
- ...
1503
1367
 
1504
1368
  def draw_loc_limit(self, context):
1505
1369
  """
1506
1370
 
1507
1371
  :param context:
1508
1372
  """
1509
- ...
1510
1373
 
1511
1374
  def draw_locate_like(self, context):
1512
1375
  """
1513
1376
 
1514
1377
  :param context:
1515
1378
  """
1516
- ...
1517
1379
 
1518
1380
  def draw_lock_track(self, context):
1519
1381
  """
1520
1382
 
1521
1383
  :param context:
1522
1384
  """
1523
- ...
1524
1385
 
1525
1386
  def draw_min_max(self, context):
1526
1387
  """
1527
1388
 
1528
1389
  :param context:
1529
1390
  """
1530
- ...
1531
1391
 
1532
1392
  def draw_object_solver(self, context):
1533
1393
  """
1534
1394
 
1535
1395
  :param context:
1536
1396
  """
1537
- ...
1538
1397
 
1539
1398
  def draw_pivot(self, context):
1540
1399
  """
1541
1400
 
1542
1401
  :param context:
1543
1402
  """
1544
- ...
1545
1403
 
1546
1404
  def draw_python_constraint(self, _context):
1547
1405
  """
1548
1406
 
1549
1407
  :param _context:
1550
1408
  """
1551
- ...
1552
1409
 
1553
1410
  def draw_rot_limit(self, context):
1554
1411
  """
1555
1412
 
1556
1413
  :param context:
1557
1414
  """
1558
- ...
1559
1415
 
1560
1416
  def draw_rotate_like(self, context):
1561
1417
  """
1562
1418
 
1563
1419
  :param context:
1564
1420
  """
1565
- ...
1566
1421
 
1567
1422
  def draw_same_volume(self, context):
1568
1423
  """
1569
1424
 
1570
1425
  :param context:
1571
1426
  """
1572
- ...
1573
1427
 
1574
1428
  def draw_shrinkwrap(self, context):
1575
1429
  """
1576
1430
 
1577
1431
  :param context:
1578
1432
  """
1579
- ...
1580
1433
 
1581
1434
  def draw_size_like(self, context):
1582
1435
  """
1583
1436
 
1584
1437
  :param context:
1585
1438
  """
1586
- ...
1587
1439
 
1588
1440
  def draw_size_limit(self, context):
1589
1441
  """
1590
1442
 
1591
1443
  :param context:
1592
1444
  """
1593
- ...
1594
1445
 
1595
1446
  def draw_spline_ik(self, context):
1596
1447
  """
1597
1448
 
1598
1449
  :param context:
1599
1450
  """
1600
- ...
1601
1451
 
1602
1452
  def draw_stretch_to(self, context):
1603
1453
  """
1604
1454
 
1605
1455
  :param context:
1606
1456
  """
1607
- ...
1608
1457
 
1609
1458
  def draw_trackto(self, context):
1610
1459
  """
1611
1460
 
1612
1461
  :param context:
1613
1462
  """
1614
- ...
1615
1463
 
1616
1464
  def draw_trans_like(self, context):
1617
1465
  """
1618
1466
 
1619
1467
  :param context:
1620
1468
  """
1621
- ...
1622
1469
 
1623
1470
  def draw_transform(self, context):
1624
1471
  """
1625
1472
 
1626
1473
  :param context:
1627
1474
  """
1628
- ...
1629
1475
 
1630
1476
  def draw_transform_cache(self, context):
1631
1477
  """
1632
1478
 
1633
1479
  :param context:
1634
1480
  """
1635
- ...
1636
1481
 
1637
1482
  def get_constraint(self, _context):
1638
1483
  """
1639
1484
 
1640
1485
  :param _context:
1641
1486
  """
1642
- ...
1643
1487
 
1644
1488
  @staticmethod
1645
1489
  def space_template(layout, con, target=True, owner=True, separator=True):
@@ -1651,7 +1495,6 @@ class ConstraintButtonsPanel:
1651
1495
  :param owner:
1652
1496
  :param separator:
1653
1497
  """
1654
- ...
1655
1498
 
1656
1499
  @staticmethod
1657
1500
  def target_template(layout, con, subtargets=True):
@@ -1661,7 +1504,6 @@ class ConstraintButtonsPanel:
1661
1504
  :param con:
1662
1505
  :param subtargets:
1663
1506
  """
1664
- ...
1665
1507
 
1666
1508
  class ConstraintButtonsSubPanel:
1667
1509
  bl_label: typing.Any
@@ -1673,49 +1515,42 @@ class ConstraintButtonsSubPanel:
1673
1515
 
1674
1516
  :param context:
1675
1517
  """
1676
- ...
1677
1518
 
1678
1519
  def draw_action_target(self, context):
1679
1520
  """
1680
1521
 
1681
1522
  :param context:
1682
1523
  """
1683
- ...
1684
1524
 
1685
1525
  def draw_armature_bones(self, context):
1686
1526
  """
1687
1527
 
1688
1528
  :param context:
1689
1529
  """
1690
- ...
1691
1530
 
1692
1531
  def draw_spline_ik_chain_scaling(self, context):
1693
1532
  """
1694
1533
 
1695
1534
  :param context:
1696
1535
  """
1697
- ...
1698
1536
 
1699
1537
  def draw_spline_ik_fitting(self, context):
1700
1538
  """
1701
1539
 
1702
1540
  :param context:
1703
1541
  """
1704
- ...
1705
1542
 
1706
1543
  def draw_transform_cache_layers(self, context):
1707
1544
  """
1708
1545
 
1709
1546
  :param context:
1710
1547
  """
1711
- ...
1712
1548
 
1713
1549
  def draw_transform_cache_procedural(self, context):
1714
1550
  """
1715
1551
 
1716
1552
  :param context:
1717
1553
  """
1718
- ...
1719
1554
 
1720
1555
  def draw_transform_cache_subpanel(self, context, template_func):
1721
1556
  """
@@ -1723,42 +1558,36 @@ class ConstraintButtonsSubPanel:
1723
1558
  :param context:
1724
1559
  :param template_func:
1725
1560
  """
1726
- ...
1727
1561
 
1728
1562
  def draw_transform_cache_time(self, context):
1729
1563
  """
1730
1564
 
1731
1565
  :param context:
1732
1566
  """
1733
- ...
1734
1567
 
1735
1568
  def draw_transform_cache_velocity(self, context):
1736
1569
  """
1737
1570
 
1738
1571
  :param context:
1739
1572
  """
1740
- ...
1741
1573
 
1742
1574
  def draw_transform_from(self, context):
1743
1575
  """
1744
1576
 
1745
1577
  :param context:
1746
1578
  """
1747
- ...
1748
1579
 
1749
1580
  def draw_transform_to(self, context):
1750
1581
  """
1751
1582
 
1752
1583
  :param context:
1753
1584
  """
1754
- ...
1755
1585
 
1756
1586
  def get_constraint(self, _context):
1757
1587
  """
1758
1588
 
1759
1589
  :param _context:
1760
1590
  """
1761
- ...
1762
1591
 
1763
1592
  class OBJECT_PT_bActionConstraint(
1764
1593
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -1777,7 +1606,6 @@ class OBJECT_PT_bActionConstraint(
1777
1606
  :return: The RNA type or default when not found.
1778
1607
  :rtype: bpy.types.Struct
1779
1608
  """
1780
- ...
1781
1609
 
1782
1610
  def bl_rna_get_subclass_py(self) -> typing.Any:
1783
1611
  """
@@ -1785,14 +1613,12 @@ class OBJECT_PT_bActionConstraint(
1785
1613
  :return: The class or default when not found.
1786
1614
  :rtype: typing.Any
1787
1615
  """
1788
- ...
1789
1616
 
1790
1617
  def draw(self, context):
1791
1618
  """
1792
1619
 
1793
1620
  :param context:
1794
1621
  """
1795
- ...
1796
1622
 
1797
1623
  class OBJECT_PT_bActionConstraint_action(
1798
1624
  ConstraintButtonsSubPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -1811,7 +1637,6 @@ class OBJECT_PT_bActionConstraint_action(
1811
1637
  :return: The RNA type or default when not found.
1812
1638
  :rtype: bpy.types.Struct
1813
1639
  """
1814
- ...
1815
1640
 
1816
1641
  def bl_rna_get_subclass_py(self) -> typing.Any:
1817
1642
  """
@@ -1819,14 +1644,12 @@ class OBJECT_PT_bActionConstraint_action(
1819
1644
  :return: The class or default when not found.
1820
1645
  :rtype: typing.Any
1821
1646
  """
1822
- ...
1823
1647
 
1824
1648
  def draw(self, context):
1825
1649
  """
1826
1650
 
1827
1651
  :param context:
1828
1652
  """
1829
- ...
1830
1653
 
1831
1654
  class OBJECT_PT_bActionConstraint_target(
1832
1655
  ConstraintButtonsSubPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -1845,7 +1668,6 @@ class OBJECT_PT_bActionConstraint_target(
1845
1668
  :return: The RNA type or default when not found.
1846
1669
  :rtype: bpy.types.Struct
1847
1670
  """
1848
- ...
1849
1671
 
1850
1672
  def bl_rna_get_subclass_py(self) -> typing.Any:
1851
1673
  """
@@ -1853,14 +1675,12 @@ class OBJECT_PT_bActionConstraint_target(
1853
1675
  :return: The class or default when not found.
1854
1676
  :rtype: typing.Any
1855
1677
  """
1856
- ...
1857
1678
 
1858
1679
  def draw(self, context):
1859
1680
  """
1860
1681
 
1861
1682
  :param context:
1862
1683
  """
1863
- ...
1864
1684
 
1865
1685
  class OBJECT_PT_bArmatureConstraint(
1866
1686
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -1879,7 +1699,6 @@ class OBJECT_PT_bArmatureConstraint(
1879
1699
  :return: The RNA type or default when not found.
1880
1700
  :rtype: bpy.types.Struct
1881
1701
  """
1882
- ...
1883
1702
 
1884
1703
  def bl_rna_get_subclass_py(self) -> typing.Any:
1885
1704
  """
@@ -1887,14 +1706,12 @@ class OBJECT_PT_bArmatureConstraint(
1887
1706
  :return: The class or default when not found.
1888
1707
  :rtype: typing.Any
1889
1708
  """
1890
- ...
1891
1709
 
1892
1710
  def draw(self, context):
1893
1711
  """
1894
1712
 
1895
1713
  :param context:
1896
1714
  """
1897
- ...
1898
1715
 
1899
1716
  class OBJECT_PT_bArmatureConstraint_bones(
1900
1717
  ConstraintButtonsSubPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -1913,7 +1730,6 @@ class OBJECT_PT_bArmatureConstraint_bones(
1913
1730
  :return: The RNA type or default when not found.
1914
1731
  :rtype: bpy.types.Struct
1915
1732
  """
1916
- ...
1917
1733
 
1918
1734
  def bl_rna_get_subclass_py(self) -> typing.Any:
1919
1735
  """
@@ -1921,14 +1737,12 @@ class OBJECT_PT_bArmatureConstraint_bones(
1921
1737
  :return: The class or default when not found.
1922
1738
  :rtype: typing.Any
1923
1739
  """
1924
- ...
1925
1740
 
1926
1741
  def draw(self, context):
1927
1742
  """
1928
1743
 
1929
1744
  :param context:
1930
1745
  """
1931
- ...
1932
1746
 
1933
1747
  class OBJECT_PT_bCameraSolverConstraint(
1934
1748
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -1947,7 +1761,6 @@ class OBJECT_PT_bCameraSolverConstraint(
1947
1761
  :return: The RNA type or default when not found.
1948
1762
  :rtype: bpy.types.Struct
1949
1763
  """
1950
- ...
1951
1764
 
1952
1765
  def bl_rna_get_subclass_py(self) -> typing.Any:
1953
1766
  """
@@ -1955,14 +1768,12 @@ class OBJECT_PT_bCameraSolverConstraint(
1955
1768
  :return: The class or default when not found.
1956
1769
  :rtype: typing.Any
1957
1770
  """
1958
- ...
1959
1771
 
1960
1772
  def draw(self, context):
1961
1773
  """
1962
1774
 
1963
1775
  :param context:
1964
1776
  """
1965
- ...
1966
1777
 
1967
1778
  class OBJECT_PT_bChildOfConstraint(
1968
1779
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -1981,7 +1792,6 @@ class OBJECT_PT_bChildOfConstraint(
1981
1792
  :return: The RNA type or default when not found.
1982
1793
  :rtype: bpy.types.Struct
1983
1794
  """
1984
- ...
1985
1795
 
1986
1796
  def bl_rna_get_subclass_py(self) -> typing.Any:
1987
1797
  """
@@ -1989,14 +1799,12 @@ class OBJECT_PT_bChildOfConstraint(
1989
1799
  :return: The class or default when not found.
1990
1800
  :rtype: typing.Any
1991
1801
  """
1992
- ...
1993
1802
 
1994
1803
  def draw(self, context):
1995
1804
  """
1996
1805
 
1997
1806
  :param context:
1998
1807
  """
1999
- ...
2000
1808
 
2001
1809
  class OBJECT_PT_bClampToConstraint(
2002
1810
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2015,7 +1823,6 @@ class OBJECT_PT_bClampToConstraint(
2015
1823
  :return: The RNA type or default when not found.
2016
1824
  :rtype: bpy.types.Struct
2017
1825
  """
2018
- ...
2019
1826
 
2020
1827
  def bl_rna_get_subclass_py(self) -> typing.Any:
2021
1828
  """
@@ -2023,14 +1830,12 @@ class OBJECT_PT_bClampToConstraint(
2023
1830
  :return: The class or default when not found.
2024
1831
  :rtype: typing.Any
2025
1832
  """
2026
- ...
2027
1833
 
2028
1834
  def draw(self, context):
2029
1835
  """
2030
1836
 
2031
1837
  :param context:
2032
1838
  """
2033
- ...
2034
1839
 
2035
1840
  class OBJECT_PT_bDampTrackConstraint(
2036
1841
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2049,7 +1854,6 @@ class OBJECT_PT_bDampTrackConstraint(
2049
1854
  :return: The RNA type or default when not found.
2050
1855
  :rtype: bpy.types.Struct
2051
1856
  """
2052
- ...
2053
1857
 
2054
1858
  def bl_rna_get_subclass_py(self) -> typing.Any:
2055
1859
  """
@@ -2057,14 +1861,12 @@ class OBJECT_PT_bDampTrackConstraint(
2057
1861
  :return: The class or default when not found.
2058
1862
  :rtype: typing.Any
2059
1863
  """
2060
- ...
2061
1864
 
2062
1865
  def draw(self, context):
2063
1866
  """
2064
1867
 
2065
1868
  :param context:
2066
1869
  """
2067
- ...
2068
1870
 
2069
1871
  class OBJECT_PT_bDistLimitConstraint(
2070
1872
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2083,7 +1885,6 @@ class OBJECT_PT_bDistLimitConstraint(
2083
1885
  :return: The RNA type or default when not found.
2084
1886
  :rtype: bpy.types.Struct
2085
1887
  """
2086
- ...
2087
1888
 
2088
1889
  def bl_rna_get_subclass_py(self) -> typing.Any:
2089
1890
  """
@@ -2091,14 +1892,12 @@ class OBJECT_PT_bDistLimitConstraint(
2091
1892
  :return: The class or default when not found.
2092
1893
  :rtype: typing.Any
2093
1894
  """
2094
- ...
2095
1895
 
2096
1896
  def draw(self, context):
2097
1897
  """
2098
1898
 
2099
1899
  :param context:
2100
1900
  """
2101
- ...
2102
1901
 
2103
1902
  class OBJECT_PT_bFollowPathConstraint(
2104
1903
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2117,7 +1916,6 @@ class OBJECT_PT_bFollowPathConstraint(
2117
1916
  :return: The RNA type or default when not found.
2118
1917
  :rtype: bpy.types.Struct
2119
1918
  """
2120
- ...
2121
1919
 
2122
1920
  def bl_rna_get_subclass_py(self) -> typing.Any:
2123
1921
  """
@@ -2125,14 +1923,12 @@ class OBJECT_PT_bFollowPathConstraint(
2125
1923
  :return: The class or default when not found.
2126
1924
  :rtype: typing.Any
2127
1925
  """
2128
- ...
2129
1926
 
2130
1927
  def draw(self, context):
2131
1928
  """
2132
1929
 
2133
1930
  :param context:
2134
1931
  """
2135
- ...
2136
1932
 
2137
1933
  class OBJECT_PT_bFollowTrackConstraint(
2138
1934
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2151,7 +1947,6 @@ class OBJECT_PT_bFollowTrackConstraint(
2151
1947
  :return: The RNA type or default when not found.
2152
1948
  :rtype: bpy.types.Struct
2153
1949
  """
2154
- ...
2155
1950
 
2156
1951
  def bl_rna_get_subclass_py(self) -> typing.Any:
2157
1952
  """
@@ -2159,14 +1954,12 @@ class OBJECT_PT_bFollowTrackConstraint(
2159
1954
  :return: The class or default when not found.
2160
1955
  :rtype: typing.Any
2161
1956
  """
2162
- ...
2163
1957
 
2164
1958
  def draw(self, context):
2165
1959
  """
2166
1960
 
2167
1961
  :param context:
2168
1962
  """
2169
- ...
2170
1963
 
2171
1964
  class OBJECT_PT_bKinematicConstraint(
2172
1965
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2185,7 +1978,6 @@ class OBJECT_PT_bKinematicConstraint(
2185
1978
  :return: The RNA type or default when not found.
2186
1979
  :rtype: bpy.types.Struct
2187
1980
  """
2188
- ...
2189
1981
 
2190
1982
  def bl_rna_get_subclass_py(self) -> typing.Any:
2191
1983
  """
@@ -2193,14 +1985,12 @@ class OBJECT_PT_bKinematicConstraint(
2193
1985
  :return: The class or default when not found.
2194
1986
  :rtype: typing.Any
2195
1987
  """
2196
- ...
2197
1988
 
2198
1989
  def draw(self, context):
2199
1990
  """
2200
1991
 
2201
1992
  :param context:
2202
1993
  """
2203
- ...
2204
1994
 
2205
1995
  class OBJECT_PT_bLocLimitConstraint(
2206
1996
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2219,7 +2009,6 @@ class OBJECT_PT_bLocLimitConstraint(
2219
2009
  :return: The RNA type or default when not found.
2220
2010
  :rtype: bpy.types.Struct
2221
2011
  """
2222
- ...
2223
2012
 
2224
2013
  def bl_rna_get_subclass_py(self) -> typing.Any:
2225
2014
  """
@@ -2227,14 +2016,12 @@ class OBJECT_PT_bLocLimitConstraint(
2227
2016
  :return: The class or default when not found.
2228
2017
  :rtype: typing.Any
2229
2018
  """
2230
- ...
2231
2019
 
2232
2020
  def draw(self, context):
2233
2021
  """
2234
2022
 
2235
2023
  :param context:
2236
2024
  """
2237
- ...
2238
2025
 
2239
2026
  class OBJECT_PT_bLocateLikeConstraint(
2240
2027
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2253,7 +2040,6 @@ class OBJECT_PT_bLocateLikeConstraint(
2253
2040
  :return: The RNA type or default when not found.
2254
2041
  :rtype: bpy.types.Struct
2255
2042
  """
2256
- ...
2257
2043
 
2258
2044
  def bl_rna_get_subclass_py(self) -> typing.Any:
2259
2045
  """
@@ -2261,14 +2047,12 @@ class OBJECT_PT_bLocateLikeConstraint(
2261
2047
  :return: The class or default when not found.
2262
2048
  :rtype: typing.Any
2263
2049
  """
2264
- ...
2265
2050
 
2266
2051
  def draw(self, context):
2267
2052
  """
2268
2053
 
2269
2054
  :param context:
2270
2055
  """
2271
- ...
2272
2056
 
2273
2057
  class OBJECT_PT_bLockTrackConstraint(
2274
2058
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2287,7 +2071,6 @@ class OBJECT_PT_bLockTrackConstraint(
2287
2071
  :return: The RNA type or default when not found.
2288
2072
  :rtype: bpy.types.Struct
2289
2073
  """
2290
- ...
2291
2074
 
2292
2075
  def bl_rna_get_subclass_py(self) -> typing.Any:
2293
2076
  """
@@ -2295,14 +2078,12 @@ class OBJECT_PT_bLockTrackConstraint(
2295
2078
  :return: The class or default when not found.
2296
2079
  :rtype: typing.Any
2297
2080
  """
2298
- ...
2299
2081
 
2300
2082
  def draw(self, context):
2301
2083
  """
2302
2084
 
2303
2085
  :param context:
2304
2086
  """
2305
- ...
2306
2087
 
2307
2088
  class OBJECT_PT_bMinMaxConstraint(
2308
2089
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2321,7 +2102,6 @@ class OBJECT_PT_bMinMaxConstraint(
2321
2102
  :return: The RNA type or default when not found.
2322
2103
  :rtype: bpy.types.Struct
2323
2104
  """
2324
- ...
2325
2105
 
2326
2106
  def bl_rna_get_subclass_py(self) -> typing.Any:
2327
2107
  """
@@ -2329,14 +2109,12 @@ class OBJECT_PT_bMinMaxConstraint(
2329
2109
  :return: The class or default when not found.
2330
2110
  :rtype: typing.Any
2331
2111
  """
2332
- ...
2333
2112
 
2334
2113
  def draw(self, context):
2335
2114
  """
2336
2115
 
2337
2116
  :param context:
2338
2117
  """
2339
- ...
2340
2118
 
2341
2119
  class OBJECT_PT_bObjectSolverConstraint(
2342
2120
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2355,7 +2133,6 @@ class OBJECT_PT_bObjectSolverConstraint(
2355
2133
  :return: The RNA type or default when not found.
2356
2134
  :rtype: bpy.types.Struct
2357
2135
  """
2358
- ...
2359
2136
 
2360
2137
  def bl_rna_get_subclass_py(self) -> typing.Any:
2361
2138
  """
@@ -2363,14 +2140,12 @@ class OBJECT_PT_bObjectSolverConstraint(
2363
2140
  :return: The class or default when not found.
2364
2141
  :rtype: typing.Any
2365
2142
  """
2366
- ...
2367
2143
 
2368
2144
  def draw(self, context):
2369
2145
  """
2370
2146
 
2371
2147
  :param context:
2372
2148
  """
2373
- ...
2374
2149
 
2375
2150
  class OBJECT_PT_bPivotConstraint(
2376
2151
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2389,7 +2164,6 @@ class OBJECT_PT_bPivotConstraint(
2389
2164
  :return: The RNA type or default when not found.
2390
2165
  :rtype: bpy.types.Struct
2391
2166
  """
2392
- ...
2393
2167
 
2394
2168
  def bl_rna_get_subclass_py(self) -> typing.Any:
2395
2169
  """
@@ -2397,14 +2171,12 @@ class OBJECT_PT_bPivotConstraint(
2397
2171
  :return: The class or default when not found.
2398
2172
  :rtype: typing.Any
2399
2173
  """
2400
- ...
2401
2174
 
2402
2175
  def draw(self, context):
2403
2176
  """
2404
2177
 
2405
2178
  :param context:
2406
2179
  """
2407
- ...
2408
2180
 
2409
2181
  class OBJECT_PT_bPythonConstraint(
2410
2182
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2423,7 +2195,6 @@ class OBJECT_PT_bPythonConstraint(
2423
2195
  :return: The RNA type or default when not found.
2424
2196
  :rtype: bpy.types.Struct
2425
2197
  """
2426
- ...
2427
2198
 
2428
2199
  def bl_rna_get_subclass_py(self) -> typing.Any:
2429
2200
  """
@@ -2431,14 +2202,12 @@ class OBJECT_PT_bPythonConstraint(
2431
2202
  :return: The class or default when not found.
2432
2203
  :rtype: typing.Any
2433
2204
  """
2434
- ...
2435
2205
 
2436
2206
  def draw(self, context):
2437
2207
  """
2438
2208
 
2439
2209
  :param context:
2440
2210
  """
2441
- ...
2442
2211
 
2443
2212
  class OBJECT_PT_bRotLimitConstraint(
2444
2213
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2457,7 +2226,6 @@ class OBJECT_PT_bRotLimitConstraint(
2457
2226
  :return: The RNA type or default when not found.
2458
2227
  :rtype: bpy.types.Struct
2459
2228
  """
2460
- ...
2461
2229
 
2462
2230
  def bl_rna_get_subclass_py(self) -> typing.Any:
2463
2231
  """
@@ -2465,14 +2233,12 @@ class OBJECT_PT_bRotLimitConstraint(
2465
2233
  :return: The class or default when not found.
2466
2234
  :rtype: typing.Any
2467
2235
  """
2468
- ...
2469
2236
 
2470
2237
  def draw(self, context):
2471
2238
  """
2472
2239
 
2473
2240
  :param context:
2474
2241
  """
2475
- ...
2476
2242
 
2477
2243
  class OBJECT_PT_bRotateLikeConstraint(
2478
2244
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2491,7 +2257,6 @@ class OBJECT_PT_bRotateLikeConstraint(
2491
2257
  :return: The RNA type or default when not found.
2492
2258
  :rtype: bpy.types.Struct
2493
2259
  """
2494
- ...
2495
2260
 
2496
2261
  def bl_rna_get_subclass_py(self) -> typing.Any:
2497
2262
  """
@@ -2499,14 +2264,12 @@ class OBJECT_PT_bRotateLikeConstraint(
2499
2264
  :return: The class or default when not found.
2500
2265
  :rtype: typing.Any
2501
2266
  """
2502
- ...
2503
2267
 
2504
2268
  def draw(self, context):
2505
2269
  """
2506
2270
 
2507
2271
  :param context:
2508
2272
  """
2509
- ...
2510
2273
 
2511
2274
  class OBJECT_PT_bSameVolumeConstraint(
2512
2275
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2525,7 +2288,6 @@ class OBJECT_PT_bSameVolumeConstraint(
2525
2288
  :return: The RNA type or default when not found.
2526
2289
  :rtype: bpy.types.Struct
2527
2290
  """
2528
- ...
2529
2291
 
2530
2292
  def bl_rna_get_subclass_py(self) -> typing.Any:
2531
2293
  """
@@ -2533,14 +2295,12 @@ class OBJECT_PT_bSameVolumeConstraint(
2533
2295
  :return: The class or default when not found.
2534
2296
  :rtype: typing.Any
2535
2297
  """
2536
- ...
2537
2298
 
2538
2299
  def draw(self, context):
2539
2300
  """
2540
2301
 
2541
2302
  :param context:
2542
2303
  """
2543
- ...
2544
2304
 
2545
2305
  class OBJECT_PT_bShrinkwrapConstraint(
2546
2306
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2559,7 +2319,6 @@ class OBJECT_PT_bShrinkwrapConstraint(
2559
2319
  :return: The RNA type or default when not found.
2560
2320
  :rtype: bpy.types.Struct
2561
2321
  """
2562
- ...
2563
2322
 
2564
2323
  def bl_rna_get_subclass_py(self) -> typing.Any:
2565
2324
  """
@@ -2567,14 +2326,12 @@ class OBJECT_PT_bShrinkwrapConstraint(
2567
2326
  :return: The class or default when not found.
2568
2327
  :rtype: typing.Any
2569
2328
  """
2570
- ...
2571
2329
 
2572
2330
  def draw(self, context):
2573
2331
  """
2574
2332
 
2575
2333
  :param context:
2576
2334
  """
2577
- ...
2578
2335
 
2579
2336
  class OBJECT_PT_bSizeLikeConstraint(
2580
2337
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2593,7 +2350,6 @@ class OBJECT_PT_bSizeLikeConstraint(
2593
2350
  :return: The RNA type or default when not found.
2594
2351
  :rtype: bpy.types.Struct
2595
2352
  """
2596
- ...
2597
2353
 
2598
2354
  def bl_rna_get_subclass_py(self) -> typing.Any:
2599
2355
  """
@@ -2601,14 +2357,12 @@ class OBJECT_PT_bSizeLikeConstraint(
2601
2357
  :return: The class or default when not found.
2602
2358
  :rtype: typing.Any
2603
2359
  """
2604
- ...
2605
2360
 
2606
2361
  def draw(self, context):
2607
2362
  """
2608
2363
 
2609
2364
  :param context:
2610
2365
  """
2611
- ...
2612
2366
 
2613
2367
  class OBJECT_PT_bSizeLimitConstraint(
2614
2368
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2627,7 +2381,6 @@ class OBJECT_PT_bSizeLimitConstraint(
2627
2381
  :return: The RNA type or default when not found.
2628
2382
  :rtype: bpy.types.Struct
2629
2383
  """
2630
- ...
2631
2384
 
2632
2385
  def bl_rna_get_subclass_py(self) -> typing.Any:
2633
2386
  """
@@ -2635,14 +2388,12 @@ class OBJECT_PT_bSizeLimitConstraint(
2635
2388
  :return: The class or default when not found.
2636
2389
  :rtype: typing.Any
2637
2390
  """
2638
- ...
2639
2391
 
2640
2392
  def draw(self, context):
2641
2393
  """
2642
2394
 
2643
2395
  :param context:
2644
2396
  """
2645
- ...
2646
2397
 
2647
2398
  class OBJECT_PT_bStretchToConstraint(
2648
2399
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2661,7 +2412,6 @@ class OBJECT_PT_bStretchToConstraint(
2661
2412
  :return: The RNA type or default when not found.
2662
2413
  :rtype: bpy.types.Struct
2663
2414
  """
2664
- ...
2665
2415
 
2666
2416
  def bl_rna_get_subclass_py(self) -> typing.Any:
2667
2417
  """
@@ -2669,14 +2419,12 @@ class OBJECT_PT_bStretchToConstraint(
2669
2419
  :return: The class or default when not found.
2670
2420
  :rtype: typing.Any
2671
2421
  """
2672
- ...
2673
2422
 
2674
2423
  def draw(self, context):
2675
2424
  """
2676
2425
 
2677
2426
  :param context:
2678
2427
  """
2679
- ...
2680
2428
 
2681
2429
  class OBJECT_PT_bTrackToConstraint(
2682
2430
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2695,7 +2443,6 @@ class OBJECT_PT_bTrackToConstraint(
2695
2443
  :return: The RNA type or default when not found.
2696
2444
  :rtype: bpy.types.Struct
2697
2445
  """
2698
- ...
2699
2446
 
2700
2447
  def bl_rna_get_subclass_py(self) -> typing.Any:
2701
2448
  """
@@ -2703,14 +2450,12 @@ class OBJECT_PT_bTrackToConstraint(
2703
2450
  :return: The class or default when not found.
2704
2451
  :rtype: typing.Any
2705
2452
  """
2706
- ...
2707
2453
 
2708
2454
  def draw(self, context):
2709
2455
  """
2710
2456
 
2711
2457
  :param context:
2712
2458
  """
2713
- ...
2714
2459
 
2715
2460
  class OBJECT_PT_bTransLikeConstraint(
2716
2461
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2729,7 +2474,6 @@ class OBJECT_PT_bTransLikeConstraint(
2729
2474
  :return: The RNA type or default when not found.
2730
2475
  :rtype: bpy.types.Struct
2731
2476
  """
2732
- ...
2733
2477
 
2734
2478
  def bl_rna_get_subclass_py(self) -> typing.Any:
2735
2479
  """
@@ -2737,14 +2481,12 @@ class OBJECT_PT_bTransLikeConstraint(
2737
2481
  :return: The class or default when not found.
2738
2482
  :rtype: typing.Any
2739
2483
  """
2740
- ...
2741
2484
 
2742
2485
  def draw(self, context):
2743
2486
  """
2744
2487
 
2745
2488
  :param context:
2746
2489
  """
2747
- ...
2748
2490
 
2749
2491
  class OBJECT_PT_bTransformCacheConstraint(
2750
2492
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2763,7 +2505,6 @@ class OBJECT_PT_bTransformCacheConstraint(
2763
2505
  :return: The RNA type or default when not found.
2764
2506
  :rtype: bpy.types.Struct
2765
2507
  """
2766
- ...
2767
2508
 
2768
2509
  def bl_rna_get_subclass_py(self) -> typing.Any:
2769
2510
  """
@@ -2771,14 +2512,12 @@ class OBJECT_PT_bTransformCacheConstraint(
2771
2512
  :return: The class or default when not found.
2772
2513
  :rtype: typing.Any
2773
2514
  """
2774
- ...
2775
2515
 
2776
2516
  def draw(self, context):
2777
2517
  """
2778
2518
 
2779
2519
  :param context:
2780
2520
  """
2781
- ...
2782
2521
 
2783
2522
  class OBJECT_PT_bTransformCacheConstraint_layers(
2784
2523
  ConstraintButtonsSubPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2797,7 +2536,6 @@ class OBJECT_PT_bTransformCacheConstraint_layers(
2797
2536
  :return: The RNA type or default when not found.
2798
2537
  :rtype: bpy.types.Struct
2799
2538
  """
2800
- ...
2801
2539
 
2802
2540
  def bl_rna_get_subclass_py(self) -> typing.Any:
2803
2541
  """
@@ -2805,14 +2543,12 @@ class OBJECT_PT_bTransformCacheConstraint_layers(
2805
2543
  :return: The class or default when not found.
2806
2544
  :rtype: typing.Any
2807
2545
  """
2808
- ...
2809
2546
 
2810
2547
  def draw(self, context):
2811
2548
  """
2812
2549
 
2813
2550
  :param context:
2814
2551
  """
2815
- ...
2816
2552
 
2817
2553
  class OBJECT_PT_bTransformCacheConstraint_procedural(
2818
2554
  ConstraintButtonsSubPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2831,7 +2567,6 @@ class OBJECT_PT_bTransformCacheConstraint_procedural(
2831
2567
  :return: The RNA type or default when not found.
2832
2568
  :rtype: bpy.types.Struct
2833
2569
  """
2834
- ...
2835
2570
 
2836
2571
  def bl_rna_get_subclass_py(self) -> typing.Any:
2837
2572
  """
@@ -2839,14 +2574,12 @@ class OBJECT_PT_bTransformCacheConstraint_procedural(
2839
2574
  :return: The class or default when not found.
2840
2575
  :rtype: typing.Any
2841
2576
  """
2842
- ...
2843
2577
 
2844
2578
  def draw(self, context):
2845
2579
  """
2846
2580
 
2847
2581
  :param context:
2848
2582
  """
2849
- ...
2850
2583
 
2851
2584
  class OBJECT_PT_bTransformCacheConstraint_time(
2852
2585
  ConstraintButtonsSubPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2865,7 +2598,6 @@ class OBJECT_PT_bTransformCacheConstraint_time(
2865
2598
  :return: The RNA type or default when not found.
2866
2599
  :rtype: bpy.types.Struct
2867
2600
  """
2868
- ...
2869
2601
 
2870
2602
  def bl_rna_get_subclass_py(self) -> typing.Any:
2871
2603
  """
@@ -2873,14 +2605,12 @@ class OBJECT_PT_bTransformCacheConstraint_time(
2873
2605
  :return: The class or default when not found.
2874
2606
  :rtype: typing.Any
2875
2607
  """
2876
- ...
2877
2608
 
2878
2609
  def draw(self, context):
2879
2610
  """
2880
2611
 
2881
2612
  :param context:
2882
2613
  """
2883
- ...
2884
2614
 
2885
2615
  class OBJECT_PT_bTransformCacheConstraint_velocity(
2886
2616
  ConstraintButtonsSubPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2899,7 +2629,6 @@ class OBJECT_PT_bTransformCacheConstraint_velocity(
2899
2629
  :return: The RNA type or default when not found.
2900
2630
  :rtype: bpy.types.Struct
2901
2631
  """
2902
- ...
2903
2632
 
2904
2633
  def bl_rna_get_subclass_py(self) -> typing.Any:
2905
2634
  """
@@ -2907,14 +2636,12 @@ class OBJECT_PT_bTransformCacheConstraint_velocity(
2907
2636
  :return: The class or default when not found.
2908
2637
  :rtype: typing.Any
2909
2638
  """
2910
- ...
2911
2639
 
2912
2640
  def draw(self, context):
2913
2641
  """
2914
2642
 
2915
2643
  :param context:
2916
2644
  """
2917
- ...
2918
2645
 
2919
2646
  class OBJECT_PT_bTransformConstraint(
2920
2647
  ConstraintButtonsPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2933,7 +2660,6 @@ class OBJECT_PT_bTransformConstraint(
2933
2660
  :return: The RNA type or default when not found.
2934
2661
  :rtype: bpy.types.Struct
2935
2662
  """
2936
- ...
2937
2663
 
2938
2664
  def bl_rna_get_subclass_py(self) -> typing.Any:
2939
2665
  """
@@ -2941,14 +2667,12 @@ class OBJECT_PT_bTransformConstraint(
2941
2667
  :return: The class or default when not found.
2942
2668
  :rtype: typing.Any
2943
2669
  """
2944
- ...
2945
2670
 
2946
2671
  def draw(self, context):
2947
2672
  """
2948
2673
 
2949
2674
  :param context:
2950
2675
  """
2951
- ...
2952
2676
 
2953
2677
  class OBJECT_PT_bTransformConstraint_destination(
2954
2678
  ConstraintButtonsSubPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -2967,7 +2691,6 @@ class OBJECT_PT_bTransformConstraint_destination(
2967
2691
  :return: The RNA type or default when not found.
2968
2692
  :rtype: bpy.types.Struct
2969
2693
  """
2970
- ...
2971
2694
 
2972
2695
  def bl_rna_get_subclass_py(self) -> typing.Any:
2973
2696
  """
@@ -2975,14 +2698,12 @@ class OBJECT_PT_bTransformConstraint_destination(
2975
2698
  :return: The class or default when not found.
2976
2699
  :rtype: typing.Any
2977
2700
  """
2978
- ...
2979
2701
 
2980
2702
  def draw(self, context):
2981
2703
  """
2982
2704
 
2983
2705
  :param context:
2984
2706
  """
2985
- ...
2986
2707
 
2987
2708
  class OBJECT_PT_bTransformConstraint_source(
2988
2709
  ConstraintButtonsSubPanel, ObjectConstraintPanel, bpy.types.Panel
@@ -3001,7 +2722,6 @@ class OBJECT_PT_bTransformConstraint_source(
3001
2722
  :return: The RNA type or default when not found.
3002
2723
  :rtype: bpy.types.Struct
3003
2724
  """
3004
- ...
3005
2725
 
3006
2726
  def bl_rna_get_subclass_py(self) -> typing.Any:
3007
2727
  """
@@ -3009,14 +2729,12 @@ class OBJECT_PT_bTransformConstraint_source(
3009
2729
  :return: The class or default when not found.
3010
2730
  :rtype: typing.Any
3011
2731
  """
3012
- ...
3013
2732
 
3014
2733
  def draw(self, context):
3015
2734
  """
3016
2735
 
3017
2736
  :param context:
3018
2737
  """
3019
- ...
3020
2738
 
3021
2739
  class OBJECT_PT_constraints(ObjectConstraintPanel, bpy.types.Panel):
3022
2740
  bl_context: typing.Any
@@ -3033,7 +2751,6 @@ class OBJECT_PT_constraints(ObjectConstraintPanel, bpy.types.Panel):
3033
2751
  :return: The RNA type or default when not found.
3034
2752
  :rtype: bpy.types.Struct
3035
2753
  """
3036
- ...
3037
2754
 
3038
2755
  def bl_rna_get_subclass_py(self) -> typing.Any:
3039
2756
  """
@@ -3041,14 +2758,12 @@ class OBJECT_PT_constraints(ObjectConstraintPanel, bpy.types.Panel):
3041
2758
  :return: The class or default when not found.
3042
2759
  :rtype: typing.Any
3043
2760
  """
3044
- ...
3045
2761
 
3046
2762
  def draw(self, _context):
3047
2763
  """
3048
2764
 
3049
2765
  :param _context:
3050
2766
  """
3051
- ...
3052
2767
 
3053
2768
  class ObjectConstraintPanel:
3054
2769
  bl_context: typing.Any
@@ -3059,4 +2774,3 @@ class ObjectConstraintPanel:
3059
2774
 
3060
2775
  :param context:
3061
2776
  """
3062
- ...