fake-bpy-module 20240706__py3-none-any.whl → 20240707__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 (62) 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. bpy/types/__init__.pyi +69750 -69696
  55. {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240707.dist-info}/METADATA +1 -1
  56. {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240707.dist-info}/RECORD +62 -62
  57. freestyle/utils/__init__.pyi +1 -1
  58. keyingsets_builtins/__init__.pyi +87 -87
  59. mathutils/__init__.pyi +156 -6
  60. nodeitems_builtins/__init__.pyi +7 -7
  61. {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240707.dist-info}/WHEEL +0 -0
  62. {fake_bpy_module-20240706.dist-info → fake_bpy_module-20240707.dist-info}/top_level.txt +0 -0
@@ -561,12 +561,9 @@ class ArmatureButtonsPanel:
561
561
  """
562
562
  ...
563
563
 
564
- class DATA_PT_motion_paths(
565
- bl_ui.properties_animviz.MotionPathButtonsPanel, bpy_types._GenericUI
566
- ):
564
+ class DATA_PT_bone_collections(ArmatureButtonsPanel, bpy_types._GenericUI):
567
565
  bl_context: typing.Any
568
566
  bl_label: typing.Any
569
- bl_options: typing.Any
570
567
  bl_region_type: typing.Any
571
568
  bl_rna: typing.Any
572
569
  bl_space_type: typing.Any
@@ -611,16 +608,6 @@ class DATA_PT_motion_paths(
611
608
  """
612
609
  ...
613
610
 
614
- def draw_settings(self, _context, avs, mpath, bones=False):
615
- """
616
-
617
- :param _context:
618
- :param avs:
619
- :param mpath:
620
- :param bones:
621
- """
622
- ...
623
-
624
611
  def driver_add(self) -> bpy.types.FCurve:
625
612
  """Adds driver(s) to the given property
626
613
 
@@ -800,13 +787,10 @@ class DATA_PT_motion_paths(
800
787
  """
801
788
  ...
802
789
 
803
- class DATA_PT_motion_paths_display(
804
- bl_ui.properties_animviz.MotionPathButtonsPanel_display, bpy_types._GenericUI
805
- ):
790
+ class DATA_PT_context_arm(ArmatureButtonsPanel, bpy_types._GenericUI):
806
791
  bl_context: typing.Any
807
792
  bl_label: typing.Any
808
793
  bl_options: typing.Any
809
- bl_parent_id: typing.Any
810
794
  bl_region_type: typing.Any
811
795
  bl_rna: typing.Any
812
796
  bl_space_type: typing.Any
@@ -851,16 +835,6 @@ class DATA_PT_motion_paths_display(
851
835
  """
852
836
  ...
853
837
 
854
- def draw_settings(self, _context, avs, mpath, bones=False):
855
- """
856
-
857
- :param _context:
858
- :param avs:
859
- :param mpath:
860
- :param bones:
861
- """
862
- ...
863
-
864
838
  def driver_add(self) -> bpy.types.FCurve:
865
839
  """Adds driver(s) to the given property
866
840
 
@@ -1040,8 +1014,21 @@ class DATA_PT_motion_paths_display(
1040
1014
  """
1041
1015
  ...
1042
1016
 
1043
- class DATA_UL_bone_collections(bpy_types._GenericUI):
1017
+ class DATA_PT_custom_props_arm(
1018
+ ArmatureButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
1019
+ ):
1020
+ """The subclass should have its own poll function
1021
+ and the variable '_context_path' MUST be set.
1022
+ """
1023
+
1024
+ COMPAT_ENGINES: typing.Any
1025
+ bl_context: typing.Any
1026
+ bl_label: typing.Any
1027
+ bl_options: typing.Any
1028
+ bl_order: typing.Any
1029
+ bl_region_type: typing.Any
1044
1030
  bl_rna: typing.Any
1031
+ bl_space_type: typing.Any
1045
1032
  id_data: typing.Any
1046
1033
 
1047
1034
  def append(self, draw_func):
@@ -1076,27 +1063,10 @@ class DATA_UL_bone_collections(bpy_types._GenericUI):
1076
1063
  """
1077
1064
  ...
1078
1065
 
1079
- def draw_item(
1080
- self,
1081
- _context,
1082
- layout,
1083
- armature,
1084
- bcoll,
1085
- _icon,
1086
- _active_data,
1087
- _active_propname,
1088
- _index,
1089
- ):
1066
+ def draw(self, context):
1090
1067
  """
1091
1068
 
1092
- :param _context:
1093
- :param layout:
1094
- :param armature:
1095
- :param bcoll:
1096
- :param _icon:
1097
- :param _active_data:
1098
- :param _active_propname:
1099
- :param _index:
1069
+ :param context:
1100
1070
  """
1101
1071
  ...
1102
1072
 
@@ -1222,6 +1192,13 @@ class DATA_UL_bone_collections(bpy_types._GenericUI):
1222
1192
  """Returns the property from the path, raise an exception when not found."""
1223
1193
  ...
1224
1194
 
1195
+ def poll(self, context):
1196
+ """
1197
+
1198
+ :param context:
1199
+ """
1200
+ ...
1201
+
1225
1202
  def pop(self):
1226
1203
  """Remove and return the value of the custom property assigned to key or default
1227
1204
  when not found (matches Python's dictionary function of the same name).
@@ -1272,9 +1249,19 @@ class DATA_UL_bone_collections(bpy_types._GenericUI):
1272
1249
  """
1273
1250
  ...
1274
1251
 
1275
- class DATA_PT_bone_collections(ArmatureButtonsPanel, bpy_types._GenericUI):
1252
+ class DATA_PT_custom_props_bcoll(
1253
+ ArmatureButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
1254
+ ):
1255
+ """The subclass should have its own poll function
1256
+ and the variable '_context_path' MUST be set.
1257
+ """
1258
+
1259
+ COMPAT_ENGINES: typing.Any
1276
1260
  bl_context: typing.Any
1277
1261
  bl_label: typing.Any
1262
+ bl_options: typing.Any
1263
+ bl_order: typing.Any
1264
+ bl_parent_id: typing.Any
1278
1265
  bl_region_type: typing.Any
1279
1266
  bl_rna: typing.Any
1280
1267
  bl_space_type: typing.Any
@@ -1498,7 +1485,7 @@ class DATA_PT_bone_collections(ArmatureButtonsPanel, bpy_types._GenericUI):
1498
1485
  """
1499
1486
  ...
1500
1487
 
1501
- class DATA_PT_context_arm(ArmatureButtonsPanel, bpy_types._GenericUI):
1488
+ class DATA_PT_display(ArmatureButtonsPanel, bpy_types._GenericUI):
1502
1489
  bl_context: typing.Any
1503
1490
  bl_label: typing.Any
1504
1491
  bl_options: typing.Any
@@ -1725,18 +1712,10 @@ class DATA_PT_context_arm(ArmatureButtonsPanel, bpy_types._GenericUI):
1725
1712
  """
1726
1713
  ...
1727
1714
 
1728
- class DATA_PT_custom_props_arm(
1729
- ArmatureButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
1730
- ):
1731
- """The subclass should have its own poll function
1732
- and the variable '_context_path' MUST be set.
1733
- """
1734
-
1735
- COMPAT_ENGINES: typing.Any
1715
+ class DATA_PT_iksolver_itasc(ArmatureButtonsPanel, bpy_types._GenericUI):
1736
1716
  bl_context: typing.Any
1737
1717
  bl_label: typing.Any
1738
1718
  bl_options: typing.Any
1739
- bl_order: typing.Any
1740
1719
  bl_region_type: typing.Any
1741
1720
  bl_rna: typing.Any
1742
1721
  bl_space_type: typing.Any
@@ -1960,19 +1939,12 @@ class DATA_PT_custom_props_arm(
1960
1939
  """
1961
1940
  ...
1962
1941
 
1963
- class DATA_PT_custom_props_bcoll(
1964
- ArmatureButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
1942
+ class DATA_PT_motion_paths(
1943
+ bl_ui.properties_animviz.MotionPathButtonsPanel, bpy_types._GenericUI
1965
1944
  ):
1966
- """The subclass should have its own poll function
1967
- and the variable '_context_path' MUST be set.
1968
- """
1969
-
1970
- COMPAT_ENGINES: typing.Any
1971
1945
  bl_context: typing.Any
1972
1946
  bl_label: typing.Any
1973
1947
  bl_options: typing.Any
1974
- bl_order: typing.Any
1975
- bl_parent_id: typing.Any
1976
1948
  bl_region_type: typing.Any
1977
1949
  bl_rna: typing.Any
1978
1950
  bl_space_type: typing.Any
@@ -2017,6 +1989,16 @@ class DATA_PT_custom_props_bcoll(
2017
1989
  """
2018
1990
  ...
2019
1991
 
1992
+ def draw_settings(self, _context, avs, mpath, bones=False):
1993
+ """
1994
+
1995
+ :param _context:
1996
+ :param avs:
1997
+ :param mpath:
1998
+ :param bones:
1999
+ """
2000
+ ...
2001
+
2020
2002
  def driver_add(self) -> bpy.types.FCurve:
2021
2003
  """Adds driver(s) to the given property
2022
2004
 
@@ -2196,10 +2178,13 @@ class DATA_PT_custom_props_bcoll(
2196
2178
  """
2197
2179
  ...
2198
2180
 
2199
- class DATA_PT_display(ArmatureButtonsPanel, bpy_types._GenericUI):
2181
+ class DATA_PT_motion_paths_display(
2182
+ bl_ui.properties_animviz.MotionPathButtonsPanel_display, bpy_types._GenericUI
2183
+ ):
2200
2184
  bl_context: typing.Any
2201
2185
  bl_label: typing.Any
2202
2186
  bl_options: typing.Any
2187
+ bl_parent_id: typing.Any
2203
2188
  bl_region_type: typing.Any
2204
2189
  bl_rna: typing.Any
2205
2190
  bl_space_type: typing.Any
@@ -2244,6 +2229,16 @@ class DATA_PT_display(ArmatureButtonsPanel, bpy_types._GenericUI):
2244
2229
  """
2245
2230
  ...
2246
2231
 
2232
+ def draw_settings(self, _context, avs, mpath, bones=False):
2233
+ """
2234
+
2235
+ :param _context:
2236
+ :param avs:
2237
+ :param mpath:
2238
+ :param bones:
2239
+ """
2240
+ ...
2241
+
2247
2242
  def driver_add(self) -> bpy.types.FCurve:
2248
2243
  """Adds driver(s) to the given property
2249
2244
 
@@ -2423,10 +2418,9 @@ class DATA_PT_display(ArmatureButtonsPanel, bpy_types._GenericUI):
2423
2418
  """
2424
2419
  ...
2425
2420
 
2426
- class DATA_PT_iksolver_itasc(ArmatureButtonsPanel, bpy_types._GenericUI):
2421
+ class DATA_PT_pose(ArmatureButtonsPanel, bpy_types._GenericUI):
2427
2422
  bl_context: typing.Any
2428
2423
  bl_label: typing.Any
2429
- bl_options: typing.Any
2430
2424
  bl_region_type: typing.Any
2431
2425
  bl_rna: typing.Any
2432
2426
  bl_space_type: typing.Any
@@ -2650,12 +2644,8 @@ class DATA_PT_iksolver_itasc(ArmatureButtonsPanel, bpy_types._GenericUI):
2650
2644
  """
2651
2645
  ...
2652
2646
 
2653
- class DATA_PT_pose(ArmatureButtonsPanel, bpy_types._GenericUI):
2654
- bl_context: typing.Any
2655
- bl_label: typing.Any
2656
- bl_region_type: typing.Any
2647
+ class DATA_UL_bone_collections(bpy_types._GenericUI):
2657
2648
  bl_rna: typing.Any
2658
- bl_space_type: typing.Any
2659
2649
  id_data: typing.Any
2660
2650
 
2661
2651
  def append(self, draw_func):
@@ -2690,10 +2680,27 @@ class DATA_PT_pose(ArmatureButtonsPanel, bpy_types._GenericUI):
2690
2680
  """
2691
2681
  ...
2692
2682
 
2693
- def draw(self, context):
2683
+ def draw_item(
2684
+ self,
2685
+ _context,
2686
+ layout,
2687
+ armature,
2688
+ bcoll,
2689
+ _icon,
2690
+ _active_data,
2691
+ _active_propname,
2692
+ _index,
2693
+ ):
2694
2694
  """
2695
2695
 
2696
- :param context:
2696
+ :param _context:
2697
+ :param layout:
2698
+ :param armature:
2699
+ :param bcoll:
2700
+ :param _icon:
2701
+ :param _active_data:
2702
+ :param _active_propname:
2703
+ :param _index:
2697
2704
  """
2698
2705
  ...
2699
2706
 
@@ -2819,13 +2826,6 @@ class DATA_PT_pose(ArmatureButtonsPanel, bpy_types._GenericUI):
2819
2826
  """Returns the property from the path, raise an exception when not found."""
2820
2827
  ...
2821
2828
 
2822
- def poll(self, context):
2823
- """
2824
-
2825
- :param context:
2826
- """
2827
- ...
2828
-
2829
2829
  def pop(self):
2830
2830
  """Remove and return the value of the custom property assigned to key or default
2831
2831
  when not found (matches Python's dictionary function of the same name).
@@ -8,18 +8,6 @@ import rna_prop_ui
8
8
  GenericType1 = typing.TypeVar("GenericType1")
9
9
  GenericType2 = typing.TypeVar("GenericType2")
10
10
 
11
- class BoneButtonsPanel:
12
- bl_context: typing.Any
13
- bl_region_type: typing.Any
14
- bl_space_type: typing.Any
15
-
16
- def poll(self, context):
17
- """
18
-
19
- :param context:
20
- """
21
- ...
22
-
23
11
  class BONE_PT_collections(BoneButtonsPanel, bpy_types._GenericUI):
24
12
  bl_context: typing.Any
25
13
  bl_label: typing.Any
@@ -2327,3 +2315,15 @@ class BONE_PT_transform(BoneButtonsPanel, bpy_types._GenericUI):
2327
2315
  :return: custom property values.
2328
2316
  """
2329
2317
  ...
2318
+
2319
+ class BoneButtonsPanel:
2320
+ bl_context: typing.Any
2321
+ bl_region_type: typing.Any
2322
+ bl_space_type: typing.Any
2323
+
2324
+ def poll(self, context):
2325
+ """
2326
+
2327
+ :param context:
2328
+ """
2329
+ ...
@@ -20,57 +20,11 @@ class CurveButtonsPanel:
20
20
  """
21
21
  ...
22
22
 
23
- class CurveButtonsPanelActive(CurveButtonsPanel):
23
+ class DATA_PT_active_spline(
24
+ CurveButtonsPanelActive, CurveButtonsPanel, bpy_types._GenericUI
25
+ ):
24
26
  """Same as above but for curves only"""
25
27
 
26
- bl_context: typing.Any
27
- bl_region_type: typing.Any
28
- bl_space_type: typing.Any
29
-
30
- def poll(self, context):
31
- """
32
-
33
- :param context:
34
- """
35
- ...
36
-
37
- class CurveButtonsPanelCurve(CurveButtonsPanel):
38
- bl_context: typing.Any
39
- bl_region_type: typing.Any
40
- bl_space_type: typing.Any
41
-
42
- def poll(self, context):
43
- """
44
-
45
- :param context:
46
- """
47
- ...
48
-
49
- class CurveButtonsPanelSurface(CurveButtonsPanel):
50
- bl_context: typing.Any
51
- bl_region_type: typing.Any
52
- bl_space_type: typing.Any
53
-
54
- def poll(self, context):
55
- """
56
-
57
- :param context:
58
- """
59
- ...
60
-
61
- class CurveButtonsPanelText(CurveButtonsPanel):
62
- bl_context: typing.Any
63
- bl_region_type: typing.Any
64
- bl_space_type: typing.Any
65
-
66
- def poll(self, context):
67
- """
68
-
69
- :param context:
70
- """
71
- ...
72
-
73
- class DATA_PT_context_curve(CurveButtonsPanel, bpy_types._GenericUI):
74
28
  bl_context: typing.Any
75
29
  bl_label: typing.Any
76
30
  bl_options: typing.Any
@@ -297,8 +251,7 @@ class DATA_PT_context_curve(CurveButtonsPanel, bpy_types._GenericUI):
297
251
  """
298
252
  ...
299
253
 
300
- class DATA_PT_curve_texture_space(CurveButtonsPanel, bpy_types._GenericUI):
301
- COMPAT_ENGINES: typing.Any
254
+ class DATA_PT_context_curve(CurveButtonsPanel, bpy_types._GenericUI):
302
255
  bl_context: typing.Any
303
256
  bl_label: typing.Any
304
257
  bl_options: typing.Any
@@ -525,18 +478,11 @@ class DATA_PT_curve_texture_space(CurveButtonsPanel, bpy_types._GenericUI):
525
478
  """
526
479
  ...
527
480
 
528
- class DATA_PT_custom_props_curve(
529
- CurveButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
530
- ):
531
- """The subclass should have its own poll function
532
- and the variable '_context_path' MUST be set.
533
- """
534
-
481
+ class DATA_PT_curve_texture_space(CurveButtonsPanel, bpy_types._GenericUI):
535
482
  COMPAT_ENGINES: typing.Any
536
483
  bl_context: typing.Any
537
484
  bl_label: typing.Any
538
485
  bl_options: typing.Any
539
- bl_order: typing.Any
540
486
  bl_region_type: typing.Any
541
487
  bl_rna: typing.Any
542
488
  bl_space_type: typing.Any
@@ -760,9 +706,18 @@ class DATA_PT_custom_props_curve(
760
706
  """
761
707
  ...
762
708
 
763
- class DATA_PT_shape_curve(CurveButtonsPanel, bpy_types._GenericUI):
709
+ class DATA_PT_custom_props_curve(
710
+ CurveButtonsPanel, rna_prop_ui.PropertyPanel, bpy_types._GenericUI
711
+ ):
712
+ """The subclass should have its own poll function
713
+ and the variable '_context_path' MUST be set.
714
+ """
715
+
716
+ COMPAT_ENGINES: typing.Any
764
717
  bl_context: typing.Any
765
718
  bl_label: typing.Any
719
+ bl_options: typing.Any
720
+ bl_order: typing.Any
766
721
  bl_region_type: typing.Any
767
722
  bl_rna: typing.Any
768
723
  bl_space_type: typing.Any
@@ -986,11 +941,7 @@ class DATA_PT_shape_curve(CurveButtonsPanel, bpy_types._GenericUI):
986
941
  """
987
942
  ...
988
943
 
989
- class DATA_PT_active_spline(
990
- CurveButtonsPanelActive, CurveButtonsPanel, bpy_types._GenericUI
991
- ):
992
- """Same as above but for curves only"""
993
-
944
+ class DATA_PT_font(CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI):
994
945
  bl_context: typing.Any
995
946
  bl_label: typing.Any
996
947
  bl_options: typing.Any
@@ -1217,12 +1168,12 @@ class DATA_PT_active_spline(
1217
1168
  """
1218
1169
  ...
1219
1170
 
1220
- class DATA_PT_geometry_curve(
1221
- CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
1171
+ class DATA_PT_font_transform(
1172
+ CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
1222
1173
  ):
1223
1174
  bl_context: typing.Any
1224
1175
  bl_label: typing.Any
1225
- bl_options: typing.Any
1176
+ bl_parent_id: typing.Any
1226
1177
  bl_region_type: typing.Any
1227
1178
  bl_rna: typing.Any
1228
1179
  bl_space_type: typing.Any
@@ -1446,12 +1397,12 @@ class DATA_PT_geometry_curve(
1446
1397
  """
1447
1398
  ...
1448
1399
 
1449
- class DATA_PT_geometry_curve_bevel(
1400
+ class DATA_PT_geometry_curve(
1450
1401
  CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
1451
1402
  ):
1452
1403
  bl_context: typing.Any
1453
1404
  bl_label: typing.Any
1454
- bl_parent_id: typing.Any
1405
+ bl_options: typing.Any
1455
1406
  bl_region_type: typing.Any
1456
1407
  bl_rna: typing.Any
1457
1408
  bl_space_type: typing.Any
@@ -1675,12 +1626,11 @@ class DATA_PT_geometry_curve_bevel(
1675
1626
  """
1676
1627
  ...
1677
1628
 
1678
- class DATA_PT_geometry_curve_start_end(
1629
+ class DATA_PT_geometry_curve_bevel(
1679
1630
  CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
1680
1631
  ):
1681
1632
  bl_context: typing.Any
1682
1633
  bl_label: typing.Any
1683
- bl_options: typing.Any
1684
1634
  bl_parent_id: typing.Any
1685
1635
  bl_region_type: typing.Any
1686
1636
  bl_rna: typing.Any
@@ -1905,10 +1855,13 @@ class DATA_PT_geometry_curve_start_end(
1905
1855
  """
1906
1856
  ...
1907
1857
 
1908
- class DATA_PT_pathanim(CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI):
1858
+ class DATA_PT_geometry_curve_start_end(
1859
+ CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
1860
+ ):
1909
1861
  bl_context: typing.Any
1910
1862
  bl_label: typing.Any
1911
1863
  bl_options: typing.Any
1864
+ bl_parent_id: typing.Any
1912
1865
  bl_region_type: typing.Any
1913
1866
  bl_rna: typing.Any
1914
1867
  bl_space_type: typing.Any
@@ -1953,13 +1906,6 @@ class DATA_PT_pathanim(CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._Gen
1953
1906
  """
1954
1907
  ...
1955
1908
 
1956
- def draw_header(self, context):
1957
- """
1958
-
1959
- :param context:
1960
- """
1961
- ...
1962
-
1963
1909
  def driver_add(self) -> bpy.types.FCurve:
1964
1910
  """Adds driver(s) to the given property
1965
1911
 
@@ -2139,10 +2085,9 @@ class DATA_PT_pathanim(CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._Gen
2139
2085
  """
2140
2086
  ...
2141
2087
 
2142
- class DATA_PT_font(CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI):
2088
+ class DATA_PT_paragraph(CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI):
2143
2089
  bl_context: typing.Any
2144
2090
  bl_label: typing.Any
2145
- bl_options: typing.Any
2146
2091
  bl_region_type: typing.Any
2147
2092
  bl_rna: typing.Any
2148
2093
  bl_space_type: typing.Any
@@ -2366,7 +2311,7 @@ class DATA_PT_font(CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericU
2366
2311
  """
2367
2312
  ...
2368
2313
 
2369
- class DATA_PT_font_transform(
2314
+ class DATA_PT_paragraph_alignment(
2370
2315
  CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
2371
2316
  ):
2372
2317
  bl_context: typing.Any
@@ -2595,9 +2540,12 @@ class DATA_PT_font_transform(
2595
2540
  """
2596
2541
  ...
2597
2542
 
2598
- class DATA_PT_paragraph(CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI):
2543
+ class DATA_PT_paragraph_spacing(
2544
+ CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
2545
+ ):
2599
2546
  bl_context: typing.Any
2600
2547
  bl_label: typing.Any
2548
+ bl_parent_id: typing.Any
2601
2549
  bl_region_type: typing.Any
2602
2550
  bl_rna: typing.Any
2603
2551
  bl_space_type: typing.Any
@@ -2821,12 +2769,10 @@ class DATA_PT_paragraph(CurveButtonsPanelText, CurveButtonsPanel, bpy_types._Gen
2821
2769
  """
2822
2770
  ...
2823
2771
 
2824
- class DATA_PT_paragraph_alignment(
2825
- CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
2826
- ):
2772
+ class DATA_PT_pathanim(CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI):
2827
2773
  bl_context: typing.Any
2828
2774
  bl_label: typing.Any
2829
- bl_parent_id: typing.Any
2775
+ bl_options: typing.Any
2830
2776
  bl_region_type: typing.Any
2831
2777
  bl_rna: typing.Any
2832
2778
  bl_space_type: typing.Any
@@ -2871,6 +2817,13 @@ class DATA_PT_paragraph_alignment(
2871
2817
  """
2872
2818
  ...
2873
2819
 
2820
+ def draw_header(self, context):
2821
+ """
2822
+
2823
+ :param context:
2824
+ """
2825
+ ...
2826
+
2874
2827
  def driver_add(self) -> bpy.types.FCurve:
2875
2828
  """Adds driver(s) to the given property
2876
2829
 
@@ -3050,12 +3003,9 @@ class DATA_PT_paragraph_alignment(
3050
3003
  """
3051
3004
  ...
3052
3005
 
3053
- class DATA_PT_paragraph_spacing(
3054
- CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
3055
- ):
3006
+ class DATA_PT_shape_curve(CurveButtonsPanel, bpy_types._GenericUI):
3056
3007
  bl_context: typing.Any
3057
3008
  bl_label: typing.Any
3058
- bl_parent_id: typing.Any
3059
3009
  bl_region_type: typing.Any
3060
3010
  bl_rna: typing.Any
3061
3011
  bl_space_type: typing.Any
@@ -3507,3 +3457,53 @@ class DATA_PT_text_boxes(
3507
3457
  :return: custom property values.
3508
3458
  """
3509
3459
  ...
3460
+
3461
+ class CurveButtonsPanelActive(CurveButtonsPanel):
3462
+ """Same as above but for curves only"""
3463
+
3464
+ bl_context: typing.Any
3465
+ bl_region_type: typing.Any
3466
+ bl_space_type: typing.Any
3467
+
3468
+ def poll(self, context):
3469
+ """
3470
+
3471
+ :param context:
3472
+ """
3473
+ ...
3474
+
3475
+ class CurveButtonsPanelCurve(CurveButtonsPanel):
3476
+ bl_context: typing.Any
3477
+ bl_region_type: typing.Any
3478
+ bl_space_type: typing.Any
3479
+
3480
+ def poll(self, context):
3481
+ """
3482
+
3483
+ :param context:
3484
+ """
3485
+ ...
3486
+
3487
+ class CurveButtonsPanelSurface(CurveButtonsPanel):
3488
+ bl_context: typing.Any
3489
+ bl_region_type: typing.Any
3490
+ bl_space_type: typing.Any
3491
+
3492
+ def poll(self, context):
3493
+ """
3494
+
3495
+ :param context:
3496
+ """
3497
+ ...
3498
+
3499
+ class CurveButtonsPanelText(CurveButtonsPanel):
3500
+ bl_context: typing.Any
3501
+ bl_region_type: typing.Any
3502
+ bl_space_type: typing.Any
3503
+
3504
+ def poll(self, context):
3505
+ """
3506
+
3507
+ :param context:
3508
+ """
3509
+ ...
@@ -530,18 +530,6 @@ class CURVES_UL_attributes(bpy_types._GenericUI):
530
530
  """
531
531
  ...
532
532
 
533
- class DataButtonsPanel:
534
- bl_context: typing.Any
535
- bl_region_type: typing.Any
536
- bl_space_type: typing.Any
537
-
538
- def poll(self, context):
539
- """
540
-
541
- :param context:
542
- """
543
- ...
544
-
545
533
  class DATA_PT_CURVES_attributes(DataButtonsPanel, bpy_types._GenericUI):
546
534
  COMPAT_ENGINES: typing.Any
547
535
  bl_context: typing.Any
@@ -1458,3 +1446,15 @@ class DATA_PT_custom_props_curves(
1458
1446
  :return: custom property values.
1459
1447
  """
1460
1448
  ...
1449
+
1450
+ class DataButtonsPanel:
1451
+ bl_context: typing.Any
1452
+ bl_region_type: typing.Any
1453
+ bl_space_type: typing.Any
1454
+
1455
+ def poll(self, context):
1456
+ """
1457
+
1458
+ :param context:
1459
+ """
1460
+ ...