fake-bpy-module 20250629__py3-none-any.whl → 20250827__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 (246) hide show
  1. _bpy_internal/__init__.pyi +1 -0
  2. _bpy_internal/assets/__init__.pyi +5 -0
  3. _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
  4. _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
  5. _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
  6. _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
  7. _bpy_types/__init__.pyi +1594 -0
  8. aud/__init__.pyi +84 -31
  9. bl_i18n_utils/settings/__init__.pyi +1 -1
  10. bl_i18n_utils/utils/__init__.pyi +4 -4
  11. bl_math/__init__.pyi +1 -1
  12. bl_operators/add_mesh_torus/__init__.pyi +2 -1
  13. bl_operators/anim/__init__.pyi +15 -14
  14. bl_operators/assets/__init__.pyi +4 -3
  15. bl_operators/bone_selection_sets/__init__.pyi +15 -14
  16. bl_operators/clip/__init__.pyi +12 -11
  17. bl_operators/connect_to_output/__init__.pyi +2 -1
  18. bl_operators/console/__init__.pyi +6 -5
  19. bl_operators/constraint/__init__.pyi +6 -5
  20. bl_operators/file/__init__.pyi +6 -5
  21. bl_operators/freestyle/__init__.pyi +5 -4
  22. bl_operators/geometry_nodes/__init__.pyi +5 -4
  23. bl_operators/grease_pencil/__init__.pyi +2 -1
  24. bl_operators/image/__init__.pyi +6 -5
  25. bl_operators/image_as_planes/__init__.pyi +3 -2
  26. bl_operators/mesh/__init__.pyi +4 -3
  27. bl_operators/node/__init__.pyi +18 -17
  28. bl_operators/object/__init__.pyi +17 -16
  29. bl_operators/object_align/__init__.pyi +2 -1
  30. bl_operators/object_quick_effects/__init__.pyi +5 -4
  31. bl_operators/object_randomize_transform/__init__.pyi +2 -1
  32. bl_operators/presets/__init__.pyi +26 -25
  33. bl_operators/rigidbody/__init__.pyi +4 -3
  34. bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
  35. bl_operators/sequencer/__init__.pyi +12 -11
  36. bl_operators/spreadsheet/__init__.pyi +2 -1
  37. bl_operators/userpref/__init__.pyi +26 -25
  38. bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
  39. bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
  40. bl_operators/uvcalc_transform/__init__.pyi +5 -4
  41. bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
  42. bl_operators/view3d/__init__.pyi +9 -8
  43. bl_operators/wm/__init__.pyi +48 -47
  44. bl_operators/world/__init__.pyi +3 -2
  45. bl_ui/__init__.pyi +4 -3
  46. bl_ui/anim/__init__.pyi +2 -1
  47. bl_ui/asset_shelf/__init__.pyi +2 -1
  48. bl_ui/generic_ui_list/__init__.pyi +6 -5
  49. bl_ui/node_add_menu/__init__.pyi +3 -2
  50. bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
  51. bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
  52. bl_ui/node_add_menu_shader/__init__.pyi +11 -10
  53. bl_ui/node_add_menu_texture/__init__.pyi +10 -9
  54. bl_ui/properties_collection/__init__.pyi +9 -8
  55. bl_ui/properties_constraint/__init__.pyi +78 -77
  56. bl_ui/properties_data_armature/__init__.pyi +22 -21
  57. bl_ui/properties_data_bone/__init__.pyi +12 -11
  58. bl_ui/properties_data_camera/__init__.pyi +18 -17
  59. bl_ui/properties_data_curve/__init__.pyi +18 -17
  60. bl_ui/properties_data_curves/__init__.pyi +11 -10
  61. bl_ui/properties_data_empty/__init__.pyi +3 -2
  62. bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
  63. bl_ui/properties_data_lattice/__init__.pyi +7 -6
  64. bl_ui/properties_data_light/__init__.pyi +13 -12
  65. bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
  66. bl_ui/properties_data_mesh/__init__.pyi +48 -22
  67. bl_ui/properties_data_metaball/__init__.pyi +9 -8
  68. bl_ui/properties_data_modifier/__init__.pyi +10 -9
  69. bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
  70. bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
  71. bl_ui/properties_data_speaker/__init__.pyi +9 -8
  72. bl_ui/properties_data_volume/__init__.pyi +12 -11
  73. bl_ui/properties_freestyle/__init__.pyi +27 -26
  74. bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
  75. bl_ui/properties_mask_common/__init__.pyi +8 -7
  76. bl_ui/properties_material/__init__.pyi +19 -18
  77. bl_ui/properties_material_gpencil/__init__.pyi +14 -13
  78. bl_ui/properties_object/__init__.pyi +24 -23
  79. bl_ui/properties_output/__init__.pyi +21 -20
  80. bl_ui/properties_paint_common/__init__.pyi +8 -4
  81. bl_ui/properties_particle/__init__.pyi +58 -55
  82. bl_ui/properties_physics_cloth/__init__.pyi +15 -14
  83. bl_ui/properties_physics_common/__init__.pyi +2 -1
  84. bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
  85. bl_ui/properties_physics_field/__init__.pyi +11 -10
  86. bl_ui/properties_physics_fluid/__init__.pyi +29 -28
  87. bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
  88. bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
  89. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
  90. bl_ui/properties_physics_softbody/__init__.pyi +16 -15
  91. bl_ui/properties_render/__init__.pyi +44 -74
  92. bl_ui/properties_scene/__init__.pyi +48 -18
  93. bl_ui/properties_texture/__init__.pyi +30 -29
  94. bl_ui/properties_view_layer/__init__.pyi +52 -14
  95. bl_ui/properties_workspace/__init__.pyi +6 -5
  96. bl_ui/properties_world/__init__.pyi +14 -13
  97. bl_ui/space_clip/__init__.pyi +76 -73
  98. bl_ui/space_console/__init__.pyi +7 -6
  99. bl_ui/space_dopesheet/__init__.pyi +32 -31
  100. bl_ui/space_filebrowser/__init__.pyi +33 -30
  101. bl_ui/space_graph/__init__.pyi +24 -23
  102. bl_ui/space_image/__init__.pyi +88 -72
  103. bl_ui/space_info/__init__.pyi +7 -6
  104. bl_ui/space_nla/__init__.pyi +22 -19
  105. bl_ui/space_node/__init__.pyi +66 -31
  106. bl_ui/space_outliner/__init__.pyi +16 -15
  107. bl_ui/space_properties/__init__.pyi +5 -4
  108. bl_ui/space_sequencer/__init__.pyi +131 -91
  109. bl_ui/space_spreadsheet/__init__.pyi +4 -3
  110. bl_ui/space_statusbar/__init__.pyi +2 -1
  111. bl_ui/space_text/__init__.pyi +17 -16
  112. bl_ui/space_time/__init__.pyi +7 -6
  113. bl_ui/space_toolsystem_common/__init__.pyi +2 -2
  114. bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
  115. bl_ui/space_topbar/__init__.pyi +28 -27
  116. bl_ui/space_userpref/__init__.pyi +103 -92
  117. bl_ui/space_view3d/__init__.pyi +268 -266
  118. bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
  119. blf/__init__.pyi +3 -5
  120. bmesh/__init__.pyi +2 -2
  121. bmesh/geometry/__init__.pyi +1 -1
  122. bmesh/ops/__init__.pyi +29 -14
  123. bmesh/types/__init__.pyi +41 -46
  124. bmesh/utils/__init__.pyi +1 -0
  125. bpy/__init__.pyi +1 -1
  126. bpy/app/__init__.pyi +34 -37
  127. bpy/app/handlers/__init__.pyi +19 -19
  128. bpy/app/timers/__init__.pyi +2 -1
  129. bpy/app/translations/__init__.pyi +8 -8
  130. bpy/msgbus/__init__.pyi +3 -2
  131. bpy/ops/action/__init__.pyi +58 -20
  132. bpy/ops/anim/__init__.pyi +115 -31
  133. bpy/ops/armature/__init__.pyi +59 -19
  134. bpy/ops/asset/__init__.pyi +35 -11
  135. bpy/ops/boid/__init__.pyi +21 -7
  136. bpy/ops/brush/__init__.pyi +10 -4
  137. bpy/ops/buttons/__init__.pyi +12 -4
  138. bpy/ops/cachefile/__init__.pyi +6 -2
  139. bpy/ops/clip/__init__.pyi +132 -46
  140. bpy/ops/collection/__init__.pyi +23 -4
  141. bpy/ops/console/__init__.pyi +30 -10
  142. bpy/ops/constraint/__init__.pyi +12 -6
  143. bpy/ops/curve/__init__.pyi +72 -24
  144. bpy/ops/curves/__init__.pyi +47 -15
  145. bpy/ops/cycles/__init__.pyi +4 -2
  146. bpy/ops/dpaint/__init__.pyi +11 -3
  147. bpy/ops/ed/__init__.pyi +34 -10
  148. bpy/ops/export_scene/__init__.pyi +15 -15
  149. bpy/ops/extensions/__init__.pyi +45 -15
  150. bpy/ops/file/__init__.pyi +81 -30
  151. bpy/ops/fluid/__init__.pyi +39 -13
  152. bpy/ops/font/__init__.pyi +30 -10
  153. bpy/ops/geometry/__init__.pyi +9 -3
  154. bpy/ops/gizmogroup/__init__.pyi +3 -1
  155. bpy/ops/gpencil/__init__.pyi +20 -8
  156. bpy/ops/graph/__init__.pyi +67 -29
  157. bpy/ops/grease_pencil/__init__.pyi +148 -38
  158. bpy/ops/image/__init__.pyi +68 -58
  159. bpy/ops/import_anim/__init__.pyi +2 -2
  160. bpy/ops/import_curve/__init__.pyi +3 -0
  161. bpy/ops/import_scene/__init__.pyi +15 -2
  162. bpy/ops/info/__init__.pyi +12 -4
  163. bpy/ops/lattice/__init__.pyi +9 -3
  164. bpy/ops/marker/__init__.pyi +8 -2
  165. bpy/ops/mask/__init__.pyi +53 -19
  166. bpy/ops/material/__init__.pyi +15 -3
  167. bpy/ops/mball/__init__.pyi +3 -1
  168. bpy/ops/mesh/__init__.pyi +116 -45
  169. bpy/ops/nla/__init__.pyi +67 -25
  170. bpy/ops/node/__init__.pyi +285 -119
  171. bpy/ops/object/__init__.pyi +278 -116
  172. bpy/ops/outliner/__init__.pyi +145 -49
  173. bpy/ops/paint/__init__.pyi +65 -37
  174. bpy/ops/paintcurve/__init__.pyi +16 -4
  175. bpy/ops/palette/__init__.pyi +11 -3
  176. bpy/ops/particle/__init__.pyi +66 -24
  177. bpy/ops/pointcloud/__init__.pyi +9 -3
  178. bpy/ops/pose/__init__.pyi +80 -28
  179. bpy/ops/poselib/__init__.pyi +19 -7
  180. bpy/ops/preferences/__init__.pyi +29 -11
  181. bpy/ops/ptcache/__init__.pyi +17 -5
  182. bpy/ops/render/__init__.pyi +10 -4
  183. bpy/ops/rigidbody/__init__.pyi +19 -7
  184. bpy/ops/scene/__init__.pyi +93 -22
  185. bpy/ops/screen/__init__.pyi +58 -20
  186. bpy/ops/script/__init__.pyi +3 -1
  187. bpy/ops/sculpt/__init__.pyi +30 -14
  188. bpy/ops/sculpt_curves/__init__.pyi +4 -2
  189. bpy/ops/sequencer/__init__.pyi +262 -125
  190. bpy/ops/sound/__init__.pyi +13 -5
  191. bpy/ops/spreadsheet/__init__.pyi +15 -5
  192. bpy/ops/text/__init__.pyi +85 -25
  193. bpy/ops/texture/__init__.pyi +11 -3
  194. bpy/ops/transform/__init__.pyi +7 -3
  195. bpy/ops/ui/__init__.pyi +98 -53
  196. bpy/ops/uv/__init__.pyi +43 -17
  197. bpy/ops/view2d/__init__.pyi +13 -3
  198. bpy/ops/view3d/__init__.pyi +116 -38
  199. bpy/ops/wm/__init__.pyi +144 -86
  200. bpy/ops/workspace/__init__.pyi +31 -6
  201. bpy/ops/world/__init__.pyi +9 -3
  202. bpy/path/__init__.pyi +1 -1
  203. bpy/props/__init__.pyi +31 -31
  204. bpy/stub_internal/rna_enums/__init__.pyi +40 -25
  205. bpy/types/__init__.pyi +58124 -41707
  206. bpy/utils/__init__.pyi +8 -8
  207. bpy/utils/previews/__init__.pyi +2 -2
  208. bpy/utils/units/__init__.pyi +5 -3
  209. bpy_extras/anim_utils/__init__.pyi +1 -1
  210. bpy_extras/id_map_utils/__init__.pyi +1 -1
  211. bpy_extras/image_utils/__init__.pyi +2 -2
  212. bpy_extras/io_utils/__init__.pyi +5 -5
  213. bpy_extras/keyconfig_utils/__init__.pyi +1 -1
  214. bpy_extras/node_shader_utils/__init__.pyi +1 -1
  215. bpy_extras/object_utils/__init__.pyi +1 -1
  216. bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
  217. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.dist-info}/METADATA +1 -1
  218. fake_bpy_module-20250827.dist-info/RECORD +370 -0
  219. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.dist-info}/top_level.txt +1 -1
  220. freestyle/chainingiterators/__init__.pyi +5 -5
  221. freestyle/predicates/__init__.pyi +2 -2
  222. freestyle/shaders/__init__.pyi +16 -17
  223. freestyle/types/__init__.pyi +25 -27
  224. freestyle/utils/__init__.pyi +5 -5
  225. gpu/platform/__init__.pyi +2 -2
  226. gpu/shader/__init__.pyi +3 -3
  227. gpu/state/__init__.pyi +1 -1
  228. gpu/texture/__init__.pyi +3 -3
  229. gpu/types/__init__.pyi +25 -14
  230. gpu_extras/batch/__init__.pyi +1 -1
  231. idprop/types/__init__.pyi +2 -2
  232. imbuf/__init__.pyi +1 -1
  233. imbuf/types/__init__.pyi +12 -6
  234. keyingsets_builtins/__init__.pyi +23 -22
  235. mathutils/__init__.pyi +157 -61
  236. mathutils/bvhtree/__init__.pyi +20 -6
  237. mathutils/geometry/__init__.pyi +54 -12
  238. mathutils/interpolate/__init__.pyi +4 -2
  239. mathutils/kdtree/__init__.pyi +1 -0
  240. mathutils/noise/__init__.pyi +61 -44
  241. rna_info/__init__.pyi +4 -1
  242. rna_prop_ui/__init__.pyi +1 -1
  243. bpy_types/__init__.pyi +0 -30
  244. fake_bpy_module-20250629.dist-info/RECORD +0 -367
  245. {bpy_types → _bpy_types}/py.typed +0 -0
  246. {fake_bpy_module-20250629.dist-info → fake_bpy_module-20250827.dist-info}/WHEEL +0 -0
@@ -2,12 +2,13 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bl_ui.properties_grease_pencil_common
6
7
  import bl_ui.properties_mask_common
7
8
  import bl_ui.utils
8
9
  import bpy.types
9
10
 
10
- class CLIP_HT_header(bpy.types.Header):
11
+ class CLIP_HT_header(_bpy_types.Header):
11
12
  bl_rna: typing.Any
12
13
  bl_space_type: typing.Any
13
14
  id_data: typing.Any
@@ -32,7 +33,7 @@ class CLIP_HT_header(bpy.types.Header):
32
33
  :param context:
33
34
  """
34
35
 
35
- class CLIP_MT_clip(bpy.types.Menu):
36
+ class CLIP_MT_clip(_bpy_types.Menu):
36
37
  bl_label: typing.Any
37
38
  bl_rna: typing.Any
38
39
  bl_translation_context: typing.Any
@@ -58,7 +59,7 @@ class CLIP_MT_clip(bpy.types.Menu):
58
59
  :param context:
59
60
  """
60
61
 
61
- class CLIP_MT_marker_pie(bpy.types.Menu):
62
+ class CLIP_MT_marker_pie(_bpy_types.Menu):
62
63
  bl_label: typing.Any
63
64
  bl_rna: typing.Any
64
65
  id_data: typing.Any
@@ -90,7 +91,7 @@ class CLIP_MT_marker_pie(bpy.types.Menu):
90
91
  :param context:
91
92
  """
92
93
 
93
- class CLIP_MT_masking_editor_menus(bpy.types.Menu):
94
+ class CLIP_MT_masking_editor_menus(_bpy_types.Menu):
94
95
  bl_idname: typing.Any
95
96
  bl_label: typing.Any
96
97
  bl_rna: typing.Any
@@ -116,7 +117,7 @@ class CLIP_MT_masking_editor_menus(bpy.types.Menu):
116
117
  :param context:
117
118
  """
118
119
 
119
- class CLIP_MT_pivot_pie(bpy.types.Menu):
120
+ class CLIP_MT_pivot_pie(_bpy_types.Menu):
120
121
  bl_label: typing.Any
121
122
  bl_rna: typing.Any
122
123
  id_data: typing.Any
@@ -141,7 +142,7 @@ class CLIP_MT_pivot_pie(bpy.types.Menu):
141
142
  :param context:
142
143
  """
143
144
 
144
- class CLIP_MT_plane_track_image_context_menu(bpy.types.Menu):
145
+ class CLIP_MT_plane_track_image_context_menu(_bpy_types.Menu):
145
146
  bl_label: typing.Any
146
147
  bl_rna: typing.Any
147
148
  id_data: typing.Any
@@ -166,7 +167,7 @@ class CLIP_MT_plane_track_image_context_menu(bpy.types.Menu):
166
167
  :param _context:
167
168
  """
168
169
 
169
- class CLIP_MT_proxy(bpy.types.Menu):
170
+ class CLIP_MT_proxy(_bpy_types.Menu):
170
171
  bl_label: typing.Any
171
172
  bl_rna: typing.Any
172
173
  id_data: typing.Any
@@ -191,7 +192,7 @@ class CLIP_MT_proxy(bpy.types.Menu):
191
192
  :param _context:
192
193
  """
193
194
 
194
- class CLIP_MT_reconstruction(bpy.types.Menu):
195
+ class CLIP_MT_reconstruction(_bpy_types.Menu):
195
196
  bl_label: typing.Any
196
197
  bl_rna: typing.Any
197
198
  id_data: typing.Any
@@ -216,7 +217,7 @@ class CLIP_MT_reconstruction(bpy.types.Menu):
216
217
  :param _context:
217
218
  """
218
219
 
219
- class CLIP_MT_reconstruction_pie(bpy.types.Menu):
220
+ class CLIP_MT_reconstruction_pie(_bpy_types.Menu):
220
221
  bl_label: typing.Any
221
222
  bl_rna: typing.Any
222
223
  id_data: typing.Any
@@ -248,7 +249,7 @@ class CLIP_MT_reconstruction_pie(bpy.types.Menu):
248
249
  :param context:
249
250
  """
250
251
 
251
- class CLIP_MT_select(bpy.types.Menu):
252
+ class CLIP_MT_select(_bpy_types.Menu):
252
253
  bl_label: typing.Any
253
254
  bl_rna: typing.Any
254
255
  id_data: typing.Any
@@ -273,7 +274,7 @@ class CLIP_MT_select(bpy.types.Menu):
273
274
  :param _context:
274
275
  """
275
276
 
276
- class CLIP_MT_select_graph(bpy.types.Menu):
277
+ class CLIP_MT_select_graph(_bpy_types.Menu):
277
278
  bl_label: typing.Any
278
279
  bl_rna: typing.Any
279
280
  id_data: typing.Any
@@ -298,7 +299,7 @@ class CLIP_MT_select_graph(bpy.types.Menu):
298
299
  :param _context:
299
300
  """
300
301
 
301
- class CLIP_MT_select_grouped(bpy.types.Menu):
302
+ class CLIP_MT_select_grouped(_bpy_types.Menu):
302
303
  bl_label: typing.Any
303
304
  bl_rna: typing.Any
304
305
  id_data: typing.Any
@@ -323,7 +324,7 @@ class CLIP_MT_select_grouped(bpy.types.Menu):
323
324
  :param _context:
324
325
  """
325
326
 
326
- class CLIP_MT_solving_pie(bpy.types.Menu):
327
+ class CLIP_MT_solving_pie(_bpy_types.Menu):
327
328
  bl_label: typing.Any
328
329
  bl_rna: typing.Any
329
330
  id_data: typing.Any
@@ -355,7 +356,7 @@ class CLIP_MT_solving_pie(bpy.types.Menu):
355
356
  :param context:
356
357
  """
357
358
 
358
- class CLIP_MT_stabilize_2d_context_menu(bpy.types.Menu):
359
+ class CLIP_MT_stabilize_2d_context_menu(_bpy_types.Menu):
359
360
  bl_label: typing.Any
360
361
  bl_rna: typing.Any
361
362
  id_data: typing.Any
@@ -380,7 +381,7 @@ class CLIP_MT_stabilize_2d_context_menu(bpy.types.Menu):
380
381
  :param _context:
381
382
  """
382
383
 
383
- class CLIP_MT_stabilize_2d_rotation_context_menu(bpy.types.Menu):
384
+ class CLIP_MT_stabilize_2d_rotation_context_menu(_bpy_types.Menu):
384
385
  bl_label: typing.Any
385
386
  bl_rna: typing.Any
386
387
  id_data: typing.Any
@@ -405,7 +406,7 @@ class CLIP_MT_stabilize_2d_rotation_context_menu(bpy.types.Menu):
405
406
  :param _context:
406
407
  """
407
408
 
408
- class CLIP_MT_track(bpy.types.Menu):
409
+ class CLIP_MT_track(_bpy_types.Menu):
409
410
  bl_label: typing.Any
410
411
  bl_rna: typing.Any
411
412
  id_data: typing.Any
@@ -430,7 +431,7 @@ class CLIP_MT_track(bpy.types.Menu):
430
431
  :param context:
431
432
  """
432
433
 
433
- class CLIP_MT_track_animation(bpy.types.Menu):
434
+ class CLIP_MT_track_animation(_bpy_types.Menu):
434
435
  bl_label: typing.Any
435
436
  bl_rna: typing.Any
436
437
  id_data: typing.Any
@@ -455,7 +456,7 @@ class CLIP_MT_track_animation(bpy.types.Menu):
455
456
  :param _context:
456
457
  """
457
458
 
458
- class CLIP_MT_track_cleanup(bpy.types.Menu):
459
+ class CLIP_MT_track_cleanup(_bpy_types.Menu):
459
460
  bl_label: typing.Any
460
461
  bl_rna: typing.Any
461
462
  id_data: typing.Any
@@ -480,7 +481,7 @@ class CLIP_MT_track_cleanup(bpy.types.Menu):
480
481
  :param _context:
481
482
  """
482
483
 
483
- class CLIP_MT_track_clear(bpy.types.Menu):
484
+ class CLIP_MT_track_clear(_bpy_types.Menu):
484
485
  bl_label: typing.Any
485
486
  bl_rna: typing.Any
486
487
  id_data: typing.Any
@@ -505,7 +506,7 @@ class CLIP_MT_track_clear(bpy.types.Menu):
505
506
  :param _context:
506
507
  """
507
508
 
508
- class CLIP_MT_track_motion(bpy.types.Menu):
509
+ class CLIP_MT_track_motion(_bpy_types.Menu):
509
510
  bl_label: typing.Any
510
511
  bl_rna: typing.Any
511
512
  id_data: typing.Any
@@ -530,7 +531,7 @@ class CLIP_MT_track_motion(bpy.types.Menu):
530
531
  :param _context:
531
532
  """
532
533
 
533
- class CLIP_MT_track_refine(bpy.types.Menu):
534
+ class CLIP_MT_track_refine(_bpy_types.Menu):
534
535
  bl_label: typing.Any
535
536
  bl_rna: typing.Any
536
537
  id_data: typing.Any
@@ -555,7 +556,7 @@ class CLIP_MT_track_refine(bpy.types.Menu):
555
556
  :param _context:
556
557
  """
557
558
 
558
- class CLIP_MT_track_transform(bpy.types.Menu):
559
+ class CLIP_MT_track_transform(_bpy_types.Menu):
559
560
  bl_label: typing.Any
560
561
  bl_rna: typing.Any
561
562
  id_data: typing.Any
@@ -580,7 +581,7 @@ class CLIP_MT_track_transform(bpy.types.Menu):
580
581
  :param _context:
581
582
  """
582
583
 
583
- class CLIP_MT_track_visibility(bpy.types.Menu):
584
+ class CLIP_MT_track_visibility(_bpy_types.Menu):
584
585
  bl_label: typing.Any
585
586
  bl_rna: typing.Any
586
587
  id_data: typing.Any
@@ -605,7 +606,7 @@ class CLIP_MT_track_visibility(bpy.types.Menu):
605
606
  :param _context:
606
607
  """
607
608
 
608
- class CLIP_MT_tracking_context_menu(bpy.types.Menu):
609
+ class CLIP_MT_tracking_context_menu(_bpy_types.Menu):
609
610
  bl_label: typing.Any
610
611
  bl_rna: typing.Any
611
612
  id_data: typing.Any
@@ -637,7 +638,7 @@ class CLIP_MT_tracking_context_menu(bpy.types.Menu):
637
638
  :param context:
638
639
  """
639
640
 
640
- class CLIP_MT_tracking_editor_menus(bpy.types.Menu):
641
+ class CLIP_MT_tracking_editor_menus(_bpy_types.Menu):
641
642
  bl_idname: typing.Any
642
643
  bl_label: typing.Any
643
644
  bl_rna: typing.Any
@@ -663,7 +664,7 @@ class CLIP_MT_tracking_editor_menus(bpy.types.Menu):
663
664
  :param context:
664
665
  """
665
666
 
666
- class CLIP_MT_tracking_pie(bpy.types.Menu):
667
+ class CLIP_MT_tracking_pie(_bpy_types.Menu):
667
668
  bl_label: typing.Any
668
669
  bl_rna: typing.Any
669
670
  bl_translation_context: typing.Any
@@ -696,7 +697,7 @@ class CLIP_MT_tracking_pie(bpy.types.Menu):
696
697
  :param context:
697
698
  """
698
699
 
699
- class CLIP_MT_view(bpy.types.Menu):
700
+ class CLIP_MT_view(_bpy_types.Menu):
700
701
  bl_label: typing.Any
701
702
  bl_rna: typing.Any
702
703
  id_data: typing.Any
@@ -721,7 +722,7 @@ class CLIP_MT_view(bpy.types.Menu):
721
722
  :param context:
722
723
  """
723
724
 
724
- class CLIP_MT_view_pie(bpy.types.Menu):
725
+ class CLIP_MT_view_pie(_bpy_types.Menu):
725
726
  bl_label: typing.Any
726
727
  bl_rna: typing.Any
727
728
  id_data: typing.Any
@@ -753,7 +754,7 @@ class CLIP_MT_view_pie(bpy.types.Menu):
753
754
  :param context:
754
755
  """
755
756
 
756
- class CLIP_MT_view_zoom(bpy.types.Menu):
757
+ class CLIP_MT_view_zoom(_bpy_types.Menu):
757
758
  bl_label: typing.Any
758
759
  bl_rna: typing.Any
759
760
  id_data: typing.Any
@@ -778,7 +779,7 @@ class CLIP_MT_view_zoom(bpy.types.Menu):
778
779
  :param context:
779
780
  """
780
781
 
781
- class CLIP_PT_2d_cursor(bpy.types.Panel):
782
+ class CLIP_PT_2d_cursor(_bpy_types.Panel):
782
783
  bl_category: typing.Any
783
784
  bl_label: typing.Any
784
785
  bl_region_type: typing.Any
@@ -814,7 +815,7 @@ class CLIP_PT_2d_cursor(bpy.types.Panel):
814
815
  """
815
816
 
816
817
  class CLIP_PT_active_mask_point(
817
- bl_ui.properties_mask_common.MASK_PT_point, bpy.types.Panel
818
+ bl_ui.properties_mask_common.MASK_PT_point, _bpy_types.Panel
818
819
  ):
819
820
  bl_category: typing.Any
820
821
  bl_label: typing.Any
@@ -838,7 +839,7 @@ class CLIP_PT_active_mask_point(
838
839
  """
839
840
 
840
841
  class CLIP_PT_active_mask_spline(
841
- bl_ui.properties_mask_common.MASK_PT_spline, bpy.types.Panel
842
+ bl_ui.properties_mask_common.MASK_PT_spline, _bpy_types.Panel
842
843
  ):
843
844
  bl_category: typing.Any
844
845
  bl_label: typing.Any
@@ -861,7 +862,7 @@ class CLIP_PT_active_mask_spline(
861
862
  :rtype: typing.Any
862
863
  """
863
864
 
864
- class CLIP_PT_animation(CLIP_PT_clip_view_panel, bpy.types.Panel):
865
+ class CLIP_PT_animation(CLIP_PT_clip_view_panel, _bpy_types.Panel):
865
866
  bl_category: typing.Any
866
867
  bl_label: typing.Any
867
868
  bl_region_type: typing.Any
@@ -892,7 +893,7 @@ class CLIP_PT_animation(CLIP_PT_clip_view_panel, bpy.types.Panel):
892
893
  class CLIP_PT_annotation(
893
894
  CLIP_PT_clip_view_panel,
894
895
  bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
895
- bpy.types.Panel,
896
+ _bpy_types.Panel,
896
897
  ):
897
898
  bl_category: typing.Any
898
899
  bl_label: typing.Any
@@ -916,7 +917,7 @@ class CLIP_PT_annotation(
916
917
  :rtype: typing.Any
917
918
  """
918
919
 
919
- class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
920
+ class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
920
921
  """Predefined tracking camera intrinsics"""
921
922
 
922
923
  bl_label: typing.Any
@@ -942,7 +943,7 @@ class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
942
943
  :rtype: typing.Any
943
944
  """
944
945
 
945
- class CLIP_PT_clip_display(bpy.types.Panel):
946
+ class CLIP_PT_clip_display(_bpy_types.Panel):
946
947
  bl_label: typing.Any
947
948
  bl_parent_id: typing.Any
948
949
  bl_region_type: typing.Any
@@ -979,7 +980,7 @@ class CLIP_PT_clip_view_panel:
979
980
  :param context:
980
981
  """
981
982
 
982
- class CLIP_PT_display(bpy.types.Panel):
983
+ class CLIP_PT_display(_bpy_types.Panel):
983
984
  bl_label: typing.Any
984
985
  bl_region_type: typing.Any
985
986
  bl_rna: typing.Any
@@ -1007,7 +1008,7 @@ class CLIP_PT_display(bpy.types.Panel):
1007
1008
  :param context:
1008
1009
  """
1009
1010
 
1010
- class CLIP_PT_footage(CLIP_PT_clip_view_panel, bpy.types.Panel):
1011
+ class CLIP_PT_footage(CLIP_PT_clip_view_panel, _bpy_types.Panel):
1011
1012
  bl_category: typing.Any
1012
1013
  bl_label: typing.Any
1013
1014
  bl_region_type: typing.Any
@@ -1035,7 +1036,7 @@ class CLIP_PT_footage(CLIP_PT_clip_view_panel, bpy.types.Panel):
1035
1036
  :param context:
1036
1037
  """
1037
1038
 
1038
- class CLIP_PT_gizmo_display(bpy.types.Panel):
1039
+ class CLIP_PT_gizmo_display(_bpy_types.Panel):
1039
1040
  bl_label: typing.Any
1040
1041
  bl_region_type: typing.Any
1041
1042
  bl_rna: typing.Any
@@ -1063,7 +1064,7 @@ class CLIP_PT_gizmo_display(bpy.types.Panel):
1063
1064
  :param context:
1064
1065
  """
1065
1066
 
1066
- class CLIP_PT_marker(CLIP_PT_tracking_panel, bpy.types.Panel):
1067
+ class CLIP_PT_marker(CLIP_PT_tracking_panel, _bpy_types.Panel):
1067
1068
  bl_category: typing.Any
1068
1069
  bl_label: typing.Any
1069
1070
  bl_options: typing.Any
@@ -1092,7 +1093,7 @@ class CLIP_PT_marker(CLIP_PT_tracking_panel, bpy.types.Panel):
1092
1093
  :param context:
1093
1094
  """
1094
1095
 
1095
- class CLIP_PT_marker_display(bpy.types.Panel):
1096
+ class CLIP_PT_marker_display(_bpy_types.Panel):
1096
1097
  bl_label: typing.Any
1097
1098
  bl_parent_id: typing.Any
1098
1099
  bl_region_type: typing.Any
@@ -1121,7 +1122,7 @@ class CLIP_PT_marker_display(bpy.types.Panel):
1121
1122
  :param context:
1122
1123
  """
1123
1124
 
1124
- class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy.types.Panel):
1125
+ class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, _bpy_types.Panel):
1125
1126
  bl_category: typing.Any
1126
1127
  bl_label: typing.Any
1127
1128
  bl_options: typing.Any
@@ -1145,7 +1146,7 @@ class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy.types.Panel):
1145
1146
  """
1146
1147
 
1147
1148
  class CLIP_PT_mask_animation(
1148
- bl_ui.properties_mask_common.MASK_PT_animation, bpy.types.Panel
1149
+ bl_ui.properties_mask_common.MASK_PT_animation, _bpy_types.Panel
1149
1150
  ):
1150
1151
  bl_category: typing.Any
1151
1152
  bl_label: typing.Any
@@ -1170,7 +1171,7 @@ class CLIP_PT_mask_animation(
1170
1171
  """
1171
1172
 
1172
1173
  class CLIP_PT_mask_display(
1173
- bl_ui.properties_mask_common.MASK_PT_display, bpy.types.Panel
1174
+ bl_ui.properties_mask_common.MASK_PT_display, _bpy_types.Panel
1174
1175
  ):
1175
1176
  bl_label: typing.Any
1176
1177
  bl_region_type: typing.Any
@@ -1192,7 +1193,9 @@ class CLIP_PT_mask_display(
1192
1193
  :rtype: typing.Any
1193
1194
  """
1194
1195
 
1195
- class CLIP_PT_mask_layers(bl_ui.properties_mask_common.MASK_PT_layers, bpy.types.Panel):
1196
+ class CLIP_PT_mask_layers(
1197
+ bl_ui.properties_mask_common.MASK_PT_layers, _bpy_types.Panel
1198
+ ):
1196
1199
  bl_category: typing.Any
1197
1200
  bl_label: typing.Any
1198
1201
  bl_region_type: typing.Any
@@ -1214,7 +1217,7 @@ class CLIP_PT_mask_layers(bl_ui.properties_mask_common.MASK_PT_layers, bpy.types
1214
1217
  :rtype: typing.Any
1215
1218
  """
1216
1219
 
1217
- class CLIP_PT_objects(CLIP_PT_clip_view_panel, bpy.types.Panel):
1220
+ class CLIP_PT_objects(CLIP_PT_clip_view_panel, _bpy_types.Panel):
1218
1221
  bl_category: typing.Any
1219
1222
  bl_label: typing.Any
1220
1223
  bl_options: typing.Any
@@ -1243,7 +1246,7 @@ class CLIP_PT_objects(CLIP_PT_clip_view_panel, bpy.types.Panel):
1243
1246
  :param context:
1244
1247
  """
1245
1248
 
1246
- class CLIP_PT_plane_track(CLIP_PT_tracking_panel, bpy.types.Panel):
1249
+ class CLIP_PT_plane_track(CLIP_PT_tracking_panel, _bpy_types.Panel):
1247
1250
  bl_category: typing.Any
1248
1251
  bl_label: typing.Any
1249
1252
  bl_options: typing.Any
@@ -1272,7 +1275,7 @@ class CLIP_PT_plane_track(CLIP_PT_tracking_panel, bpy.types.Panel):
1272
1275
  :param context:
1273
1276
  """
1274
1277
 
1275
- class CLIP_PT_proportional_edit(bpy.types.Panel):
1278
+ class CLIP_PT_proportional_edit(_bpy_types.Panel):
1276
1279
  bl_label: typing.Any
1277
1280
  bl_region_type: typing.Any
1278
1281
  bl_rna: typing.Any
@@ -1300,7 +1303,7 @@ class CLIP_PT_proportional_edit(bpy.types.Panel):
1300
1303
  :param context:
1301
1304
  """
1302
1305
 
1303
- class CLIP_PT_proxy(CLIP_PT_clip_view_panel, bpy.types.Panel):
1306
+ class CLIP_PT_proxy(CLIP_PT_clip_view_panel, _bpy_types.Panel):
1304
1307
  bl_category: typing.Any
1305
1308
  bl_label: typing.Any
1306
1309
  bl_options: typing.Any
@@ -1343,7 +1346,7 @@ class CLIP_PT_reconstruction_panel:
1343
1346
  :param context:
1344
1347
  """
1345
1348
 
1346
- class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy.types.Panel):
1349
+ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, _bpy_types.Panel):
1347
1350
  bl_category: typing.Any
1348
1351
  bl_label: typing.Any
1349
1352
  bl_region_type: typing.Any
@@ -1384,7 +1387,7 @@ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy.types.Panel):
1384
1387
  :param context:
1385
1388
  """
1386
1389
 
1387
- class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, bpy.types.Panel):
1390
+ class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, _bpy_types.Panel):
1388
1391
  bl_category: typing.Any
1389
1392
  bl_label: typing.Any
1390
1393
  bl_options: typing.Any
@@ -1413,7 +1416,7 @@ class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, bpy.types.Panel):
1413
1416
  :param context:
1414
1417
  """
1415
1418
 
1416
- class CLIP_PT_tools_clip(bpy.types.Panel):
1419
+ class CLIP_PT_tools_clip(_bpy_types.Panel):
1417
1420
  bl_category: typing.Any
1418
1421
  bl_label: typing.Any
1419
1422
  bl_region_type: typing.Any
@@ -1449,7 +1452,7 @@ class CLIP_PT_tools_clip(bpy.types.Panel):
1449
1452
  :param context:
1450
1453
  """
1451
1454
 
1452
- class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, bpy.types.Panel):
1455
+ class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, _bpy_types.Panel):
1453
1456
  bl_category: typing.Any
1454
1457
  bl_label: typing.Any
1455
1458
  bl_options: typing.Any
@@ -1479,7 +1482,7 @@ class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, bpy.types.Panel):
1479
1482
  """
1480
1483
 
1481
1484
  class CLIP_PT_tools_grease_pencil_draw(
1482
- bl_ui.properties_grease_pencil_common.AnnotationDrawingToolsPanel, bpy.types.Panel
1485
+ bl_ui.properties_grease_pencil_common.AnnotationDrawingToolsPanel, _bpy_types.Panel
1483
1486
  ):
1484
1487
  bl_category: typing.Any
1485
1488
  bl_label: typing.Any
@@ -1502,7 +1505,7 @@ class CLIP_PT_tools_grease_pencil_draw(
1502
1505
  :rtype: typing.Any
1503
1506
  """
1504
1507
 
1505
- class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, bpy.types.Panel):
1508
+ class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, _bpy_types.Panel):
1506
1509
  bl_category: typing.Any
1507
1510
  bl_label: typing.Any
1508
1511
  bl_region_type: typing.Any
@@ -1531,7 +1534,7 @@ class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, bpy.types.Panel):
1531
1534
  """
1532
1535
 
1533
1536
  class CLIP_PT_tools_mask_tools(
1534
- bl_ui.properties_mask_common.MASK_PT_tools, bpy.types.Panel
1537
+ bl_ui.properties_mask_common.MASK_PT_tools, _bpy_types.Panel
1535
1538
  ):
1536
1539
  bl_category: typing.Any
1537
1540
  bl_label: typing.Any
@@ -1555,7 +1558,7 @@ class CLIP_PT_tools_mask_tools(
1555
1558
  """
1556
1559
 
1557
1560
  class CLIP_PT_tools_mask_transforms(
1558
- bl_ui.properties_mask_common.MASK_PT_transforms, bpy.types.Panel
1561
+ bl_ui.properties_mask_common.MASK_PT_transforms, _bpy_types.Panel
1559
1562
  ):
1560
1563
  bl_category: typing.Any
1561
1564
  bl_label: typing.Any
@@ -1578,7 +1581,7 @@ class CLIP_PT_tools_mask_transforms(
1578
1581
  :rtype: typing.Any
1579
1582
  """
1580
1583
 
1581
- class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, bpy.types.Panel):
1584
+ class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, _bpy_types.Panel):
1582
1585
  bl_category: typing.Any
1583
1586
  bl_label: typing.Any
1584
1587
  bl_region_type: typing.Any
@@ -1613,7 +1616,7 @@ class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, bpy.types.Panel):
1613
1616
  :param context:
1614
1617
  """
1615
1618
 
1616
- class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, bpy.types.Panel):
1619
+ class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, _bpy_types.Panel):
1617
1620
  bl_category: typing.Any
1618
1621
  bl_label: typing.Any
1619
1622
  bl_region_type: typing.Any
@@ -1641,7 +1644,7 @@ class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, bpy.types.Panel):
1641
1644
  :param context:
1642
1645
  """
1643
1646
 
1644
- class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, bpy.types.Panel):
1647
+ class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, _bpy_types.Panel):
1645
1648
  bl_category: typing.Any
1646
1649
  bl_label: typing.Any
1647
1650
  bl_options: typing.Any
@@ -1670,7 +1673,7 @@ class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, bpy.types.Panel):
1670
1673
  :param _context:
1671
1674
  """
1672
1675
 
1673
- class CLIP_PT_tools_scenesetup(bpy.types.Panel):
1676
+ class CLIP_PT_tools_scenesetup(_bpy_types.Panel):
1674
1677
  bl_category: typing.Any
1675
1678
  bl_label: typing.Any
1676
1679
  bl_region_type: typing.Any
@@ -1705,7 +1708,7 @@ class CLIP_PT_tools_scenesetup(bpy.types.Panel):
1705
1708
  :param context:
1706
1709
  """
1707
1710
 
1708
- class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, bpy.types.Panel):
1711
+ class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, _bpy_types.Panel):
1709
1712
  bl_category: typing.Any
1710
1713
  bl_label: typing.Any
1711
1714
  bl_region_type: typing.Any
@@ -1733,7 +1736,7 @@ class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, bpy.types.Panel):
1733
1736
  :param context:
1734
1737
  """
1735
1738
 
1736
- class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, bpy.types.Panel):
1739
+ class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, _bpy_types.Panel):
1737
1740
  bl_category: typing.Any
1738
1741
  bl_label: typing.Any
1739
1742
  bl_options: typing.Any
@@ -1763,7 +1766,7 @@ class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, bpy.types.Panel):
1763
1766
  :param _context:
1764
1767
  """
1765
1768
 
1766
- class CLIP_PT_track(CLIP_PT_tracking_panel, bpy.types.Panel):
1769
+ class CLIP_PT_track(CLIP_PT_tracking_panel, _bpy_types.Panel):
1767
1770
  bl_category: typing.Any
1768
1771
  bl_label: typing.Any
1769
1772
  bl_region_type: typing.Any
@@ -1792,7 +1795,7 @@ class CLIP_PT_track(CLIP_PT_tracking_panel, bpy.types.Panel):
1792
1795
  :param context:
1793
1796
  """
1794
1797
 
1795
- class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
1798
+ class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
1796
1799
  """Predefined track color"""
1797
1800
 
1798
1801
  bl_label: typing.Any
@@ -1818,7 +1821,7 @@ class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
1818
1821
  :rtype: typing.Any
1819
1822
  """
1820
1823
 
1821
- class CLIP_PT_track_settings(CLIP_PT_tracking_panel, bpy.types.Panel):
1824
+ class CLIP_PT_track_settings(CLIP_PT_tracking_panel, _bpy_types.Panel):
1822
1825
  bl_category: typing.Any
1823
1826
  bl_label: typing.Any
1824
1827
  bl_options: typing.Any
@@ -1847,7 +1850,7 @@ class CLIP_PT_track_settings(CLIP_PT_tracking_panel, bpy.types.Panel):
1847
1850
  :param context:
1848
1851
  """
1849
1852
 
1850
- class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, bpy.types.Panel):
1853
+ class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, _bpy_types.Panel):
1851
1854
  bl_category: typing.Any
1852
1855
  bl_label: typing.Any
1853
1856
  bl_options: typing.Any
@@ -1884,7 +1887,7 @@ class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, bpy.types.Panel):
1884
1887
  :param context:
1885
1888
  """
1886
1889
 
1887
- class CLIP_PT_tracking_camera(bpy.types.Panel):
1890
+ class CLIP_PT_tracking_camera(_bpy_types.Panel):
1888
1891
  bl_category: typing.Any
1889
1892
  bl_label: typing.Any
1890
1893
  bl_options: typing.Any
@@ -1926,7 +1929,7 @@ class CLIP_PT_tracking_camera(bpy.types.Panel):
1926
1929
  :param context:
1927
1930
  """
1928
1931
 
1929
- class CLIP_PT_tracking_lens(bpy.types.Panel):
1932
+ class CLIP_PT_tracking_lens(_bpy_types.Panel):
1930
1933
  bl_category: typing.Any
1931
1934
  bl_label: typing.Any
1932
1935
  bl_options: typing.Any
@@ -1972,7 +1975,7 @@ class CLIP_PT_tracking_panel:
1972
1975
  :param context:
1973
1976
  """
1974
1977
 
1975
- class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, bpy.types.Panel):
1978
+ class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, _bpy_types.Panel):
1976
1979
  bl_category: typing.Any
1977
1980
  bl_label: typing.Any
1978
1981
  bl_region_type: typing.Any
@@ -2006,7 +2009,7 @@ class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, bpy.types.Panel):
2006
2009
  :param _context:
2007
2010
  """
2008
2011
 
2009
- class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, bpy.types.Panel):
2012
+ class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, _bpy_types.Panel):
2010
2013
  bl_label: typing.Any
2011
2014
  bl_options: typing.Any
2012
2015
  bl_parent_id: typing.Any
@@ -2035,7 +2038,7 @@ class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, bpy.types.Panel):
2035
2038
  :param context:
2036
2039
  """
2037
2040
 
2038
- class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, bpy.types.Panel):
2041
+ class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, _bpy_types.Panel):
2039
2042
  """Predefined tracking settings"""
2040
2043
 
2041
2044
  bl_label: typing.Any
@@ -2061,7 +2064,7 @@ class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, bpy.types.Panel
2061
2064
  :rtype: typing.Any
2062
2065
  """
2063
2066
 
2064
- class CLIP_UL_tracking_objects(bpy.types.UIList):
2067
+ class CLIP_UL_tracking_objects(_bpy_types.UIList):
2065
2068
  bl_rna: typing.Any
2066
2069
  id_data: typing.Any
2067
2070
 
@@ -2,9 +2,10 @@ import typing
2
2
  import collections.abc
3
3
  import typing_extensions
4
4
  import numpy.typing as npt
5
+ import _bpy_types
5
6
  import bpy.types
6
7
 
7
- class CONSOLE_HT_header(bpy.types.Header):
8
+ class CONSOLE_HT_header(_bpy_types.Header):
8
9
  bl_rna: typing.Any
9
10
  bl_space_type: typing.Any
10
11
  id_data: typing.Any
@@ -29,7 +30,7 @@ class CONSOLE_HT_header(bpy.types.Header):
29
30
  :param context:
30
31
  """
31
32
 
32
- class CONSOLE_MT_console(bpy.types.Menu):
33
+ class CONSOLE_MT_console(_bpy_types.Menu):
33
34
  bl_label: typing.Any
34
35
  bl_rna: typing.Any
35
36
  id_data: typing.Any
@@ -54,7 +55,7 @@ class CONSOLE_MT_console(bpy.types.Menu):
54
55
  :param _context:
55
56
  """
56
57
 
57
- class CONSOLE_MT_context_menu(bpy.types.Menu):
58
+ class CONSOLE_MT_context_menu(_bpy_types.Menu):
58
59
  bl_label: typing.Any
59
60
  bl_rna: typing.Any
60
61
  id_data: typing.Any
@@ -79,7 +80,7 @@ class CONSOLE_MT_context_menu(bpy.types.Menu):
79
80
  :param _context:
80
81
  """
81
82
 
82
- class CONSOLE_MT_editor_menus(bpy.types.Menu):
83
+ class CONSOLE_MT_editor_menus(_bpy_types.Menu):
83
84
  bl_idname: typing.Any
84
85
  bl_label: typing.Any
85
86
  bl_rna: typing.Any
@@ -105,7 +106,7 @@ class CONSOLE_MT_editor_menus(bpy.types.Menu):
105
106
  :param _context:
106
107
  """
107
108
 
108
- class CONSOLE_MT_language(bpy.types.Menu):
109
+ class CONSOLE_MT_language(_bpy_types.Menu):
109
110
  bl_label: typing.Any
110
111
  bl_rna: typing.Any
111
112
  id_data: typing.Any
@@ -130,7 +131,7 @@ class CONSOLE_MT_language(bpy.types.Menu):
130
131
  :param _context:
131
132
  """
132
133
 
133
- class CONSOLE_MT_view(bpy.types.Menu):
134
+ class CONSOLE_MT_view(_bpy_types.Menu):
134
135
  bl_label: typing.Any
135
136
  bl_rna: typing.Any
136
137
  id_data: typing.Any