fake-bpy-module 20240517__py3-none-any.whl → 20240518__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.
- _bpy_internal/freedesktop/__init__.pyi +17 -84
- addon_utils/__init__.pyi +5 -30
- animsys_refactor/__init__.pyi +5 -25
- aud/__init__.pyi +1 -4
- bgl/__init__.pyi +0 -1629
- bl_app_override/__init__.pyi +3 -14
- bl_app_override/helpers/__init__.pyi +2 -22
- bl_app_template_utils/__init__.pyi +3 -15
- bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
- bl_i18n_utils/merge_po/__init__.pyi +1 -4
- bl_i18n_utils/settings/__init__.pyi +2 -22
- bl_i18n_utils/utils/__init__.pyi +8 -65
- bl_i18n_utils/utils_cli/__init__.pyi +6 -29
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
- bl_keymap_utils/io/__init__.pyi +8 -39
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
- bl_keymap_utils/versioning/__init__.pyi +1 -4
- bl_operators/__init__.pyi +2 -9
- bl_operators/add_mesh_torus/__init__.pyi +2 -18
- bl_operators/anim/__init__.pyi +0 -70
- bl_operators/assets/__init__.pyi +0 -29
- bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
- bl_operators/clip/__init__.pyi +5 -114
- bl_operators/console/__init__.pyi +0 -37
- bl_operators/constraint/__init__.pyi +0 -36
- bl_operators/file/__init__.pyi +0 -27
- bl_operators/freestyle/__init__.pyi +0 -36
- bl_operators/geometry_nodes/__init__.pyi +13 -102
- bl_operators/image/__init__.pyi +0 -51
- bl_operators/mesh/__init__.pyi +0 -27
- bl_operators/node/__init__.pyi +0 -104
- bl_operators/object/__init__.pyi +0 -137
- bl_operators/object_align/__init__.pyi +3 -23
- bl_operators/object_quick_effects/__init__.pyi +2 -48
- bl_operators/object_randomize_transform/__init__.pyi +3 -13
- bl_operators/presets/__init__.pyi +2 -375
- bl_operators/rigidbody/__init__.pyi +0 -27
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
- bl_operators/sequencer/__init__.pyi +1 -103
- bl_operators/spreadsheet/__init__.pyi +0 -9
- bl_operators/userpref/__init__.pyi +1 -200
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
- bl_operators/uvcalc_transform/__init__.pyi +11 -72
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
- bl_operators/view3d/__init__.pyi +0 -63
- bl_operators/wm/__init__.pyi +14 -450
- bl_operators/world/__init__.pyi +0 -9
- bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
- bl_rna_utils/data_path/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +1 -4
- bl_ui/__init__.pyi +30 -140
- bl_ui/anim/__init__.pyi +1 -11
- bl_ui/asset_shelf/__init__.pyi +1 -15
- bl_ui/generic_ui_list/__init__.pyi +2 -30
- bl_ui/node_add_menu/__init__.pyi +4 -27
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
- bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
- bl_ui/node_add_menu_shader/__init__.pyi +18 -169
- bl_ui/node_add_menu_texture/__init__.pyi +9 -117
- bl_ui/properties_animviz/__init__.pyi +0 -14
- bl_ui/properties_collection/__init__.pyi +7 -111
- bl_ui/properties_constraint/__init__.pyi +79 -1523
- bl_ui/properties_data_armature/__init__.pyi +12 -213
- bl_ui/properties_data_bone/__init__.pyi +10 -197
- bl_ui/properties_data_camera/__init__.pyi +15 -311
- bl_ui/properties_data_curve/__init__.pyi +15 -318
- bl_ui/properties_data_curves/__init__.pyi +6 -107
- bl_ui/properties_data_empty/__init__.pyi +2 -43
- bl_ui/properties_data_gpencil/__init__.pyi +18 -349
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
- bl_ui/properties_data_lattice/__init__.pyi +3 -64
- bl_ui/properties_data_light/__init__.pyi +12 -263
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
- bl_ui/properties_data_mesh/__init__.pyi +21 -324
- bl_ui/properties_data_metaball/__init__.pyi +5 -102
- bl_ui/properties_data_modifier/__init__.pyi +8 -177
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
- bl_ui/properties_data_speaker/__init__.pyi +5 -110
- bl_ui/properties_data_volume/__init__.pyi +8 -155
- bl_ui/properties_freestyle/__init__.pyi +29 -614
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
- bl_ui/properties_mask_common/__init__.pyi +8 -110
- bl_ui/properties_material/__init__.pyi +18 -330
- bl_ui/properties_material_gpencil/__init__.pyi +10 -181
- bl_ui/properties_object/__init__.pyi +14 -275
- bl_ui/properties_output/__init__.pyi +18 -369
- bl_ui/properties_paint_common/__init__.pyi +12 -105
- bl_ui/properties_particle/__init__.pyi +56 -1158
- bl_ui/properties_physics_cloth/__init__.pyi +15 -313
- bl_ui/properties_physics_common/__init__.pyi +7 -57
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
- bl_ui/properties_physics_field/__init__.pyi +11 -217
- bl_ui/properties_physics_fluid/__init__.pyi +28 -625
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
- bl_ui/properties_physics_softbody/__init__.pyi +16 -352
- bl_ui/properties_render/__init__.pyi +54 -1145
- bl_ui/properties_scene/__init__.pyi +15 -297
- bl_ui/properties_texture/__init__.pyi +28 -576
- bl_ui/properties_view_layer/__init__.pyi +18 -345
- bl_ui/properties_workspace/__init__.pyi +4 -79
- bl_ui/properties_world/__init__.pyi +10 -219
- bl_ui/space_clip/__init__.pyi +71 -1089
- bl_ui/space_console/__init__.pyi +7 -72
- bl_ui/space_dopesheet/__init__.pyi +31 -484
- bl_ui/space_filebrowser/__init__.pyi +34 -430
- bl_ui/space_graph/__init__.pyi +20 -236
- bl_ui/space_image/__init__.pyi +68 -1088
- bl_ui/space_info/__init__.pyi +6 -70
- bl_ui/space_nla/__init__.pyi +17 -209
- bl_ui/space_node/__init__.pyi +30 -435
- bl_ui/space_outliner/__init__.pyi +15 -164
- bl_ui/space_properties/__init__.pyi +3 -41
- bl_ui/space_sequencer/__init__.pyi +77 -1141
- bl_ui/space_spreadsheet/__init__.pyi +1 -11
- bl_ui/space_statusbar/__init__.pyi +1 -11
- bl_ui/space_text/__init__.pyi +16 -192
- bl_ui/space_time/__init__.pyi +8 -110
- bl_ui/space_toolsystem_common/__init__.pyi +40 -199
- bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
- bl_ui/space_topbar/__init__.pyi +27 -334
- bl_ui/space_userpref/__init__.pyi +92 -1575
- bl_ui/space_view3d/__init__.pyi +269 -3437
- bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
- bl_ui/temp_anim_layers/__init__.pyi +2 -21
- bl_ui/utils/__init__.pyi +0 -7
- bl_ui_utils/bug_report_url/__init__.pyi +1 -4
- blend_render_info/__init__.pyi +2 -9
- bmesh/types/__init__.pyi +1 -18
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +295 -4653
- bpy/utils/__init__.pyi +14 -70
- bpy_extras/anim_utils/__init__.pyi +0 -1
- bpy_extras/asset_utils/__init__.pyi +0 -10
- bpy_extras/bmesh_utils/__init__.pyi +1 -4
- bpy_extras/extensions/junction_module/__init__.pyi +1 -6
- bpy_extras/io_utils/__init__.pyi +4 -24
- bpy_extras/keyconfig_utils/__init__.pyi +2 -9
- bpy_extras/node_shader_utils/__init__.pyi +44 -285
- bpy_extras/node_utils/__init__.pyi +2 -9
- bpy_extras/object_utils/__init__.pyi +0 -2
- bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
- bpy_restrict_state/__init__.pyi +1 -14
- bpy_types/__init__.pyi +8 -274
- console_python/__init__.pyi +6 -36
- console_shell/__init__.pyi +5 -24
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
- fake_bpy_module-20240518.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +10 -40
- freestyle/functions/__init__.pyi +7 -33
- freestyle/predicates/__init__.pyi +44 -217
- freestyle/shaders/__init__.pyi +0 -10
- freestyle/utils/__init__.pyi +3 -15
- graphviz_export/__init__.pyi +2 -9
- idprop/types/__init__.pyi +6 -33
- imbuf/types/__init__.pyi +0 -2
- keyingsets_builtins/__init__.pyi +2 -156
- keyingsets_utils/__init__.pyi +14 -69
- mathutils/bvhtree/__init__.pyi +0 -2
- nodeitems_builtins/__init__.pyi +5 -30
- nodeitems_utils/__init__.pyi +8 -45
- rna_info/__init__.pyi +22 -200
- rna_keymap_ui/__init__.pyi +6 -29
- rna_prop_ui/__init__.pyi +9 -49
- rna_xml/__init__.pyi +6 -29
- sys_info/__init__.pyi +1 -4
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
|
@@ -6,16 +6,9 @@ import rna_prop_ui
|
|
|
6
6
|
GenericType = typing.TypeVar("GenericType")
|
|
7
7
|
|
|
8
8
|
class CurveButtonsPanel:
|
|
9
|
-
""" """
|
|
10
|
-
|
|
11
9
|
bl_context: typing.Any
|
|
12
|
-
""" """
|
|
13
|
-
|
|
14
10
|
bl_region_type: typing.Any
|
|
15
|
-
""" """
|
|
16
|
-
|
|
17
11
|
bl_space_type: typing.Any
|
|
18
|
-
""" """
|
|
19
12
|
|
|
20
13
|
def poll(self, context):
|
|
21
14
|
"""
|
|
@@ -28,13 +21,8 @@ class CurveButtonsPanelActive(CurveButtonsPanel):
|
|
|
28
21
|
"""Same as above but for curves only"""
|
|
29
22
|
|
|
30
23
|
bl_context: typing.Any
|
|
31
|
-
""" """
|
|
32
|
-
|
|
33
24
|
bl_region_type: typing.Any
|
|
34
|
-
""" """
|
|
35
|
-
|
|
36
25
|
bl_space_type: typing.Any
|
|
37
|
-
""" """
|
|
38
26
|
|
|
39
27
|
def poll(self, context):
|
|
40
28
|
"""
|
|
@@ -44,16 +32,9 @@ class CurveButtonsPanelActive(CurveButtonsPanel):
|
|
|
44
32
|
...
|
|
45
33
|
|
|
46
34
|
class CurveButtonsPanelCurve(CurveButtonsPanel):
|
|
47
|
-
""" """
|
|
48
|
-
|
|
49
35
|
bl_context: typing.Any
|
|
50
|
-
""" """
|
|
51
|
-
|
|
52
36
|
bl_region_type: typing.Any
|
|
53
|
-
""" """
|
|
54
|
-
|
|
55
37
|
bl_space_type: typing.Any
|
|
56
|
-
""" """
|
|
57
38
|
|
|
58
39
|
def poll(self, context):
|
|
59
40
|
"""
|
|
@@ -63,16 +44,9 @@ class CurveButtonsPanelCurve(CurveButtonsPanel):
|
|
|
63
44
|
...
|
|
64
45
|
|
|
65
46
|
class CurveButtonsPanelSurface(CurveButtonsPanel):
|
|
66
|
-
""" """
|
|
67
|
-
|
|
68
47
|
bl_context: typing.Any
|
|
69
|
-
""" """
|
|
70
|
-
|
|
71
48
|
bl_region_type: typing.Any
|
|
72
|
-
""" """
|
|
73
|
-
|
|
74
49
|
bl_space_type: typing.Any
|
|
75
|
-
""" """
|
|
76
50
|
|
|
77
51
|
def poll(self, context):
|
|
78
52
|
"""
|
|
@@ -82,16 +56,9 @@ class CurveButtonsPanelSurface(CurveButtonsPanel):
|
|
|
82
56
|
...
|
|
83
57
|
|
|
84
58
|
class CurveButtonsPanelText(CurveButtonsPanel):
|
|
85
|
-
""" """
|
|
86
|
-
|
|
87
59
|
bl_context: typing.Any
|
|
88
|
-
""" """
|
|
89
|
-
|
|
90
60
|
bl_region_type: typing.Any
|
|
91
|
-
""" """
|
|
92
|
-
|
|
93
61
|
bl_space_type: typing.Any
|
|
94
|
-
""" """
|
|
95
62
|
|
|
96
63
|
def poll(self, context):
|
|
97
64
|
"""
|
|
@@ -101,28 +68,13 @@ class CurveButtonsPanelText(CurveButtonsPanel):
|
|
|
101
68
|
...
|
|
102
69
|
|
|
103
70
|
class DATA_PT_context_curve(bpy_types.Panel, CurveButtonsPanel, bpy_types._GenericUI):
|
|
104
|
-
""" """
|
|
105
|
-
|
|
106
71
|
bl_context: typing.Any
|
|
107
|
-
""" """
|
|
108
|
-
|
|
109
72
|
bl_label: typing.Any
|
|
110
|
-
""" """
|
|
111
|
-
|
|
112
73
|
bl_options: typing.Any
|
|
113
|
-
""" """
|
|
114
|
-
|
|
115
74
|
bl_region_type: typing.Any
|
|
116
|
-
""" """
|
|
117
|
-
|
|
118
75
|
bl_rna: typing.Any
|
|
119
|
-
""" """
|
|
120
|
-
|
|
121
76
|
bl_space_type: typing.Any
|
|
122
|
-
""" """
|
|
123
|
-
|
|
124
77
|
id_data: typing.Any
|
|
125
|
-
""" """
|
|
126
78
|
|
|
127
79
|
def append(self, draw_func):
|
|
128
80
|
"""Append a draw function to this menu,
|
|
@@ -207,10 +159,7 @@ class DATA_PT_context_curve(bpy_types.Panel, CurveButtonsPanel, bpy_types._Gener
|
|
|
207
159
|
"""
|
|
208
160
|
...
|
|
209
161
|
|
|
210
|
-
def is_extended(self):
|
|
211
|
-
""" """
|
|
212
|
-
...
|
|
213
|
-
|
|
162
|
+
def is_extended(self): ...
|
|
214
163
|
def is_property_hidden(self) -> bool:
|
|
215
164
|
"""Check if a property is hidden.
|
|
216
165
|
|
|
@@ -348,31 +297,14 @@ class DATA_PT_context_curve(bpy_types.Panel, CurveButtonsPanel, bpy_types._Gener
|
|
|
348
297
|
class DATA_PT_curve_texture_space(
|
|
349
298
|
bpy_types.Panel, CurveButtonsPanel, bpy_types._GenericUI
|
|
350
299
|
):
|
|
351
|
-
""" """
|
|
352
|
-
|
|
353
300
|
COMPAT_ENGINES: typing.Any
|
|
354
|
-
""" """
|
|
355
|
-
|
|
356
301
|
bl_context: typing.Any
|
|
357
|
-
""" """
|
|
358
|
-
|
|
359
302
|
bl_label: typing.Any
|
|
360
|
-
""" """
|
|
361
|
-
|
|
362
303
|
bl_options: typing.Any
|
|
363
|
-
""" """
|
|
364
|
-
|
|
365
304
|
bl_region_type: typing.Any
|
|
366
|
-
""" """
|
|
367
|
-
|
|
368
305
|
bl_rna: typing.Any
|
|
369
|
-
""" """
|
|
370
|
-
|
|
371
306
|
bl_space_type: typing.Any
|
|
372
|
-
""" """
|
|
373
|
-
|
|
374
307
|
id_data: typing.Any
|
|
375
|
-
""" """
|
|
376
308
|
|
|
377
309
|
def append(self, draw_func):
|
|
378
310
|
"""Append a draw function to this menu,
|
|
@@ -457,10 +389,7 @@ class DATA_PT_curve_texture_space(
|
|
|
457
389
|
"""
|
|
458
390
|
...
|
|
459
391
|
|
|
460
|
-
def is_extended(self):
|
|
461
|
-
""" """
|
|
462
|
-
...
|
|
463
|
-
|
|
392
|
+
def is_extended(self): ...
|
|
464
393
|
def is_property_hidden(self) -> bool:
|
|
465
394
|
"""Check if a property is hidden.
|
|
466
395
|
|
|
@@ -603,31 +532,14 @@ class DATA_PT_custom_props_curve(
|
|
|
603
532
|
"""
|
|
604
533
|
|
|
605
534
|
COMPAT_ENGINES: typing.Any
|
|
606
|
-
""" """
|
|
607
|
-
|
|
608
535
|
bl_context: typing.Any
|
|
609
|
-
""" """
|
|
610
|
-
|
|
611
536
|
bl_label: typing.Any
|
|
612
|
-
""" """
|
|
613
|
-
|
|
614
537
|
bl_options: typing.Any
|
|
615
|
-
""" """
|
|
616
|
-
|
|
617
538
|
bl_order: typing.Any
|
|
618
|
-
""" """
|
|
619
|
-
|
|
620
539
|
bl_region_type: typing.Any
|
|
621
|
-
""" """
|
|
622
|
-
|
|
623
540
|
bl_rna: typing.Any
|
|
624
|
-
""" """
|
|
625
|
-
|
|
626
541
|
bl_space_type: typing.Any
|
|
627
|
-
""" """
|
|
628
|
-
|
|
629
542
|
id_data: typing.Any
|
|
630
|
-
""" """
|
|
631
543
|
|
|
632
544
|
def append(self, draw_func):
|
|
633
545
|
"""Append a draw function to this menu,
|
|
@@ -712,10 +624,7 @@ class DATA_PT_custom_props_curve(
|
|
|
712
624
|
"""
|
|
713
625
|
...
|
|
714
626
|
|
|
715
|
-
def is_extended(self):
|
|
716
|
-
""" """
|
|
717
|
-
...
|
|
718
|
-
|
|
627
|
+
def is_extended(self): ...
|
|
719
628
|
def is_property_hidden(self) -> bool:
|
|
720
629
|
"""Check if a property is hidden.
|
|
721
630
|
|
|
@@ -851,25 +760,12 @@ class DATA_PT_custom_props_curve(
|
|
|
851
760
|
...
|
|
852
761
|
|
|
853
762
|
class DATA_PT_shape_curve(bpy_types.Panel, CurveButtonsPanel, bpy_types._GenericUI):
|
|
854
|
-
""" """
|
|
855
|
-
|
|
856
763
|
bl_context: typing.Any
|
|
857
|
-
""" """
|
|
858
|
-
|
|
859
764
|
bl_label: typing.Any
|
|
860
|
-
""" """
|
|
861
|
-
|
|
862
765
|
bl_region_type: typing.Any
|
|
863
|
-
""" """
|
|
864
|
-
|
|
865
766
|
bl_rna: typing.Any
|
|
866
|
-
""" """
|
|
867
|
-
|
|
868
767
|
bl_space_type: typing.Any
|
|
869
|
-
""" """
|
|
870
|
-
|
|
871
768
|
id_data: typing.Any
|
|
872
|
-
""" """
|
|
873
769
|
|
|
874
770
|
def append(self, draw_func):
|
|
875
771
|
"""Append a draw function to this menu,
|
|
@@ -954,10 +850,7 @@ class DATA_PT_shape_curve(bpy_types.Panel, CurveButtonsPanel, bpy_types._Generic
|
|
|
954
850
|
"""
|
|
955
851
|
...
|
|
956
852
|
|
|
957
|
-
def is_extended(self):
|
|
958
|
-
""" """
|
|
959
|
-
...
|
|
960
|
-
|
|
853
|
+
def is_extended(self): ...
|
|
961
854
|
def is_property_hidden(self) -> bool:
|
|
962
855
|
"""Check if a property is hidden.
|
|
963
856
|
|
|
@@ -1098,25 +991,12 @@ class DATA_PT_active_spline(
|
|
|
1098
991
|
"""Same as above but for curves only"""
|
|
1099
992
|
|
|
1100
993
|
bl_context: typing.Any
|
|
1101
|
-
""" """
|
|
1102
|
-
|
|
1103
994
|
bl_label: typing.Any
|
|
1104
|
-
""" """
|
|
1105
|
-
|
|
1106
995
|
bl_options: typing.Any
|
|
1107
|
-
""" """
|
|
1108
|
-
|
|
1109
996
|
bl_region_type: typing.Any
|
|
1110
|
-
""" """
|
|
1111
|
-
|
|
1112
997
|
bl_rna: typing.Any
|
|
1113
|
-
""" """
|
|
1114
|
-
|
|
1115
998
|
bl_space_type: typing.Any
|
|
1116
|
-
""" """
|
|
1117
|
-
|
|
1118
999
|
id_data: typing.Any
|
|
1119
|
-
""" """
|
|
1120
1000
|
|
|
1121
1001
|
def append(self, draw_func):
|
|
1122
1002
|
"""Append a draw function to this menu,
|
|
@@ -1201,10 +1081,7 @@ class DATA_PT_active_spline(
|
|
|
1201
1081
|
"""
|
|
1202
1082
|
...
|
|
1203
1083
|
|
|
1204
|
-
def is_extended(self):
|
|
1205
|
-
""" """
|
|
1206
|
-
...
|
|
1207
|
-
|
|
1084
|
+
def is_extended(self): ...
|
|
1208
1085
|
def is_property_hidden(self) -> bool:
|
|
1209
1086
|
"""Check if a property is hidden.
|
|
1210
1087
|
|
|
@@ -1342,28 +1219,13 @@ class DATA_PT_active_spline(
|
|
|
1342
1219
|
class DATA_PT_geometry_curve(
|
|
1343
1220
|
bpy_types.Panel, CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
|
|
1344
1221
|
):
|
|
1345
|
-
""" """
|
|
1346
|
-
|
|
1347
1222
|
bl_context: typing.Any
|
|
1348
|
-
""" """
|
|
1349
|
-
|
|
1350
1223
|
bl_label: typing.Any
|
|
1351
|
-
""" """
|
|
1352
|
-
|
|
1353
1224
|
bl_options: typing.Any
|
|
1354
|
-
""" """
|
|
1355
|
-
|
|
1356
1225
|
bl_region_type: typing.Any
|
|
1357
|
-
""" """
|
|
1358
|
-
|
|
1359
1226
|
bl_rna: typing.Any
|
|
1360
|
-
""" """
|
|
1361
|
-
|
|
1362
1227
|
bl_space_type: typing.Any
|
|
1363
|
-
""" """
|
|
1364
|
-
|
|
1365
1228
|
id_data: typing.Any
|
|
1366
|
-
""" """
|
|
1367
1229
|
|
|
1368
1230
|
def append(self, draw_func):
|
|
1369
1231
|
"""Append a draw function to this menu,
|
|
@@ -1448,10 +1310,7 @@ class DATA_PT_geometry_curve(
|
|
|
1448
1310
|
"""
|
|
1449
1311
|
...
|
|
1450
1312
|
|
|
1451
|
-
def is_extended(self):
|
|
1452
|
-
""" """
|
|
1453
|
-
...
|
|
1454
|
-
|
|
1313
|
+
def is_extended(self): ...
|
|
1455
1314
|
def is_property_hidden(self) -> bool:
|
|
1456
1315
|
"""Check if a property is hidden.
|
|
1457
1316
|
|
|
@@ -1589,28 +1448,13 @@ class DATA_PT_geometry_curve(
|
|
|
1589
1448
|
class DATA_PT_geometry_curve_bevel(
|
|
1590
1449
|
bpy_types.Panel, CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
|
|
1591
1450
|
):
|
|
1592
|
-
""" """
|
|
1593
|
-
|
|
1594
1451
|
bl_context: typing.Any
|
|
1595
|
-
""" """
|
|
1596
|
-
|
|
1597
1452
|
bl_label: typing.Any
|
|
1598
|
-
""" """
|
|
1599
|
-
|
|
1600
1453
|
bl_parent_id: typing.Any
|
|
1601
|
-
""" """
|
|
1602
|
-
|
|
1603
1454
|
bl_region_type: typing.Any
|
|
1604
|
-
""" """
|
|
1605
|
-
|
|
1606
1455
|
bl_rna: typing.Any
|
|
1607
|
-
""" """
|
|
1608
|
-
|
|
1609
1456
|
bl_space_type: typing.Any
|
|
1610
|
-
""" """
|
|
1611
|
-
|
|
1612
1457
|
id_data: typing.Any
|
|
1613
|
-
""" """
|
|
1614
1458
|
|
|
1615
1459
|
def append(self, draw_func):
|
|
1616
1460
|
"""Append a draw function to this menu,
|
|
@@ -1695,10 +1539,7 @@ class DATA_PT_geometry_curve_bevel(
|
|
|
1695
1539
|
"""
|
|
1696
1540
|
...
|
|
1697
1541
|
|
|
1698
|
-
def is_extended(self):
|
|
1699
|
-
""" """
|
|
1700
|
-
...
|
|
1701
|
-
|
|
1542
|
+
def is_extended(self): ...
|
|
1702
1543
|
def is_property_hidden(self) -> bool:
|
|
1703
1544
|
"""Check if a property is hidden.
|
|
1704
1545
|
|
|
@@ -1836,31 +1677,14 @@ class DATA_PT_geometry_curve_bevel(
|
|
|
1836
1677
|
class DATA_PT_geometry_curve_start_end(
|
|
1837
1678
|
bpy_types.Panel, CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
|
|
1838
1679
|
):
|
|
1839
|
-
""" """
|
|
1840
|
-
|
|
1841
1680
|
bl_context: typing.Any
|
|
1842
|
-
""" """
|
|
1843
|
-
|
|
1844
1681
|
bl_label: typing.Any
|
|
1845
|
-
""" """
|
|
1846
|
-
|
|
1847
1682
|
bl_options: typing.Any
|
|
1848
|
-
""" """
|
|
1849
|
-
|
|
1850
1683
|
bl_parent_id: typing.Any
|
|
1851
|
-
""" """
|
|
1852
|
-
|
|
1853
1684
|
bl_region_type: typing.Any
|
|
1854
|
-
""" """
|
|
1855
|
-
|
|
1856
1685
|
bl_rna: typing.Any
|
|
1857
|
-
""" """
|
|
1858
|
-
|
|
1859
1686
|
bl_space_type: typing.Any
|
|
1860
|
-
""" """
|
|
1861
|
-
|
|
1862
1687
|
id_data: typing.Any
|
|
1863
|
-
""" """
|
|
1864
1688
|
|
|
1865
1689
|
def append(self, draw_func):
|
|
1866
1690
|
"""Append a draw function to this menu,
|
|
@@ -1945,10 +1769,7 @@ class DATA_PT_geometry_curve_start_end(
|
|
|
1945
1769
|
"""
|
|
1946
1770
|
...
|
|
1947
1771
|
|
|
1948
|
-
def is_extended(self):
|
|
1949
|
-
""" """
|
|
1950
|
-
...
|
|
1951
|
-
|
|
1772
|
+
def is_extended(self): ...
|
|
1952
1773
|
def is_property_hidden(self) -> bool:
|
|
1953
1774
|
"""Check if a property is hidden.
|
|
1954
1775
|
|
|
@@ -2086,28 +1907,13 @@ class DATA_PT_geometry_curve_start_end(
|
|
|
2086
1907
|
class DATA_PT_pathanim(
|
|
2087
1908
|
bpy_types.Panel, CurveButtonsPanelCurve, CurveButtonsPanel, bpy_types._GenericUI
|
|
2088
1909
|
):
|
|
2089
|
-
""" """
|
|
2090
|
-
|
|
2091
1910
|
bl_context: typing.Any
|
|
2092
|
-
""" """
|
|
2093
|
-
|
|
2094
1911
|
bl_label: typing.Any
|
|
2095
|
-
""" """
|
|
2096
|
-
|
|
2097
1912
|
bl_options: typing.Any
|
|
2098
|
-
""" """
|
|
2099
|
-
|
|
2100
1913
|
bl_region_type: typing.Any
|
|
2101
|
-
""" """
|
|
2102
|
-
|
|
2103
1914
|
bl_rna: typing.Any
|
|
2104
|
-
""" """
|
|
2105
|
-
|
|
2106
1915
|
bl_space_type: typing.Any
|
|
2107
|
-
""" """
|
|
2108
|
-
|
|
2109
1916
|
id_data: typing.Any
|
|
2110
|
-
""" """
|
|
2111
1917
|
|
|
2112
1918
|
def append(self, draw_func):
|
|
2113
1919
|
"""Append a draw function to this menu,
|
|
@@ -2199,10 +2005,7 @@ class DATA_PT_pathanim(
|
|
|
2199
2005
|
"""
|
|
2200
2006
|
...
|
|
2201
2007
|
|
|
2202
|
-
def is_extended(self):
|
|
2203
|
-
""" """
|
|
2204
|
-
...
|
|
2205
|
-
|
|
2008
|
+
def is_extended(self): ...
|
|
2206
2009
|
def is_property_hidden(self) -> bool:
|
|
2207
2010
|
"""Check if a property is hidden.
|
|
2208
2011
|
|
|
@@ -2340,28 +2143,13 @@ class DATA_PT_pathanim(
|
|
|
2340
2143
|
class DATA_PT_font(
|
|
2341
2144
|
bpy_types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
2342
2145
|
):
|
|
2343
|
-
""" """
|
|
2344
|
-
|
|
2345
2146
|
bl_context: typing.Any
|
|
2346
|
-
""" """
|
|
2347
|
-
|
|
2348
2147
|
bl_label: typing.Any
|
|
2349
|
-
""" """
|
|
2350
|
-
|
|
2351
2148
|
bl_options: typing.Any
|
|
2352
|
-
""" """
|
|
2353
|
-
|
|
2354
2149
|
bl_region_type: typing.Any
|
|
2355
|
-
""" """
|
|
2356
|
-
|
|
2357
2150
|
bl_rna: typing.Any
|
|
2358
|
-
""" """
|
|
2359
|
-
|
|
2360
2151
|
bl_space_type: typing.Any
|
|
2361
|
-
""" """
|
|
2362
|
-
|
|
2363
2152
|
id_data: typing.Any
|
|
2364
|
-
""" """
|
|
2365
2153
|
|
|
2366
2154
|
def append(self, draw_func):
|
|
2367
2155
|
"""Append a draw function to this menu,
|
|
@@ -2446,10 +2234,7 @@ class DATA_PT_font(
|
|
|
2446
2234
|
"""
|
|
2447
2235
|
...
|
|
2448
2236
|
|
|
2449
|
-
def is_extended(self):
|
|
2450
|
-
""" """
|
|
2451
|
-
...
|
|
2452
|
-
|
|
2237
|
+
def is_extended(self): ...
|
|
2453
2238
|
def is_property_hidden(self) -> bool:
|
|
2454
2239
|
"""Check if a property is hidden.
|
|
2455
2240
|
|
|
@@ -2587,28 +2372,13 @@ class DATA_PT_font(
|
|
|
2587
2372
|
class DATA_PT_font_transform(
|
|
2588
2373
|
bpy_types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
2589
2374
|
):
|
|
2590
|
-
""" """
|
|
2591
|
-
|
|
2592
2375
|
bl_context: typing.Any
|
|
2593
|
-
""" """
|
|
2594
|
-
|
|
2595
2376
|
bl_label: typing.Any
|
|
2596
|
-
""" """
|
|
2597
|
-
|
|
2598
2377
|
bl_parent_id: typing.Any
|
|
2599
|
-
""" """
|
|
2600
|
-
|
|
2601
2378
|
bl_region_type: typing.Any
|
|
2602
|
-
""" """
|
|
2603
|
-
|
|
2604
2379
|
bl_rna: typing.Any
|
|
2605
|
-
""" """
|
|
2606
|
-
|
|
2607
2380
|
bl_space_type: typing.Any
|
|
2608
|
-
""" """
|
|
2609
|
-
|
|
2610
2381
|
id_data: typing.Any
|
|
2611
|
-
""" """
|
|
2612
2382
|
|
|
2613
2383
|
def append(self, draw_func):
|
|
2614
2384
|
"""Append a draw function to this menu,
|
|
@@ -2693,10 +2463,7 @@ class DATA_PT_font_transform(
|
|
|
2693
2463
|
"""
|
|
2694
2464
|
...
|
|
2695
2465
|
|
|
2696
|
-
def is_extended(self):
|
|
2697
|
-
""" """
|
|
2698
|
-
...
|
|
2699
|
-
|
|
2466
|
+
def is_extended(self): ...
|
|
2700
2467
|
def is_property_hidden(self) -> bool:
|
|
2701
2468
|
"""Check if a property is hidden.
|
|
2702
2469
|
|
|
@@ -2834,25 +2601,12 @@ class DATA_PT_font_transform(
|
|
|
2834
2601
|
class DATA_PT_paragraph(
|
|
2835
2602
|
bpy_types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
2836
2603
|
):
|
|
2837
|
-
""" """
|
|
2838
|
-
|
|
2839
2604
|
bl_context: typing.Any
|
|
2840
|
-
""" """
|
|
2841
|
-
|
|
2842
2605
|
bl_label: typing.Any
|
|
2843
|
-
""" """
|
|
2844
|
-
|
|
2845
2606
|
bl_region_type: typing.Any
|
|
2846
|
-
""" """
|
|
2847
|
-
|
|
2848
2607
|
bl_rna: typing.Any
|
|
2849
|
-
""" """
|
|
2850
|
-
|
|
2851
2608
|
bl_space_type: typing.Any
|
|
2852
|
-
""" """
|
|
2853
|
-
|
|
2854
2609
|
id_data: typing.Any
|
|
2855
|
-
""" """
|
|
2856
2610
|
|
|
2857
2611
|
def append(self, draw_func):
|
|
2858
2612
|
"""Append a draw function to this menu,
|
|
@@ -2937,10 +2691,7 @@ class DATA_PT_paragraph(
|
|
|
2937
2691
|
"""
|
|
2938
2692
|
...
|
|
2939
2693
|
|
|
2940
|
-
def is_extended(self):
|
|
2941
|
-
""" """
|
|
2942
|
-
...
|
|
2943
|
-
|
|
2694
|
+
def is_extended(self): ...
|
|
2944
2695
|
def is_property_hidden(self) -> bool:
|
|
2945
2696
|
"""Check if a property is hidden.
|
|
2946
2697
|
|
|
@@ -3078,28 +2829,13 @@ class DATA_PT_paragraph(
|
|
|
3078
2829
|
class DATA_PT_paragraph_alignment(
|
|
3079
2830
|
bpy_types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
3080
2831
|
):
|
|
3081
|
-
""" """
|
|
3082
|
-
|
|
3083
2832
|
bl_context: typing.Any
|
|
3084
|
-
""" """
|
|
3085
|
-
|
|
3086
2833
|
bl_label: typing.Any
|
|
3087
|
-
""" """
|
|
3088
|
-
|
|
3089
2834
|
bl_parent_id: typing.Any
|
|
3090
|
-
""" """
|
|
3091
|
-
|
|
3092
2835
|
bl_region_type: typing.Any
|
|
3093
|
-
""" """
|
|
3094
|
-
|
|
3095
2836
|
bl_rna: typing.Any
|
|
3096
|
-
""" """
|
|
3097
|
-
|
|
3098
2837
|
bl_space_type: typing.Any
|
|
3099
|
-
""" """
|
|
3100
|
-
|
|
3101
2838
|
id_data: typing.Any
|
|
3102
|
-
""" """
|
|
3103
2839
|
|
|
3104
2840
|
def append(self, draw_func):
|
|
3105
2841
|
"""Append a draw function to this menu,
|
|
@@ -3184,10 +2920,7 @@ class DATA_PT_paragraph_alignment(
|
|
|
3184
2920
|
"""
|
|
3185
2921
|
...
|
|
3186
2922
|
|
|
3187
|
-
def is_extended(self):
|
|
3188
|
-
""" """
|
|
3189
|
-
...
|
|
3190
|
-
|
|
2923
|
+
def is_extended(self): ...
|
|
3191
2924
|
def is_property_hidden(self) -> bool:
|
|
3192
2925
|
"""Check if a property is hidden.
|
|
3193
2926
|
|
|
@@ -3325,28 +3058,13 @@ class DATA_PT_paragraph_alignment(
|
|
|
3325
3058
|
class DATA_PT_paragraph_spacing(
|
|
3326
3059
|
bpy_types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
3327
3060
|
):
|
|
3328
|
-
""" """
|
|
3329
|
-
|
|
3330
3061
|
bl_context: typing.Any
|
|
3331
|
-
""" """
|
|
3332
|
-
|
|
3333
3062
|
bl_label: typing.Any
|
|
3334
|
-
""" """
|
|
3335
|
-
|
|
3336
3063
|
bl_parent_id: typing.Any
|
|
3337
|
-
""" """
|
|
3338
|
-
|
|
3339
3064
|
bl_region_type: typing.Any
|
|
3340
|
-
""" """
|
|
3341
|
-
|
|
3342
3065
|
bl_rna: typing.Any
|
|
3343
|
-
""" """
|
|
3344
|
-
|
|
3345
3066
|
bl_space_type: typing.Any
|
|
3346
|
-
""" """
|
|
3347
|
-
|
|
3348
3067
|
id_data: typing.Any
|
|
3349
|
-
""" """
|
|
3350
3068
|
|
|
3351
3069
|
def append(self, draw_func):
|
|
3352
3070
|
"""Append a draw function to this menu,
|
|
@@ -3431,10 +3149,7 @@ class DATA_PT_paragraph_spacing(
|
|
|
3431
3149
|
"""
|
|
3432
3150
|
...
|
|
3433
3151
|
|
|
3434
|
-
def is_extended(self):
|
|
3435
|
-
""" """
|
|
3436
|
-
...
|
|
3437
|
-
|
|
3152
|
+
def is_extended(self): ...
|
|
3438
3153
|
def is_property_hidden(self) -> bool:
|
|
3439
3154
|
"""Check if a property is hidden.
|
|
3440
3155
|
|
|
@@ -3572,28 +3287,13 @@ class DATA_PT_paragraph_spacing(
|
|
|
3572
3287
|
class DATA_PT_text_boxes(
|
|
3573
3288
|
bpy_types.Panel, CurveButtonsPanelText, CurveButtonsPanel, bpy_types._GenericUI
|
|
3574
3289
|
):
|
|
3575
|
-
""" """
|
|
3576
|
-
|
|
3577
3290
|
bl_context: typing.Any
|
|
3578
|
-
""" """
|
|
3579
|
-
|
|
3580
3291
|
bl_label: typing.Any
|
|
3581
|
-
""" """
|
|
3582
|
-
|
|
3583
3292
|
bl_options: typing.Any
|
|
3584
|
-
""" """
|
|
3585
|
-
|
|
3586
3293
|
bl_region_type: typing.Any
|
|
3587
|
-
""" """
|
|
3588
|
-
|
|
3589
3294
|
bl_rna: typing.Any
|
|
3590
|
-
""" """
|
|
3591
|
-
|
|
3592
3295
|
bl_space_type: typing.Any
|
|
3593
|
-
""" """
|
|
3594
|
-
|
|
3595
3296
|
id_data: typing.Any
|
|
3596
|
-
""" """
|
|
3597
3297
|
|
|
3598
3298
|
def append(self, draw_func):
|
|
3599
3299
|
"""Append a draw function to this menu,
|
|
@@ -3678,10 +3378,7 @@ class DATA_PT_text_boxes(
|
|
|
3678
3378
|
"""
|
|
3679
3379
|
...
|
|
3680
3380
|
|
|
3681
|
-
def is_extended(self):
|
|
3682
|
-
""" """
|
|
3683
|
-
...
|
|
3684
|
-
|
|
3381
|
+
def is_extended(self): ...
|
|
3685
3382
|
def is_property_hidden(self) -> bool:
|
|
3686
3383
|
"""Check if a property is hidden.
|
|
3687
3384
|
|