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
|
@@ -8,8 +8,6 @@ import rna_prop_ui
|
|
|
8
8
|
GenericType = typing.TypeVar("GenericType")
|
|
9
9
|
|
|
10
10
|
class DOPESHEET_HT_editor_buttons:
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
11
|
def draw_header(self, context, layout):
|
|
14
12
|
"""
|
|
15
13
|
|
|
@@ -19,16 +17,9 @@ class DOPESHEET_HT_editor_buttons:
|
|
|
19
17
|
...
|
|
20
18
|
|
|
21
19
|
class DOPESHEET_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
22
|
-
""" """
|
|
23
|
-
|
|
24
20
|
bl_rna: typing.Any
|
|
25
|
-
""" """
|
|
26
|
-
|
|
27
21
|
bl_space_type: typing.Any
|
|
28
|
-
""" """
|
|
29
|
-
|
|
30
22
|
id_data: typing.Any
|
|
31
|
-
""" """
|
|
32
23
|
|
|
33
24
|
def append(self, draw_func):
|
|
34
25
|
"""Append a draw function to this menu,
|
|
@@ -113,10 +104,7 @@ class DOPESHEET_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
113
104
|
"""
|
|
114
105
|
...
|
|
115
106
|
|
|
116
|
-
def is_extended(self):
|
|
117
|
-
""" """
|
|
118
|
-
...
|
|
119
|
-
|
|
107
|
+
def is_extended(self): ...
|
|
120
108
|
def is_property_hidden(self) -> bool:
|
|
121
109
|
"""Check if a property is hidden.
|
|
122
110
|
|
|
@@ -245,16 +233,9 @@ class DOPESHEET_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
245
233
|
...
|
|
246
234
|
|
|
247
235
|
class DOPESHEET_MT_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
248
|
-
""" """
|
|
249
|
-
|
|
250
236
|
bl_label: typing.Any
|
|
251
|
-
""" """
|
|
252
|
-
|
|
253
237
|
bl_rna: typing.Any
|
|
254
|
-
""" """
|
|
255
|
-
|
|
256
238
|
id_data: typing.Any
|
|
257
|
-
""" """
|
|
258
239
|
|
|
259
240
|
def append(self, draw_func):
|
|
260
241
|
"""Append a draw function to this menu,
|
|
@@ -359,10 +340,7 @@ class DOPESHEET_MT_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
359
340
|
"""
|
|
360
341
|
...
|
|
361
342
|
|
|
362
|
-
def is_extended(self):
|
|
363
|
-
""" """
|
|
364
|
-
...
|
|
365
|
-
|
|
343
|
+
def is_extended(self): ...
|
|
366
344
|
def is_property_hidden(self) -> bool:
|
|
367
345
|
"""Check if a property is hidden.
|
|
368
346
|
|
|
@@ -525,16 +503,9 @@ class DOPESHEET_MT_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
525
503
|
...
|
|
526
504
|
|
|
527
505
|
class DOPESHEET_MT_channel_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
528
|
-
""" """
|
|
529
|
-
|
|
530
506
|
bl_label: typing.Any
|
|
531
|
-
""" """
|
|
532
|
-
|
|
533
507
|
bl_rna: typing.Any
|
|
534
|
-
""" """
|
|
535
|
-
|
|
536
508
|
id_data: typing.Any
|
|
537
|
-
""" """
|
|
538
509
|
|
|
539
510
|
def append(self, draw_func):
|
|
540
511
|
"""Append a draw function to this menu,
|
|
@@ -639,10 +610,7 @@ class DOPESHEET_MT_channel_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
639
610
|
"""
|
|
640
611
|
...
|
|
641
612
|
|
|
642
|
-
def is_extended(self):
|
|
643
|
-
""" """
|
|
644
|
-
...
|
|
645
|
-
|
|
613
|
+
def is_extended(self): ...
|
|
646
614
|
def is_property_hidden(self) -> bool:
|
|
647
615
|
"""Check if a property is hidden.
|
|
648
616
|
|
|
@@ -805,16 +773,9 @@ class DOPESHEET_MT_channel_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
805
773
|
...
|
|
806
774
|
|
|
807
775
|
class DOPESHEET_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
808
|
-
""" """
|
|
809
|
-
|
|
810
776
|
bl_label: typing.Any
|
|
811
|
-
""" """
|
|
812
|
-
|
|
813
777
|
bl_rna: typing.Any
|
|
814
|
-
""" """
|
|
815
|
-
|
|
816
778
|
id_data: typing.Any
|
|
817
|
-
""" """
|
|
818
779
|
|
|
819
780
|
def append(self, draw_func):
|
|
820
781
|
"""Append a draw function to this menu,
|
|
@@ -919,10 +880,7 @@ class DOPESHEET_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
919
880
|
"""
|
|
920
881
|
...
|
|
921
882
|
|
|
922
|
-
def is_extended(self):
|
|
923
|
-
""" """
|
|
924
|
-
...
|
|
925
|
-
|
|
883
|
+
def is_extended(self): ...
|
|
926
884
|
def is_property_hidden(self) -> bool:
|
|
927
885
|
"""Check if a property is hidden.
|
|
928
886
|
|
|
@@ -1085,16 +1043,9 @@ class DOPESHEET_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1085
1043
|
...
|
|
1086
1044
|
|
|
1087
1045
|
class DOPESHEET_MT_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
1088
|
-
""" """
|
|
1089
|
-
|
|
1090
1046
|
bl_label: typing.Any
|
|
1091
|
-
""" """
|
|
1092
|
-
|
|
1093
1047
|
bl_rna: typing.Any
|
|
1094
|
-
""" """
|
|
1095
|
-
|
|
1096
1048
|
id_data: typing.Any
|
|
1097
|
-
""" """
|
|
1098
1049
|
|
|
1099
1050
|
def append(self, draw_func):
|
|
1100
1051
|
"""Append a draw function to this menu,
|
|
@@ -1199,10 +1150,7 @@ class DOPESHEET_MT_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1199
1150
|
"""
|
|
1200
1151
|
...
|
|
1201
1152
|
|
|
1202
|
-
def is_extended(self):
|
|
1203
|
-
""" """
|
|
1204
|
-
...
|
|
1205
|
-
|
|
1153
|
+
def is_extended(self): ...
|
|
1206
1154
|
def is_property_hidden(self) -> bool:
|
|
1207
1155
|
"""Check if a property is hidden.
|
|
1208
1156
|
|
|
@@ -1365,19 +1313,10 @@ class DOPESHEET_MT_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1365
1313
|
...
|
|
1366
1314
|
|
|
1367
1315
|
class DOPESHEET_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
1368
|
-
""" """
|
|
1369
|
-
|
|
1370
1316
|
bl_idname: typing.Any
|
|
1371
|
-
""" """
|
|
1372
|
-
|
|
1373
1317
|
bl_label: typing.Any
|
|
1374
|
-
""" """
|
|
1375
|
-
|
|
1376
1318
|
bl_rna: typing.Any
|
|
1377
|
-
""" """
|
|
1378
|
-
|
|
1379
1319
|
id_data: typing.Any
|
|
1380
|
-
""" """
|
|
1381
1320
|
|
|
1382
1321
|
def append(self, draw_func):
|
|
1383
1322
|
"""Append a draw function to this menu,
|
|
@@ -1482,10 +1421,7 @@ class DOPESHEET_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1482
1421
|
"""
|
|
1483
1422
|
...
|
|
1484
1423
|
|
|
1485
|
-
def is_extended(self):
|
|
1486
|
-
""" """
|
|
1487
|
-
...
|
|
1488
|
-
|
|
1424
|
+
def is_extended(self): ...
|
|
1489
1425
|
def is_property_hidden(self) -> bool:
|
|
1490
1426
|
"""Check if a property is hidden.
|
|
1491
1427
|
|
|
@@ -1648,16 +1584,9 @@ class DOPESHEET_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1648
1584
|
...
|
|
1649
1585
|
|
|
1650
1586
|
class DOPESHEET_MT_gpencil_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
1651
|
-
""" """
|
|
1652
|
-
|
|
1653
1587
|
bl_label: typing.Any
|
|
1654
|
-
""" """
|
|
1655
|
-
|
|
1656
1588
|
bl_rna: typing.Any
|
|
1657
|
-
""" """
|
|
1658
|
-
|
|
1659
1589
|
id_data: typing.Any
|
|
1660
|
-
""" """
|
|
1661
1590
|
|
|
1662
1591
|
def append(self, draw_func):
|
|
1663
1592
|
"""Append a draw function to this menu,
|
|
@@ -1762,10 +1691,7 @@ class DOPESHEET_MT_gpencil_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1762
1691
|
"""
|
|
1763
1692
|
...
|
|
1764
1693
|
|
|
1765
|
-
def is_extended(self):
|
|
1766
|
-
""" """
|
|
1767
|
-
...
|
|
1768
|
-
|
|
1694
|
+
def is_extended(self): ...
|
|
1769
1695
|
def is_property_hidden(self) -> bool:
|
|
1770
1696
|
"""Check if a property is hidden.
|
|
1771
1697
|
|
|
@@ -1928,16 +1854,9 @@ class DOPESHEET_MT_gpencil_channel(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1928
1854
|
...
|
|
1929
1855
|
|
|
1930
1856
|
class DOPESHEET_MT_gpencil_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
1931
|
-
""" """
|
|
1932
|
-
|
|
1933
1857
|
bl_label: typing.Any
|
|
1934
|
-
""" """
|
|
1935
|
-
|
|
1936
1858
|
bl_rna: typing.Any
|
|
1937
|
-
""" """
|
|
1938
|
-
|
|
1939
1859
|
id_data: typing.Any
|
|
1940
|
-
""" """
|
|
1941
1860
|
|
|
1942
1861
|
def append(self, draw_func):
|
|
1943
1862
|
"""Append a draw function to this menu,
|
|
@@ -2042,10 +1961,7 @@ class DOPESHEET_MT_gpencil_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2042
1961
|
"""
|
|
2043
1962
|
...
|
|
2044
1963
|
|
|
2045
|
-
def is_extended(self):
|
|
2046
|
-
""" """
|
|
2047
|
-
...
|
|
2048
|
-
|
|
1964
|
+
def is_extended(self): ...
|
|
2049
1965
|
def is_property_hidden(self) -> bool:
|
|
2050
1966
|
"""Check if a property is hidden.
|
|
2051
1967
|
|
|
@@ -2208,16 +2124,9 @@ class DOPESHEET_MT_gpencil_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2208
2124
|
...
|
|
2209
2125
|
|
|
2210
2126
|
class DOPESHEET_MT_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
2211
|
-
""" """
|
|
2212
|
-
|
|
2213
2127
|
bl_label: typing.Any
|
|
2214
|
-
""" """
|
|
2215
|
-
|
|
2216
2128
|
bl_rna: typing.Any
|
|
2217
|
-
""" """
|
|
2218
|
-
|
|
2219
2129
|
id_data: typing.Any
|
|
2220
|
-
""" """
|
|
2221
2130
|
|
|
2222
2131
|
def append(self, draw_func):
|
|
2223
2132
|
"""Append a draw function to this menu,
|
|
@@ -2322,10 +2231,7 @@ class DOPESHEET_MT_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2322
2231
|
"""
|
|
2323
2232
|
...
|
|
2324
2233
|
|
|
2325
|
-
def is_extended(self):
|
|
2326
|
-
""" """
|
|
2327
|
-
...
|
|
2328
|
-
|
|
2234
|
+
def is_extended(self): ...
|
|
2329
2235
|
def is_property_hidden(self) -> bool:
|
|
2330
2236
|
"""Check if a property is hidden.
|
|
2331
2237
|
|
|
@@ -2488,16 +2394,9 @@ class DOPESHEET_MT_key(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2488
2394
|
...
|
|
2489
2395
|
|
|
2490
2396
|
class DOPESHEET_MT_key_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
2491
|
-
""" """
|
|
2492
|
-
|
|
2493
2397
|
bl_label: typing.Any
|
|
2494
|
-
""" """
|
|
2495
|
-
|
|
2496
2398
|
bl_rna: typing.Any
|
|
2497
|
-
""" """
|
|
2498
|
-
|
|
2499
2399
|
id_data: typing.Any
|
|
2500
|
-
""" """
|
|
2501
2400
|
|
|
2502
2401
|
def append(self, draw_func):
|
|
2503
2402
|
"""Append a draw function to this menu,
|
|
@@ -2602,10 +2501,7 @@ class DOPESHEET_MT_key_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2602
2501
|
"""
|
|
2603
2502
|
...
|
|
2604
2503
|
|
|
2605
|
-
def is_extended(self):
|
|
2606
|
-
""" """
|
|
2607
|
-
...
|
|
2608
|
-
|
|
2504
|
+
def is_extended(self): ...
|
|
2609
2505
|
def is_property_hidden(self) -> bool:
|
|
2610
2506
|
"""Check if a property is hidden.
|
|
2611
2507
|
|
|
@@ -2768,16 +2664,9 @@ class DOPESHEET_MT_key_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2768
2664
|
...
|
|
2769
2665
|
|
|
2770
2666
|
class DOPESHEET_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
2771
|
-
""" """
|
|
2772
|
-
|
|
2773
2667
|
bl_label: typing.Any
|
|
2774
|
-
""" """
|
|
2775
|
-
|
|
2776
2668
|
bl_rna: typing.Any
|
|
2777
|
-
""" """
|
|
2778
|
-
|
|
2779
2669
|
id_data: typing.Any
|
|
2780
|
-
""" """
|
|
2781
2670
|
|
|
2782
2671
|
def append(self, draw_func):
|
|
2783
2672
|
"""Append a draw function to this menu,
|
|
@@ -2882,10 +2771,7 @@ class DOPESHEET_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2882
2771
|
"""
|
|
2883
2772
|
...
|
|
2884
2773
|
|
|
2885
|
-
def is_extended(self):
|
|
2886
|
-
""" """
|
|
2887
|
-
...
|
|
2888
|
-
|
|
2774
|
+
def is_extended(self): ...
|
|
2889
2775
|
def is_property_hidden(self) -> bool:
|
|
2890
2776
|
"""Check if a property is hidden.
|
|
2891
2777
|
|
|
@@ -3048,16 +2934,9 @@ class DOPESHEET_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3048
2934
|
...
|
|
3049
2935
|
|
|
3050
2936
|
class DOPESHEET_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
3051
|
-
""" """
|
|
3052
|
-
|
|
3053
2937
|
bl_label: typing.Any
|
|
3054
|
-
""" """
|
|
3055
|
-
|
|
3056
2938
|
bl_rna: typing.Any
|
|
3057
|
-
""" """
|
|
3058
|
-
|
|
3059
2939
|
id_data: typing.Any
|
|
3060
|
-
""" """
|
|
3061
2940
|
|
|
3062
2941
|
def append(self, draw_func):
|
|
3063
2942
|
"""Append a draw function to this menu,
|
|
@@ -3162,10 +3041,7 @@ class DOPESHEET_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3162
3041
|
"""
|
|
3163
3042
|
...
|
|
3164
3043
|
|
|
3165
|
-
def is_extended(self):
|
|
3166
|
-
""" """
|
|
3167
|
-
...
|
|
3168
|
-
|
|
3044
|
+
def is_extended(self): ...
|
|
3169
3045
|
def is_property_hidden(self) -> bool:
|
|
3170
3046
|
"""Check if a property is hidden.
|
|
3171
3047
|
|
|
@@ -3328,16 +3204,9 @@ class DOPESHEET_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3328
3204
|
...
|
|
3329
3205
|
|
|
3330
3206
|
class DOPESHEET_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
3331
|
-
""" """
|
|
3332
|
-
|
|
3333
3207
|
bl_label: typing.Any
|
|
3334
|
-
""" """
|
|
3335
|
-
|
|
3336
3208
|
bl_rna: typing.Any
|
|
3337
|
-
""" """
|
|
3338
|
-
|
|
3339
3209
|
id_data: typing.Any
|
|
3340
|
-
""" """
|
|
3341
3210
|
|
|
3342
3211
|
def append(self, draw_func):
|
|
3343
3212
|
"""Append a draw function to this menu,
|
|
@@ -3442,10 +3311,7 @@ class DOPESHEET_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3442
3311
|
"""
|
|
3443
3312
|
...
|
|
3444
3313
|
|
|
3445
|
-
def is_extended(self):
|
|
3446
|
-
""" """
|
|
3447
|
-
...
|
|
3448
|
-
|
|
3314
|
+
def is_extended(self): ...
|
|
3449
3315
|
def is_property_hidden(self) -> bool:
|
|
3450
3316
|
"""Check if a property is hidden.
|
|
3451
3317
|
|
|
@@ -3608,16 +3474,9 @@ class DOPESHEET_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3608
3474
|
...
|
|
3609
3475
|
|
|
3610
3476
|
class DOPESHEET_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
3611
|
-
""" """
|
|
3612
|
-
|
|
3613
3477
|
bl_label: typing.Any
|
|
3614
|
-
""" """
|
|
3615
|
-
|
|
3616
3478
|
bl_rna: typing.Any
|
|
3617
|
-
""" """
|
|
3618
|
-
|
|
3619
3479
|
id_data: typing.Any
|
|
3620
|
-
""" """
|
|
3621
3480
|
|
|
3622
3481
|
def append(self, draw_func):
|
|
3623
3482
|
"""Append a draw function to this menu,
|
|
@@ -3722,10 +3581,7 @@ class DOPESHEET_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3722
3581
|
"""
|
|
3723
3582
|
...
|
|
3724
3583
|
|
|
3725
|
-
def is_extended(self):
|
|
3726
|
-
""" """
|
|
3727
|
-
...
|
|
3728
|
-
|
|
3584
|
+
def is_extended(self): ...
|
|
3729
3585
|
def is_property_hidden(self) -> bool:
|
|
3730
3586
|
"""Check if a property is hidden.
|
|
3731
3587
|
|
|
@@ -3888,16 +3744,9 @@ class DOPESHEET_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3888
3744
|
...
|
|
3889
3745
|
|
|
3890
3746
|
class DOPESHEET_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
3891
|
-
""" """
|
|
3892
|
-
|
|
3893
3747
|
bl_label: typing.Any
|
|
3894
|
-
""" """
|
|
3895
|
-
|
|
3896
3748
|
bl_rna: typing.Any
|
|
3897
|
-
""" """
|
|
3898
|
-
|
|
3899
3749
|
id_data: typing.Any
|
|
3900
|
-
""" """
|
|
3901
3750
|
|
|
3902
3751
|
def append(self, draw_func):
|
|
3903
3752
|
"""Append a draw function to this menu,
|
|
@@ -4002,10 +3851,7 @@ class DOPESHEET_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4002
3851
|
"""
|
|
4003
3852
|
...
|
|
4004
3853
|
|
|
4005
|
-
def is_extended(self):
|
|
4006
|
-
""" """
|
|
4007
|
-
...
|
|
4008
|
-
|
|
3854
|
+
def is_extended(self): ...
|
|
4009
3855
|
def is_property_hidden(self) -> bool:
|
|
4010
3856
|
"""Check if a property is hidden.
|
|
4011
3857
|
|
|
@@ -4168,13 +4014,8 @@ class DOPESHEET_MT_view_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4168
4014
|
...
|
|
4169
4015
|
|
|
4170
4016
|
class DopesheetActionPanelBase:
|
|
4171
|
-
""" """
|
|
4172
|
-
|
|
4173
4017
|
bl_label: typing.Any
|
|
4174
|
-
""" """
|
|
4175
|
-
|
|
4176
4018
|
bl_region_type: typing.Any
|
|
4177
|
-
""" """
|
|
4178
4019
|
|
|
4179
4020
|
def draw_generic_panel(self, _context, layout, action):
|
|
4180
4021
|
"""
|
|
@@ -4193,31 +4034,14 @@ class DOPESHEET_PT_custom_props_action(
|
|
|
4193
4034
|
"""
|
|
4194
4035
|
|
|
4195
4036
|
bl_category: typing.Any
|
|
4196
|
-
""" """
|
|
4197
|
-
|
|
4198
4037
|
bl_context: typing.Any
|
|
4199
|
-
""" """
|
|
4200
|
-
|
|
4201
4038
|
bl_label: typing.Any
|
|
4202
|
-
""" """
|
|
4203
|
-
|
|
4204
4039
|
bl_options: typing.Any
|
|
4205
|
-
""" """
|
|
4206
|
-
|
|
4207
4040
|
bl_order: typing.Any
|
|
4208
|
-
""" """
|
|
4209
|
-
|
|
4210
4041
|
bl_region_type: typing.Any
|
|
4211
|
-
""" """
|
|
4212
|
-
|
|
4213
4042
|
bl_rna: typing.Any
|
|
4214
|
-
""" """
|
|
4215
|
-
|
|
4216
4043
|
bl_space_type: typing.Any
|
|
4217
|
-
""" """
|
|
4218
|
-
|
|
4219
4044
|
id_data: typing.Any
|
|
4220
|
-
""" """
|
|
4221
4045
|
|
|
4222
4046
|
def append(self, draw_func):
|
|
4223
4047
|
"""Append a draw function to this menu,
|
|
@@ -4302,10 +4126,7 @@ class DOPESHEET_PT_custom_props_action(
|
|
|
4302
4126
|
"""
|
|
4303
4127
|
...
|
|
4304
4128
|
|
|
4305
|
-
def is_extended(self):
|
|
4306
|
-
""" """
|
|
4307
|
-
...
|
|
4308
|
-
|
|
4129
|
+
def is_extended(self): ...
|
|
4309
4130
|
def is_property_hidden(self) -> bool:
|
|
4310
4131
|
"""Check if a property is hidden.
|
|
4311
4132
|
|
|
@@ -4441,13 +4262,8 @@ class DOPESHEET_PT_custom_props_action(
|
|
|
4441
4262
|
...
|
|
4442
4263
|
|
|
4443
4264
|
class DopesheetFilterPopoverBase:
|
|
4444
|
-
""" """
|
|
4445
|
-
|
|
4446
4265
|
bl_label: typing.Any
|
|
4447
|
-
""" """
|
|
4448
|
-
|
|
4449
4266
|
bl_region_type: typing.Any
|
|
4450
|
-
""" """
|
|
4451
4267
|
|
|
4452
4268
|
def draw_generic_filters(self, context, layout):
|
|
4453
4269
|
"""
|
|
@@ -4475,16 +4291,9 @@ class DopesheetFilterPopoverBase:
|
|
|
4475
4291
|
...
|
|
4476
4292
|
|
|
4477
4293
|
class LayersDopeSheetPanel:
|
|
4478
|
-
""" """
|
|
4479
|
-
|
|
4480
4294
|
bl_category: typing.Any
|
|
4481
|
-
""" """
|
|
4482
|
-
|
|
4483
4295
|
bl_region_type: typing.Any
|
|
4484
|
-
""" """
|
|
4485
|
-
|
|
4486
4296
|
bl_space_type: typing.Any
|
|
4487
|
-
""" """
|
|
4488
4297
|
|
|
4489
4298
|
def poll(self, context):
|
|
4490
4299
|
"""
|
|
@@ -4494,16 +4303,9 @@ class LayersDopeSheetPanel:
|
|
|
4494
4303
|
...
|
|
4495
4304
|
|
|
4496
4305
|
class GreasePencilLayersDopeSheetPanel:
|
|
4497
|
-
""" """
|
|
4498
|
-
|
|
4499
4306
|
bl_category: typing.Any
|
|
4500
|
-
""" """
|
|
4501
|
-
|
|
4502
4307
|
bl_region_type: typing.Any
|
|
4503
|
-
""" """
|
|
4504
|
-
|
|
4505
4308
|
bl_space_type: typing.Any
|
|
4506
|
-
""" """
|
|
4507
4309
|
|
|
4508
4310
|
def poll(self, context):
|
|
4509
4311
|
"""
|
|
@@ -4513,25 +4315,12 @@ class GreasePencilLayersDopeSheetPanel:
|
|
|
4513
4315
|
...
|
|
4514
4316
|
|
|
4515
4317
|
class DOPESHEET_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
|
|
4516
|
-
""" """
|
|
4517
|
-
|
|
4518
4318
|
bl_label: typing.Any
|
|
4519
|
-
""" """
|
|
4520
|
-
|
|
4521
4319
|
bl_region_type: typing.Any
|
|
4522
|
-
""" """
|
|
4523
|
-
|
|
4524
4320
|
bl_rna: typing.Any
|
|
4525
|
-
""" """
|
|
4526
|
-
|
|
4527
4321
|
bl_space_type: typing.Any
|
|
4528
|
-
""" """
|
|
4529
|
-
|
|
4530
4322
|
bl_ui_units_x: typing.Any
|
|
4531
|
-
""" """
|
|
4532
|
-
|
|
4533
4323
|
id_data: typing.Any
|
|
4534
|
-
""" """
|
|
4535
4324
|
|
|
4536
4325
|
def append(self, draw_func):
|
|
4537
4326
|
"""Append a draw function to this menu,
|
|
@@ -4616,10 +4405,7 @@ class DOPESHEET_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
4616
4405
|
"""
|
|
4617
4406
|
...
|
|
4618
4407
|
|
|
4619
|
-
def is_extended(self):
|
|
4620
|
-
""" """
|
|
4621
|
-
...
|
|
4622
|
-
|
|
4408
|
+
def is_extended(self): ...
|
|
4623
4409
|
def is_property_hidden(self) -> bool:
|
|
4624
4410
|
"""Check if a property is hidden.
|
|
4625
4411
|
|
|
@@ -4748,22 +4534,11 @@ class DOPESHEET_PT_proportional_edit(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
4748
4534
|
...
|
|
4749
4535
|
|
|
4750
4536
|
class DOPESHEET_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
|
|
4751
|
-
""" """
|
|
4752
|
-
|
|
4753
4537
|
bl_label: typing.Any
|
|
4754
|
-
""" """
|
|
4755
|
-
|
|
4756
4538
|
bl_region_type: typing.Any
|
|
4757
|
-
""" """
|
|
4758
|
-
|
|
4759
4539
|
bl_rna: typing.Any
|
|
4760
|
-
""" """
|
|
4761
|
-
|
|
4762
4540
|
bl_space_type: typing.Any
|
|
4763
|
-
""" """
|
|
4764
|
-
|
|
4765
4541
|
id_data: typing.Any
|
|
4766
|
-
""" """
|
|
4767
4542
|
|
|
4768
4543
|
def append(self, draw_func):
|
|
4769
4544
|
"""Append a draw function to this menu,
|
|
@@ -4848,10 +4623,7 @@ class DOPESHEET_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
4848
4623
|
"""
|
|
4849
4624
|
...
|
|
4850
4625
|
|
|
4851
|
-
def is_extended(self):
|
|
4852
|
-
""" """
|
|
4853
|
-
...
|
|
4854
|
-
|
|
4626
|
+
def is_extended(self): ...
|
|
4855
4627
|
def is_property_hidden(self) -> bool:
|
|
4856
4628
|
"""Check if a property is hidden.
|
|
4857
4629
|
|
|
@@ -4982,25 +4754,12 @@ class DOPESHEET_PT_snapping(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
4982
4754
|
class DOPESHEET_PT_action(
|
|
4983
4755
|
bpy_types.Panel, DopesheetActionPanelBase, bpy_types._GenericUI
|
|
4984
4756
|
):
|
|
4985
|
-
""" """
|
|
4986
|
-
|
|
4987
4757
|
bl_category: typing.Any
|
|
4988
|
-
""" """
|
|
4989
|
-
|
|
4990
4758
|
bl_label: typing.Any
|
|
4991
|
-
""" """
|
|
4992
|
-
|
|
4993
4759
|
bl_region_type: typing.Any
|
|
4994
|
-
""" """
|
|
4995
|
-
|
|
4996
4760
|
bl_rna: typing.Any
|
|
4997
|
-
""" """
|
|
4998
|
-
|
|
4999
4761
|
bl_space_type: typing.Any
|
|
5000
|
-
""" """
|
|
5001
|
-
|
|
5002
4762
|
id_data: typing.Any
|
|
5003
|
-
""" """
|
|
5004
4763
|
|
|
5005
4764
|
def append(self, draw_func):
|
|
5006
4765
|
"""Append a draw function to this menu,
|
|
@@ -5094,10 +4853,7 @@ class DOPESHEET_PT_action(
|
|
|
5094
4853
|
"""
|
|
5095
4854
|
...
|
|
5096
4855
|
|
|
5097
|
-
def is_extended(self):
|
|
5098
|
-
""" """
|
|
5099
|
-
...
|
|
5100
|
-
|
|
4856
|
+
def is_extended(self): ...
|
|
5101
4857
|
def is_property_hidden(self) -> bool:
|
|
5102
4858
|
"""Check if a property is hidden.
|
|
5103
4859
|
|
|
@@ -5235,22 +4991,11 @@ class DOPESHEET_PT_action(
|
|
|
5235
4991
|
class DOPESHEET_PT_filters(
|
|
5236
4992
|
bpy_types.Panel, DopesheetFilterPopoverBase, bpy_types._GenericUI
|
|
5237
4993
|
):
|
|
5238
|
-
""" """
|
|
5239
|
-
|
|
5240
4994
|
bl_label: typing.Any
|
|
5241
|
-
""" """
|
|
5242
|
-
|
|
5243
4995
|
bl_region_type: typing.Any
|
|
5244
|
-
""" """
|
|
5245
|
-
|
|
5246
4996
|
bl_rna: typing.Any
|
|
5247
|
-
""" """
|
|
5248
|
-
|
|
5249
4997
|
bl_space_type: typing.Any
|
|
5250
|
-
""" """
|
|
5251
|
-
|
|
5252
4998
|
id_data: typing.Any
|
|
5253
|
-
""" """
|
|
5254
4999
|
|
|
5255
5000
|
def append(self, draw_func):
|
|
5256
5001
|
"""Append a draw function to this menu,
|
|
@@ -5360,10 +5105,7 @@ class DOPESHEET_PT_filters(
|
|
|
5360
5105
|
"""
|
|
5361
5106
|
...
|
|
5362
5107
|
|
|
5363
|
-
def is_extended(self):
|
|
5364
|
-
""" """
|
|
5365
|
-
...
|
|
5366
|
-
|
|
5108
|
+
def is_extended(self): ...
|
|
5367
5109
|
def is_property_hidden(self) -> bool:
|
|
5368
5110
|
"""Check if a property is hidden.
|
|
5369
5111
|
|
|
@@ -5497,31 +5239,14 @@ class DOPESHEET_PT_gpencil_layer_adjustments(
|
|
|
5497
5239
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerAdjustmentsPanel,
|
|
5498
5240
|
bpy_types._GenericUI,
|
|
5499
5241
|
):
|
|
5500
|
-
""" """
|
|
5501
|
-
|
|
5502
5242
|
bl_category: typing.Any
|
|
5503
|
-
""" """
|
|
5504
|
-
|
|
5505
5243
|
bl_label: typing.Any
|
|
5506
|
-
""" """
|
|
5507
|
-
|
|
5508
5244
|
bl_options: typing.Any
|
|
5509
|
-
""" """
|
|
5510
|
-
|
|
5511
5245
|
bl_parent_id: typing.Any
|
|
5512
|
-
""" """
|
|
5513
|
-
|
|
5514
5246
|
bl_region_type: typing.Any
|
|
5515
|
-
""" """
|
|
5516
|
-
|
|
5517
5247
|
bl_rna: typing.Any
|
|
5518
|
-
""" """
|
|
5519
|
-
|
|
5520
5248
|
bl_space_type: typing.Any
|
|
5521
|
-
""" """
|
|
5522
|
-
|
|
5523
5249
|
id_data: typing.Any
|
|
5524
|
-
""" """
|
|
5525
5250
|
|
|
5526
5251
|
def append(self, draw_func):
|
|
5527
5252
|
"""Append a draw function to this menu,
|
|
@@ -5606,10 +5331,7 @@ class DOPESHEET_PT_gpencil_layer_adjustments(
|
|
|
5606
5331
|
"""
|
|
5607
5332
|
...
|
|
5608
5333
|
|
|
5609
|
-
def is_extended(self):
|
|
5610
|
-
""" """
|
|
5611
|
-
...
|
|
5612
|
-
|
|
5334
|
+
def is_extended(self): ...
|
|
5613
5335
|
def is_property_hidden(self) -> bool:
|
|
5614
5336
|
"""Check if a property is hidden.
|
|
5615
5337
|
|
|
@@ -5750,31 +5472,14 @@ class DOPESHEET_PT_gpencil_layer_display(
|
|
|
5750
5472
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerDisplayPanel,
|
|
5751
5473
|
bpy_types._GenericUI,
|
|
5752
5474
|
):
|
|
5753
|
-
""" """
|
|
5754
|
-
|
|
5755
5475
|
bl_category: typing.Any
|
|
5756
|
-
""" """
|
|
5757
|
-
|
|
5758
5476
|
bl_label: typing.Any
|
|
5759
|
-
""" """
|
|
5760
|
-
|
|
5761
5477
|
bl_options: typing.Any
|
|
5762
|
-
""" """
|
|
5763
|
-
|
|
5764
5478
|
bl_parent_id: typing.Any
|
|
5765
|
-
""" """
|
|
5766
|
-
|
|
5767
5479
|
bl_region_type: typing.Any
|
|
5768
|
-
""" """
|
|
5769
|
-
|
|
5770
5480
|
bl_rna: typing.Any
|
|
5771
|
-
""" """
|
|
5772
|
-
|
|
5773
5481
|
bl_space_type: typing.Any
|
|
5774
|
-
""" """
|
|
5775
|
-
|
|
5776
5482
|
id_data: typing.Any
|
|
5777
|
-
""" """
|
|
5778
5483
|
|
|
5779
5484
|
def append(self, draw_func):
|
|
5780
5485
|
"""Append a draw function to this menu,
|
|
@@ -5859,10 +5564,7 @@ class DOPESHEET_PT_gpencil_layer_display(
|
|
|
5859
5564
|
"""
|
|
5860
5565
|
...
|
|
5861
5566
|
|
|
5862
|
-
def is_extended(self):
|
|
5863
|
-
""" """
|
|
5864
|
-
...
|
|
5865
|
-
|
|
5567
|
+
def is_extended(self): ...
|
|
5866
5568
|
def is_property_hidden(self) -> bool:
|
|
5867
5569
|
"""Check if a property is hidden.
|
|
5868
5570
|
|
|
@@ -6003,31 +5705,14 @@ class DOPESHEET_PT_gpencil_layer_masks(
|
|
|
6003
5705
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerMasksPanel,
|
|
6004
5706
|
bpy_types._GenericUI,
|
|
6005
5707
|
):
|
|
6006
|
-
""" """
|
|
6007
|
-
|
|
6008
5708
|
bl_category: typing.Any
|
|
6009
|
-
""" """
|
|
6010
|
-
|
|
6011
5709
|
bl_label: typing.Any
|
|
6012
|
-
""" """
|
|
6013
|
-
|
|
6014
5710
|
bl_options: typing.Any
|
|
6015
|
-
""" """
|
|
6016
|
-
|
|
6017
5711
|
bl_parent_id: typing.Any
|
|
6018
|
-
""" """
|
|
6019
|
-
|
|
6020
5712
|
bl_region_type: typing.Any
|
|
6021
|
-
""" """
|
|
6022
|
-
|
|
6023
5713
|
bl_rna: typing.Any
|
|
6024
|
-
""" """
|
|
6025
|
-
|
|
6026
5714
|
bl_space_type: typing.Any
|
|
6027
|
-
""" """
|
|
6028
|
-
|
|
6029
5715
|
id_data: typing.Any
|
|
6030
|
-
""" """
|
|
6031
5716
|
|
|
6032
5717
|
def append(self, draw_func):
|
|
6033
5718
|
"""Append a draw function to this menu,
|
|
@@ -6119,10 +5804,7 @@ class DOPESHEET_PT_gpencil_layer_masks(
|
|
|
6119
5804
|
"""
|
|
6120
5805
|
...
|
|
6121
5806
|
|
|
6122
|
-
def is_extended(self):
|
|
6123
|
-
""" """
|
|
6124
|
-
...
|
|
6125
|
-
|
|
5807
|
+
def is_extended(self): ...
|
|
6126
5808
|
def is_property_hidden(self) -> bool:
|
|
6127
5809
|
"""Check if a property is hidden.
|
|
6128
5810
|
|
|
@@ -6263,31 +5945,14 @@ class DOPESHEET_PT_gpencil_layer_relations(
|
|
|
6263
5945
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerRelationsPanel,
|
|
6264
5946
|
bpy_types._GenericUI,
|
|
6265
5947
|
):
|
|
6266
|
-
""" """
|
|
6267
|
-
|
|
6268
5948
|
bl_category: typing.Any
|
|
6269
|
-
""" """
|
|
6270
|
-
|
|
6271
5949
|
bl_label: typing.Any
|
|
6272
|
-
""" """
|
|
6273
|
-
|
|
6274
5950
|
bl_options: typing.Any
|
|
6275
|
-
""" """
|
|
6276
|
-
|
|
6277
5951
|
bl_parent_id: typing.Any
|
|
6278
|
-
""" """
|
|
6279
|
-
|
|
6280
5952
|
bl_region_type: typing.Any
|
|
6281
|
-
""" """
|
|
6282
|
-
|
|
6283
5953
|
bl_rna: typing.Any
|
|
6284
|
-
""" """
|
|
6285
|
-
|
|
6286
5954
|
bl_space_type: typing.Any
|
|
6287
|
-
""" """
|
|
6288
|
-
|
|
6289
5955
|
id_data: typing.Any
|
|
6290
|
-
""" """
|
|
6291
5956
|
|
|
6292
5957
|
def append(self, draw_func):
|
|
6293
5958
|
"""Append a draw function to this menu,
|
|
@@ -6372,10 +6037,7 @@ class DOPESHEET_PT_gpencil_layer_relations(
|
|
|
6372
6037
|
"""
|
|
6373
6038
|
...
|
|
6374
6039
|
|
|
6375
|
-
def is_extended(self):
|
|
6376
|
-
""" """
|
|
6377
|
-
...
|
|
6378
|
-
|
|
6040
|
+
def is_extended(self): ...
|
|
6379
6041
|
def is_property_hidden(self) -> bool:
|
|
6380
6042
|
"""Check if a property is hidden.
|
|
6381
6043
|
|
|
@@ -6516,31 +6178,14 @@ class DOPESHEET_PT_gpencil_layer_transform(
|
|
|
6516
6178
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerTransformPanel,
|
|
6517
6179
|
bpy_types._GenericUI,
|
|
6518
6180
|
):
|
|
6519
|
-
""" """
|
|
6520
|
-
|
|
6521
6181
|
bl_category: typing.Any
|
|
6522
|
-
""" """
|
|
6523
|
-
|
|
6524
6182
|
bl_label: typing.Any
|
|
6525
|
-
""" """
|
|
6526
|
-
|
|
6527
6183
|
bl_options: typing.Any
|
|
6528
|
-
""" """
|
|
6529
|
-
|
|
6530
6184
|
bl_parent_id: typing.Any
|
|
6531
|
-
""" """
|
|
6532
|
-
|
|
6533
6185
|
bl_region_type: typing.Any
|
|
6534
|
-
""" """
|
|
6535
|
-
|
|
6536
6186
|
bl_rna: typing.Any
|
|
6537
|
-
""" """
|
|
6538
|
-
|
|
6539
6187
|
bl_space_type: typing.Any
|
|
6540
|
-
""" """
|
|
6541
|
-
|
|
6542
6188
|
id_data: typing.Any
|
|
6543
|
-
""" """
|
|
6544
6189
|
|
|
6545
6190
|
def append(self, draw_func):
|
|
6546
6191
|
"""Append a draw function to this menu,
|
|
@@ -6625,10 +6270,7 @@ class DOPESHEET_PT_gpencil_layer_transform(
|
|
|
6625
6270
|
"""
|
|
6626
6271
|
...
|
|
6627
6272
|
|
|
6628
|
-
def is_extended(self):
|
|
6629
|
-
""" """
|
|
6630
|
-
...
|
|
6631
|
-
|
|
6273
|
+
def is_extended(self): ...
|
|
6632
6274
|
def is_property_hidden(self) -> bool:
|
|
6633
6275
|
"""Check if a property is hidden.
|
|
6634
6276
|
|
|
@@ -6766,25 +6408,12 @@ class DOPESHEET_PT_gpencil_layer_transform(
|
|
|
6766
6408
|
class DOPESHEET_PT_gpencil_mode(
|
|
6767
6409
|
bpy_types.Panel, LayersDopeSheetPanel, bpy_types._GenericUI
|
|
6768
6410
|
):
|
|
6769
|
-
""" """
|
|
6770
|
-
|
|
6771
6411
|
bl_category: typing.Any
|
|
6772
|
-
""" """
|
|
6773
|
-
|
|
6774
6412
|
bl_label: typing.Any
|
|
6775
|
-
""" """
|
|
6776
|
-
|
|
6777
6413
|
bl_region_type: typing.Any
|
|
6778
|
-
""" """
|
|
6779
|
-
|
|
6780
6414
|
bl_rna: typing.Any
|
|
6781
|
-
""" """
|
|
6782
|
-
|
|
6783
6415
|
bl_space_type: typing.Any
|
|
6784
|
-
""" """
|
|
6785
|
-
|
|
6786
6416
|
id_data: typing.Any
|
|
6787
|
-
""" """
|
|
6788
6417
|
|
|
6789
6418
|
def append(self, draw_func):
|
|
6790
6419
|
"""Append a draw function to this menu,
|
|
@@ -6869,10 +6498,7 @@ class DOPESHEET_PT_gpencil_mode(
|
|
|
6869
6498
|
"""
|
|
6870
6499
|
...
|
|
6871
6500
|
|
|
6872
|
-
def is_extended(self):
|
|
6873
|
-
""" """
|
|
6874
|
-
...
|
|
6875
|
-
|
|
6501
|
+
def is_extended(self): ...
|
|
6876
6502
|
def is_property_hidden(self) -> bool:
|
|
6877
6503
|
"""Check if a property is hidden.
|
|
6878
6504
|
|
|
@@ -7013,31 +6639,14 @@ class DOPESHEET_PT_grease_pencil_layer_masks(
|
|
|
7013
6639
|
bl_ui.properties_data_grease_pencil.GreasePencil_LayerMaskPanel,
|
|
7014
6640
|
bpy_types._GenericUI,
|
|
7015
6641
|
):
|
|
7016
|
-
""" """
|
|
7017
|
-
|
|
7018
6642
|
bl_category: typing.Any
|
|
7019
|
-
""" """
|
|
7020
|
-
|
|
7021
6643
|
bl_label: typing.Any
|
|
7022
|
-
""" """
|
|
7023
|
-
|
|
7024
6644
|
bl_options: typing.Any
|
|
7025
|
-
""" """
|
|
7026
|
-
|
|
7027
6645
|
bl_parent_id: typing.Any
|
|
7028
|
-
""" """
|
|
7029
|
-
|
|
7030
6646
|
bl_region_type: typing.Any
|
|
7031
|
-
""" """
|
|
7032
|
-
|
|
7033
6647
|
bl_rna: typing.Any
|
|
7034
|
-
""" """
|
|
7035
|
-
|
|
7036
6648
|
bl_space_type: typing.Any
|
|
7037
|
-
""" """
|
|
7038
|
-
|
|
7039
6649
|
id_data: typing.Any
|
|
7040
|
-
""" """
|
|
7041
6650
|
|
|
7042
6651
|
def append(self, draw_func):
|
|
7043
6652
|
"""Append a draw function to this menu,
|
|
@@ -7129,10 +6738,7 @@ class DOPESHEET_PT_grease_pencil_layer_masks(
|
|
|
7129
6738
|
"""
|
|
7130
6739
|
...
|
|
7131
6740
|
|
|
7132
|
-
def is_extended(self):
|
|
7133
|
-
""" """
|
|
7134
|
-
...
|
|
7135
|
-
|
|
6741
|
+
def is_extended(self): ...
|
|
7136
6742
|
def is_property_hidden(self) -> bool:
|
|
7137
6743
|
"""Check if a property is hidden.
|
|
7138
6744
|
|
|
@@ -7273,31 +6879,14 @@ class DOPESHEET_PT_grease_pencil_layer_relations(
|
|
|
7273
6879
|
bl_ui.properties_data_grease_pencil.GreasPencil_LayerRelationsPanel,
|
|
7274
6880
|
bpy_types._GenericUI,
|
|
7275
6881
|
):
|
|
7276
|
-
""" """
|
|
7277
|
-
|
|
7278
6882
|
bl_category: typing.Any
|
|
7279
|
-
""" """
|
|
7280
|
-
|
|
7281
6883
|
bl_label: typing.Any
|
|
7282
|
-
""" """
|
|
7283
|
-
|
|
7284
6884
|
bl_options: typing.Any
|
|
7285
|
-
""" """
|
|
7286
|
-
|
|
7287
6885
|
bl_parent_id: typing.Any
|
|
7288
|
-
""" """
|
|
7289
|
-
|
|
7290
6886
|
bl_region_type: typing.Any
|
|
7291
|
-
""" """
|
|
7292
|
-
|
|
7293
6887
|
bl_rna: typing.Any
|
|
7294
|
-
""" """
|
|
7295
|
-
|
|
7296
6888
|
bl_space_type: typing.Any
|
|
7297
|
-
""" """
|
|
7298
|
-
|
|
7299
6889
|
id_data: typing.Any
|
|
7300
|
-
""" """
|
|
7301
6890
|
|
|
7302
6891
|
def append(self, draw_func):
|
|
7303
6892
|
"""Append a draw function to this menu,
|
|
@@ -7382,10 +6971,7 @@ class DOPESHEET_PT_grease_pencil_layer_relations(
|
|
|
7382
6971
|
"""
|
|
7383
6972
|
...
|
|
7384
6973
|
|
|
7385
|
-
def is_extended(self):
|
|
7386
|
-
""" """
|
|
7387
|
-
...
|
|
7388
|
-
|
|
6974
|
+
def is_extended(self): ...
|
|
7389
6975
|
def is_property_hidden(self) -> bool:
|
|
7390
6976
|
"""Check if a property is hidden.
|
|
7391
6977
|
|
|
@@ -7526,31 +7112,14 @@ class DOPESHEET_PT_grease_pencil_layer_transform(
|
|
|
7526
7112
|
bl_ui.properties_data_grease_pencil.GreasePencil_LayerTransformPanel,
|
|
7527
7113
|
bpy_types._GenericUI,
|
|
7528
7114
|
):
|
|
7529
|
-
""" """
|
|
7530
|
-
|
|
7531
7115
|
bl_category: typing.Any
|
|
7532
|
-
""" """
|
|
7533
|
-
|
|
7534
7116
|
bl_label: typing.Any
|
|
7535
|
-
""" """
|
|
7536
|
-
|
|
7537
7117
|
bl_options: typing.Any
|
|
7538
|
-
""" """
|
|
7539
|
-
|
|
7540
7118
|
bl_parent_id: typing.Any
|
|
7541
|
-
""" """
|
|
7542
|
-
|
|
7543
7119
|
bl_region_type: typing.Any
|
|
7544
|
-
""" """
|
|
7545
|
-
|
|
7546
7120
|
bl_rna: typing.Any
|
|
7547
|
-
""" """
|
|
7548
|
-
|
|
7549
7121
|
bl_space_type: typing.Any
|
|
7550
|
-
""" """
|
|
7551
|
-
|
|
7552
7122
|
id_data: typing.Any
|
|
7553
|
-
""" """
|
|
7554
7123
|
|
|
7555
7124
|
def append(self, draw_func):
|
|
7556
7125
|
"""Append a draw function to this menu,
|
|
@@ -7635,10 +7204,7 @@ class DOPESHEET_PT_grease_pencil_layer_transform(
|
|
|
7635
7204
|
"""
|
|
7636
7205
|
...
|
|
7637
7206
|
|
|
7638
|
-
def is_extended(self):
|
|
7639
|
-
""" """
|
|
7640
|
-
...
|
|
7641
|
-
|
|
7207
|
+
def is_extended(self): ...
|
|
7642
7208
|
def is_property_hidden(self) -> bool:
|
|
7643
7209
|
"""Check if a property is hidden.
|
|
7644
7210
|
|
|
@@ -7776,25 +7342,12 @@ class DOPESHEET_PT_grease_pencil_layer_transform(
|
|
|
7776
7342
|
class DOPESHEET_PT_grease_pencil_mode(
|
|
7777
7343
|
bpy_types.Panel, GreasePencilLayersDopeSheetPanel, bpy_types._GenericUI
|
|
7778
7344
|
):
|
|
7779
|
-
""" """
|
|
7780
|
-
|
|
7781
7345
|
bl_category: typing.Any
|
|
7782
|
-
""" """
|
|
7783
|
-
|
|
7784
7346
|
bl_label: typing.Any
|
|
7785
|
-
""" """
|
|
7786
|
-
|
|
7787
7347
|
bl_region_type: typing.Any
|
|
7788
|
-
""" """
|
|
7789
|
-
|
|
7790
7348
|
bl_rna: typing.Any
|
|
7791
|
-
""" """
|
|
7792
|
-
|
|
7793
7349
|
bl_space_type: typing.Any
|
|
7794
|
-
""" """
|
|
7795
|
-
|
|
7796
7350
|
id_data: typing.Any
|
|
7797
|
-
""" """
|
|
7798
7351
|
|
|
7799
7352
|
def append(self, draw_func):
|
|
7800
7353
|
"""Append a draw function to this menu,
|
|
@@ -7879,10 +7432,7 @@ class DOPESHEET_PT_grease_pencil_mode(
|
|
|
7879
7432
|
"""
|
|
7880
7433
|
...
|
|
7881
7434
|
|
|
7882
|
-
def is_extended(self):
|
|
7883
|
-
""" """
|
|
7884
|
-
...
|
|
7885
|
-
|
|
7435
|
+
def is_extended(self): ...
|
|
7886
7436
|
def is_property_hidden(self) -> bool:
|
|
7887
7437
|
"""Check if a property is hidden.
|
|
7888
7438
|
|
|
@@ -8017,7 +7567,4 @@ class DOPESHEET_PT_grease_pencil_mode(
|
|
|
8017
7567
|
"""
|
|
8018
7568
|
...
|
|
8019
7569
|
|
|
8020
|
-
def dopesheet_filter(layout, context):
|
|
8021
|
-
""" """
|
|
8022
|
-
|
|
8023
|
-
...
|
|
7570
|
+
def dopesheet_filter(layout, context): ...
|