fake-bpy-module 20240706__py3-none-any.whl → 20240708__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 (63) hide show
  1. bl_operators/assets/__init__.pyi +8 -8
  2. bl_operators/image_as_planes/__init__.pyi +43 -43
  3. bl_operators/node/__init__.pyi +234 -234
  4. bl_operators/object_quick_effects/__init__.pyi +21 -21
  5. bl_operators/presets/__init__.pyi +388 -388
  6. bl_ui/properties_collection/__init__.pyi +12 -12
  7. bl_ui/properties_constraint/__init__.pyi +954 -954
  8. bl_ui/properties_data_armature/__init__.pyi +85 -85
  9. bl_ui/properties_data_bone/__init__.pyi +12 -12
  10. bl_ui/properties_data_curve/__init__.pyi +92 -92
  11. bl_ui/properties_data_curves/__init__.pyi +12 -12
  12. bl_ui/properties_data_empty/__init__.pyi +12 -12
  13. bl_ui/properties_data_gpencil/__init__.pyi +265 -265
  14. bl_ui/properties_data_grease_pencil/__init__.pyi +312 -312
  15. bl_ui/properties_data_lattice/__init__.pyi +12 -12
  16. bl_ui/properties_data_light/__init__.pyi +12 -12
  17. bl_ui/properties_data_lightprobe/__init__.pyi +12 -12
  18. bl_ui/properties_data_mesh/__init__.pyi +527 -527
  19. bl_ui/properties_data_metaball/__init__.pyi +12 -12
  20. bl_ui/properties_data_modifier/__init__.pyi +19 -19
  21. bl_ui/properties_data_pointcloud/__init__.pyi +140 -140
  22. bl_ui/properties_data_shaderfx/__init__.pyi +5 -5
  23. bl_ui/properties_data_speaker/__init__.pyi +12 -12
  24. bl_ui/properties_data_volume/__init__.pyi +65 -65
  25. bl_ui/properties_freestyle/__init__.pyi +248 -248
  26. bl_ui/properties_material/__init__.pyi +145 -145
  27. bl_ui/properties_material_gpencil/__init__.pyi +86 -86
  28. bl_ui/properties_object/__init__.pyi +75 -75
  29. bl_ui/properties_output/__init__.pyi +201 -201
  30. bl_ui/properties_particle/__init__.pyi +220 -220
  31. bl_ui/properties_physics_cloth/__init__.pyi +12 -12
  32. bl_ui/properties_physics_common/__init__.pyi +12 -12
  33. bl_ui/properties_physics_dynamicpaint/__init__.pyi +187 -187
  34. bl_ui/properties_physics_field/__init__.pyi +19 -19
  35. bl_ui/properties_physics_fluid/__init__.pyi +61 -61
  36. bl_ui/properties_physics_rigidbody/__init__.pyi +5 -5
  37. bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +5 -5
  38. bl_ui/properties_physics_softbody/__init__.pyi +12 -12
  39. bl_ui/properties_render/__init__.pyi +217 -217
  40. bl_ui/properties_scene/__init__.pyi +143 -143
  41. bl_ui/properties_texture/__init__.pyi +156 -156
  42. bl_ui/properties_view_layer/__init__.pyi +78 -78
  43. bl_ui/properties_workspace/__init__.pyi +64 -64
  44. bl_ui/properties_world/__init__.pyi +12 -12
  45. bl_ui/space_clip/__init__.pyi +366 -366
  46. bl_ui/space_dopesheet/__init__.pyi +176 -176
  47. bl_ui/space_filebrowser/__init__.pyi +735 -735
  48. bl_ui/space_image/__init__.pyi +646 -646
  49. bl_ui/space_sequencer/__init__.pyi +841 -389
  50. bl_ui/space_time/__init__.pyi +11 -11
  51. bl_ui/space_userpref/__init__.pyi +684 -684
  52. bl_ui/space_view3d/__init__.pyi +1152 -1152
  53. bl_ui/space_view3d_toolbar/__init__.pyi +2831 -2831
  54. bmesh/types/__init__.pyi +48 -0
  55. bpy/types/__init__.pyi +70624 -70606
  56. {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/METADATA +4 -4
  57. {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/RECORD +63 -63
  58. freestyle/utils/__init__.pyi +1 -1
  59. keyingsets_builtins/__init__.pyi +87 -87
  60. mathutils/__init__.pyi +156 -50
  61. nodeitems_builtins/__init__.pyi +7 -7
  62. {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/WHEEL +0 -0
  63. {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240708.dist-info}/top_level.txt +0 -0
@@ -8514,25 +8514,18 @@ class CLIP_PT_active_mask_spline(
8514
8514
  """
8515
8515
  ...
8516
8516
 
8517
- class CLIP_PT_clip_view_panel:
8518
- def poll(self, context):
8519
- """
8520
-
8521
- :param context:
8522
- """
8523
- ...
8524
-
8525
- class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
8526
- """Predefined tracking camera intrinsics"""
8527
-
8517
+ class CLIP_PT_annotation(
8518
+ bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
8519
+ CLIP_PT_clip_view_panel,
8520
+ bpy_types._GenericUI,
8521
+ ):
8522
+ bl_category: typing.Any
8528
8523
  bl_label: typing.Any
8524
+ bl_options: typing.Any
8529
8525
  bl_region_type: typing.Any
8530
8526
  bl_rna: typing.Any
8531
8527
  bl_space_type: typing.Any
8532
8528
  id_data: typing.Any
8533
- preset_add_operator: typing.Any
8534
- preset_operator: typing.Any
8535
- preset_subdir: typing.Any
8536
8529
 
8537
8530
  def append(self, draw_func):
8538
8531
  """Append a draw function to this menu,
@@ -8573,18 +8566,19 @@ class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
8573
8566
  """
8574
8567
  ...
8575
8568
 
8576
- def draw_menu(self, layout, text=None):
8569
+ def draw_header(self, context):
8577
8570
  """
8578
8571
 
8579
- :param layout:
8580
- :param text:
8572
+ :param context:
8581
8573
  """
8582
8574
  ...
8583
8575
 
8584
- def draw_panel_header(self, layout):
8576
+ def draw_layers(self, context, layout, gpd):
8585
8577
  """
8586
8578
 
8579
+ :param context:
8587
8580
  :param layout:
8581
+ :param gpd:
8588
8582
  """
8589
8583
  ...
8590
8584
 
@@ -8706,42 +8700,15 @@ class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
8706
8700
  """
8707
8701
  ...
8708
8702
 
8709
- def path_menu(
8710
- self,
8711
- searchpaths: list[str],
8712
- operator: str,
8713
- props_default: dict = None,
8714
- prop_filepath: str | None = "filepath",
8715
- filter_ext: collections.abc.Callable | None = None,
8716
- filter_path=None,
8717
- display_name: collections.abc.Callable | None = None,
8718
- add_operator=None,
8719
- add_operator_props=None,
8720
- ):
8721
- """Populate a menu from a list of paths.
8722
-
8723
- :param searchpaths: Paths to scan.
8724
- :type searchpaths: list[str]
8725
- :param operator: The operator id to use with each file.
8726
- :type operator: str
8727
- :param props_default: Properties to assign to each operator.
8728
- :type props_default: dict
8729
- :param prop_filepath: Optional operator filepath property (defaults to "filepath").
8730
- :type prop_filepath: str | None
8731
- :param filter_ext: Optional callback that takes the file extensions.
8703
+ def path_resolve(self):
8704
+ """Returns the property from the path, raise an exception when not found."""
8705
+ ...
8732
8706
 
8733
- Returning false excludes the file from the list.
8734
- :type filter_ext: collections.abc.Callable | None
8735
- :param filter_path:
8736
- :param display_name: Optional callback that takes the full path, returns the name to display.
8737
- :type display_name: collections.abc.Callable | None
8738
- :param add_operator:
8739
- :param add_operator_props:
8707
+ def poll(self, context):
8740
8708
  """
8741
- ...
8742
8709
 
8743
- def path_resolve(self):
8744
- """Returns the property from the path, raise an exception when not found."""
8710
+ :param context:
8711
+ """
8745
8712
  ...
8746
8713
 
8747
8714
  def pop(self):
@@ -8794,14 +8761,17 @@ class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
8794
8761
  """
8795
8762
  ...
8796
8763
 
8797
- class CLIP_PT_clip_display(bpy_types._GenericUI):
8764
+ class CLIP_PT_camera_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
8765
+ """Predefined tracking camera intrinsics"""
8766
+
8798
8767
  bl_label: typing.Any
8799
- bl_parent_id: typing.Any
8800
8768
  bl_region_type: typing.Any
8801
8769
  bl_rna: typing.Any
8802
8770
  bl_space_type: typing.Any
8803
- bl_ui_units_x: typing.Any
8804
8771
  id_data: typing.Any
8772
+ preset_add_operator: typing.Any
8773
+ preset_operator: typing.Any
8774
+ preset_subdir: typing.Any
8805
8775
 
8806
8776
  def append(self, draw_func):
8807
8777
  """Append a draw function to this menu,
@@ -8842,6 +8812,21 @@ class CLIP_PT_clip_display(bpy_types._GenericUI):
8842
8812
  """
8843
8813
  ...
8844
8814
 
8815
+ def draw_menu(self, layout, text=None):
8816
+ """
8817
+
8818
+ :param layout:
8819
+ :param text:
8820
+ """
8821
+ ...
8822
+
8823
+ def draw_panel_header(self, layout):
8824
+ """
8825
+
8826
+ :param layout:
8827
+ """
8828
+ ...
8829
+
8845
8830
  def driver_add(self) -> bpy.types.FCurve:
8846
8831
  """Adds driver(s) to the given property
8847
8832
 
@@ -8960,6 +8945,40 @@ class CLIP_PT_clip_display(bpy_types._GenericUI):
8960
8945
  """
8961
8946
  ...
8962
8947
 
8948
+ def path_menu(
8949
+ self,
8950
+ searchpaths: list[str],
8951
+ operator: str,
8952
+ props_default: dict = None,
8953
+ prop_filepath: str | None = "filepath",
8954
+ filter_ext: collections.abc.Callable | None = None,
8955
+ filter_path=None,
8956
+ display_name: collections.abc.Callable | None = None,
8957
+ add_operator=None,
8958
+ add_operator_props=None,
8959
+ ):
8960
+ """Populate a menu from a list of paths.
8961
+
8962
+ :param searchpaths: Paths to scan.
8963
+ :type searchpaths: list[str]
8964
+ :param operator: The operator id to use with each file.
8965
+ :type operator: str
8966
+ :param props_default: Properties to assign to each operator.
8967
+ :type props_default: dict
8968
+ :param prop_filepath: Optional operator filepath property (defaults to "filepath").
8969
+ :type prop_filepath: str | None
8970
+ :param filter_ext: Optional callback that takes the file extensions.
8971
+
8972
+ Returning false excludes the file from the list.
8973
+ :type filter_ext: collections.abc.Callable | None
8974
+ :param filter_path:
8975
+ :param display_name: Optional callback that takes the full path, returns the name to display.
8976
+ :type display_name: collections.abc.Callable | None
8977
+ :param add_operator:
8978
+ :param add_operator_props:
8979
+ """
8980
+ ...
8981
+
8963
8982
  def path_resolve(self):
8964
8983
  """Returns the property from the path, raise an exception when not found."""
8965
8984
  ...
@@ -9014,8 +9033,9 @@ class CLIP_PT_clip_display(bpy_types._GenericUI):
9014
9033
  """
9015
9034
  ...
9016
9035
 
9017
- class CLIP_PT_display(bpy_types._GenericUI):
9036
+ class CLIP_PT_clip_display(bpy_types._GenericUI):
9018
9037
  bl_label: typing.Any
9038
+ bl_parent_id: typing.Any
9019
9039
  bl_region_type: typing.Any
9020
9040
  bl_rna: typing.Any
9021
9041
  bl_space_type: typing.Any
@@ -9233,7 +9253,15 @@ class CLIP_PT_display(bpy_types._GenericUI):
9233
9253
  """
9234
9254
  ...
9235
9255
 
9236
- class CLIP_PT_gizmo_display(bpy_types._GenericUI):
9256
+ class CLIP_PT_clip_view_panel:
9257
+ def poll(self, context):
9258
+ """
9259
+
9260
+ :param context:
9261
+ """
9262
+ ...
9263
+
9264
+ class CLIP_PT_display(bpy_types._GenericUI):
9237
9265
  bl_label: typing.Any
9238
9266
  bl_region_type: typing.Any
9239
9267
  bl_rna: typing.Any
@@ -9452,21 +9480,12 @@ class CLIP_PT_gizmo_display(bpy_types._GenericUI):
9452
9480
  """
9453
9481
  ...
9454
9482
 
9455
- class CLIP_PT_tracking_panel:
9456
- def poll(self, context):
9457
- """
9458
-
9459
- :param context:
9460
- """
9461
- ...
9462
-
9463
- class CLIP_PT_marker_display(bpy_types._GenericUI):
9483
+ class CLIP_PT_footage(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
9484
+ bl_category: typing.Any
9464
9485
  bl_label: typing.Any
9465
- bl_parent_id: typing.Any
9466
9486
  bl_region_type: typing.Any
9467
9487
  bl_rna: typing.Any
9468
9488
  bl_space_type: typing.Any
9469
- bl_ui_units_x: typing.Any
9470
9489
  id_data: typing.Any
9471
9490
 
9472
9491
  def append(self, draw_func):
@@ -9630,6 +9649,13 @@ class CLIP_PT_marker_display(bpy_types._GenericUI):
9630
9649
  """Returns the property from the path, raise an exception when not found."""
9631
9650
  ...
9632
9651
 
9652
+ def poll(self, context):
9653
+ """
9654
+
9655
+ :param context:
9656
+ """
9657
+ ...
9658
+
9633
9659
  def pop(self):
9634
9660
  """Remove and return the value of the custom property assigned to key or default
9635
9661
  when not found (matches Python's dictionary function of the same name).
@@ -9680,13 +9706,12 @@ class CLIP_PT_marker_display(bpy_types._GenericUI):
9680
9706
  """
9681
9707
  ...
9682
9708
 
9683
- class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._GenericUI):
9684
- bl_category: typing.Any
9709
+ class CLIP_PT_gizmo_display(bpy_types._GenericUI):
9685
9710
  bl_label: typing.Any
9686
- bl_options: typing.Any
9687
9711
  bl_region_type: typing.Any
9688
9712
  bl_rna: typing.Any
9689
9713
  bl_space_type: typing.Any
9714
+ bl_ui_units_x: typing.Any
9690
9715
  id_data: typing.Any
9691
9716
 
9692
9717
  def append(self, draw_func):
@@ -9850,13 +9875,6 @@ class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._Generic
9850
9875
  """Returns the property from the path, raise an exception when not found."""
9851
9876
  ...
9852
9877
 
9853
- def poll(self, context):
9854
- """
9855
-
9856
- :param context:
9857
- """
9858
- ...
9859
-
9860
9878
  def pop(self):
9861
9879
  """Remove and return the value of the custom property assigned to key or default
9862
9880
  when not found (matches Python's dictionary function of the same name).
@@ -9907,10 +9925,10 @@ class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._Generic
9907
9925
  """
9908
9926
  ...
9909
9927
 
9910
- class CLIP_PT_mask_display(
9911
- bl_ui.properties_mask_common.MASK_PT_display, bpy_types._GenericUI
9912
- ):
9928
+ class CLIP_PT_marker(CLIP_PT_tracking_panel, bpy_types._GenericUI):
9929
+ bl_category: typing.Any
9913
9930
  bl_label: typing.Any
9931
+ bl_options: typing.Any
9914
9932
  bl_region_type: typing.Any
9915
9933
  bl_rna: typing.Any
9916
9934
  bl_space_type: typing.Any
@@ -10134,14 +10152,13 @@ class CLIP_PT_mask_display(
10134
10152
  """
10135
10153
  ...
10136
10154
 
10137
- class CLIP_PT_mask_layers(
10138
- bl_ui.properties_mask_common.MASK_PT_layers, bpy_types._GenericUI
10139
- ):
10140
- bl_category: typing.Any
10155
+ class CLIP_PT_marker_display(bpy_types._GenericUI):
10141
10156
  bl_label: typing.Any
10157
+ bl_parent_id: typing.Any
10142
10158
  bl_region_type: typing.Any
10143
10159
  bl_rna: typing.Any
10144
10160
  bl_space_type: typing.Any
10161
+ bl_ui_units_x: typing.Any
10145
10162
  id_data: typing.Any
10146
10163
 
10147
10164
  def append(self, draw_func):
@@ -10305,13 +10322,6 @@ class CLIP_PT_mask_layers(
10305
10322
  """Returns the property from the path, raise an exception when not found."""
10306
10323
  ...
10307
10324
 
10308
- def poll(self, context):
10309
- """
10310
-
10311
- :param context:
10312
- """
10313
- ...
10314
-
10315
10325
  def pop(self):
10316
10326
  """Remove and return the value of the custom property assigned to key or default
10317
10327
  when not found (matches Python's dictionary function of the same name).
@@ -10362,12 +10372,13 @@ class CLIP_PT_mask_layers(
10362
10372
  """
10363
10373
  ...
10364
10374
 
10365
- class CLIP_PT_proportional_edit(bpy_types._GenericUI):
10375
+ class CLIP_PT_mask(bl_ui.properties_mask_common.MASK_PT_mask, bpy_types._GenericUI):
10376
+ bl_category: typing.Any
10366
10377
  bl_label: typing.Any
10378
+ bl_options: typing.Any
10367
10379
  bl_region_type: typing.Any
10368
10380
  bl_rna: typing.Any
10369
10381
  bl_space_type: typing.Any
10370
- bl_ui_units_x: typing.Any
10371
10382
  id_data: typing.Any
10372
10383
 
10373
10384
  def append(self, draw_func):
@@ -10531,6 +10542,13 @@ class CLIP_PT_proportional_edit(bpy_types._GenericUI):
10531
10542
  """Returns the property from the path, raise an exception when not found."""
10532
10543
  ...
10533
10544
 
10545
+ def poll(self, context):
10546
+ """
10547
+
10548
+ :param context:
10549
+ """
10550
+ ...
10551
+
10534
10552
  def pop(self):
10535
10553
  """Remove and return the value of the custom property assigned to key or default
10536
10554
  when not found (matches Python's dictionary function of the same name).
@@ -10581,21 +10599,13 @@ class CLIP_PT_proportional_edit(bpy_types._GenericUI):
10581
10599
  """
10582
10600
  ...
10583
10601
 
10584
- class CLIP_PT_reconstruction_panel:
10585
- def poll(self, context):
10586
- """
10587
-
10588
- :param context:
10589
- """
10590
- ...
10591
-
10592
- class CLIP_PT_tools_clip(bpy_types._GenericUI):
10593
- bl_category: typing.Any
10602
+ class CLIP_PT_mask_display(
10603
+ bl_ui.properties_mask_common.MASK_PT_display, bpy_types._GenericUI
10604
+ ):
10594
10605
  bl_label: typing.Any
10595
10606
  bl_region_type: typing.Any
10596
10607
  bl_rna: typing.Any
10597
10608
  bl_space_type: typing.Any
10598
- bl_translation_context: typing.Any
10599
10609
  id_data: typing.Any
10600
10610
 
10601
10611
  def append(self, draw_func):
@@ -10630,10 +10640,10 @@ class CLIP_PT_tools_clip(bpy_types._GenericUI):
10630
10640
  """
10631
10641
  ...
10632
10642
 
10633
- def draw(self, _context):
10643
+ def draw(self, context):
10634
10644
  """
10635
10645
 
10636
- :param _context:
10646
+ :param context:
10637
10647
  """
10638
10648
  ...
10639
10649
 
@@ -10816,9 +10826,8 @@ class CLIP_PT_tools_clip(bpy_types._GenericUI):
10816
10826
  """
10817
10827
  ...
10818
10828
 
10819
- class CLIP_PT_tools_grease_pencil_draw(
10820
- bl_ui.properties_grease_pencil_common.AnnotationDrawingToolsPanel,
10821
- bpy_types._GenericUI,
10829
+ class CLIP_PT_mask_layers(
10830
+ bl_ui.properties_mask_common.MASK_PT_layers, bpy_types._GenericUI
10822
10831
  ):
10823
10832
  bl_category: typing.Any
10824
10833
  bl_label: typing.Any
@@ -10988,6 +10997,13 @@ class CLIP_PT_tools_grease_pencil_draw(
10988
10997
  """Returns the property from the path, raise an exception when not found."""
10989
10998
  ...
10990
10999
 
11000
+ def poll(self, context):
11001
+ """
11002
+
11003
+ :param context:
11004
+ """
11005
+ ...
11006
+
10991
11007
  def pop(self):
10992
11008
  """Remove and return the value of the custom property assigned to key or default
10993
11009
  when not found (matches Python's dictionary function of the same name).
@@ -11038,11 +11054,10 @@ class CLIP_PT_tools_grease_pencil_draw(
11038
11054
  """
11039
11055
  ...
11040
11056
 
11041
- class CLIP_PT_tools_mask_tools(
11042
- bl_ui.properties_mask_common.MASK_PT_tools, bpy_types._GenericUI
11043
- ):
11057
+ class CLIP_PT_objects(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
11044
11058
  bl_category: typing.Any
11045
11059
  bl_label: typing.Any
11060
+ bl_options: typing.Any
11046
11061
  bl_region_type: typing.Any
11047
11062
  bl_rna: typing.Any
11048
11063
  bl_space_type: typing.Any
@@ -11080,10 +11095,10 @@ class CLIP_PT_tools_mask_tools(
11080
11095
  """
11081
11096
  ...
11082
11097
 
11083
- def draw(self, _context):
11098
+ def draw(self, context):
11084
11099
  """
11085
11100
 
11086
- :param _context:
11101
+ :param context:
11087
11102
  """
11088
11103
  ...
11089
11104
 
@@ -11266,11 +11281,10 @@ class CLIP_PT_tools_mask_tools(
11266
11281
  """
11267
11282
  ...
11268
11283
 
11269
- class CLIP_PT_tools_mask_transforms(
11270
- bl_ui.properties_mask_common.MASK_PT_transforms, bpy_types._GenericUI
11271
- ):
11284
+ class CLIP_PT_plane_track(CLIP_PT_tracking_panel, bpy_types._GenericUI):
11272
11285
  bl_category: typing.Any
11273
11286
  bl_label: typing.Any
11287
+ bl_options: typing.Any
11274
11288
  bl_region_type: typing.Any
11275
11289
  bl_rna: typing.Any
11276
11290
  bl_space_type: typing.Any
@@ -11308,10 +11322,10 @@ class CLIP_PT_tools_mask_transforms(
11308
11322
  """
11309
11323
  ...
11310
11324
 
11311
- def draw(self, _context):
11325
+ def draw(self, context):
11312
11326
  """
11313
11327
 
11314
- :param _context:
11328
+ :param context:
11315
11329
  """
11316
11330
  ...
11317
11331
 
@@ -11494,12 +11508,12 @@ class CLIP_PT_tools_mask_transforms(
11494
11508
  """
11495
11509
  ...
11496
11510
 
11497
- class CLIP_PT_tools_scenesetup(bpy_types._GenericUI):
11498
- bl_category: typing.Any
11511
+ class CLIP_PT_proportional_edit(bpy_types._GenericUI):
11499
11512
  bl_label: typing.Any
11500
11513
  bl_region_type: typing.Any
11501
11514
  bl_rna: typing.Any
11502
11515
  bl_space_type: typing.Any
11516
+ bl_ui_units_x: typing.Any
11503
11517
  id_data: typing.Any
11504
11518
 
11505
11519
  def append(self, draw_func):
@@ -11534,10 +11548,10 @@ class CLIP_PT_tools_scenesetup(bpy_types._GenericUI):
11534
11548
  """
11535
11549
  ...
11536
11550
 
11537
- def draw(self, _context):
11551
+ def draw(self, context):
11538
11552
  """
11539
11553
 
11540
- :param _context:
11554
+ :param context:
11541
11555
  """
11542
11556
  ...
11543
11557
 
@@ -11663,13 +11677,6 @@ class CLIP_PT_tools_scenesetup(bpy_types._GenericUI):
11663
11677
  """Returns the property from the path, raise an exception when not found."""
11664
11678
  ...
11665
11679
 
11666
- def poll(self, context):
11667
- """
11668
-
11669
- :param context:
11670
- """
11671
- ...
11672
-
11673
11680
  def pop(self):
11674
11681
  """Remove and return the value of the custom property assigned to key or default
11675
11682
  when not found (matches Python's dictionary function of the same name).
@@ -11720,17 +11727,14 @@ class CLIP_PT_tools_scenesetup(bpy_types._GenericUI):
11720
11727
  """
11721
11728
  ...
11722
11729
 
11723
- class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
11724
- """Predefined track color"""
11725
-
11730
+ class CLIP_PT_proxy(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
11731
+ bl_category: typing.Any
11726
11732
  bl_label: typing.Any
11733
+ bl_options: typing.Any
11727
11734
  bl_region_type: typing.Any
11728
11735
  bl_rna: typing.Any
11729
11736
  bl_space_type: typing.Any
11730
11737
  id_data: typing.Any
11731
- preset_add_operator: typing.Any
11732
- preset_operator: typing.Any
11733
- preset_subdir: typing.Any
11734
11738
 
11735
11739
  def append(self, draw_func):
11736
11740
  """Append a draw function to this menu,
@@ -11771,18 +11775,10 @@ class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI)
11771
11775
  """
11772
11776
  ...
11773
11777
 
11774
- def draw_menu(self, layout, text=None):
11775
- """
11776
-
11777
- :param layout:
11778
- :param text:
11779
- """
11780
- ...
11781
-
11782
- def draw_panel_header(self, layout):
11778
+ def draw_header(self, context):
11783
11779
  """
11784
11780
 
11785
- :param layout:
11781
+ :param context:
11786
11782
  """
11787
11783
  ...
11788
11784
 
@@ -11904,42 +11900,15 @@ class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI)
11904
11900
  """
11905
11901
  ...
11906
11902
 
11907
- def path_menu(
11908
- self,
11909
- searchpaths: list[str],
11910
- operator: str,
11911
- props_default: dict = None,
11912
- prop_filepath: str | None = "filepath",
11913
- filter_ext: collections.abc.Callable | None = None,
11914
- filter_path=None,
11915
- display_name: collections.abc.Callable | None = None,
11916
- add_operator=None,
11917
- add_operator_props=None,
11918
- ):
11919
- """Populate a menu from a list of paths.
11920
-
11921
- :param searchpaths: Paths to scan.
11922
- :type searchpaths: list[str]
11923
- :param operator: The operator id to use with each file.
11924
- :type operator: str
11925
- :param props_default: Properties to assign to each operator.
11926
- :type props_default: dict
11927
- :param prop_filepath: Optional operator filepath property (defaults to "filepath").
11928
- :type prop_filepath: str | None
11929
- :param filter_ext: Optional callback that takes the file extensions.
11903
+ def path_resolve(self):
11904
+ """Returns the property from the path, raise an exception when not found."""
11905
+ ...
11930
11906
 
11931
- Returning false excludes the file from the list.
11932
- :type filter_ext: collections.abc.Callable | None
11933
- :param filter_path:
11934
- :param display_name: Optional callback that takes the full path, returns the name to display.
11935
- :type display_name: collections.abc.Callable | None
11936
- :param add_operator:
11937
- :param add_operator_props:
11907
+ def poll(self, context):
11938
11908
  """
11939
- ...
11940
11909
 
11941
- def path_resolve(self):
11942
- """Returns the property from the path, raise an exception when not found."""
11910
+ :param context:
11911
+ """
11943
11912
  ...
11944
11913
 
11945
11914
  def pop(self):
@@ -11992,10 +11961,17 @@ class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI)
11992
11961
  """
11993
11962
  ...
11994
11963
 
11995
- class CLIP_PT_tracking_camera(bpy_types._GenericUI):
11964
+ class CLIP_PT_reconstruction_panel:
11965
+ def poll(self, context):
11966
+ """
11967
+
11968
+ :param context:
11969
+ """
11970
+ ...
11971
+
11972
+ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
11996
11973
  bl_category: typing.Any
11997
11974
  bl_label: typing.Any
11998
- bl_options: typing.Any
11999
11975
  bl_region_type: typing.Any
12000
11976
  bl_rna: typing.Any
12001
11977
  bl_space_type: typing.Any
@@ -12040,10 +12016,10 @@ class CLIP_PT_tracking_camera(bpy_types._GenericUI):
12040
12016
  """
12041
12017
  ...
12042
12018
 
12043
- def draw_header_preset(self, _context):
12019
+ def draw_header(self, context):
12044
12020
  """
12045
12021
 
12046
- :param _context:
12022
+ :param context:
12047
12023
  """
12048
12024
  ...
12049
12025
 
@@ -12226,15 +12202,13 @@ class CLIP_PT_tracking_camera(bpy_types._GenericUI):
12226
12202
  """
12227
12203
  ...
12228
12204
 
12229
- class CLIP_PT_tracking_lens(bpy_types._GenericUI):
12205
+ class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, bpy_types._GenericUI):
12230
12206
  bl_category: typing.Any
12231
12207
  bl_label: typing.Any
12232
12208
  bl_options: typing.Any
12233
- bl_parent_id: typing.Any
12234
12209
  bl_region_type: typing.Any
12235
12210
  bl_rna: typing.Any
12236
12211
  bl_space_type: typing.Any
12237
- bl_translation_context: typing.Any
12238
12212
  id_data: typing.Any
12239
12213
 
12240
12214
  def append(self, draw_func):
@@ -12455,17 +12429,14 @@ class CLIP_PT_tracking_lens(bpy_types._GenericUI):
12455
12429
  """
12456
12430
  ...
12457
12431
 
12458
- class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
12459
- """Predefined tracking settings"""
12460
-
12432
+ class CLIP_PT_tools_clip(bpy_types._GenericUI):
12433
+ bl_category: typing.Any
12461
12434
  bl_label: typing.Any
12462
12435
  bl_region_type: typing.Any
12463
12436
  bl_rna: typing.Any
12464
12437
  bl_space_type: typing.Any
12438
+ bl_translation_context: typing.Any
12465
12439
  id_data: typing.Any
12466
- preset_add_operator: typing.Any
12467
- preset_operator: typing.Any
12468
- preset_subdir: typing.Any
12469
12440
 
12470
12441
  def append(self, draw_func):
12471
12442
  """Append a draw function to this menu,
@@ -12499,25 +12470,10 @@ class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, bpy_types._Gene
12499
12470
  """
12500
12471
  ...
12501
12472
 
12502
- def draw(self, context):
12503
- """
12504
-
12505
- :param context:
12506
- """
12507
- ...
12508
-
12509
- def draw_menu(self, layout, text=None):
12510
- """
12511
-
12512
- :param layout:
12513
- :param text:
12514
- """
12515
- ...
12516
-
12517
- def draw_panel_header(self, layout):
12473
+ def draw(self, _context):
12518
12474
  """
12519
12475
 
12520
- :param layout:
12476
+ :param _context:
12521
12477
  """
12522
12478
  ...
12523
12479
 
@@ -12639,42 +12595,15 @@ class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, bpy_types._Gene
12639
12595
  """
12640
12596
  ...
12641
12597
 
12642
- def path_menu(
12643
- self,
12644
- searchpaths: list[str],
12645
- operator: str,
12646
- props_default: dict = None,
12647
- prop_filepath: str | None = "filepath",
12648
- filter_ext: collections.abc.Callable | None = None,
12649
- filter_path=None,
12650
- display_name: collections.abc.Callable | None = None,
12651
- add_operator=None,
12652
- add_operator_props=None,
12653
- ):
12654
- """Populate a menu from a list of paths.
12655
-
12656
- :param searchpaths: Paths to scan.
12657
- :type searchpaths: list[str]
12658
- :param operator: The operator id to use with each file.
12659
- :type operator: str
12660
- :param props_default: Properties to assign to each operator.
12661
- :type props_default: dict
12662
- :param prop_filepath: Optional operator filepath property (defaults to "filepath").
12663
- :type prop_filepath: str | None
12664
- :param filter_ext: Optional callback that takes the file extensions.
12598
+ def path_resolve(self):
12599
+ """Returns the property from the path, raise an exception when not found."""
12600
+ ...
12665
12601
 
12666
- Returning false excludes the file from the list.
12667
- :type filter_ext: collections.abc.Callable | None
12668
- :param filter_path:
12669
- :param display_name: Optional callback that takes the full path, returns the name to display.
12670
- :type display_name: collections.abc.Callable | None
12671
- :param add_operator:
12672
- :param add_operator_props:
12602
+ def poll(self, context):
12673
12603
  """
12674
- ...
12675
12604
 
12676
- def path_resolve(self):
12677
- """Returns the property from the path, raise an exception when not found."""
12605
+ :param context:
12606
+ """
12678
12607
  ...
12679
12608
 
12680
12609
  def pop(self):
@@ -12727,8 +12656,13 @@ class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, bpy_types._Gene
12727
12656
  """
12728
12657
  ...
12729
12658
 
12730
- class CLIP_UL_tracking_objects(bpy_types._GenericUI):
12659
+ class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, bpy_types._GenericUI):
12660
+ bl_category: typing.Any
12661
+ bl_label: typing.Any
12662
+ bl_options: typing.Any
12663
+ bl_region_type: typing.Any
12731
12664
  bl_rna: typing.Any
12665
+ bl_space_type: typing.Any
12732
12666
  id_data: typing.Any
12733
12667
 
12734
12668
  def append(self, draw_func):
@@ -12763,27 +12697,10 @@ class CLIP_UL_tracking_objects(bpy_types._GenericUI):
12763
12697
  """
12764
12698
  ...
12765
12699
 
12766
- def draw_item(
12767
- self,
12768
- _context,
12769
- layout,
12770
- _data,
12771
- item,
12772
- _icon,
12773
- _active_data,
12774
- _active_propname,
12775
- _index,
12776
- ):
12700
+ def draw(self, _context):
12777
12701
  """
12778
12702
 
12779
12703
  :param _context:
12780
- :param layout:
12781
- :param _data:
12782
- :param item:
12783
- :param _icon:
12784
- :param _active_data:
12785
- :param _active_propname:
12786
- :param _index:
12787
12704
  """
12788
12705
  ...
12789
12706
 
@@ -12909,6 +12826,13 @@ class CLIP_UL_tracking_objects(bpy_types._GenericUI):
12909
12826
  """Returns the property from the path, raise an exception when not found."""
12910
12827
  ...
12911
12828
 
12829
+ def poll(self, context):
12830
+ """
12831
+
12832
+ :param context:
12833
+ """
12834
+ ...
12835
+
12912
12836
  def pop(self):
12913
12837
  """Remove and return the value of the custom property assigned to key or default
12914
12838
  when not found (matches Python's dictionary function of the same name).
@@ -12959,14 +12883,12 @@ class CLIP_UL_tracking_objects(bpy_types._GenericUI):
12959
12883
  """
12960
12884
  ...
12961
12885
 
12962
- class CLIP_PT_annotation(
12963
- bl_ui.properties_grease_pencil_common.AnnotationDataPanel,
12964
- CLIP_PT_clip_view_panel,
12886
+ class CLIP_PT_tools_grease_pencil_draw(
12887
+ bl_ui.properties_grease_pencil_common.AnnotationDrawingToolsPanel,
12965
12888
  bpy_types._GenericUI,
12966
12889
  ):
12967
12890
  bl_category: typing.Any
12968
12891
  bl_label: typing.Any
12969
- bl_options: typing.Any
12970
12892
  bl_region_type: typing.Any
12971
12893
  bl_rna: typing.Any
12972
12894
  bl_space_type: typing.Any
@@ -13011,22 +12933,6 @@ class CLIP_PT_annotation(
13011
12933
  """
13012
12934
  ...
13013
12935
 
13014
- def draw_header(self, context):
13015
- """
13016
-
13017
- :param context:
13018
- """
13019
- ...
13020
-
13021
- def draw_layers(self, context, layout, gpd):
13022
- """
13023
-
13024
- :param context:
13025
- :param layout:
13026
- :param gpd:
13027
- """
13028
- ...
13029
-
13030
12936
  def driver_add(self) -> bpy.types.FCurve:
13031
12937
  """Adds driver(s) to the given property
13032
12938
 
@@ -13146,14 +13052,7 @@ class CLIP_PT_annotation(
13146
13052
  ...
13147
13053
 
13148
13054
  def path_resolve(self):
13149
- """Returns the property from the path, raise an exception when not found."""
13150
- ...
13151
-
13152
- def poll(self, context):
13153
- """
13154
-
13155
- :param context:
13156
- """
13055
+ """Returns the property from the path, raise an exception when not found."""
13157
13056
  ...
13158
13057
 
13159
13058
  def pop(self):
@@ -13206,7 +13105,7 @@ class CLIP_PT_annotation(
13206
13105
  """
13207
13106
  ...
13208
13107
 
13209
- class CLIP_PT_footage(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
13108
+ class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, bpy_types._GenericUI):
13210
13109
  bl_category: typing.Any
13211
13110
  bl_label: typing.Any
13212
13111
  bl_region_type: typing.Any
@@ -13246,10 +13145,10 @@ class CLIP_PT_footage(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
13246
13145
  """
13247
13146
  ...
13248
13147
 
13249
- def draw(self, context):
13148
+ def draw(self, _context):
13250
13149
  """
13251
13150
 
13252
- :param context:
13151
+ :param _context:
13253
13152
  """
13254
13153
  ...
13255
13154
 
@@ -13432,10 +13331,11 @@ class CLIP_PT_footage(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
13432
13331
  """
13433
13332
  ...
13434
13333
 
13435
- class CLIP_PT_objects(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
13334
+ class CLIP_PT_tools_mask_tools(
13335
+ bl_ui.properties_mask_common.MASK_PT_tools, bpy_types._GenericUI
13336
+ ):
13436
13337
  bl_category: typing.Any
13437
13338
  bl_label: typing.Any
13438
- bl_options: typing.Any
13439
13339
  bl_region_type: typing.Any
13440
13340
  bl_rna: typing.Any
13441
13341
  bl_space_type: typing.Any
@@ -13473,10 +13373,10 @@ class CLIP_PT_objects(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
13473
13373
  """
13474
13374
  ...
13475
13375
 
13476
- def draw(self, context):
13376
+ def draw(self, _context):
13477
13377
  """
13478
13378
 
13479
- :param context:
13379
+ :param _context:
13480
13380
  """
13481
13381
  ...
13482
13382
 
@@ -13659,10 +13559,11 @@ class CLIP_PT_objects(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
13659
13559
  """
13660
13560
  ...
13661
13561
 
13662
- class CLIP_PT_proxy(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
13562
+ class CLIP_PT_tools_mask_transforms(
13563
+ bl_ui.properties_mask_common.MASK_PT_transforms, bpy_types._GenericUI
13564
+ ):
13663
13565
  bl_category: typing.Any
13664
13566
  bl_label: typing.Any
13665
- bl_options: typing.Any
13666
13567
  bl_region_type: typing.Any
13667
13568
  bl_rna: typing.Any
13668
13569
  bl_space_type: typing.Any
@@ -13700,17 +13601,10 @@ class CLIP_PT_proxy(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
13700
13601
  """
13701
13602
  ...
13702
13603
 
13703
- def draw(self, context):
13704
- """
13705
-
13706
- :param context:
13707
- """
13708
- ...
13709
-
13710
- def draw_header(self, context):
13604
+ def draw(self, _context):
13711
13605
  """
13712
13606
 
13713
- :param context:
13607
+ :param _context:
13714
13608
  """
13715
13609
  ...
13716
13610
 
@@ -13893,10 +13787,9 @@ class CLIP_PT_proxy(CLIP_PT_clip_view_panel, bpy_types._GenericUI):
13893
13787
  """
13894
13788
  ...
13895
13789
 
13896
- class CLIP_PT_marker(CLIP_PT_tracking_panel, bpy_types._GenericUI):
13790
+ class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
13897
13791
  bl_category: typing.Any
13898
13792
  bl_label: typing.Any
13899
- bl_options: typing.Any
13900
13793
  bl_region_type: typing.Any
13901
13794
  bl_rna: typing.Any
13902
13795
  bl_space_type: typing.Any
@@ -14120,10 +14013,9 @@ class CLIP_PT_marker(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14120
14013
  """
14121
14014
  ...
14122
14015
 
14123
- class CLIP_PT_plane_track(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14016
+ class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14124
14017
  bl_category: typing.Any
14125
14018
  bl_label: typing.Any
14126
- bl_options: typing.Any
14127
14019
  bl_region_type: typing.Any
14128
14020
  bl_rna: typing.Any
14129
14021
  bl_space_type: typing.Any
@@ -14347,7 +14239,7 @@ class CLIP_PT_plane_track(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14347
14239
  """
14348
14240
  ...
14349
14241
 
14350
- class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14242
+ class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14351
14243
  bl_category: typing.Any
14352
14244
  bl_label: typing.Any
14353
14245
  bl_options: typing.Any
@@ -14388,10 +14280,10 @@ class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14388
14280
  """
14389
14281
  ...
14390
14282
 
14391
- def draw(self, context):
14283
+ def draw(self, _context):
14392
14284
  """
14393
14285
 
14394
- :param context:
14286
+ :param _context:
14395
14287
  """
14396
14288
  ...
14397
14289
 
@@ -14574,10 +14466,9 @@ class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14574
14466
  """
14575
14467
  ...
14576
14468
 
14577
- class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14469
+ class CLIP_PT_tools_scenesetup(bpy_types._GenericUI):
14578
14470
  bl_category: typing.Any
14579
14471
  bl_label: typing.Any
14580
- bl_options: typing.Any
14581
14472
  bl_region_type: typing.Any
14582
14473
  bl_rna: typing.Any
14583
14474
  bl_space_type: typing.Any
@@ -14801,7 +14692,7 @@ class CLIP_PT_tools_geometry(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14801
14692
  """
14802
14693
  ...
14803
14694
 
14804
- class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14695
+ class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14805
14696
  bl_category: typing.Any
14806
14697
  bl_label: typing.Any
14807
14698
  bl_region_type: typing.Any
@@ -14841,10 +14732,10 @@ class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14841
14732
  """
14842
14733
  ...
14843
14734
 
14844
- def draw(self, _context):
14735
+ def draw(self, context):
14845
14736
  """
14846
14737
 
14847
- :param _context:
14738
+ :param context:
14848
14739
  """
14849
14740
  ...
14850
14741
 
@@ -15027,12 +14918,14 @@ class CLIP_PT_tools_marker(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15027
14918
  """
15028
14919
  ...
15029
14920
 
15030
- class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, bpy_types._GenericUI):
14921
+ class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15031
14922
  bl_category: typing.Any
15032
14923
  bl_label: typing.Any
14924
+ bl_options: typing.Any
15033
14925
  bl_region_type: typing.Any
15034
14926
  bl_rna: typing.Any
15035
14927
  bl_space_type: typing.Any
14928
+ bl_translation_context: typing.Any
15036
14929
  id_data: typing.Any
15037
14930
 
15038
14931
  def append(self, draw_func):
@@ -15067,10 +14960,10 @@ class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15067
14960
  """
15068
14961
  ...
15069
14962
 
15070
- def draw(self, context):
14963
+ def draw(self, _context):
15071
14964
  """
15072
14965
 
15073
- :param context:
14966
+ :param _context:
15074
14967
  """
15075
14968
  ...
15076
14969
 
@@ -15253,13 +15146,13 @@ class CLIP_PT_tools_orientation(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15253
15146
  """
15254
15147
  ...
15255
15148
 
15256
- class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15149
+ class CLIP_PT_track(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15257
15150
  bl_category: typing.Any
15258
15151
  bl_label: typing.Any
15259
- bl_options: typing.Any
15260
15152
  bl_region_type: typing.Any
15261
15153
  bl_rna: typing.Any
15262
15154
  bl_space_type: typing.Any
15155
+ bl_translation_context: typing.Any
15263
15156
  id_data: typing.Any
15264
15157
 
15265
15158
  def append(self, draw_func):
@@ -15294,10 +15187,10 @@ class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, bpy_types._GenericUI)
15294
15187
  """
15295
15188
  ...
15296
15189
 
15297
- def draw(self, _context):
15190
+ def draw(self, context):
15298
15191
  """
15299
15192
 
15300
- :param _context:
15193
+ :param context:
15301
15194
  """
15302
15195
  ...
15303
15196
 
@@ -15480,13 +15373,17 @@ class CLIP_PT_tools_plane_tracking(CLIP_PT_tracking_panel, bpy_types._GenericUI)
15480
15373
  """
15481
15374
  ...
15482
15375
 
15483
- class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15484
- bl_category: typing.Any
15376
+ class CLIP_PT_track_color_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
15377
+ """Predefined track color"""
15378
+
15485
15379
  bl_label: typing.Any
15486
15380
  bl_region_type: typing.Any
15487
15381
  bl_rna: typing.Any
15488
15382
  bl_space_type: typing.Any
15489
15383
  id_data: typing.Any
15384
+ preset_add_operator: typing.Any
15385
+ preset_operator: typing.Any
15386
+ preset_subdir: typing.Any
15490
15387
 
15491
15388
  def append(self, draw_func):
15492
15389
  """Append a draw function to this menu,
@@ -15527,6 +15424,21 @@ class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15527
15424
  """
15528
15425
  ...
15529
15426
 
15427
+ def draw_menu(self, layout, text=None):
15428
+ """
15429
+
15430
+ :param layout:
15431
+ :param text:
15432
+ """
15433
+ ...
15434
+
15435
+ def draw_panel_header(self, layout):
15436
+ """
15437
+
15438
+ :param layout:
15439
+ """
15440
+ ...
15441
+
15530
15442
  def driver_add(self) -> bpy.types.FCurve:
15531
15443
  """Adds driver(s) to the given property
15532
15444
 
@@ -15645,17 +15557,44 @@ class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15645
15557
  """
15646
15558
  ...
15647
15559
 
15648
- def path_resolve(self):
15649
- """Returns the property from the path, raise an exception when not found."""
15650
- ...
15560
+ def path_menu(
15561
+ self,
15562
+ searchpaths: list[str],
15563
+ operator: str,
15564
+ props_default: dict = None,
15565
+ prop_filepath: str | None = "filepath",
15566
+ filter_ext: collections.abc.Callable | None = None,
15567
+ filter_path=None,
15568
+ display_name: collections.abc.Callable | None = None,
15569
+ add_operator=None,
15570
+ add_operator_props=None,
15571
+ ):
15572
+ """Populate a menu from a list of paths.
15651
15573
 
15652
- def poll(self, context):
15653
- """
15574
+ :param searchpaths: Paths to scan.
15575
+ :type searchpaths: list[str]
15576
+ :param operator: The operator id to use with each file.
15577
+ :type operator: str
15578
+ :param props_default: Properties to assign to each operator.
15579
+ :type props_default: dict
15580
+ :param prop_filepath: Optional operator filepath property (defaults to "filepath").
15581
+ :type prop_filepath: str | None
15582
+ :param filter_ext: Optional callback that takes the file extensions.
15654
15583
 
15655
- :param context:
15584
+ Returning false excludes the file from the list.
15585
+ :type filter_ext: collections.abc.Callable | None
15586
+ :param filter_path:
15587
+ :param display_name: Optional callback that takes the full path, returns the name to display.
15588
+ :type display_name: collections.abc.Callable | None
15589
+ :param add_operator:
15590
+ :param add_operator_props:
15656
15591
  """
15657
15592
  ...
15658
15593
 
15594
+ def path_resolve(self):
15595
+ """Returns the property from the path, raise an exception when not found."""
15596
+ ...
15597
+
15659
15598
  def pop(self):
15660
15599
  """Remove and return the value of the custom property assigned to key or default
15661
15600
  when not found (matches Python's dictionary function of the same name).
@@ -15706,14 +15645,13 @@ class CLIP_PT_tools_solve(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15706
15645
  """
15707
15646
  ...
15708
15647
 
15709
- class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15648
+ class CLIP_PT_track_settings(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15710
15649
  bl_category: typing.Any
15711
15650
  bl_label: typing.Any
15712
15651
  bl_options: typing.Any
15713
15652
  bl_region_type: typing.Any
15714
15653
  bl_rna: typing.Any
15715
15654
  bl_space_type: typing.Any
15716
- bl_translation_context: typing.Any
15717
15655
  id_data: typing.Any
15718
15656
 
15719
15657
  def append(self, draw_func):
@@ -15748,10 +15686,10 @@ class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15748
15686
  """
15749
15687
  ...
15750
15688
 
15751
- def draw(self, _context):
15689
+ def draw(self, context):
15752
15690
  """
15753
15691
 
15754
- :param _context:
15692
+ :param context:
15755
15693
  """
15756
15694
  ...
15757
15695
 
@@ -15934,13 +15872,14 @@ class CLIP_PT_tools_tracking(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15934
15872
  """
15935
15873
  ...
15936
15874
 
15937
- class CLIP_PT_track(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15875
+ class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, bpy_types._GenericUI):
15938
15876
  bl_category: typing.Any
15939
15877
  bl_label: typing.Any
15878
+ bl_options: typing.Any
15879
+ bl_parent_id: typing.Any
15940
15880
  bl_region_type: typing.Any
15941
15881
  bl_rna: typing.Any
15942
15882
  bl_space_type: typing.Any
15943
- bl_translation_context: typing.Any
15944
15883
  id_data: typing.Any
15945
15884
 
15946
15885
  def append(self, draw_func):
@@ -16161,7 +16100,7 @@ class CLIP_PT_track(CLIP_PT_tracking_panel, bpy_types._GenericUI):
16161
16100
  """
16162
16101
  ...
16163
16102
 
16164
- class CLIP_PT_track_settings(CLIP_PT_tracking_panel, bpy_types._GenericUI):
16103
+ class CLIP_PT_tracking_camera(bpy_types._GenericUI):
16165
16104
  bl_category: typing.Any
16166
16105
  bl_label: typing.Any
16167
16106
  bl_options: typing.Any
@@ -16209,6 +16148,13 @@ class CLIP_PT_track_settings(CLIP_PT_tracking_panel, bpy_types._GenericUI):
16209
16148
  """
16210
16149
  ...
16211
16150
 
16151
+ def draw_header_preset(self, _context):
16152
+ """
16153
+
16154
+ :param _context:
16155
+ """
16156
+ ...
16157
+
16212
16158
  def driver_add(self) -> bpy.types.FCurve:
16213
16159
  """Adds driver(s) to the given property
16214
16160
 
@@ -16388,7 +16334,7 @@ class CLIP_PT_track_settings(CLIP_PT_tracking_panel, bpy_types._GenericUI):
16388
16334
  """
16389
16335
  ...
16390
16336
 
16391
- class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, bpy_types._GenericUI):
16337
+ class CLIP_PT_tracking_lens(bpy_types._GenericUI):
16392
16338
  bl_category: typing.Any
16393
16339
  bl_label: typing.Any
16394
16340
  bl_options: typing.Any
@@ -16396,6 +16342,7 @@ class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, bpy_types._GenericUI
16396
16342
  bl_region_type: typing.Any
16397
16343
  bl_rna: typing.Any
16398
16344
  bl_space_type: typing.Any
16345
+ bl_translation_context: typing.Any
16399
16346
  id_data: typing.Any
16400
16347
 
16401
16348
  def append(self, draw_func):
@@ -16616,6 +16563,14 @@ class CLIP_PT_track_settings_extras(CLIP_PT_tracking_panel, bpy_types._GenericUI
16616
16563
  """
16617
16564
  ...
16618
16565
 
16566
+ class CLIP_PT_tracking_panel:
16567
+ def poll(self, context):
16568
+ """
16569
+
16570
+ :param context:
16571
+ """
16572
+ ...
16573
+
16619
16574
  class CLIP_PT_tracking_settings(CLIP_PT_tracking_panel, bpy_types._GenericUI):
16620
16575
  bl_category: typing.Any
16621
16576
  bl_label: typing.Any
@@ -17076,13 +17031,17 @@ class CLIP_PT_tracking_settings_extras(CLIP_PT_tracking_panel, bpy_types._Generi
17076
17031
  """
17077
17032
  ...
17078
17033
 
17079
- class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
17080
- bl_category: typing.Any
17034
+ class CLIP_PT_tracking_settings_presets(bl_ui.utils.PresetPanel, bpy_types._GenericUI):
17035
+ """Predefined tracking settings"""
17036
+
17081
17037
  bl_label: typing.Any
17082
17038
  bl_region_type: typing.Any
17083
17039
  bl_rna: typing.Any
17084
17040
  bl_space_type: typing.Any
17085
17041
  id_data: typing.Any
17042
+ preset_add_operator: typing.Any
17043
+ preset_operator: typing.Any
17044
+ preset_subdir: typing.Any
17086
17045
 
17087
17046
  def append(self, draw_func):
17088
17047
  """Append a draw function to this menu,
@@ -17123,10 +17082,18 @@ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
17123
17082
  """
17124
17083
  ...
17125
17084
 
17126
- def draw_header(self, context):
17085
+ def draw_menu(self, layout, text=None):
17127
17086
  """
17128
17087
 
17129
- :param context:
17088
+ :param layout:
17089
+ :param text:
17090
+ """
17091
+ ...
17092
+
17093
+ def draw_panel_header(self, layout):
17094
+ """
17095
+
17096
+ :param layout:
17130
17097
  """
17131
17098
  ...
17132
17099
 
@@ -17248,17 +17215,44 @@ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
17248
17215
  """
17249
17216
  ...
17250
17217
 
17251
- def path_resolve(self):
17252
- """Returns the property from the path, raise an exception when not found."""
17253
- ...
17218
+ def path_menu(
17219
+ self,
17220
+ searchpaths: list[str],
17221
+ operator: str,
17222
+ props_default: dict = None,
17223
+ prop_filepath: str | None = "filepath",
17224
+ filter_ext: collections.abc.Callable | None = None,
17225
+ filter_path=None,
17226
+ display_name: collections.abc.Callable | None = None,
17227
+ add_operator=None,
17228
+ add_operator_props=None,
17229
+ ):
17230
+ """Populate a menu from a list of paths.
17254
17231
 
17255
- def poll(self, context):
17256
- """
17232
+ :param searchpaths: Paths to scan.
17233
+ :type searchpaths: list[str]
17234
+ :param operator: The operator id to use with each file.
17235
+ :type operator: str
17236
+ :param props_default: Properties to assign to each operator.
17237
+ :type props_default: dict
17238
+ :param prop_filepath: Optional operator filepath property (defaults to "filepath").
17239
+ :type prop_filepath: str | None
17240
+ :param filter_ext: Optional callback that takes the file extensions.
17257
17241
 
17258
- :param context:
17242
+ Returning false excludes the file from the list.
17243
+ :type filter_ext: collections.abc.Callable | None
17244
+ :param filter_path:
17245
+ :param display_name: Optional callback that takes the full path, returns the name to display.
17246
+ :type display_name: collections.abc.Callable | None
17247
+ :param add_operator:
17248
+ :param add_operator_props:
17259
17249
  """
17260
17250
  ...
17261
17251
 
17252
+ def path_resolve(self):
17253
+ """Returns the property from the path, raise an exception when not found."""
17254
+ ...
17255
+
17262
17256
  def pop(self):
17263
17257
  """Remove and return the value of the custom property assigned to key or default
17264
17258
  when not found (matches Python's dictionary function of the same name).
@@ -17309,12 +17303,8 @@ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
17309
17303
  """
17310
17304
  ...
17311
17305
 
17312
- class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
17313
- bl_category: typing.Any
17314
- bl_label: typing.Any
17315
- bl_region_type: typing.Any
17306
+ class CLIP_UL_tracking_objects(bpy_types._GenericUI):
17316
17307
  bl_rna: typing.Any
17317
- bl_space_type: typing.Any
17318
17308
  id_data: typing.Any
17319
17309
 
17320
17310
  def append(self, draw_func):
@@ -17349,10 +17339,27 @@ class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
17349
17339
  """
17350
17340
  ...
17351
17341
 
17352
- def draw(self, context):
17342
+ def draw_item(
17343
+ self,
17344
+ _context,
17345
+ layout,
17346
+ _data,
17347
+ item,
17348
+ _icon,
17349
+ _active_data,
17350
+ _active_propname,
17351
+ _index,
17352
+ ):
17353
17353
  """
17354
17354
 
17355
- :param context:
17355
+ :param _context:
17356
+ :param layout:
17357
+ :param _data:
17358
+ :param item:
17359
+ :param _icon:
17360
+ :param _active_data:
17361
+ :param _active_propname:
17362
+ :param _index:
17356
17363
  """
17357
17364
  ...
17358
17365
 
@@ -17478,13 +17485,6 @@ class CLIP_PT_tools_object(CLIP_PT_reconstruction_panel, bpy_types._GenericUI):
17478
17485
  """Returns the property from the path, raise an exception when not found."""
17479
17486
  ...
17480
17487
 
17481
- def poll(self, context):
17482
- """
17483
-
17484
- :param context:
17485
- """
17486
- ...
17487
-
17488
17488
  def pop(self):
17489
17489
  """Remove and return the value of the custom property assigned to key or default
17490
17490
  when not found (matches Python's dictionary function of the same name).