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
@@ -6,8 +6,8 @@ import bl_ui.properties_mask_common
6
6
  import bl_ui.utils
7
7
  import bpy.types
8
8
 
9
- GenericType1 = typing.TypeVar("GenericType1")
10
- GenericType2 = typing.TypeVar("GenericType2")
9
+ _GenericType1 = typing.TypeVar("_GenericType1")
10
+ _GenericType2 = typing.TypeVar("_GenericType2")
11
11
 
12
12
  class CLIP_HT_header(bpy.types.Header):
13
13
  bl_rna: typing.Any
@@ -20,7 +20,6 @@ class CLIP_HT_header(bpy.types.Header):
20
20
  :return: The RNA type or default when not found.
21
21
  :rtype: bpy.types.Struct
22
22
  """
23
- ...
24
23
 
25
24
  def bl_rna_get_subclass_py(self) -> typing.Any:
26
25
  """
@@ -28,14 +27,12 @@ class CLIP_HT_header(bpy.types.Header):
28
27
  :return: The class or default when not found.
29
28
  :rtype: typing.Any
30
29
  """
31
- ...
32
30
 
33
31
  def draw(self, context):
34
32
  """
35
33
 
36
34
  :param context:
37
35
  """
38
- ...
39
36
 
40
37
  class CLIP_MT_clip(bpy.types.Menu):
41
38
  bl_label: typing.Any
@@ -49,7 +46,6 @@ class CLIP_MT_clip(bpy.types.Menu):
49
46
  :return: The RNA type or default when not found.
50
47
  :rtype: bpy.types.Struct
51
48
  """
52
- ...
53
49
 
54
50
  def bl_rna_get_subclass_py(self) -> typing.Any:
55
51
  """
@@ -57,14 +53,12 @@ class CLIP_MT_clip(bpy.types.Menu):
57
53
  :return: The class or default when not found.
58
54
  :rtype: typing.Any
59
55
  """
60
- ...
61
56
 
62
57
  def draw(self, context):
63
58
  """
64
59
 
65
60
  :param context:
66
61
  """
67
- ...
68
62
 
69
63
  class CLIP_MT_marker_pie(bpy.types.Menu):
70
64
  bl_label: typing.Any
@@ -77,7 +71,6 @@ class CLIP_MT_marker_pie(bpy.types.Menu):
77
71
  :return: The RNA type or default when not found.
78
72
  :rtype: bpy.types.Struct
79
73
  """
80
- ...
81
74
 
82
75
  def bl_rna_get_subclass_py(self) -> typing.Any:
83
76
  """
@@ -85,14 +78,12 @@ class CLIP_MT_marker_pie(bpy.types.Menu):
85
78
  :return: The class or default when not found.
86
79
  :rtype: typing.Any
87
80
  """
88
- ...
89
81
 
90
82
  def draw(self, context):
91
83
  """
92
84
 
93
85
  :param context:
94
86
  """
95
- ...
96
87
 
97
88
  @classmethod
98
89
  def poll(cls, context):
@@ -100,7 +91,6 @@ class CLIP_MT_marker_pie(bpy.types.Menu):
100
91
 
101
92
  :param context:
102
93
  """
103
- ...
104
94
 
105
95
  class CLIP_MT_masking_editor_menus(bpy.types.Menu):
106
96
  bl_idname: typing.Any
@@ -114,7 +104,6 @@ class CLIP_MT_masking_editor_menus(bpy.types.Menu):
114
104
  :return: The RNA type or default when not found.
115
105
  :rtype: bpy.types.Struct
116
106
  """
117
- ...
118
107
 
119
108
  def bl_rna_get_subclass_py(self) -> typing.Any:
120
109
  """
@@ -122,14 +111,12 @@ class CLIP_MT_masking_editor_menus(bpy.types.Menu):
122
111
  :return: The class or default when not found.
123
112
  :rtype: typing.Any
124
113
  """
125
- ...
126
114
 
127
115
  def draw(self, context):
128
116
  """
129
117
 
130
118
  :param context:
131
119
  """
132
- ...
133
120
 
134
121
  class CLIP_MT_pivot_pie(bpy.types.Menu):
135
122
  bl_label: typing.Any
@@ -142,7 +129,6 @@ class CLIP_MT_pivot_pie(bpy.types.Menu):
142
129
  :return: The RNA type or default when not found.
143
130
  :rtype: bpy.types.Struct
144
131
  """
145
- ...
146
132
 
147
133
  def bl_rna_get_subclass_py(self) -> typing.Any:
148
134
  """
@@ -150,14 +136,12 @@ class CLIP_MT_pivot_pie(bpy.types.Menu):
150
136
  :return: The class or default when not found.
151
137
  :rtype: typing.Any
152
138
  """
153
- ...
154
139
 
155
140
  def draw(self, context):
156
141
  """
157
142
 
158
143
  :param context:
159
144
  """
160
- ...
161
145
 
162
146
  class CLIP_MT_plane_track_image_context_menu(bpy.types.Menu):
163
147
  bl_label: typing.Any
@@ -170,7 +154,6 @@ class CLIP_MT_plane_track_image_context_menu(bpy.types.Menu):
170
154
  :return: The RNA type or default when not found.
171
155
  :rtype: bpy.types.Struct
172
156
  """
173
- ...
174
157
 
175
158
  def bl_rna_get_subclass_py(self) -> typing.Any:
176
159
  """
@@ -178,14 +161,12 @@ class CLIP_MT_plane_track_image_context_menu(bpy.types.Menu):
178
161
  :return: The class or default when not found.
179
162
  :rtype: typing.Any
180
163
  """
181
- ...
182
164
 
183
165
  def draw(self, _context):
184
166
  """
185
167
 
186
168
  :param _context:
187
169
  """
188
- ...
189
170
 
190
171
  class CLIP_MT_proxy(bpy.types.Menu):
191
172
  bl_label: typing.Any
@@ -198,7 +179,6 @@ class CLIP_MT_proxy(bpy.types.Menu):
198
179
  :return: The RNA type or default when not found.
199
180
  :rtype: bpy.types.Struct
200
181
  """
201
- ...
202
182
 
203
183
  def bl_rna_get_subclass_py(self) -> typing.Any:
204
184
  """
@@ -206,14 +186,12 @@ class CLIP_MT_proxy(bpy.types.Menu):
206
186
  :return: The class or default when not found.
207
187
  :rtype: typing.Any
208
188
  """
209
- ...
210
189
 
211
190
  def draw(self, _context):
212
191
  """
213
192
 
214
193
  :param _context:
215
194
  """
216
- ...
217
195
 
218
196
  class CLIP_MT_reconstruction(bpy.types.Menu):
219
197
  bl_label: typing.Any
@@ -226,7 +204,6 @@ class CLIP_MT_reconstruction(bpy.types.Menu):
226
204
  :return: The RNA type or default when not found.
227
205
  :rtype: bpy.types.Struct
228
206
  """
229
- ...
230
207
 
231
208
  def bl_rna_get_subclass_py(self) -> typing.Any:
232
209
  """
@@ -234,14 +211,12 @@ class CLIP_MT_reconstruction(bpy.types.Menu):
234
211
  :return: The class or default when not found.
235
212
  :rtype: typing.Any
236
213
  """
237
- ...
238
214
 
239
215
  def draw(self, _context):
240
216
  """
241
217
 
242
218
  :param _context:
243
219
  """
244
- ...
245
220
 
246
221
  class CLIP_MT_reconstruction_pie(bpy.types.Menu):
247
222
  bl_label: typing.Any
@@ -254,7 +229,6 @@ class CLIP_MT_reconstruction_pie(bpy.types.Menu):
254
229
  :return: The RNA type or default when not found.
255
230
  :rtype: bpy.types.Struct
256
231
  """
257
- ...
258
232
 
259
233
  def bl_rna_get_subclass_py(self) -> typing.Any:
260
234
  """
@@ -262,14 +236,12 @@ class CLIP_MT_reconstruction_pie(bpy.types.Menu):
262
236
  :return: The class or default when not found.
263
237
  :rtype: typing.Any
264
238
  """
265
- ...
266
239
 
267
240
  def draw(self, _context):
268
241
  """
269
242
 
270
243
  :param _context:
271
244
  """
272
- ...
273
245
 
274
246
  @classmethod
275
247
  def poll(cls, context):
@@ -277,7 +249,6 @@ class CLIP_MT_reconstruction_pie(bpy.types.Menu):
277
249
 
278
250
  :param context:
279
251
  """
280
- ...
281
252
 
282
253
  class CLIP_MT_select(bpy.types.Menu):
283
254
  bl_label: typing.Any
@@ -290,7 +261,6 @@ class CLIP_MT_select(bpy.types.Menu):
290
261
  :return: The RNA type or default when not found.
291
262
  :rtype: bpy.types.Struct
292
263
  """
293
- ...
294
264
 
295
265
  def bl_rna_get_subclass_py(self) -> typing.Any:
296
266
  """
@@ -298,14 +268,12 @@ class CLIP_MT_select(bpy.types.Menu):
298
268
  :return: The class or default when not found.
299
269
  :rtype: typing.Any
300
270
  """
301
- ...
302
271
 
303
272
  def draw(self, _context):
304
273
  """
305
274
 
306
275
  :param _context:
307
276
  """
308
- ...
309
277
 
310
278
  class CLIP_MT_select_graph(bpy.types.Menu):
311
279
  bl_label: typing.Any
@@ -318,7 +286,6 @@ class CLIP_MT_select_graph(bpy.types.Menu):
318
286
  :return: The RNA type or default when not found.
319
287
  :rtype: bpy.types.Struct
320
288
  """
321
- ...
322
289
 
323
290
  def bl_rna_get_subclass_py(self) -> typing.Any:
324
291
  """
@@ -326,14 +293,12 @@ class CLIP_MT_select_graph(bpy.types.Menu):
326
293
  :return: The class or default when not found.
327
294
  :rtype: typing.Any
328
295
  """
329
- ...
330
296
 
331
297
  def draw(self, _context):
332
298
  """
333
299
 
334
300
  :param _context:
335
301
  """
336
- ...
337
302
 
338
303
  class CLIP_MT_select_grouped(bpy.types.Menu):
339
304
  bl_label: typing.Any
@@ -346,7 +311,6 @@ class CLIP_MT_select_grouped(bpy.types.Menu):
346
311
  :return: The RNA type or default when not found.
347
312
  :rtype: bpy.types.Struct
348
313
  """
349
- ...
350
314
 
351
315
  def bl_rna_get_subclass_py(self) -> typing.Any:
352
316
  """
@@ -354,14 +318,12 @@ class CLIP_MT_select_grouped(bpy.types.Menu):
354
318
  :return: The class or default when not found.
355
319
  :rtype: typing.Any
356
320
  """
357
- ...
358
321
 
359
322
  def draw(self, _context):
360
323
  """
361
324
 
362
325
  :param _context:
363
326
  """
364
- ...
365
327
 
366
328
  class CLIP_MT_solving_pie(bpy.types.Menu):
367
329
  bl_label: typing.Any
@@ -374,7 +336,6 @@ class CLIP_MT_solving_pie(bpy.types.Menu):
374
336
  :return: The RNA type or default when not found.
375
337
  :rtype: bpy.types.Struct
376
338
  """
377
- ...
378
339
 
379
340
  def bl_rna_get_subclass_py(self) -> typing.Any:
380
341
  """
@@ -382,14 +343,12 @@ class CLIP_MT_solving_pie(bpy.types.Menu):
382
343
  :return: The class or default when not found.
383
344
  :rtype: typing.Any
384
345
  """
385
- ...
386
346
 
387
347
  def draw(self, context):
388
348
  """
389
349
 
390
350
  :param context:
391
351
  """
392
- ...
393
352
 
394
353
  @classmethod
395
354
  def poll(cls, context):
@@ -397,7 +356,6 @@ class CLIP_MT_solving_pie(bpy.types.Menu):
397
356
 
398
357
  :param context:
399
358
  """
400
- ...
401
359
 
402
360
  class CLIP_MT_stabilize_2d_context_menu(bpy.types.Menu):
403
361
  bl_label: typing.Any
@@ -410,7 +368,6 @@ class CLIP_MT_stabilize_2d_context_menu(bpy.types.Menu):
410
368
  :return: The RNA type or default when not found.
411
369
  :rtype: bpy.types.Struct
412
370
  """
413
- ...
414
371
 
415
372
  def bl_rna_get_subclass_py(self) -> typing.Any:
416
373
  """
@@ -418,14 +375,12 @@ class CLIP_MT_stabilize_2d_context_menu(bpy.types.Menu):
418
375
  :return: The class or default when not found.
419
376
  :rtype: typing.Any
420
377
  """
421
- ...
422
378
 
423
379
  def draw(self, _context):
424
380
  """
425
381
 
426
382
  :param _context:
427
383
  """
428
- ...
429
384
 
430
385
  class CLIP_MT_stabilize_2d_rotation_context_menu(bpy.types.Menu):
431
386
  bl_label: typing.Any
@@ -438,7 +393,6 @@ class CLIP_MT_stabilize_2d_rotation_context_menu(bpy.types.Menu):
438
393
  :return: The RNA type or default when not found.
439
394
  :rtype: bpy.types.Struct
440
395
  """
441
- ...
442
396
 
443
397
  def bl_rna_get_subclass_py(self) -> typing.Any:
444
398
  """
@@ -446,14 +400,12 @@ class CLIP_MT_stabilize_2d_rotation_context_menu(bpy.types.Menu):
446
400
  :return: The class or default when not found.
447
401
  :rtype: typing.Any
448
402
  """
449
- ...
450
403
 
451
404
  def draw(self, _context):
452
405
  """
453
406
 
454
407
  :param _context:
455
408
  """
456
- ...
457
409
 
458
410
  class CLIP_MT_track(bpy.types.Menu):
459
411
  bl_label: typing.Any
@@ -466,7 +418,6 @@ class CLIP_MT_track(bpy.types.Menu):
466
418
  :return: The RNA type or default when not found.
467
419
  :rtype: bpy.types.Struct
468
420
  """
469
- ...
470
421
 
471
422
  def bl_rna_get_subclass_py(self) -> typing.Any:
472
423
  """
@@ -474,14 +425,12 @@ class CLIP_MT_track(bpy.types.Menu):
474
425
  :return: The class or default when not found.
475
426
  :rtype: typing.Any
476
427
  """
477
- ...
478
428
 
479
429
  def draw(self, context):
480
430
  """
481
431
 
482
432
  :param context:
483
433
  """
484
- ...
485
434
 
486
435
  class CLIP_MT_track_animation(bpy.types.Menu):
487
436
  bl_label: typing.Any
@@ -494,7 +443,6 @@ class CLIP_MT_track_animation(bpy.types.Menu):
494
443
  :return: The RNA type or default when not found.
495
444
  :rtype: bpy.types.Struct
496
445
  """
497
- ...
498
446
 
499
447
  def bl_rna_get_subclass_py(self) -> typing.Any:
500
448
  """
@@ -502,14 +450,12 @@ class CLIP_MT_track_animation(bpy.types.Menu):
502
450
  :return: The class or default when not found.
503
451
  :rtype: typing.Any
504
452
  """
505
- ...
506
453
 
507
454
  def draw(self, _context):
508
455
  """
509
456
 
510
457
  :param _context:
511
458
  """
512
- ...
513
459
 
514
460
  class CLIP_MT_track_cleanup(bpy.types.Menu):
515
461
  bl_label: typing.Any
@@ -522,7 +468,6 @@ class CLIP_MT_track_cleanup(bpy.types.Menu):
522
468
  :return: The RNA type or default when not found.
523
469
  :rtype: bpy.types.Struct
524
470
  """
525
- ...
526
471
 
527
472
  def bl_rna_get_subclass_py(self) -> typing.Any:
528
473
  """
@@ -530,14 +475,12 @@ class CLIP_MT_track_cleanup(bpy.types.Menu):
530
475
  :return: The class or default when not found.
531
476
  :rtype: typing.Any
532
477
  """
533
- ...
534
478
 
535
479
  def draw(self, _context):
536
480
  """
537
481
 
538
482
  :param _context:
539
483
  """
540
- ...
541
484
 
542
485
  class CLIP_MT_track_clear(bpy.types.Menu):
543
486
  bl_label: typing.Any
@@ -550,7 +493,6 @@ class CLIP_MT_track_clear(bpy.types.Menu):
550
493
  :return: The RNA type or default when not found.
551
494
  :rtype: bpy.types.Struct
552
495
  """
553
- ...
554
496
 
555
497
  def bl_rna_get_subclass_py(self) -> typing.Any:
556
498
  """
@@ -558,14 +500,12 @@ class CLIP_MT_track_clear(bpy.types.Menu):
558
500
  :return: The class or default when not found.
559
501
  :rtype: typing.Any
560
502
  """
561
- ...
562
503
 
563
504
  def draw(self, _context):
564
505
  """
565
506
 
566
507
  :param _context:
567
508
  """
568
- ...
569
509
 
570
510
  class CLIP_MT_track_motion(bpy.types.Menu):
571
511
  bl_label: typing.Any
@@ -578,7 +518,6 @@ class CLIP_MT_track_motion(bpy.types.Menu):
578
518
  :return: The RNA type or default when not found.
579
519
  :rtype: bpy.types.Struct
580
520
  """
581
- ...
582
521
 
583
522
  def bl_rna_get_subclass_py(self) -> typing.Any:
584
523
  """
@@ -586,14 +525,12 @@ class CLIP_MT_track_motion(bpy.types.Menu):
586
525
  :return: The class or default when not found.
587
526
  :rtype: typing.Any
588
527
  """
589
- ...
590
528
 
591
529
  def draw(self, _context):
592
530
  """
593
531
 
594
532
  :param _context:
595
533
  """
596
- ...
597
534
 
598
535
  class CLIP_MT_track_refine(bpy.types.Menu):
599
536
  bl_label: typing.Any
@@ -606,7 +543,6 @@ class CLIP_MT_track_refine(bpy.types.Menu):
606
543
  :return: The RNA type or default when not found.
607
544
  :rtype: bpy.types.Struct
608
545
  """
609
- ...
610
546
 
611
547
  def bl_rna_get_subclass_py(self) -> typing.Any:
612
548
  """
@@ -614,14 +550,12 @@ class CLIP_MT_track_refine(bpy.types.Menu):
614
550
  :return: The class or default when not found.
615
551
  :rtype: typing.Any
616
552
  """
617
- ...
618
553
 
619
554
  def draw(self, _context):
620
555
  """
621
556
 
622
557
  :param _context:
623
558
  """
624
- ...
625
559
 
626
560
  class CLIP_MT_track_transform(bpy.types.Menu):
627
561
  bl_label: typing.Any
@@ -634,7 +568,6 @@ class CLIP_MT_track_transform(bpy.types.Menu):
634
568
  :return: The RNA type or default when not found.
635
569
  :rtype: bpy.types.Struct
636
570
  """
637
- ...
638
571
 
639
572
  def bl_rna_get_subclass_py(self) -> typing.Any:
640
573
  """
@@ -642,14 +575,12 @@ class CLIP_MT_track_transform(bpy.types.Menu):
642
575
  :return: The class or default when not found.
643
576
  :rtype: typing.Any
644
577
  """
645
- ...
646
578
 
647
579
  def draw(self, _context):
648
580
  """
649
581
 
650
582
  :param _context:
651
583
  """
652
- ...
653
584
 
654
585
  class CLIP_MT_track_visibility(bpy.types.Menu):
655
586
  bl_label: typing.Any
@@ -662,7 +593,6 @@ class CLIP_MT_track_visibility(bpy.types.Menu):
662
593
  :return: The RNA type or default when not found.
663
594
  :rtype: bpy.types.Struct
664
595
  """
665
- ...
666
596
 
667
597
  def bl_rna_get_subclass_py(self) -> typing.Any:
668
598
  """
@@ -670,14 +600,12 @@ class CLIP_MT_track_visibility(bpy.types.Menu):
670
600
  :return: The class or default when not found.
671
601
  :rtype: typing.Any
672
602
  """
673
- ...
674
603
 
675
604
  def draw(self, _context):
676
605
  """
677
606
 
678
607
  :param _context:
679
608
  """
680
- ...
681
609
 
682
610
  class CLIP_MT_tracking_context_menu(bpy.types.Menu):
683
611
  bl_label: typing.Any
@@ -690,7 +618,6 @@ class CLIP_MT_tracking_context_menu(bpy.types.Menu):
690
618
  :return: The RNA type or default when not found.
691
619
  :rtype: bpy.types.Struct
692
620
  """
693
- ...
694
621
 
695
622
  def bl_rna_get_subclass_py(self) -> typing.Any:
696
623
  """
@@ -698,14 +625,12 @@ class CLIP_MT_tracking_context_menu(bpy.types.Menu):
698
625
  :return: The class or default when not found.
699
626
  :rtype: typing.Any
700
627
  """
701
- ...
702
628
 
703
629
  def draw(self, context):
704
630
  """
705
631
 
706
632
  :param context:
707
633
  """
708
- ...
709
634
 
710
635
  @classmethod
711
636
  def poll(cls, context):
@@ -713,7 +638,6 @@ class CLIP_MT_tracking_context_menu(bpy.types.Menu):
713
638
 
714
639
  :param context:
715
640
  """
716
- ...
717
641
 
718
642
  class CLIP_MT_tracking_editor_menus(bpy.types.Menu):
719
643
  bl_idname: typing.Any
@@ -727,7 +651,6 @@ class CLIP_MT_tracking_editor_menus(bpy.types.Menu):
727
651
  :return: The RNA type or default when not found.
728
652
  :rtype: bpy.types.Struct
729
653
  """
730
- ...
731
654
 
732
655
  def bl_rna_get_subclass_py(self) -> typing.Any:
733
656
  """
@@ -735,14 +658,12 @@ class CLIP_MT_tracking_editor_menus(bpy.types.Menu):
735
658
  :return: The class or default when not found.
736
659
  :rtype: typing.Any
737
660
  """
738
- ...
739
661
 
740
662
  def draw(self, context):
741
663
  """
742
664
 
743
665
  :param context:
744
666
  """
745
- ...
746
667
 
747
668
  class CLIP_MT_tracking_pie(bpy.types.Menu):
748
669
  bl_label: typing.Any
@@ -756,7 +677,6 @@ class CLIP_MT_tracking_pie(bpy.types.Menu):
756
677
  :return: The RNA type or default when not found.
757
678
  :rtype: bpy.types.Struct
758
679
  """
759
- ...
760
680
 
761
681
  def bl_rna_get_subclass_py(self) -> typing.Any:
762
682
  """
@@ -764,14 +684,12 @@ class CLIP_MT_tracking_pie(bpy.types.Menu):
764
684
  :return: The class or default when not found.
765
685
  :rtype: typing.Any
766
686
  """
767
- ...
768
687
 
769
688
  def draw(self, _context):
770
689
  """
771
690
 
772
691
  :param _context:
773
692
  """
774
- ...
775
693
 
776
694
  @classmethod
777
695
  def poll(cls, context):
@@ -779,7 +697,6 @@ class CLIP_MT_tracking_pie(bpy.types.Menu):
779
697
 
780
698
  :param context:
781
699
  """
782
- ...
783
700
 
784
701
  class CLIP_MT_view(bpy.types.Menu):
785
702
  bl_label: typing.Any
@@ -792,7 +709,6 @@ class CLIP_MT_view(bpy.types.Menu):
792
709
  :return: The RNA type or default when not found.
793
710
  :rtype: bpy.types.Struct
794
711
  """
795
- ...
796
712
 
797
713
  def bl_rna_get_subclass_py(self) -> typing.Any:
798
714
  """
@@ -800,14 +716,12 @@ class CLIP_MT_view(bpy.types.Menu):
800
716
  :return: The class or default when not found.
801
717
  :rtype: typing.Any
802
718
  """
803
- ...
804
719
 
805
720
  def draw(self, context):
806
721
  """
807
722
 
808
723
  :param context:
809
724
  """
810
- ...
811
725
 
812
726
  class CLIP_MT_view_pie(bpy.types.Menu):
813
727
  bl_label: typing.Any
@@ -820,7 +734,6 @@ class CLIP_MT_view_pie(bpy.types.Menu):
820
734
  :return: The RNA type or default when not found.
821
735
  :rtype: bpy.types.Struct
822
736
  """
823
- ...
824
737
 
825
738
  def bl_rna_get_subclass_py(self) -> typing.Any:
826
739
  """
@@ -828,14 +741,12 @@ class CLIP_MT_view_pie(bpy.types.Menu):
828
741
  :return: The class or default when not found.
829
742
  :rtype: typing.Any
830
743
  """
831
- ...
832
744
 
833
745
  def draw(self, context):
834
746
  """
835
747
 
836
748
  :param context:
837
749
  """
838
- ...
839
750
 
840
751
  @classmethod
841
752
  def poll(cls, context):
@@ -843,7 +754,6 @@ class CLIP_MT_view_pie(bpy.types.Menu):
843
754
 
844
755
  :param context:
845
756
  """
846
- ...
847
757
 
848
758
  class CLIP_MT_view_zoom(bpy.types.Menu):
849
759
  bl_label: typing.Any
@@ -856,7 +766,6 @@ class CLIP_MT_view_zoom(bpy.types.Menu):
856
766
  :return: The RNA type or default when not found.
857
767
  :rtype: bpy.types.Struct
858
768
  """
859
- ...
860
769
 
861
770
  def bl_rna_get_subclass_py(self) -> typing.Any:
862
771
  """
@@ -864,14 +773,12 @@ class CLIP_MT_view_zoom(bpy.types.Menu):
864
773
  :return: The class or default when not found.
865
774
  :rtype: typing.Any
866
775
  """
867
- ...
868
776
 
869
777
  def draw(self, context):
870
778
  """
871
779
 
872
780
  :param context:
873
781
  """
874
- ...
875
782
 
876
783
  class CLIP_PT_2d_cursor(bpy.types.Panel):
877
784
  bl_category: typing.Any
@@ -887,7 +794,6 @@ class CLIP_PT_2d_cursor(bpy.types.Panel):
887
794
  :return: The RNA type or default when not found.
888
795
  :rtype: bpy.types.Struct
889
796
  """
890
- ...
891
797
 
892
798
  def bl_rna_get_subclass_py(self) -> typing.Any:
893
799
  """
@@ -895,14 +801,12 @@ class CLIP_PT_2d_cursor(bpy.types.Panel):
895
801
  :return: The class or default when not found.
896
802
  :rtype: typing.Any
897
803
  """
898
- ...
899
804
 
900
805
  def draw(self, context):
901
806
  """
902
807
 
903
808
  :param context:
904
809
  """
905
- ...
906
810
 
907
811
  @classmethod
908
812
  def poll(cls, context):
@@ -910,7 +814,6 @@ class CLIP_PT_2d_cursor(bpy.types.Panel):
910
814
 
911
815
  :param context:
912
816
  """
913
- ...
914
817
 
915
818
  class CLIP_PT_active_mask_point(
916
819
  bl_ui.properties_mask_common.MASK_PT_point, bpy.types.Panel
@@ -928,7 +831,6 @@ class CLIP_PT_active_mask_point(
928
831
  :return: The RNA type or default when not found.
929
832
  :rtype: bpy.types.Struct
930
833
  """
931
- ...
932
834
 
933
835
  def bl_rna_get_subclass_py(self) -> typing.Any:
934
836
  """
@@ -936,7 +838,6 @@ class CLIP_PT_active_mask_point(
936
838
  :return: The class or default when not found.
937
839
  :rtype: typing.Any
938
840
  """
939
- ...
940
841
 
941
842
  class CLIP_PT_active_mask_spline(
942
843
  bl_ui.properties_mask_common.MASK_PT_spline, bpy.types.Panel
@@ -954,7 +855,6 @@ class CLIP_PT_active_mask_spline(
954
855
  :return: The RNA type or default when not found.
955
856
  :rtype: bpy.types.Struct
956
857
  """
957
- ...
958
858
 
959
859
  def bl_rna_get_subclass_py(self) -> typing.Any:
960
860
  """
@@ -962,7 +862,6 @@ class CLIP_PT_active_mask_spline(
962
862
  :return: The class or default when not found.
963
863
  :rtype: typing.Any
964
864
  """
965
- ...
966
865
 
967
866
  class CLIP_PT_annotation(
968
867
  CLIP_PT_clip_view_panel,
@@ -983,7 +882,6 @@ class CLIP_PT_annotation(
983
882
  :return: The RNA type or default when not found.
984
883
  :rtype: bpy.types.Struct
985
884
  """
986
- ...
987
885
 
988
886
  def bl_rna_get_subclass_py(self) -> typing.Any:
989
887
  """
@@ -991,7 +889,6 @@ class CLIP_PT_annotation(
991
889
  :return: The class or default when not found.
992
890
  :rtype: typing.Any
993
891
  """
994
- ...
995
892
 
996
893
  class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
997
894
  """Predefined tracking camera intrinsics"""
@@ -1011,7 +908,6 @@ class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
1011
908
  :return: The RNA type or default when not found.
1012
909
  :rtype: bpy.types.Struct
1013
910
  """
1014
- ...
1015
911
 
1016
912
  def bl_rna_get_subclass_py(self) -> typing.Any:
1017
913
  """
@@ -1019,7 +915,6 @@ class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
1019
915
  :return: The class or default when not found.
1020
916
  :rtype: typing.Any
1021
917
  """
1022
- ...
1023
918
 
1024
919
  class CLIP_PT_clip_display(bpy.types.Panel):
1025
920
  bl_label: typing.Any
@@ -1036,7 +931,6 @@ class CLIP_PT_clip_display(bpy.types.Panel):
1036
931
  :return: The RNA type or default when not found.
1037
932
  :rtype: bpy.types.Struct
1038
933
  """
1039
- ...
1040
934
 
1041
935
  def bl_rna_get_subclass_py(self) -> typing.Any:
1042
936
  """
@@ -1044,14 +938,12 @@ class CLIP_PT_clip_display(bpy.types.Panel):
1044
938
  :return: The class or default when not found.
1045
939
  :rtype: typing.Any
1046
940
  """
1047
- ...
1048
941
 
1049
942
  def draw(self, context):
1050
943
  """
1051
944
 
1052
945
  :param context:
1053
946
  """
1054
- ...
1055
947
 
1056
948
  class CLIP_PT_clip_view_panel:
1057
949
  @classmethod
@@ -1060,7 +952,6 @@ class CLIP_PT_clip_view_panel:
1060
952
 
1061
953
  :param context:
1062
954
  """
1063
- ...
1064
955
 
1065
956
  class CLIP_PT_display(bpy.types.Panel):
1066
957
  bl_label: typing.Any
@@ -1076,7 +967,6 @@ class CLIP_PT_display(bpy.types.Panel):
1076
967
  :return: The RNA type or default when not found.
1077
968
  :rtype: bpy.types.Struct
1078
969
  """
1079
- ...
1080
970
 
1081
971
  def bl_rna_get_subclass_py(self) -> typing.Any:
1082
972
  """
@@ -1084,14 +974,12 @@ class CLIP_PT_display(bpy.types.Panel):
1084
974
  :return: The class or default when not found.
1085
975
  :rtype: typing.Any
1086
976
  """
1087
- ...
1088
977
 
1089
978
  def draw(self, context):
1090
979
  """
1091
980
 
1092
981
  :param context:
1093
982
  """
1094
- ...
1095
983
 
1096
984
  class CLIP_PT_footage(CLIP_PT_clip_view_panel, bpy.types.Panel):
1097
985
  bl_category: typing.Any
@@ -1107,7 +995,6 @@ class CLIP_PT_footage(CLIP_PT_clip_view_panel, bpy.types.Panel):
1107
995
  :return: The RNA type or default when not found.
1108
996
  :rtype: bpy.types.Struct
1109
997
  """
1110
- ...
1111
998
 
1112
999
  def bl_rna_get_subclass_py(self) -> typing.Any:
1113
1000
  """
@@ -1115,14 +1002,12 @@ class CLIP_PT_footage(CLIP_PT_clip_view_panel, bpy.types.Panel):
1115
1002
  :return: The class or default when not found.
1116
1003
  :rtype: typing.Any
1117
1004
  """
1118
- ...
1119
1005
 
1120
1006
  def draw(self, context):
1121
1007
  """
1122
1008
 
1123
1009
  :param context:
1124
1010
  """
1125
- ...
1126
1011
 
1127
1012
  class CLIP_PT_gizmo_display(bpy.types.Panel):
1128
1013
  bl_label: typing.Any
@@ -1138,7 +1023,6 @@ class CLIP_PT_gizmo_display(bpy.types.Panel):
1138
1023
  :return: The RNA type or default when not found.
1139
1024
  :rtype: bpy.types.Struct
1140
1025
  """
1141
- ...
1142
1026
 
1143
1027
  def bl_rna_get_subclass_py(self) -> typing.Any:
1144
1028
  """
@@ -1146,14 +1030,12 @@ class CLIP_PT_gizmo_display(bpy.types.Panel):
1146
1030
  :return: The class or default when not found.
1147
1031
  :rtype: typing.Any
1148
1032
  """
1149
- ...
1150
1033
 
1151
1034
  def draw(self, context):
1152
1035
  """
1153
1036
 
1154
1037
  :param context:
1155
1038
  """
1156
- ...
1157
1039
 
1158
1040
  class CLIP_PT_marker(CLIP_PT_tracking_panel, bpy.types.Panel):
1159
1041
  bl_category: typing.Any
@@ -1170,7 +1052,6 @@ class CLIP_PT_marker(CLIP_PT_tracking_panel, bpy.types.Panel):
1170
1052
  :return: The RNA type or default when not found.
1171
1053
  :rtype: bpy.types.Struct
1172
1054
  """
1173
- ...
1174
1055
 
1175
1056
  def bl_rna_get_subclass_py(self) -> typing.Any:
1176
1057
  """
@@ -1178,14 +1059,12 @@ class CLIP_PT_marker(CLIP_PT_tracking_panel, bpy.types.Panel):
1178
1059
  :return: The class or default when not found.
1179
1060
  :rtype: typing.Any
1180
1061
  """
1181
- ...
1182
1062
 
1183
1063
  def draw(self, context):
1184
1064
  """
1185
1065
 
1186
1066
  :param context:
1187
1067
  """
1188
- ...
1189
1068
 
1190
1069
  class CLIP_PT_marker_display(bpy.types.Panel):
1191
1070
  bl_label: typing.Any
@@ -1202,7 +1081,6 @@ class CLIP_PT_marker_display(bpy.types.Panel):
1202
1081
  :return: The RNA type or default when not found.
1203
1082
  :rtype: bpy.types.Struct
1204
1083
  """
1205
- ...
1206
1084
 
1207
1085
  def bl_rna_get_subclass_py(self) -> typing.Any:
1208
1086
  """
@@ -1210,14 +1088,12 @@ class CLIP_PT_marker_display(bpy.types.Panel):
1210
1088
  :return: The class or default when not found.
1211
1089
  :rtype: typing.Any
1212
1090
  """
1213
- ...
1214
1091
 
1215
1092
  def draw(self, context):
1216
1093
  """
1217
1094
 
1218
1095
  :param context:
1219
1096
  """
1220
- ...
1221
1097
 
1222
1098
  class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy.types.Panel):
1223
1099
  bl_category: typing.Any
@@ -1234,7 +1110,6 @@ class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy.types.Panel):
1234
1110
  :return: The RNA type or default when not found.
1235
1111
  :rtype: bpy.types.Struct
1236
1112
  """
1237
- ...
1238
1113
 
1239
1114
  def bl_rna_get_subclass_py(self) -> typing.Any:
1240
1115
  """
@@ -1242,7 +1117,6 @@ class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy.types.Panel):
1242
1117
  :return: The class or default when not found.
1243
1118
  :rtype: typing.Any
1244
1119
  """
1245
- ...
1246
1120
 
1247
1121
  class CLIP_PT_mask_display(
1248
1122
  bl_ui.properties_mask_common.MASK_PT_display, bpy.types.Panel
@@ -1259,7 +1133,6 @@ class CLIP_PT_mask_display(
1259
1133
  :return: The RNA type or default when not found.
1260
1134
  :rtype: bpy.types.Struct
1261
1135
  """
1262
- ...
1263
1136
 
1264
1137
  def bl_rna_get_subclass_py(self) -> typing.Any:
1265
1138
  """
@@ -1267,7 +1140,6 @@ class CLIP_PT_mask_display(
1267
1140
  :return: The class or default when not found.
1268
1141
  :rtype: typing.Any
1269
1142
  """
1270
- ...
1271
1143
 
1272
1144
  class CLIP_PT_mask_layers(bl_ui.properties_mask_common.MASK_PT_layers, bpy.types.Panel):
1273
1145
  bl_category: typing.Any
@@ -1283,7 +1155,6 @@ class CLIP_PT_mask_layers(bl_ui.properties_mask_common.MASK_PT_layers, bpy.types
1283
1155
  :return: The RNA type or default when not found.
1284
1156
  :rtype: bpy.types.Struct
1285
1157
  """
1286
- ...
1287
1158
 
1288
1159
  def bl_rna_get_subclass_py(self) -> typing.Any:
1289
1160
  """
@@ -1291,7 +1162,6 @@ class CLIP_PT_mask_layers(bl_ui.properties_mask_common.MASK_PT_layers, bpy.types
1291
1162
  :return: The class or default when not found.
1292
1163
  :rtype: typing.Any
1293
1164
  """
1294
- ...
1295
1165
 
1296
1166
  class CLIP_PT_objects(CLIP_PT_clip_view_panel, bpy.types.Panel):
1297
1167
  bl_category: typing.Any
@@ -1308,7 +1178,6 @@ class CLIP_PT_objects(CLIP_PT_clip_view_panel, bpy.types.Panel):
1308
1178
  :return: The RNA type or default when not found.
1309
1179
  :rtype: bpy.types.Struct
1310
1180
  """
1311
- ...
1312
1181
 
1313
1182
  def bl_rna_get_subclass_py(self) -> typing.Any:
1314
1183
  """
@@ -1316,14 +1185,12 @@ class CLIP_PT_objects(CLIP_PT_clip_view_panel, bpy.types.Panel):
1316
1185
  :return: The class or default when not found.
1317
1186
  :rtype: typing.Any
1318
1187
  """
1319
- ...
1320
1188
 
1321
1189
  def draw(self, context):
1322
1190
  """
1323
1191
 
1324
1192
  :param context:
1325
1193
  """
1326
- ...
1327
1194
 
1328
1195
  class CLIP_PT_plane_track(CLIP_PT_tracking_panel, bpy.types.Panel):
1329
1196
  bl_category: typing.Any
@@ -1340,7 +1207,6 @@ class CLIP_PT_plane_track(CLIP_PT_tracking_panel, bpy.types.Panel):
1340
1207
  :return: The RNA type or default when not found.
1341
1208
  :rtype: bpy.types.Struct
1342
1209
  """
1343
- ...
1344
1210
 
1345
1211
  def bl_rna_get_subclass_py(self) -> typing.Any:
1346
1212
  """
@@ -1348,14 +1214,12 @@ class CLIP_PT_plane_track(CLIP_PT_tracking_panel, bpy.types.Panel):
1348
1214
  :return: The class or default when not found.
1349
1215
  :rtype: typing.Any
1350
1216
  """
1351
- ...
1352
1217
 
1353
1218
  def draw(self, context):
1354
1219
  """
1355
1220
 
1356
1221
  :param context:
1357
1222
  """
1358
- ...
1359
1223
 
1360
1224
  class CLIP_PT_proportional_edit(bpy.types.Panel):
1361
1225
  bl_label: typing.Any
@@ -1371,7 +1235,6 @@ class CLIP_PT_proportional_edit(bpy.types.Panel):
1371
1235
  :return: The RNA type or default when not found.
1372
1236
  :rtype: bpy.types.Struct
1373
1237
  """
1374
- ...
1375
1238
 
1376
1239
  def bl_rna_get_subclass_py(self) -> typing.Any:
1377
1240
  """
@@ -1379,14 +1242,12 @@ class CLIP_PT_proportional_edit(bpy.types.Panel):
1379
1242
  :return: The class or default when not found.
1380
1243
  :rtype: typing.Any
1381
1244
  """
1382
- ...
1383
1245
 
1384
1246
  def draw(self, context):
1385
1247
  """
1386
1248
 
1387
1249
  :param context:
1388
1250
  """
1389
- ...
1390
1251
 
1391
1252
  class CLIP_PT_proxy(CLIP_PT_clip_view_panel, bpy.types.Panel):
1392
1253
  bl_category: typing.Any
@@ -1403,7 +1264,6 @@ class CLIP_PT_proxy(CLIP_PT_clip_view_panel, bpy.types.Panel):
1403
1264
  :return: The RNA type or default when not found.
1404
1265
  :rtype: bpy.types.Struct
1405
1266
  """
1406
- ...
1407
1267
 
1408
1268
  def bl_rna_get_subclass_py(self) -> typing.Any:
1409
1269
  """
@@ -1411,21 +1271,18 @@ class CLIP_PT_proxy(CLIP_PT_clip_view_panel, bpy.types.Panel):
1411
1271
  :return: The class or default when not found.
1412
1272
  :rtype: typing.Any
1413
1273
  """
1414
- ...
1415
1274
 
1416
1275
  def draw(self, context):
1417
1276
  """
1418
1277
 
1419
1278
  :param context:
1420
1279
  """
1421
- ...
1422
1280
 
1423
1281
  def draw_header(self, context):
1424
1282
  """
1425
1283
 
1426
1284
  :param context:
1427
1285
  """
1428
- ...
1429
1286
 
1430
1287
  class CLIP_PT_reconstruction_panel:
1431
1288
  @classmethod
@@ -1434,7 +1291,6 @@ class CLIP_PT_reconstruction_panel:
1434
1291
 
1435
1292
  :param context:
1436
1293
  """
1437
- ...
1438
1294
 
1439
1295
  class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy.types.Panel):
1440
1296
  bl_category: typing.Any
@@ -1450,7 +1306,6 @@ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy.types.Panel):
1450
1306
  :return: The RNA type or default when not found.
1451
1307
  :rtype: bpy.types.Struct
1452
1308
  """
1453
- ...
1454
1309
 
1455
1310
  def bl_rna_get_subclass_py(self) -> typing.Any:
1456
1311
  """
@@ -1458,21 +1313,18 @@ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy.types.Panel):
1458
1313
  :return: The class or default when not found.
1459
1314
  :rtype: typing.Any
1460
1315
  """
1461
- ...
1462
1316
 
1463
1317
  def draw(self, context):
1464
1318
  """
1465
1319
 
1466
1320
  :param context:
1467
1321
  """
1468
- ...
1469
1322
 
1470
1323
  def draw_header(self, context):
1471
1324
  """
1472
1325
 
1473
1326
  :param context:
1474
1327
  """
1475
- ...
1476
1328
 
1477
1329
  @classmethod
1478
1330
  def poll(cls, context):
@@ -1480,7 +1332,6 @@ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy.types.Panel):
1480
1332
 
1481
1333
  :param context:
1482
1334
  """
1483
- ...
1484
1335
 
1485
1336
  class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, bpy.types.Panel):
1486
1337
  bl_category: typing.Any
@@ -1497,7 +1348,6 @@ class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, bpy.types.Panel):
1497
1348
  :return: The RNA type or default when not found.
1498
1349
  :rtype: bpy.types.Struct
1499
1350
  """
1500
- ...
1501
1351
 
1502
1352
  def bl_rna_get_subclass_py(self) -> typing.Any:
1503
1353
  """
@@ -1505,14 +1355,12 @@ class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, bpy.types.Panel):
1505
1355
  :return: The class or default when not found.
1506
1356
  :rtype: typing.Any
1507
1357
  """
1508
- ...
1509
1358
 
1510
1359
  def draw(self, context):
1511
1360
  """
1512
1361
 
1513
1362
  :param context:
1514
1363
  """
1515
- ...
1516
1364
 
1517
1365
  class CLIP_PT_tools_clip(bpy.types.Panel):
1518
1366
  bl_category: typing.Any
@@ -1529,7 +1377,6 @@ class CLIP_PT_tools_clip(bpy.types.Panel):
1529
1377
  :return: The RNA type or default when not found.
1530
1378
  :rtype: bpy.types.Struct
1531
1379
  """
1532
- ...
1533
1380
 
1534
1381
  def bl_rna_get_subclass_py(self) -> typing.Any:
1535
1382
  """
@@ -1537,14 +1384,12 @@ class CLIP_PT_tools_clip(bpy.types.Panel):
1537
1384
  :return: The class or default when not found.
1538
1385
  :rtype: typing.Any
1539
1386
  """
1540
- ...
1541
1387
 
1542
1388
  def draw(self, _context):
1543
1389
  """
1544
1390
 
1545
1391
  :param _context:
1546
1392
  """
1547
- ...
1548
1393
 
1549
1394
  @classmethod
1550
1395
  def poll(cls, context):
@@ -1552,7 +1397,6 @@ class CLIP_PT_tools_clip(bpy.types.Panel):
1552
1397
 
1553
1398
  :param context:
1554
1399
  """
1555
- ...
1556
1400
 
1557
1401
  class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, bpy.types.Panel):
1558
1402
  bl_category: typing.Any
@@ -1569,7 +1413,6 @@ class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, bpy.types.Panel):
1569
1413
  :return: The RNA type or default when not found.
1570
1414
  :rtype: bpy.types.Struct
1571
1415
  """
1572
- ...
1573
1416
 
1574
1417
  def bl_rna_get_subclass_py(self) -> typing.Any:
1575
1418
  """
@@ -1577,14 +1420,12 @@ class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, bpy.types.Panel):
1577
1420
  :return: The class or default when not found.
1578
1421
  :rtype: typing.Any
1579
1422
  """
1580
- ...
1581
1423
 
1582
1424
  def draw(self, _context):
1583
1425
  """
1584
1426
 
1585
1427
  :param _context:
1586
1428
  """
1587
- ...
1588
1429
 
1589
1430
  class CLIP_PT_tools_grease_pencil_draw(
1590
1431
  bl_ui.properties_grease_pencil_common.AnnotationDrawingToolsPanel, bpy.types.Panel
@@ -1602,7 +1443,6 @@ class CLIP_PT_tools_grease_pencil_draw(
1602
1443
  :return: The RNA type or default when not found.
1603
1444
  :rtype: bpy.types.Struct
1604
1445
  """
1605
- ...
1606
1446
 
1607
1447
  def bl_rna_get_subclass_py(self) -> typing.Any:
1608
1448
  """
@@ -1610,7 +1450,6 @@ class CLIP_PT_tools_grease_pencil_draw(
1610
1450
  :return: The class or default when not found.
1611
1451
  :rtype: typing.Any
1612
1452
  """
1613
- ...
1614
1453
 
1615
1454
  class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, bpy.types.Panel):
1616
1455
  bl_category: typing.Any
@@ -1626,7 +1465,6 @@ class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, bpy.types.Panel):
1626
1465
  :return: The RNA type or default when not found.
1627
1466
  :rtype: bpy.types.Struct
1628
1467
  """
1629
- ...
1630
1468
 
1631
1469
  def bl_rna_get_subclass_py(self) -> typing.Any:
1632
1470
  """
@@ -1634,14 +1472,12 @@ class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, bpy.types.Panel):
1634
1472
  :return: The class or default when not found.
1635
1473
  :rtype: typing.Any
1636
1474
  """
1637
- ...
1638
1475
 
1639
1476
  def draw(self, _context):
1640
1477
  """
1641
1478
 
1642
1479
  :param _context:
1643
1480
  """
1644
- ...
1645
1481
 
1646
1482
  class CLIP_PT_tools_mask_tools(
1647
1483
  bl_ui.properties_mask_common.MASK_PT_tools, bpy.types.Panel
@@ -1659,7 +1495,6 @@ class CLIP_PT_tools_mask_tools(
1659
1495
  :return: The RNA type or default when not found.
1660
1496
  :rtype: bpy.types.Struct
1661
1497
  """
1662
- ...
1663
1498
 
1664
1499
  def bl_rna_get_subclass_py(self) -> typing.Any:
1665
1500
  """
@@ -1667,7 +1502,6 @@ class CLIP_PT_tools_mask_tools(
1667
1502
  :return: The class or default when not found.
1668
1503
  :rtype: typing.Any
1669
1504
  """
1670
- ...
1671
1505
 
1672
1506
  class CLIP_PT_tools_mask_transforms(
1673
1507
  bl_ui.properties_mask_common.MASK_PT_transforms, bpy.types.Panel
@@ -1685,7 +1519,6 @@ class CLIP_PT_tools_mask_transforms(
1685
1519
  :return: The RNA type or default when not found.
1686
1520
  :rtype: bpy.types.Struct
1687
1521
  """
1688
- ...
1689
1522
 
1690
1523
  def bl_rna_get_subclass_py(self) -> typing.Any:
1691
1524
  """
@@ -1693,7 +1526,6 @@ class CLIP_PT_tools_mask_transforms(
1693
1526
  :return: The class or default when not found.
1694
1527
  :rtype: typing.Any
1695
1528
  """
1696
- ...
1697
1529
 
1698
1530
  class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, bpy.types.Panel):
1699
1531
  bl_category: typing.Any
@@ -1709,7 +1541,6 @@ class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, bpy.types.Panel):
1709
1541
  :return: The RNA type or default when not found.
1710
1542
  :rtype: bpy.types.Struct
1711
1543
  """
1712
- ...
1713
1544
 
1714
1545
  def bl_rna_get_subclass_py(self) -> typing.Any:
1715
1546
  """
@@ -1717,14 +1548,12 @@ class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, bpy.types.Panel):
1717
1548
  :return: The class or default when not found.
1718
1549
  :rtype: typing.Any
1719
1550
  """
1720
- ...
1721
1551
 
1722
1552
  def draw(self, context):
1723
1553
  """
1724
1554
 
1725
1555
  :param context:
1726
1556
  """
1727
- ...
1728
1557
 
1729
1558
  @classmethod
1730
1559
  def poll(cls, context):
@@ -1732,7 +1561,6 @@ class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, bpy.types.Panel):
1732
1561
 
1733
1562
  :param context:
1734
1563
  """
1735
- ...
1736
1564
 
1737
1565
  class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, bpy.types.Panel):
1738
1566
  bl_category: typing.Any
@@ -1748,7 +1576,6 @@ class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, bpy.types.Panel):
1748
1576
  :return: The RNA type or default when not found.
1749
1577
  :rtype: bpy.types.Struct
1750
1578
  """
1751
- ...
1752
1579
 
1753
1580
  def bl_rna_get_subclass_py(self) -> typing.Any:
1754
1581
  """
@@ -1756,14 +1583,12 @@ class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, bpy.types.Panel):
1756
1583
  :return: The class or default when not found.
1757
1584
  :rtype: typing.Any
1758
1585
  """
1759
- ...
1760
1586
 
1761
1587
  def draw(self, context):
1762
1588
  """
1763
1589
 
1764
1590
  :param context:
1765
1591
  """
1766
- ...
1767
1592
 
1768
1593
  class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, bpy.types.Panel):
1769
1594
  bl_category: typing.Any
@@ -1780,7 +1605,6 @@ class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, bpy.types.Panel):
1780
1605
  :return: The RNA type or default when not found.
1781
1606
  :rtype: bpy.types.Struct
1782
1607
  """
1783
- ...
1784
1608
 
1785
1609
  def bl_rna_get_subclass_py(self) -> typing.Any:
1786
1610
  """
@@ -1788,14 +1612,12 @@ class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, bpy.types.Panel):
1788
1612
  :return: The class or default when not found.
1789
1613
  :rtype: typing.Any
1790
1614
  """
1791
- ...
1792
1615
 
1793
1616
  def draw(self, _context):
1794
1617
  """
1795
1618
 
1796
1619
  :param _context:
1797
1620
  """
1798
- ...
1799
1621
 
1800
1622
  class CLIP_PT_tools_scenesetup(bpy.types.Panel):
1801
1623
  bl_category: typing.Any
@@ -1811,7 +1633,6 @@ class CLIP_PT_tools_scenesetup(bpy.types.Panel):
1811
1633
  :return: The RNA type or default when not found.
1812
1634
  :rtype: bpy.types.Struct
1813
1635
  """
1814
- ...
1815
1636
 
1816
1637
  def bl_rna_get_subclass_py(self) -> typing.Any:
1817
1638
  """
@@ -1819,14 +1640,12 @@ class CLIP_PT_tools_scenesetup(bpy.types.Panel):
1819
1640
  :return: The class or default when not found.
1820
1641
  :rtype: typing.Any
1821
1642
  """
1822
- ...
1823
1643
 
1824
1644
  def draw(self, _context):
1825
1645
  """
1826
1646
 
1827
1647
  :param _context:
1828
1648
  """
1829
- ...
1830
1649
 
1831
1650
  @classmethod
1832
1651
  def poll(cls, context):
@@ -1834,7 +1653,6 @@ class CLIP_PT_tools_scenesetup(bpy.types.Panel):
1834
1653
 
1835
1654
  :param context:
1836
1655
  """
1837
- ...
1838
1656
 
1839
1657
  class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, bpy.types.Panel):
1840
1658
  bl_category: typing.Any
@@ -1850,7 +1668,6 @@ class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, bpy.types.Panel):
1850
1668
  :return: The RNA type or default when not found.
1851
1669
  :rtype: bpy.types.Struct
1852
1670
  """
1853
- ...
1854
1671
 
1855
1672
  def bl_rna_get_subclass_py(self) -> typing.Any:
1856
1673
  """
@@ -1858,14 +1675,12 @@ class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, bpy.types.Panel):
1858
1675
  :return: The class or default when not found.
1859
1676
  :rtype: typing.Any
1860
1677
  """
1861
- ...
1862
1678
 
1863
1679
  def draw(self, context):
1864
1680
  """
1865
1681
 
1866
1682
  :param context:
1867
1683
  """
1868
- ...
1869
1684
 
1870
1685
  class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, bpy.types.Panel):
1871
1686
  bl_category: typing.Any
@@ -1883,7 +1698,6 @@ class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, bpy.types.Panel):
1883
1698
  :return: The RNA type or default when not found.
1884
1699
  :rtype: bpy.types.Struct
1885
1700
  """
1886
- ...
1887
1701
 
1888
1702
  def bl_rna_get_subclass_py(self) -> typing.Any:
1889
1703
  """
@@ -1891,14 +1705,12 @@ class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, bpy.types.Panel):
1891
1705
  :return: The class or default when not found.
1892
1706
  :rtype: typing.Any
1893
1707
  """
1894
- ...
1895
1708
 
1896
1709
  def draw(self, _context):
1897
1710
  """
1898
1711
 
1899
1712
  :param _context:
1900
1713
  """
1901
- ...
1902
1714
 
1903
1715
  class CLIP_PT_track(CLIP_PT_tracking_panel, bpy.types.Panel):
1904
1716
  bl_category: typing.Any
@@ -1915,7 +1727,6 @@ class CLIP_PT_track(CLIP_PT_tracking_panel, bpy.types.Panel):
1915
1727
  :return: The RNA type or default when not found.
1916
1728
  :rtype: bpy.types.Struct
1917
1729
  """
1918
- ...
1919
1730
 
1920
1731
  def bl_rna_get_subclass_py(self) -> typing.Any:
1921
1732
  """
@@ -1923,14 +1734,12 @@ class CLIP_PT_track(CLIP_PT_tracking_panel, bpy.types.Panel):
1923
1734
  :return: The class or default when not found.
1924
1735
  :rtype: typing.Any
1925
1736
  """
1926
- ...
1927
1737
 
1928
1738
  def draw(self, context):
1929
1739
  """
1930
1740
 
1931
1741
  :param context:
1932
1742
  """
1933
- ...
1934
1743
 
1935
1744
  class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
1936
1745
  """Predefined track color"""
@@ -1950,7 +1759,6 @@ class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
1950
1759
  :return: The RNA type or default when not found.
1951
1760
  :rtype: bpy.types.Struct
1952
1761
  """
1953
- ...
1954
1762
 
1955
1763
  def bl_rna_get_subclass_py(self) -> typing.Any:
1956
1764
  """
@@ -1958,7 +1766,6 @@ class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
1958
1766
  :return: The class or default when not found.
1959
1767
  :rtype: typing.Any
1960
1768
  """
1961
- ...
1962
1769
 
1963
1770
  class CLIP_PT_track_settings(CLIP_PT_tracking_panel, bpy.types.Panel):
1964
1771
  bl_category: typing.Any
@@ -1975,7 +1782,6 @@ class CLIP_PT_track_settings(CLIP_PT_tracking_panel, bpy.types.Panel):
1975
1782
  :return: The RNA type or default when not found.
1976
1783
  :rtype: bpy.types.Struct
1977
1784
  """
1978
- ...
1979
1785
 
1980
1786
  def bl_rna_get_subclass_py(self) -> typing.Any:
1981
1787
  """
@@ -1983,14 +1789,12 @@ class CLIP_PT_track_settings(CLIP_PT_tracking_panel, bpy.types.Panel):
1983
1789
  :return: The class or default when not found.
1984
1790
  :rtype: typing.Any
1985
1791
  """
1986
- ...
1987
1792
 
1988
1793
  def draw(self, context):
1989
1794
  """
1990
1795
 
1991
1796
  :param context:
1992
1797
  """
1993
- ...
1994
1798
 
1995
1799
  class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, bpy.types.Panel):
1996
1800
  bl_category: typing.Any
@@ -2008,7 +1812,6 @@ class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, bpy.types.Panel):
2008
1812
  :return: The RNA type or default when not found.
2009
1813
  :rtype: bpy.types.Struct
2010
1814
  """
2011
- ...
2012
1815
 
2013
1816
  def bl_rna_get_subclass_py(self) -> typing.Any:
2014
1817
  """
@@ -2016,14 +1819,12 @@ class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, bpy.types.Panel):
2016
1819
  :return: The class or default when not found.
2017
1820
  :rtype: typing.Any
2018
1821
  """
2019
- ...
2020
1822
 
2021
1823
  def draw(self, context):
2022
1824
  """
2023
1825
 
2024
1826
  :param context:
2025
1827
  """
2026
- ...
2027
1828
 
2028
1829
  @classmethod
2029
1830
  def poll(cls, context):
@@ -2031,7 +1832,6 @@ class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, bpy.types.Panel):
2031
1832
 
2032
1833
  :param context:
2033
1834
  """
2034
- ...
2035
1835
 
2036
1836
  class CLIP_PT_tracking_camera(bpy.types.Panel):
2037
1837
  bl_category: typing.Any
@@ -2048,7 +1848,6 @@ class CLIP_PT_tracking_camera(bpy.types.Panel):
2048
1848
  :return: The RNA type or default when not found.
2049
1849
  :rtype: bpy.types.Struct
2050
1850
  """
2051
- ...
2052
1851
 
2053
1852
  def bl_rna_get_subclass_py(self) -> typing.Any:
2054
1853
  """
@@ -2056,21 +1855,18 @@ class CLIP_PT_tracking_camera(bpy.types.Panel):
2056
1855
  :return: The class or default when not found.
2057
1856
  :rtype: typing.Any
2058
1857
  """
2059
- ...
2060
1858
 
2061
1859
  def draw(self, context):
2062
1860
  """
2063
1861
 
2064
1862
  :param context:
2065
1863
  """
2066
- ...
2067
1864
 
2068
1865
  def draw_header_preset(self, _context):
2069
1866
  """
2070
1867
 
2071
1868
  :param _context:
2072
1869
  """
2073
- ...
2074
1870
 
2075
1871
  @classmethod
2076
1872
  def poll(cls, context):
@@ -2078,7 +1874,6 @@ class CLIP_PT_tracking_camera(bpy.types.Panel):
2078
1874
 
2079
1875
  :param context:
2080
1876
  """
2081
- ...
2082
1877
 
2083
1878
  class CLIP_PT_tracking_lens(bpy.types.Panel):
2084
1879
  bl_category: typing.Any
@@ -2097,7 +1892,6 @@ class CLIP_PT_tracking_lens(bpy.types.Panel):
2097
1892
  :return: The RNA type or default when not found.
2098
1893
  :rtype: bpy.types.Struct
2099
1894
  """
2100
- ...
2101
1895
 
2102
1896
  def bl_rna_get_subclass_py(self) -> typing.Any:
2103
1897
  """
@@ -2105,14 +1899,12 @@ class CLIP_PT_tracking_lens(bpy.types.Panel):
2105
1899
  :return: The class or default when not found.
2106
1900
  :rtype: typing.Any
2107
1901
  """
2108
- ...
2109
1902
 
2110
1903
  def draw(self, context):
2111
1904
  """
2112
1905
 
2113
1906
  :param context:
2114
1907
  """
2115
- ...
2116
1908
 
2117
1909
  @classmethod
2118
1910
  def poll(cls, context):
@@ -2120,7 +1912,6 @@ class CLIP_PT_tracking_lens(bpy.types.Panel):
2120
1912
 
2121
1913
  :param context:
2122
1914
  """
2123
- ...
2124
1915
 
2125
1916
  class CLIP_PT_tracking_panel:
2126
1917
  @classmethod
@@ -2129,7 +1920,6 @@ class CLIP_PT_tracking_panel:
2129
1920
 
2130
1921
  :param context:
2131
1922
  """
2132
- ...
2133
1923
 
2134
1924
  class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, bpy.types.Panel):
2135
1925
  bl_category: typing.Any
@@ -2145,7 +1935,6 @@ class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, bpy.types.Panel):
2145
1935
  :return: The RNA type or default when not found.
2146
1936
  :rtype: bpy.types.Struct
2147
1937
  """
2148
- ...
2149
1938
 
2150
1939
  def bl_rna_get_subclass_py(self) -> typing.Any:
2151
1940
  """
@@ -2153,21 +1942,18 @@ class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, bpy.types.Panel):
2153
1942
  :return: The class or default when not found.
2154
1943
  :rtype: typing.Any
2155
1944
  """
2156
- ...
2157
1945
 
2158
1946
  def draw(self, context):
2159
1947
  """
2160
1948
 
2161
1949
  :param context:
2162
1950
  """
2163
- ...
2164
1951
 
2165
1952
  def draw_header_preset(self, _context):
2166
1953
  """
2167
1954
 
2168
1955
  :param _context:
2169
1956
  """
2170
- ...
2171
1957
 
2172
1958
  class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, bpy.types.Panel):
2173
1959
  bl_label: typing.Any
@@ -2184,7 +1970,6 @@ class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, bpy.types.Panel):
2184
1970
  :return: The RNA type or default when not found.
2185
1971
  :rtype: bpy.types.Struct
2186
1972
  """
2187
- ...
2188
1973
 
2189
1974
  def bl_rna_get_subclass_py(self) -> typing.Any:
2190
1975
  """
@@ -2192,14 +1977,12 @@ class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, bpy.types.Panel):
2192
1977
  :return: The class or default when not found.
2193
1978
  :rtype: typing.Any
2194
1979
  """
2195
- ...
2196
1980
 
2197
1981
  def draw(self, context):
2198
1982
  """
2199
1983
 
2200
1984
  :param context:
2201
1985
  """
2202
- ...
2203
1986
 
2204
1987
  class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
2205
1988
  """Predefined tracking settings"""
@@ -2219,7 +2002,6 @@ class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, bpy.types.Panel
2219
2002
  :return: The RNA type or default when not found.
2220
2003
  :rtype: bpy.types.Struct
2221
2004
  """
2222
- ...
2223
2005
 
2224
2006
  def bl_rna_get_subclass_py(self) -> typing.Any:
2225
2007
  """
@@ -2227,7 +2009,6 @@ class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, bpy.types.Panel
2227
2009
  :return: The class or default when not found.
2228
2010
  :rtype: typing.Any
2229
2011
  """
2230
- ...
2231
2012
 
2232
2013
  class CLIP_UL_tracking_objects(bpy.types.UIList):
2233
2014
  bl_rna: typing.Any
@@ -2239,7 +2020,6 @@ class CLIP_UL_tracking_objects(bpy.types.UIList):
2239
2020
  :return: The RNA type or default when not found.
2240
2021
  :rtype: bpy.types.Struct
2241
2022
  """
2242
- ...
2243
2023
 
2244
2024
  def bl_rna_get_subclass_py(self) -> typing.Any:
2245
2025
  """
@@ -2247,7 +2027,6 @@ class CLIP_UL_tracking_objects(bpy.types.UIList):
2247
2027
  :return: The class or default when not found.
2248
2028
  :rtype: typing.Any
2249
2029
  """
2250
- ...
2251
2030
 
2252
2031
  def draw_item(
2253
2032
  self,
@@ -2271,4 +2050,3 @@ class CLIP_UL_tracking_objects(bpy.types.UIList):
2271
2050
  :param _active_propname:
2272
2051
  :param _index:
2273
2052
  """
2274
- ...