fake-bpy-module-latest 20250927__py3-none-any.whl → 20260122__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.
Files changed (305) hide show
  1. {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
  2. {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
  3. {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
  4. {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
  5. {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
  6. {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
  7. {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
  8. _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
  9. {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
  10. _bpy_internal/__init__.pyi +3 -1
  11. _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
  12. _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
  13. _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
  14. _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
  15. _bpy_internal/filesystem/__init__.pyi +5 -0
  16. _bpy_internal/filesystem/locking/__init__.pyi +28 -0
  17. _bpy_internal/platform/__init__.pyi +5 -0
  18. _bpy_types/__init__.pyi +18 -123
  19. {rna_info → _rna_info}/__init__.pyi +0 -1
  20. addon_utils/__init__.pyi +0 -13
  21. aud/__init__.pyi +55 -131
  22. bl_math/__init__.pyi +2 -12
  23. bl_operators/__init__.pyi +1 -0
  24. bl_operators/add_mesh_torus/__init__.pyi +0 -2
  25. bl_operators/anim/__init__.pyi +47 -24
  26. bl_operators/assets/__init__.pyi +0 -6
  27. bl_operators/bone_selection_sets/__init__.pyi +0 -28
  28. bl_operators/clip/__init__.pyi +0 -20
  29. bl_operators/connect_to_output/__init__.pyi +0 -2
  30. bl_operators/console/__init__.pyi +0 -10
  31. bl_operators/constraint/__init__.pyi +0 -8
  32. bl_operators/copy_global_transform/__init__.pyi +261 -0
  33. bl_operators/file/__init__.pyi +0 -6
  34. bl_operators/freestyle/__init__.pyi +0 -8
  35. bl_operators/geometry_nodes/__init__.pyi +0 -8
  36. bl_operators/grease_pencil/__init__.pyi +0 -2
  37. bl_operators/image/__init__.pyi +0 -10
  38. bl_operators/image_as_planes/__init__.pyi +0 -4
  39. bl_operators/mesh/__init__.pyi +0 -4
  40. bl_operators/node/__init__.pyi +51 -47
  41. bl_operators/object/__init__.pyi +0 -37
  42. bl_operators/object_align/__init__.pyi +0 -2
  43. bl_operators/object_quick_effects/__init__.pyi +0 -8
  44. bl_operators/object_randomize_transform/__init__.pyi +0 -2
  45. bl_operators/presets/__init__.pyi +0 -50
  46. bl_operators/rigidbody/__init__.pyi +0 -6
  47. bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
  48. bl_operators/sequencer/__init__.pyi +0 -16
  49. bl_operators/spreadsheet/__init__.pyi +0 -2
  50. bl_operators/userpref/__init__.pyi +0 -50
  51. bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
  52. bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
  53. bl_operators/uvcalc_transform/__init__.pyi +21 -12
  54. bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
  55. bl_operators/view3d/__init__.pyi +0 -16
  56. bl_operators/wm/__init__.pyi +0 -92
  57. bl_operators/world/__init__.pyi +0 -2
  58. bl_ui/__init__.pyi +3 -4
  59. bl_ui/anim/__init__.pyi +0 -2
  60. bl_ui/asset_shelf/__init__.pyi +0 -2
  61. bl_ui/generic_ui_list/__init__.pyi +1 -17
  62. bl_ui/node_add_menu/__init__.pyi +13 -16
  63. bl_ui/node_add_menu_compositor/__init__.pyi +71 -53
  64. bl_ui/node_add_menu_geometry/__init__.pyi +81 -193
  65. bl_ui/node_add_menu_shader/__init__.pyi +21 -39
  66. bl_ui/node_add_menu_texture/__init__.pyi +1 -17
  67. bl_ui/properties_collection/__init__.pyi +0 -14
  68. bl_ui/properties_constraint/__init__.pyi +64 -150
  69. bl_ui/properties_data_armature/__init__.pyi +0 -36
  70. bl_ui/properties_data_bone/__init__.pyi +0 -20
  71. bl_ui/properties_data_camera/__init__.pyi +0 -30
  72. bl_ui/properties_data_curve/__init__.pyi +0 -30
  73. bl_ui/properties_data_curves/__init__.pyi +0 -16
  74. bl_ui/properties_data_empty/__init__.pyi +0 -4
  75. bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
  76. bl_ui/properties_data_lattice/__init__.pyi +0 -8
  77. bl_ui/properties_data_light/__init__.pyi +0 -20
  78. bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
  79. bl_ui/properties_data_mesh/__init__.pyi +0 -42
  80. bl_ui/properties_data_metaball/__init__.pyi +0 -12
  81. bl_ui/properties_data_modifier/__init__.pyi +12 -19
  82. bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
  83. bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
  84. bl_ui/properties_data_speaker/__init__.pyi +0 -12
  85. bl_ui/properties_data_volume/__init__.pyi +0 -18
  86. bl_ui/properties_freestyle/__init__.pyi +0 -50
  87. bl_ui/properties_grease_pencil_common/__init__.pyi +0 -14
  88. bl_ui/properties_mask_common/__init__.pyi +0 -14
  89. bl_ui/properties_material/__init__.pyi +0 -32
  90. bl_ui/properties_material_gpencil/__init__.pyi +0 -22
  91. bl_ui/properties_object/__init__.pyi +35 -42
  92. bl_ui/properties_output/__init__.pyi +0 -40
  93. bl_ui/properties_paint_common/__init__.pyi +23 -12
  94. bl_ui/properties_particle/__init__.pyi +0 -106
  95. bl_ui/properties_physics_cloth/__init__.pyi +0 -28
  96. bl_ui/properties_physics_common/__init__.pyi +0 -2
  97. bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
  98. bl_ui/properties_physics_field/__init__.pyi +0 -20
  99. bl_ui/properties_physics_fluid/__init__.pyi +0 -56
  100. bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
  101. bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
  102. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
  103. bl_ui/properties_physics_softbody/__init__.pyi +0 -30
  104. bl_ui/properties_render/__init__.pyi +0 -90
  105. bl_ui/properties_scene/__init__.pyi +0 -34
  106. bl_ui/properties_strip/__init__.pyi +744 -0
  107. bl_ui/properties_strip_modifier/__init__.pyi +45 -0
  108. bl_ui/properties_texture/__init__.pyi +0 -54
  109. bl_ui/properties_view_layer/__init__.pyi +7 -28
  110. bl_ui/properties_workspace/__init__.pyi +0 -8
  111. bl_ui/properties_world/__init__.pyi +0 -22
  112. bl_ui/space_clip/__init__.pyi +1 -150
  113. bl_ui/space_console/__init__.pyi +0 -12
  114. bl_ui/space_dopesheet/__init__.pyi +52 -60
  115. bl_ui/space_filebrowser/__init__.pyi +0 -60
  116. bl_ui/space_graph/__init__.pyi +0 -44
  117. bl_ui/space_image/__init__.pyi +2 -144
  118. bl_ui/space_info/__init__.pyi +0 -12
  119. bl_ui/space_nla/__init__.pyi +0 -36
  120. bl_ui/space_node/__init__.pyi +29 -137
  121. bl_ui/space_outliner/__init__.pyi +0 -30
  122. bl_ui/space_properties/__init__.pyi +29 -6
  123. bl_ui/space_sequencer/__init__.pyi +46 -912
  124. bl_ui/space_spreadsheet/__init__.pyi +0 -6
  125. bl_ui/space_statusbar/__init__.pyi +0 -2
  126. bl_ui/space_text/__init__.pyi +0 -32
  127. bl_ui/space_time/__init__.pyi +7 -41
  128. bl_ui/space_topbar/__init__.pyi +7 -52
  129. bl_ui/space_userpref/__init__.pyi +7 -188
  130. bl_ui/space_view3d/__init__.pyi +36 -544
  131. bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
  132. bl_ui/space_view3d_toolbar/__init__.pyi +2 -163
  133. blf/__init__.pyi +6 -50
  134. bmesh/__init__.pyi +0 -7
  135. bmesh/geometry/__init__.pyi +0 -3
  136. bmesh/ops/__init__.pyi +2 -450
  137. bmesh/types/__init__.pyi +294 -634
  138. bmesh/utils/__init__.pyi +16 -43
  139. bpy/app/__init__.pyi +60 -59
  140. bpy/app/handlers/__init__.pyi +4 -0
  141. bpy/app/icons/__init__.pyi +0 -6
  142. bpy/app/timers/__init__.pyi +0 -6
  143. bpy/app/translations/__init__.pyi +1 -16
  144. bpy/msgbus/__init__.pyi +1 -4
  145. bpy/ops/action/__init__.pyi +15 -165
  146. bpy/ops/anim/__init__.pyi +38 -279
  147. bpy/ops/armature/__init__.pyi +18 -192
  148. bpy/ops/asset/__init__.pyi +11 -97
  149. bpy/ops/boid/__init__.pyi +7 -38
  150. bpy/ops/brush/__init__.pyi +3 -104
  151. bpy/ops/buttons/__init__.pyi +4 -71
  152. bpy/ops/cachefile/__init__.pyi +2 -63
  153. bpy/ops/camera/__init__.pyi +0 -11
  154. bpy/ops/clip/__init__.pyi +43 -427
  155. bpy/ops/cloth/__init__.pyi +0 -5
  156. bpy/ops/collection/__init__.pyi +3 -35
  157. bpy/ops/console/__init__.pyi +10 -88
  158. bpy/ops/constraint/__init__.pyi +3 -80
  159. bpy/ops/curve/__init__.pyi +23 -254
  160. bpy/ops/curves/__init__.pyi +17 -166
  161. bpy/ops/cycles/__init__.pyi +1 -14
  162. bpy/ops/dpaint/__init__.pyi +3 -21
  163. bpy/ops/ed/__init__.pyi +10 -82
  164. bpy/ops/export_anim/__init__.pyi +2 -10
  165. bpy/ops/export_scene/__init__.pyi +1 -155
  166. bpy/ops/extensions/__init__.pyi +15 -150
  167. bpy/ops/file/__init__.pyi +27 -217
  168. bpy/ops/fluid/__init__.pyi +13 -70
  169. bpy/ops/font/__init__.pyi +10 -134
  170. bpy/ops/geometry/__init__.pyi +3 -124
  171. bpy/ops/gizmogroup/__init__.pyi +1 -12
  172. bpy/ops/gpencil/__init__.pyi +5 -38
  173. bpy/ops/graph/__init__.pyi +18 -316
  174. bpy/ops/grease_pencil/__init__.pyi +61 -522
  175. bpy/ops/image/__init__.pyi +19 -379
  176. bpy/ops/import_anim/__init__.pyi +2 -16
  177. bpy/ops/import_curve/__init__.pyi +0 -6
  178. bpy/ops/import_scene/__init__.pyi +0 -50
  179. bpy/ops/info/__init__.pyi +4 -35
  180. bpy/ops/lattice/__init__.pyi +3 -33
  181. bpy/ops/marker/__init__.pyi +2 -50
  182. bpy/ops/mask/__init__.pyi +17 -176
  183. bpy/ops/material/__init__.pyi +3 -15
  184. bpy/ops/mball/__init__.pyi +1 -30
  185. bpy/ops/mesh/__init__.pyi +32 -915
  186. bpy/ops/nla/__init__.pyi +20 -184
  187. bpy/ops/node/__init__.pyi +306 -666
  188. bpy/ops/object/__init__.pyi +139 -1254
  189. bpy/ops/outliner/__init__.pyi +47 -327
  190. bpy/ops/paint/__init__.pyi +43 -282
  191. bpy/ops/paintcurve/__init__.pyi +4 -36
  192. bpy/ops/palette/__init__.pyi +3 -27
  193. bpy/ops/particle/__init__.pyi +20 -160
  194. bpy/ops/pointcloud/__init__.pyi +3 -35
  195. bpy/ops/pose/__init__.pyi +28 -233
  196. bpy/ops/poselib/__init__.pyi +4 -69
  197. bpy/ops/preferences/__init__.pyi +23 -177
  198. bpy/ops/ptcache/__init__.pyi +5 -31
  199. bpy/ops/render/__init__.pyi +10 -74
  200. bpy/ops/rigidbody/__init__.pyi +6 -56
  201. bpy/ops/scene/__init__.pyi +22 -167
  202. bpy/ops/screen/__init__.pyi +36 -202
  203. bpy/ops/script/__init__.pyi +1 -12
  204. bpy/ops/sculpt/__init__.pyi +41 -312
  205. bpy/ops/sculpt_curves/__init__.pyi +6 -21
  206. bpy/ops/sequencer/__init__.pyi +92 -669
  207. bpy/ops/sound/__init__.pyi +3 -109
  208. bpy/ops/spreadsheet/__init__.pyi +5 -32
  209. bpy/ops/surface/__init__.pyi +0 -48
  210. bpy/ops/text/__init__.pyi +27 -225
  211. bpy/ops/text_editor/__init__.pyi +0 -5
  212. bpy/ops/texture/__init__.pyi +3 -18
  213. bpy/ops/transform/__init__.pyi +10 -382
  214. bpy/ops/ui/__init__.pyi +21 -158
  215. bpy/ops/uilist/__init__.pyi +0 -13
  216. bpy/ops/uv/__init__.pyi +52 -305
  217. bpy/ops/view2d/__init__.pyi +3 -73
  218. bpy/ops/view3d/__init__.pyi +37 -339
  219. bpy/ops/wm/__init__.pyi +116 -1316
  220. bpy/ops/workspace/__init__.pyi +7 -39
  221. bpy/ops/world/__init__.pyi +2 -10
  222. bpy/path/__init__.pyi +0 -34
  223. bpy/props/__init__.pyi +15 -157
  224. bpy/stub_internal/rna_enums/__init__.pyi +65 -33
  225. bpy/types/__init__.pyi +21798 -58228
  226. bpy/utils/__init__.pyi +4 -75
  227. bpy/utils/previews/__init__.pyi +1 -10
  228. bpy/utils/units/__init__.pyi +0 -12
  229. bpy_extras/anim_utils/__init__.pyi +24 -16
  230. bpy_extras/bmesh_utils/__init__.pyi +0 -1
  231. bpy_extras/id_map_utils/__init__.pyi +14 -6
  232. bpy_extras/image_utils/__init__.pyi +0 -9
  233. bpy_extras/io_utils/__init__.pyi +2 -22
  234. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  235. bpy_extras/mesh_utils/__init__.pyi +0 -12
  236. bpy_extras/object_utils/__init__.pyi +0 -14
  237. bpy_extras/view3d_utils/__init__.pyi +0 -18
  238. {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/METADATA +4 -1
  239. fake_bpy_module_latest-20260122.dist-info/RECORD +385 -0
  240. {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/WHEEL +1 -1
  241. {fake_bpy_module_latest-20250927.dist-info → fake_bpy_module_latest-20260122.dist-info}/top_level.txt +14 -14
  242. freestyle/chainingiterators/__init__.pyi +0 -22
  243. freestyle/functions/__init__.pyi +0 -139
  244. freestyle/predicates/__init__.pyi +0 -51
  245. freestyle/shaders/__init__.pyi +0 -65
  246. freestyle/types/__init__.pyi +139 -777
  247. freestyle/utils/ContextFunctions/__init__.pyi +0 -23
  248. freestyle/utils/__init__.pyi +1 -7
  249. gpu/capabilities/__init__.pyi +0 -21
  250. gpu/matrix/__init__.pyi +1 -10
  251. gpu/platform/__init__.pyi +0 -5
  252. gpu/shader/__init__.pyi +22 -6
  253. gpu/state/__init__.pyi +59 -38
  254. gpu/texture/__init__.pyi +0 -2
  255. gpu/types/__init__.pyi +162 -230
  256. gpu_extras/batch/__init__.pyi +0 -4
  257. gpu_extras/presets/__init__.pyi +6 -8
  258. idprop/__init__.pyi +16 -0
  259. idprop/types/__init__.pyi +5 -5
  260. imbuf/__init__.pyi +2 -9
  261. imbuf/types/__init__.pyi +5 -25
  262. keyingsets_builtins/__init__.pyi +1 -45
  263. mathutils/__init__.pyi +82 -2172
  264. mathutils/bvhtree/__init__.pyi +4 -24
  265. mathutils/geometry/__init__.pyi +41 -133
  266. mathutils/interpolate/__init__.pyi +3 -4
  267. mathutils/kdtree/__init__.pyi +0 -11
  268. mathutils/noise/__init__.pyi +0 -62
  269. fake_bpy_module_latest-20250927.dist-info/RECORD +0 -373
  270. {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
  271. {animsys_refactor → _animsys_refactor}/py.typed +0 -0
  272. {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
  273. {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
  274. {bl_console_utils → _bl_console_utils}/py.typed +0 -0
  275. {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
  276. {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
  277. {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
  278. {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
  279. {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
  280. {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
  281. {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
  282. {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
  283. {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
  284. {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
  285. {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
  286. {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
  287. {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
  288. {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
  289. {bl_text_utils → _bl_text_utils}/py.typed +0 -0
  290. {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
  291. {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
  292. /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
  293. {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
  294. {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
  295. {console_python → _console_python}/__init__.pyi +0 -0
  296. {console_python → _console_python}/py.typed +0 -0
  297. {console_shell → _console_shell}/__init__.pyi +0 -0
  298. {console_shell → _console_shell}/py.typed +0 -0
  299. {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
  300. {graphviz_export → _graphviz_export}/py.typed +0 -0
  301. {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
  302. {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
  303. {rna_info → _rna_info}/py.typed +0 -0
  304. {rna_xml → _rna_xml}/__init__.pyi +0 -0
  305. {rna_xml → _rna_xml}/py.typed +0 -0
@@ -17,14 +17,12 @@ class CLIP_HT_header(_bpy_types.Header):
17
17
  """
18
18
 
19
19
  :return: The RNA type or default when not found.
20
- :rtype: bpy.types.Struct
21
20
  """
22
21
 
23
22
  def bl_rna_get_subclass_py(self) -> typing.Any:
24
23
  """
25
24
 
26
25
  :return: The class or default when not found.
27
- :rtype: typing.Any
28
26
  """
29
27
 
30
28
  def draw(self, context) -> None:
@@ -43,14 +41,12 @@ class CLIP_MT_clip(_bpy_types.Menu):
43
41
  """
44
42
 
45
43
  :return: The RNA type or default when not found.
46
- :rtype: bpy.types.Struct
47
44
  """
48
45
 
49
46
  def bl_rna_get_subclass_py(self) -> typing.Any:
50
47
  """
51
48
 
52
49
  :return: The class or default when not found.
53
- :rtype: typing.Any
54
50
  """
55
51
 
56
52
  def draw(self, context) -> None:
@@ -68,14 +64,12 @@ class CLIP_MT_marker_pie(_bpy_types.Menu):
68
64
  """
69
65
 
70
66
  :return: The RNA type or default when not found.
71
- :rtype: bpy.types.Struct
72
67
  """
73
68
 
74
69
  def bl_rna_get_subclass_py(self) -> typing.Any:
75
70
  """
76
71
 
77
72
  :return: The class or default when not found.
78
- :rtype: typing.Any
79
73
  """
80
74
 
81
75
  def draw(self, context) -> None:
@@ -101,14 +95,12 @@ class CLIP_MT_masking_editor_menus(_bpy_types.Menu):
101
95
  """
102
96
 
103
97
  :return: The RNA type or default when not found.
104
- :rtype: bpy.types.Struct
105
98
  """
106
99
 
107
100
  def bl_rna_get_subclass_py(self) -> typing.Any:
108
101
  """
109
102
 
110
103
  :return: The class or default when not found.
111
- :rtype: typing.Any
112
104
  """
113
105
 
114
106
  def draw(self, context) -> None:
@@ -126,14 +118,12 @@ class CLIP_MT_pivot_pie(_bpy_types.Menu):
126
118
  """
127
119
 
128
120
  :return: The RNA type or default when not found.
129
- :rtype: bpy.types.Struct
130
121
  """
131
122
 
132
123
  def bl_rna_get_subclass_py(self) -> typing.Any:
133
124
  """
134
125
 
135
126
  :return: The class or default when not found.
136
- :rtype: typing.Any
137
127
  """
138
128
 
139
129
  def draw(self, context) -> None:
@@ -151,14 +141,12 @@ class CLIP_MT_plane_track_image_context_menu(_bpy_types.Menu):
151
141
  """
152
142
 
153
143
  :return: The RNA type or default when not found.
154
- :rtype: bpy.types.Struct
155
144
  """
156
145
 
157
146
  def bl_rna_get_subclass_py(self) -> typing.Any:
158
147
  """
159
148
 
160
149
  :return: The class or default when not found.
161
- :rtype: typing.Any
162
150
  """
163
151
 
164
152
  def draw(self, _context) -> None:
@@ -176,14 +164,12 @@ class CLIP_MT_proxy(_bpy_types.Menu):
176
164
  """
177
165
 
178
166
  :return: The RNA type or default when not found.
179
- :rtype: bpy.types.Struct
180
167
  """
181
168
 
182
169
  def bl_rna_get_subclass_py(self) -> typing.Any:
183
170
  """
184
171
 
185
172
  :return: The class or default when not found.
186
- :rtype: typing.Any
187
173
  """
188
174
 
189
175
  def draw(self, _context) -> None:
@@ -201,14 +187,12 @@ class CLIP_MT_reconstruction(_bpy_types.Menu):
201
187
  """
202
188
 
203
189
  :return: The RNA type or default when not found.
204
- :rtype: bpy.types.Struct
205
190
  """
206
191
 
207
192
  def bl_rna_get_subclass_py(self) -> typing.Any:
208
193
  """
209
194
 
210
195
  :return: The class or default when not found.
211
- :rtype: typing.Any
212
196
  """
213
197
 
214
198
  def draw(self, _context) -> None:
@@ -226,14 +210,12 @@ class CLIP_MT_reconstruction_pie(_bpy_types.Menu):
226
210
  """
227
211
 
228
212
  :return: The RNA type or default when not found.
229
- :rtype: bpy.types.Struct
230
213
  """
231
214
 
232
215
  def bl_rna_get_subclass_py(self) -> typing.Any:
233
216
  """
234
217
 
235
218
  :return: The class or default when not found.
236
- :rtype: typing.Any
237
219
  """
238
220
 
239
221
  def draw(self, _context) -> None:
@@ -258,14 +240,12 @@ class CLIP_MT_select(_bpy_types.Menu):
258
240
  """
259
241
 
260
242
  :return: The RNA type or default when not found.
261
- :rtype: bpy.types.Struct
262
243
  """
263
244
 
264
245
  def bl_rna_get_subclass_py(self) -> typing.Any:
265
246
  """
266
247
 
267
248
  :return: The class or default when not found.
268
- :rtype: typing.Any
269
249
  """
270
250
 
271
251
  def draw(self, _context) -> None:
@@ -283,14 +263,12 @@ class CLIP_MT_select_graph(_bpy_types.Menu):
283
263
  """
284
264
 
285
265
  :return: The RNA type or default when not found.
286
- :rtype: bpy.types.Struct
287
266
  """
288
267
 
289
268
  def bl_rna_get_subclass_py(self) -> typing.Any:
290
269
  """
291
270
 
292
271
  :return: The class or default when not found.
293
- :rtype: typing.Any
294
272
  """
295
273
 
296
274
  def draw(self, _context) -> None:
@@ -308,14 +286,12 @@ class CLIP_MT_select_grouped(_bpy_types.Menu):
308
286
  """
309
287
 
310
288
  :return: The RNA type or default when not found.
311
- :rtype: bpy.types.Struct
312
289
  """
313
290
 
314
291
  def bl_rna_get_subclass_py(self) -> typing.Any:
315
292
  """
316
293
 
317
294
  :return: The class or default when not found.
318
- :rtype: typing.Any
319
295
  """
320
296
 
321
297
  def draw(self, _context) -> None:
@@ -333,14 +309,12 @@ class CLIP_MT_solving_pie(_bpy_types.Menu):
333
309
  """
334
310
 
335
311
  :return: The RNA type or default when not found.
336
- :rtype: bpy.types.Struct
337
312
  """
338
313
 
339
314
  def bl_rna_get_subclass_py(self) -> typing.Any:
340
315
  """
341
316
 
342
317
  :return: The class or default when not found.
343
- :rtype: typing.Any
344
318
  """
345
319
 
346
320
  def draw(self, context) -> None:
@@ -365,14 +339,12 @@ class CLIP_MT_stabilize_2d_context_menu(_bpy_types.Menu):
365
339
  """
366
340
 
367
341
  :return: The RNA type or default when not found.
368
- :rtype: bpy.types.Struct
369
342
  """
370
343
 
371
344
  def bl_rna_get_subclass_py(self) -> typing.Any:
372
345
  """
373
346
 
374
347
  :return: The class or default when not found.
375
- :rtype: typing.Any
376
348
  """
377
349
 
378
350
  def draw(self, _context) -> None:
@@ -390,14 +362,12 @@ class CLIP_MT_stabilize_2d_rotation_context_menu(_bpy_types.Menu):
390
362
  """
391
363
 
392
364
  :return: The RNA type or default when not found.
393
- :rtype: bpy.types.Struct
394
365
  """
395
366
 
396
367
  def bl_rna_get_subclass_py(self) -> typing.Any:
397
368
  """
398
369
 
399
370
  :return: The class or default when not found.
400
- :rtype: typing.Any
401
371
  """
402
372
 
403
373
  def draw(self, _context) -> None:
@@ -415,14 +385,12 @@ class CLIP_MT_track(_bpy_types.Menu):
415
385
  """
416
386
 
417
387
  :return: The RNA type or default when not found.
418
- :rtype: bpy.types.Struct
419
388
  """
420
389
 
421
390
  def bl_rna_get_subclass_py(self) -> typing.Any:
422
391
  """
423
392
 
424
393
  :return: The class or default when not found.
425
- :rtype: typing.Any
426
394
  """
427
395
 
428
396
  def draw(self, context) -> None:
@@ -440,14 +408,12 @@ class CLIP_MT_track_animation(_bpy_types.Menu):
440
408
  """
441
409
 
442
410
  :return: The RNA type or default when not found.
443
- :rtype: bpy.types.Struct
444
411
  """
445
412
 
446
413
  def bl_rna_get_subclass_py(self) -> typing.Any:
447
414
  """
448
415
 
449
416
  :return: The class or default when not found.
450
- :rtype: typing.Any
451
417
  """
452
418
 
453
419
  def draw(self, _context) -> None:
@@ -465,14 +431,12 @@ class CLIP_MT_track_cleanup(_bpy_types.Menu):
465
431
  """
466
432
 
467
433
  :return: The RNA type or default when not found.
468
- :rtype: bpy.types.Struct
469
434
  """
470
435
 
471
436
  def bl_rna_get_subclass_py(self) -> typing.Any:
472
437
  """
473
438
 
474
439
  :return: The class or default when not found.
475
- :rtype: typing.Any
476
440
  """
477
441
 
478
442
  def draw(self, _context) -> None:
@@ -490,14 +454,12 @@ class CLIP_MT_track_clear(_bpy_types.Menu):
490
454
  """
491
455
 
492
456
  :return: The RNA type or default when not found.
493
- :rtype: bpy.types.Struct
494
457
  """
495
458
 
496
459
  def bl_rna_get_subclass_py(self) -> typing.Any:
497
460
  """
498
461
 
499
462
  :return: The class or default when not found.
500
- :rtype: typing.Any
501
463
  """
502
464
 
503
465
  def draw(self, _context) -> None:
@@ -515,14 +477,12 @@ class CLIP_MT_track_motion(_bpy_types.Menu):
515
477
  """
516
478
 
517
479
  :return: The RNA type or default when not found.
518
- :rtype: bpy.types.Struct
519
480
  """
520
481
 
521
482
  def bl_rna_get_subclass_py(self) -> typing.Any:
522
483
  """
523
484
 
524
485
  :return: The class or default when not found.
525
- :rtype: typing.Any
526
486
  """
527
487
 
528
488
  def draw(self, _context) -> None:
@@ -540,14 +500,12 @@ class CLIP_MT_track_refine(_bpy_types.Menu):
540
500
  """
541
501
 
542
502
  :return: The RNA type or default when not found.
543
- :rtype: bpy.types.Struct
544
503
  """
545
504
 
546
505
  def bl_rna_get_subclass_py(self) -> typing.Any:
547
506
  """
548
507
 
549
508
  :return: The class or default when not found.
550
- :rtype: typing.Any
551
509
  """
552
510
 
553
511
  def draw(self, _context) -> None:
@@ -565,14 +523,12 @@ class CLIP_MT_track_transform(_bpy_types.Menu):
565
523
  """
566
524
 
567
525
  :return: The RNA type or default when not found.
568
- :rtype: bpy.types.Struct
569
526
  """
570
527
 
571
528
  def bl_rna_get_subclass_py(self) -> typing.Any:
572
529
  """
573
530
 
574
531
  :return: The class or default when not found.
575
- :rtype: typing.Any
576
532
  """
577
533
 
578
534
  def draw(self, _context) -> None:
@@ -590,14 +546,12 @@ class CLIP_MT_track_visibility(_bpy_types.Menu):
590
546
  """
591
547
 
592
548
  :return: The RNA type or default when not found.
593
- :rtype: bpy.types.Struct
594
549
  """
595
550
 
596
551
  def bl_rna_get_subclass_py(self) -> typing.Any:
597
552
  """
598
553
 
599
554
  :return: The class or default when not found.
600
- :rtype: typing.Any
601
555
  """
602
556
 
603
557
  def draw(self, _context) -> None:
@@ -615,14 +569,12 @@ class CLIP_MT_tracking_context_menu(_bpy_types.Menu):
615
569
  """
616
570
 
617
571
  :return: The RNA type or default when not found.
618
- :rtype: bpy.types.Struct
619
572
  """
620
573
 
621
574
  def bl_rna_get_subclass_py(self) -> typing.Any:
622
575
  """
623
576
 
624
577
  :return: The class or default when not found.
625
- :rtype: typing.Any
626
578
  """
627
579
 
628
580
  def draw(self, context) -> None:
@@ -648,14 +600,12 @@ class CLIP_MT_tracking_editor_menus(_bpy_types.Menu):
648
600
  """
649
601
 
650
602
  :return: The RNA type or default when not found.
651
- :rtype: bpy.types.Struct
652
603
  """
653
604
 
654
605
  def bl_rna_get_subclass_py(self) -> typing.Any:
655
606
  """
656
607
 
657
608
  :return: The class or default when not found.
658
- :rtype: typing.Any
659
609
  """
660
610
 
661
611
  def draw(self, context) -> None:
@@ -674,14 +624,12 @@ class CLIP_MT_tracking_pie(_bpy_types.Menu):
674
624
  """
675
625
 
676
626
  :return: The RNA type or default when not found.
677
- :rtype: bpy.types.Struct
678
627
  """
679
628
 
680
629
  def bl_rna_get_subclass_py(self) -> typing.Any:
681
630
  """
682
631
 
683
632
  :return: The class or default when not found.
684
- :rtype: typing.Any
685
633
  """
686
634
 
687
635
  def draw(self, _context) -> None:
@@ -706,14 +654,12 @@ class CLIP_MT_view(_bpy_types.Menu):
706
654
  """
707
655
 
708
656
  :return: The RNA type or default when not found.
709
- :rtype: bpy.types.Struct
710
657
  """
711
658
 
712
659
  def bl_rna_get_subclass_py(self) -> typing.Any:
713
660
  """
714
661
 
715
662
  :return: The class or default when not found.
716
- :rtype: typing.Any
717
663
  """
718
664
 
719
665
  def draw(self, context) -> None:
@@ -731,14 +677,12 @@ class CLIP_MT_view_pie(_bpy_types.Menu):
731
677
  """
732
678
 
733
679
  :return: The RNA type or default when not found.
734
- :rtype: bpy.types.Struct
735
680
  """
736
681
 
737
682
  def bl_rna_get_subclass_py(self) -> typing.Any:
738
683
  """
739
684
 
740
685
  :return: The class or default when not found.
741
- :rtype: typing.Any
742
686
  """
743
687
 
744
688
  def draw(self, context) -> None:
@@ -763,14 +707,12 @@ class CLIP_MT_view_zoom(_bpy_types.Menu):
763
707
  """
764
708
 
765
709
  :return: The RNA type or default when not found.
766
- :rtype: bpy.types.Struct
767
710
  """
768
711
 
769
712
  def bl_rna_get_subclass_py(self) -> typing.Any:
770
713
  """
771
714
 
772
715
  :return: The class or default when not found.
773
- :rtype: typing.Any
774
716
  """
775
717
 
776
718
  def draw(self, context) -> None:
@@ -791,14 +733,12 @@ class CLIP_PT_2d_cursor(_bpy_types.Panel):
791
733
  """
792
734
 
793
735
  :return: The RNA type or default when not found.
794
- :rtype: bpy.types.Struct
795
736
  """
796
737
 
797
738
  def bl_rna_get_subclass_py(self) -> typing.Any:
798
739
  """
799
740
 
800
741
  :return: The class or default when not found.
801
- :rtype: typing.Any
802
742
  """
803
743
 
804
744
  def draw(self, context) -> None:
@@ -828,14 +768,12 @@ class CLIP_PT_active_mask_point(
828
768
  """
829
769
 
830
770
  :return: The RNA type or default when not found.
831
- :rtype: bpy.types.Struct
832
771
  """
833
772
 
834
773
  def bl_rna_get_subclass_py(self) -> typing.Any:
835
774
  """
836
775
 
837
776
  :return: The class or default when not found.
838
- :rtype: typing.Any
839
777
  """
840
778
 
841
779
  class CLIP_PT_active_mask_spline(
@@ -852,14 +790,12 @@ class CLIP_PT_active_mask_spline(
852
790
  """
853
791
 
854
792
  :return: The RNA type or default when not found.
855
- :rtype: bpy.types.Struct
856
793
  """
857
794
 
858
795
  def bl_rna_get_subclass_py(self) -> typing.Any:
859
796
  """
860
797
 
861
798
  :return: The class or default when not found.
862
- :rtype: typing.Any
863
799
  """
864
800
 
865
801
  class CLIP_PT_animation(CLIP_PT_clip_view_panel, _bpy_types.Panel):
@@ -874,14 +810,12 @@ class CLIP_PT_animation(CLIP_PT_clip_view_panel, _bpy_types.Panel):
874
810
  """
875
811
 
876
812
  :return: The RNA type or default when not found.
877
- :rtype: bpy.types.Struct
878
813
  """
879
814
 
880
815
  def bl_rna_get_subclass_py(self) -> typing.Any:
881
816
  """
882
817
 
883
818
  :return: The class or default when not found.
884
- :rtype: typing.Any
885
819
  """
886
820
 
887
821
  def draw(self, context) -> None:
@@ -907,14 +841,12 @@ class CLIP_PT_annotation(
907
841
  """
908
842
 
909
843
  :return: The RNA type or default when not found.
910
- :rtype: bpy.types.Struct
911
844
  """
912
845
 
913
846
  def bl_rna_get_subclass_py(self) -> typing.Any:
914
847
  """
915
848
 
916
849
  :return: The class or default when not found.
917
- :rtype: typing.Any
918
850
  """
919
851
 
920
852
  class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
@@ -933,14 +865,12 @@ class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
933
865
  """
934
866
 
935
867
  :return: The RNA type or default when not found.
936
- :rtype: bpy.types.Struct
937
868
  """
938
869
 
939
870
  def bl_rna_get_subclass_py(self) -> typing.Any:
940
871
  """
941
872
 
942
873
  :return: The class or default when not found.
943
- :rtype: typing.Any
944
874
  """
945
875
 
946
876
  class CLIP_PT_clip_display(_bpy_types.Panel):
@@ -956,14 +886,12 @@ class CLIP_PT_clip_display(_bpy_types.Panel):
956
886
  """
957
887
 
958
888
  :return: The RNA type or default when not found.
959
- :rtype: bpy.types.Struct
960
889
  """
961
890
 
962
891
  def bl_rna_get_subclass_py(self) -> typing.Any:
963
892
  """
964
893
 
965
894
  :return: The class or default when not found.
966
- :rtype: typing.Any
967
895
  """
968
896
 
969
897
  def draw(self, context) -> None:
@@ -992,14 +920,12 @@ class CLIP_PT_display(_bpy_types.Panel):
992
920
  """
993
921
 
994
922
  :return: The RNA type or default when not found.
995
- :rtype: bpy.types.Struct
996
923
  """
997
924
 
998
925
  def bl_rna_get_subclass_py(self) -> typing.Any:
999
926
  """
1000
927
 
1001
928
  :return: The class or default when not found.
1002
- :rtype: typing.Any
1003
929
  """
1004
930
 
1005
931
  def draw(self, context) -> None:
@@ -1020,14 +946,12 @@ class CLIP_PT_footage(CLIP_PT_clip_view_panel, _bpy_types.Panel):
1020
946
  """
1021
947
 
1022
948
  :return: The RNA type or default when not found.
1023
- :rtype: bpy.types.Struct
1024
949
  """
1025
950
 
1026
951
  def bl_rna_get_subclass_py(self) -> typing.Any:
1027
952
  """
1028
953
 
1029
954
  :return: The class or default when not found.
1030
- :rtype: typing.Any
1031
955
  """
1032
956
 
1033
957
  def draw(self, context) -> None:
@@ -1048,14 +972,12 @@ class CLIP_PT_gizmo_display(_bpy_types.Panel):
1048
972
  """
1049
973
 
1050
974
  :return: The RNA type or default when not found.
1051
- :rtype: bpy.types.Struct
1052
975
  """
1053
976
 
1054
977
  def bl_rna_get_subclass_py(self) -> typing.Any:
1055
978
  """
1056
979
 
1057
980
  :return: The class or default when not found.
1058
- :rtype: typing.Any
1059
981
  """
1060
982
 
1061
983
  def draw(self, context) -> None:
@@ -1078,14 +1000,12 @@ class CLIP_PT_marker(CLIP_PT_tracking_panel, _bpy_types.Panel):
1078
1000
  """
1079
1001
 
1080
1002
  :return: The RNA type or default when not found.
1081
- :rtype: bpy.types.Struct
1082
1003
  """
1083
1004
 
1084
1005
  def bl_rna_get_subclass_py(self) -> typing.Any:
1085
1006
  """
1086
1007
 
1087
1008
  :return: The class or default when not found.
1088
- :rtype: typing.Any
1089
1009
  """
1090
1010
 
1091
1011
  def draw(self, context) -> None:
@@ -1107,14 +1027,12 @@ class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, _bpy_types.Panel):
1107
1027
  """
1108
1028
 
1109
1029
  :return: The RNA type or default when not found.
1110
- :rtype: bpy.types.Struct
1111
1030
  """
1112
1031
 
1113
1032
  def bl_rna_get_subclass_py(self) -> typing.Any:
1114
1033
  """
1115
1034
 
1116
1035
  :return: The class or default when not found.
1117
- :rtype: typing.Any
1118
1036
  """
1119
1037
 
1120
1038
  class CLIP_PT_mask_animation(
@@ -1132,14 +1050,12 @@ class CLIP_PT_mask_animation(
1132
1050
  """
1133
1051
 
1134
1052
  :return: The RNA type or default when not found.
1135
- :rtype: bpy.types.Struct
1136
1053
  """
1137
1054
 
1138
1055
  def bl_rna_get_subclass_py(self) -> typing.Any:
1139
1056
  """
1140
1057
 
1141
1058
  :return: The class or default when not found.
1142
- :rtype: typing.Any
1143
1059
  """
1144
1060
 
1145
1061
  class CLIP_PT_mask_layers(
@@ -1156,14 +1072,12 @@ class CLIP_PT_mask_layers(
1156
1072
  """
1157
1073
 
1158
1074
  :return: The RNA type or default when not found.
1159
- :rtype: bpy.types.Struct
1160
1075
  """
1161
1076
 
1162
1077
  def bl_rna_get_subclass_py(self) -> typing.Any:
1163
1078
  """
1164
1079
 
1165
1080
  :return: The class or default when not found.
1166
- :rtype: typing.Any
1167
1081
  """
1168
1082
 
1169
1083
  class CLIP_PT_objects(CLIP_PT_clip_view_panel, _bpy_types.Panel):
@@ -1179,14 +1093,12 @@ class CLIP_PT_objects(CLIP_PT_clip_view_panel, _bpy_types.Panel):
1179
1093
  """
1180
1094
 
1181
1095
  :return: The RNA type or default when not found.
1182
- :rtype: bpy.types.Struct
1183
1096
  """
1184
1097
 
1185
1098
  def bl_rna_get_subclass_py(self) -> typing.Any:
1186
1099
  """
1187
1100
 
1188
1101
  :return: The class or default when not found.
1189
- :rtype: typing.Any
1190
1102
  """
1191
1103
 
1192
1104
  def draw(self, context) -> None:
@@ -1207,14 +1119,12 @@ class CLIP_PT_overlay(_bpy_types.Panel):
1207
1119
  """
1208
1120
 
1209
1121
  :return: The RNA type or default when not found.
1210
- :rtype: bpy.types.Struct
1211
1122
  """
1212
1123
 
1213
1124
  def bl_rna_get_subclass_py(self) -> typing.Any:
1214
1125
  """
1215
1126
 
1216
1127
  :return: The class or default when not found.
1217
- :rtype: typing.Any
1218
1128
  """
1219
1129
 
1220
1130
  def draw(self, _context) -> None:
@@ -1235,14 +1145,12 @@ class CLIP_PT_overlay_display(_bpy_types.Panel):
1235
1145
  """
1236
1146
 
1237
1147
  :return: The RNA type or default when not found.
1238
- :rtype: bpy.types.Struct
1239
1148
  """
1240
1149
 
1241
1150
  def bl_rna_get_subclass_py(self) -> typing.Any:
1242
1151
  """
1243
1152
 
1244
1153
  :return: The class or default when not found.
1245
- :rtype: typing.Any
1246
1154
  """
1247
1155
 
1248
1156
  def draw(self, context) -> None:
@@ -1263,14 +1171,12 @@ class CLIP_PT_overlay_guides(_bpy_types.Panel):
1263
1171
  """
1264
1172
 
1265
1173
  :return: The RNA type or default when not found.
1266
- :rtype: bpy.types.Struct
1267
1174
  """
1268
1175
 
1269
1176
  def bl_rna_get_subclass_py(self) -> typing.Any:
1270
1177
  """
1271
1178
 
1272
1179
  :return: The class or default when not found.
1273
- :rtype: typing.Any
1274
1180
  """
1275
1181
 
1276
1182
  def draw(self, context) -> None:
@@ -1293,14 +1199,12 @@ class CLIP_PT_overlay_mask(
1293
1199
  """
1294
1200
 
1295
1201
  :return: The RNA type or default when not found.
1296
- :rtype: bpy.types.Struct
1297
1202
  """
1298
1203
 
1299
1204
  def bl_rna_get_subclass_py(self) -> typing.Any:
1300
1205
  """
1301
1206
 
1302
1207
  :return: The class or default when not found.
1303
- :rtype: typing.Any
1304
1208
  """
1305
1209
 
1306
1210
  @classmethod
@@ -1323,14 +1227,12 @@ class CLIP_PT_plane_track(CLIP_PT_tracking_panel, _bpy_types.Panel):
1323
1227
  """
1324
1228
 
1325
1229
  :return: The RNA type or default when not found.
1326
- :rtype: bpy.types.Struct
1327
1230
  """
1328
1231
 
1329
1232
  def bl_rna_get_subclass_py(self) -> typing.Any:
1330
1233
  """
1331
1234
 
1332
1235
  :return: The class or default when not found.
1333
- :rtype: typing.Any
1334
1236
  """
1335
1237
 
1336
1238
  def draw(self, context) -> None:
@@ -1351,14 +1253,12 @@ class CLIP_PT_proportional_edit(_bpy_types.Panel):
1351
1253
  """
1352
1254
 
1353
1255
  :return: The RNA type or default when not found.
1354
- :rtype: bpy.types.Struct
1355
1256
  """
1356
1257
 
1357
1258
  def bl_rna_get_subclass_py(self) -> typing.Any:
1358
1259
  """
1359
1260
 
1360
1261
  :return: The class or default when not found.
1361
- :rtype: typing.Any
1362
1262
  """
1363
1263
 
1364
1264
  def draw(self, context) -> None:
@@ -1380,14 +1280,12 @@ class CLIP_PT_proxy(CLIP_PT_clip_view_panel, _bpy_types.Panel):
1380
1280
  """
1381
1281
 
1382
1282
  :return: The RNA type or default when not found.
1383
- :rtype: bpy.types.Struct
1384
1283
  """
1385
1284
 
1386
1285
  def bl_rna_get_subclass_py(self) -> typing.Any:
1387
1286
  """
1388
1287
 
1389
1288
  :return: The class or default when not found.
1390
- :rtype: typing.Any
1391
1289
  """
1392
1290
 
1393
1291
  def draw(self, context) -> None:
@@ -1422,14 +1320,12 @@ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, _bpy_types.Panel):
1422
1320
  """
1423
1321
 
1424
1322
  :return: The RNA type or default when not found.
1425
- :rtype: bpy.types.Struct
1426
1323
  """
1427
1324
 
1428
1325
  def bl_rna_get_subclass_py(self) -> typing.Any:
1429
1326
  """
1430
1327
 
1431
1328
  :return: The class or default when not found.
1432
- :rtype: typing.Any
1433
1329
  """
1434
1330
 
1435
1331
  def draw(self, context) -> None:
@@ -1464,14 +1360,12 @@ class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, _bpy_types.Panel):
1464
1360
  """
1465
1361
 
1466
1362
  :return: The RNA type or default when not found.
1467
- :rtype: bpy.types.Struct
1468
1363
  """
1469
1364
 
1470
1365
  def bl_rna_get_subclass_py(self) -> typing.Any:
1471
1366
  """
1472
1367
 
1473
1368
  :return: The class or default when not found.
1474
- :rtype: typing.Any
1475
1369
  """
1476
1370
 
1477
1371
  def draw(self, context) -> None:
@@ -1493,14 +1387,12 @@ class CLIP_PT_tools_clip(_bpy_types.Panel):
1493
1387
  """
1494
1388
 
1495
1389
  :return: The RNA type or default when not found.
1496
- :rtype: bpy.types.Struct
1497
1390
  """
1498
1391
 
1499
1392
  def bl_rna_get_subclass_py(self) -> typing.Any:
1500
1393
  """
1501
1394
 
1502
1395
  :return: The class or default when not found.
1503
- :rtype: typing.Any
1504
1396
  """
1505
1397
 
1506
1398
  def draw(self, _context) -> None:
@@ -1529,14 +1421,12 @@ class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, _bpy_types.Panel):
1529
1421
  """
1530
1422
 
1531
1423
  :return: The RNA type or default when not found.
1532
- :rtype: bpy.types.Struct
1533
1424
  """
1534
1425
 
1535
1426
  def bl_rna_get_subclass_py(self) -> typing.Any:
1536
1427
  """
1537
1428
 
1538
1429
  :return: The class or default when not found.
1539
- :rtype: typing.Any
1540
1430
  """
1541
1431
 
1542
1432
  def draw(self, _context) -> None:
@@ -1559,14 +1449,12 @@ class CLIP_PT_tools_grease_pencil_draw(
1559
1449
  """
1560
1450
 
1561
1451
  :return: The RNA type or default when not found.
1562
- :rtype: bpy.types.Struct
1563
1452
  """
1564
1453
 
1565
1454
  def bl_rna_get_subclass_py(self) -> typing.Any:
1566
1455
  """
1567
1456
 
1568
1457
  :return: The class or default when not found.
1569
- :rtype: typing.Any
1570
1458
  """
1571
1459
 
1572
1460
  class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, _bpy_types.Panel):
@@ -1582,14 +1470,12 @@ class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, _bpy_types.Panel):
1582
1470
  """
1583
1471
 
1584
1472
  :return: The RNA type or default when not found.
1585
- :rtype: bpy.types.Struct
1586
1473
  """
1587
1474
 
1588
1475
  def bl_rna_get_subclass_py(self) -> typing.Any:
1589
1476
  """
1590
1477
 
1591
1478
  :return: The class or default when not found.
1592
- :rtype: typing.Any
1593
1479
  """
1594
1480
 
1595
1481
  def draw(self, _context) -> None:
@@ -1612,14 +1498,12 @@ class CLIP_PT_tools_mask_tools(
1612
1498
  """
1613
1499
 
1614
1500
  :return: The RNA type or default when not found.
1615
- :rtype: bpy.types.Struct
1616
1501
  """
1617
1502
 
1618
1503
  def bl_rna_get_subclass_py(self) -> typing.Any:
1619
1504
  """
1620
1505
 
1621
1506
  :return: The class or default when not found.
1622
- :rtype: typing.Any
1623
1507
  """
1624
1508
 
1625
1509
  class CLIP_PT_tools_mask_transforms(
@@ -1636,14 +1520,12 @@ class CLIP_PT_tools_mask_transforms(
1636
1520
  """
1637
1521
 
1638
1522
  :return: The RNA type or default when not found.
1639
- :rtype: bpy.types.Struct
1640
1523
  """
1641
1524
 
1642
1525
  def bl_rna_get_subclass_py(self) -> typing.Any:
1643
1526
  """
1644
1527
 
1645
1528
  :return: The class or default when not found.
1646
- :rtype: typing.Any
1647
1529
  """
1648
1530
 
1649
1531
  class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, _bpy_types.Panel):
@@ -1658,14 +1540,12 @@ class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, _bpy_types.Panel):
1658
1540
  """
1659
1541
 
1660
1542
  :return: The RNA type or default when not found.
1661
- :rtype: bpy.types.Struct
1662
1543
  """
1663
1544
 
1664
1545
  def bl_rna_get_subclass_py(self) -> typing.Any:
1665
1546
  """
1666
1547
 
1667
1548
  :return: The class or default when not found.
1668
- :rtype: typing.Any
1669
1549
  """
1670
1550
 
1671
1551
  def draw(self, context) -> None:
@@ -1693,14 +1573,12 @@ class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, _bpy_types.Panel):
1693
1573
  """
1694
1574
 
1695
1575
  :return: The RNA type or default when not found.
1696
- :rtype: bpy.types.Struct
1697
1576
  """
1698
1577
 
1699
1578
  def bl_rna_get_subclass_py(self) -> typing.Any:
1700
1579
  """
1701
1580
 
1702
1581
  :return: The class or default when not found.
1703
- :rtype: typing.Any
1704
1582
  """
1705
1583
 
1706
1584
  def draw(self, context) -> None:
@@ -1722,14 +1600,12 @@ class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, _bpy_types.Panel):
1722
1600
  """
1723
1601
 
1724
1602
  :return: The RNA type or default when not found.
1725
- :rtype: bpy.types.Struct
1726
1603
  """
1727
1604
 
1728
1605
  def bl_rna_get_subclass_py(self) -> typing.Any:
1729
1606
  """
1730
1607
 
1731
1608
  :return: The class or default when not found.
1732
- :rtype: typing.Any
1733
1609
  """
1734
1610
 
1735
1611
  def draw(self, _context) -> None:
@@ -1750,14 +1626,12 @@ class CLIP_PT_tools_scenesetup(_bpy_types.Panel):
1750
1626
  """
1751
1627
 
1752
1628
  :return: The RNA type or default when not found.
1753
- :rtype: bpy.types.Struct
1754
1629
  """
1755
1630
 
1756
1631
  def bl_rna_get_subclass_py(self) -> typing.Any:
1757
1632
  """
1758
1633
 
1759
1634
  :return: The class or default when not found.
1760
- :rtype: typing.Any
1761
1635
  """
1762
1636
 
1763
1637
  def draw(self, _context) -> None:
@@ -1785,14 +1659,12 @@ class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, _bpy_types.Panel):
1785
1659
  """
1786
1660
 
1787
1661
  :return: The RNA type or default when not found.
1788
- :rtype: bpy.types.Struct
1789
1662
  """
1790
1663
 
1791
1664
  def bl_rna_get_subclass_py(self) -> typing.Any:
1792
1665
  """
1793
1666
 
1794
1667
  :return: The class or default when not found.
1795
- :rtype: typing.Any
1796
1668
  """
1797
1669
 
1798
1670
  def draw(self, context) -> None:
@@ -1815,14 +1687,12 @@ class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, _bpy_types.Panel):
1815
1687
  """
1816
1688
 
1817
1689
  :return: The RNA type or default when not found.
1818
- :rtype: bpy.types.Struct
1819
1690
  """
1820
1691
 
1821
1692
  def bl_rna_get_subclass_py(self) -> typing.Any:
1822
1693
  """
1823
1694
 
1824
1695
  :return: The class or default when not found.
1825
- :rtype: typing.Any
1826
1696
  """
1827
1697
 
1828
1698
  def draw(self, _context) -> None:
@@ -1844,14 +1714,12 @@ class CLIP_PT_track(CLIP_PT_tracking_panel, _bpy_types.Panel):
1844
1714
  """
1845
1715
 
1846
1716
  :return: The RNA type or default when not found.
1847
- :rtype: bpy.types.Struct
1848
1717
  """
1849
1718
 
1850
1719
  def bl_rna_get_subclass_py(self) -> typing.Any:
1851
1720
  """
1852
1721
 
1853
1722
  :return: The class or default when not found.
1854
- :rtype: typing.Any
1855
1723
  """
1856
1724
 
1857
1725
  def draw(self, context) -> None:
@@ -1876,14 +1744,12 @@ class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
1876
1744
  """
1877
1745
 
1878
1746
  :return: The RNA type or default when not found.
1879
- :rtype: bpy.types.Struct
1880
1747
  """
1881
1748
 
1882
1749
  def bl_rna_get_subclass_py(self) -> typing.Any:
1883
1750
  """
1884
1751
 
1885
1752
  :return: The class or default when not found.
1886
- :rtype: typing.Any
1887
1753
  """
1888
1754
 
1889
1755
  class CLIP_PT_track_settings(CLIP_PT_tracking_panel, _bpy_types.Panel):
@@ -1899,14 +1765,12 @@ class CLIP_PT_track_settings(CLIP_PT_tracking_panel, _bpy_types.Panel):
1899
1765
  """
1900
1766
 
1901
1767
  :return: The RNA type or default when not found.
1902
- :rtype: bpy.types.Struct
1903
1768
  """
1904
1769
 
1905
1770
  def bl_rna_get_subclass_py(self) -> typing.Any:
1906
1771
  """
1907
1772
 
1908
1773
  :return: The class or default when not found.
1909
- :rtype: typing.Any
1910
1774
  """
1911
1775
 
1912
1776
  def draw(self, context) -> None:
@@ -1929,14 +1793,12 @@ class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, _bpy_types.Panel):
1929
1793
  """
1930
1794
 
1931
1795
  :return: The RNA type or default when not found.
1932
- :rtype: bpy.types.Struct
1933
1796
  """
1934
1797
 
1935
1798
  def bl_rna_get_subclass_py(self) -> typing.Any:
1936
1799
  """
1937
1800
 
1938
1801
  :return: The class or default when not found.
1939
- :rtype: typing.Any
1940
1802
  """
1941
1803
 
1942
1804
  def draw(self, context) -> None:
@@ -1965,14 +1827,12 @@ class CLIP_PT_tracking_camera(_bpy_types.Panel):
1965
1827
  """
1966
1828
 
1967
1829
  :return: The RNA type or default when not found.
1968
- :rtype: bpy.types.Struct
1969
1830
  """
1970
1831
 
1971
1832
  def bl_rna_get_subclass_py(self) -> typing.Any:
1972
1833
  """
1973
1834
 
1974
1835
  :return: The class or default when not found.
1975
- :rtype: typing.Any
1976
1836
  """
1977
1837
 
1978
1838
  def draw(self, context) -> None:
@@ -2009,14 +1869,12 @@ class CLIP_PT_tracking_lens(_bpy_types.Panel):
2009
1869
  """
2010
1870
 
2011
1871
  :return: The RNA type or default when not found.
2012
- :rtype: bpy.types.Struct
2013
1872
  """
2014
1873
 
2015
1874
  def bl_rna_get_subclass_py(self) -> typing.Any:
2016
1875
  """
2017
1876
 
2018
1877
  :return: The class or default when not found.
2019
- :rtype: typing.Any
2020
1878
  """
2021
1879
 
2022
1880
  def draw(self, context) -> None:
@@ -2052,14 +1910,12 @@ class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, _bpy_types.Panel):
2052
1910
  """
2053
1911
 
2054
1912
  :return: The RNA type or default when not found.
2055
- :rtype: bpy.types.Struct
2056
1913
  """
2057
1914
 
2058
1915
  def bl_rna_get_subclass_py(self) -> typing.Any:
2059
1916
  """
2060
1917
 
2061
1918
  :return: The class or default when not found.
2062
- :rtype: typing.Any
2063
1919
  """
2064
1920
 
2065
1921
  def draw(self, context) -> None:
@@ -2075,6 +1931,7 @@ class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, _bpy_types.Panel):
2075
1931
  """
2076
1932
 
2077
1933
  class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, _bpy_types.Panel):
1934
+ bl_category: typing.Any
2078
1935
  bl_label: typing.Any
2079
1936
  bl_options: typing.Any
2080
1937
  bl_parent_id: typing.Any
@@ -2087,14 +1944,12 @@ class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, _bpy_types.Panel)
2087
1944
  """
2088
1945
 
2089
1946
  :return: The RNA type or default when not found.
2090
- :rtype: bpy.types.Struct
2091
1947
  """
2092
1948
 
2093
1949
  def bl_rna_get_subclass_py(self) -> typing.Any:
2094
1950
  """
2095
1951
 
2096
1952
  :return: The class or default when not found.
2097
- :rtype: typing.Any
2098
1953
  """
2099
1954
 
2100
1955
  def draw(self, context) -> None:
@@ -2119,14 +1974,12 @@ class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, _bpy_types.Pane
2119
1974
  """
2120
1975
 
2121
1976
  :return: The RNA type or default when not found.
2122
- :rtype: bpy.types.Struct
2123
1977
  """
2124
1978
 
2125
1979
  def bl_rna_get_subclass_py(self) -> typing.Any:
2126
1980
  """
2127
1981
 
2128
1982
  :return: The class or default when not found.
2129
- :rtype: typing.Any
2130
1983
  """
2131
1984
 
2132
1985
  class CLIP_UL_tracking_objects(_bpy_types.UIList):
@@ -2137,14 +1990,12 @@ class CLIP_UL_tracking_objects(_bpy_types.UIList):
2137
1990
  """
2138
1991
 
2139
1992
  :return: The RNA type or default when not found.
2140
- :rtype: bpy.types.Struct
2141
1993
  """
2142
1994
 
2143
1995
  def bl_rna_get_subclass_py(self) -> typing.Any:
2144
1996
  """
2145
1997
 
2146
1998
  :return: The class or default when not found.
2147
- :rtype: typing.Any
2148
1999
  """
2149
2000
 
2150
2001
  def draw_item(