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
|
@@ -5,22 +5,11 @@ import bpy_types
|
|
|
5
5
|
GenericType = typing.TypeVar("GenericType")
|
|
6
6
|
|
|
7
7
|
class MASK_MT_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
8
|
-
""" """
|
|
9
|
-
|
|
10
8
|
bl_idname: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
9
|
bl_label: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
10
|
bl_rna: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
11
|
bl_translation_context: typing.Any
|
|
20
|
-
""" """
|
|
21
|
-
|
|
22
12
|
id_data: typing.Any
|
|
23
|
-
""" """
|
|
24
13
|
|
|
25
14
|
def append(self, draw_func):
|
|
26
15
|
"""Append a draw function to this menu,
|
|
@@ -125,10 +114,7 @@ class MASK_MT_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
125
114
|
"""
|
|
126
115
|
...
|
|
127
116
|
|
|
128
|
-
def is_extended(self):
|
|
129
|
-
""" """
|
|
130
|
-
...
|
|
131
|
-
|
|
117
|
+
def is_extended(self): ...
|
|
132
118
|
def is_property_hidden(self) -> bool:
|
|
133
119
|
"""Check if a property is hidden.
|
|
134
120
|
|
|
@@ -291,16 +277,9 @@ class MASK_MT_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
291
277
|
...
|
|
292
278
|
|
|
293
279
|
class MASK_MT_animation(bpy_types.Menu, bpy_types._GenericUI):
|
|
294
|
-
""" """
|
|
295
|
-
|
|
296
280
|
bl_label: typing.Any
|
|
297
|
-
""" """
|
|
298
|
-
|
|
299
281
|
bl_rna: typing.Any
|
|
300
|
-
""" """
|
|
301
|
-
|
|
302
282
|
id_data: typing.Any
|
|
303
|
-
""" """
|
|
304
283
|
|
|
305
284
|
def append(self, draw_func):
|
|
306
285
|
"""Append a draw function to this menu,
|
|
@@ -405,10 +384,7 @@ class MASK_MT_animation(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
405
384
|
"""
|
|
406
385
|
...
|
|
407
386
|
|
|
408
|
-
def is_extended(self):
|
|
409
|
-
""" """
|
|
410
|
-
...
|
|
411
|
-
|
|
387
|
+
def is_extended(self): ...
|
|
412
388
|
def is_property_hidden(self) -> bool:
|
|
413
389
|
"""Check if a property is hidden.
|
|
414
390
|
|
|
@@ -571,16 +547,9 @@ class MASK_MT_animation(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
571
547
|
...
|
|
572
548
|
|
|
573
549
|
class MASK_MT_mask(bpy_types.Menu, bpy_types._GenericUI):
|
|
574
|
-
""" """
|
|
575
|
-
|
|
576
550
|
bl_label: typing.Any
|
|
577
|
-
""" """
|
|
578
|
-
|
|
579
551
|
bl_rna: typing.Any
|
|
580
|
-
""" """
|
|
581
|
-
|
|
582
552
|
id_data: typing.Any
|
|
583
|
-
""" """
|
|
584
553
|
|
|
585
554
|
def append(self, draw_func):
|
|
586
555
|
"""Append a draw function to this menu,
|
|
@@ -685,10 +654,7 @@ class MASK_MT_mask(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
685
654
|
"""
|
|
686
655
|
...
|
|
687
656
|
|
|
688
|
-
def is_extended(self):
|
|
689
|
-
""" """
|
|
690
|
-
...
|
|
691
|
-
|
|
657
|
+
def is_extended(self): ...
|
|
692
658
|
def is_property_hidden(self) -> bool:
|
|
693
659
|
"""Check if a property is hidden.
|
|
694
660
|
|
|
@@ -851,16 +817,9 @@ class MASK_MT_mask(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
851
817
|
...
|
|
852
818
|
|
|
853
819
|
class MASK_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
854
|
-
""" """
|
|
855
|
-
|
|
856
820
|
bl_label: typing.Any
|
|
857
|
-
""" """
|
|
858
|
-
|
|
859
821
|
bl_rna: typing.Any
|
|
860
|
-
""" """
|
|
861
|
-
|
|
862
822
|
id_data: typing.Any
|
|
863
|
-
""" """
|
|
864
823
|
|
|
865
824
|
def append(self, draw_func):
|
|
866
825
|
"""Append a draw function to this menu,
|
|
@@ -965,10 +924,7 @@ class MASK_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
965
924
|
"""
|
|
966
925
|
...
|
|
967
926
|
|
|
968
|
-
def is_extended(self):
|
|
969
|
-
""" """
|
|
970
|
-
...
|
|
971
|
-
|
|
927
|
+
def is_extended(self): ...
|
|
972
928
|
def is_property_hidden(self) -> bool:
|
|
973
929
|
"""Check if a property is hidden.
|
|
974
930
|
|
|
@@ -1131,16 +1087,9 @@ class MASK_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1131
1087
|
...
|
|
1132
1088
|
|
|
1133
1089
|
class MASK_MT_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
1134
|
-
""" """
|
|
1135
|
-
|
|
1136
1090
|
bl_label: typing.Any
|
|
1137
|
-
""" """
|
|
1138
|
-
|
|
1139
1091
|
bl_rna: typing.Any
|
|
1140
|
-
""" """
|
|
1141
|
-
|
|
1142
1092
|
id_data: typing.Any
|
|
1143
|
-
""" """
|
|
1144
1093
|
|
|
1145
1094
|
def append(self, draw_func):
|
|
1146
1095
|
"""Append a draw function to this menu,
|
|
@@ -1245,10 +1194,7 @@ class MASK_MT_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1245
1194
|
"""
|
|
1246
1195
|
...
|
|
1247
1196
|
|
|
1248
|
-
def is_extended(self):
|
|
1249
|
-
""" """
|
|
1250
|
-
...
|
|
1251
|
-
|
|
1197
|
+
def is_extended(self): ...
|
|
1252
1198
|
def is_property_hidden(self) -> bool:
|
|
1253
1199
|
"""Check if a property is hidden.
|
|
1254
1200
|
|
|
@@ -1411,16 +1357,9 @@ class MASK_MT_transform(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1411
1357
|
...
|
|
1412
1358
|
|
|
1413
1359
|
class MASK_MT_visibility(bpy_types.Menu, bpy_types._GenericUI):
|
|
1414
|
-
""" """
|
|
1415
|
-
|
|
1416
1360
|
bl_label: typing.Any
|
|
1417
|
-
""" """
|
|
1418
|
-
|
|
1419
1361
|
bl_rna: typing.Any
|
|
1420
|
-
""" """
|
|
1421
|
-
|
|
1422
1362
|
id_data: typing.Any
|
|
1423
|
-
""" """
|
|
1424
1363
|
|
|
1425
1364
|
def append(self, draw_func):
|
|
1426
1365
|
"""Append a draw function to this menu,
|
|
@@ -1525,10 +1464,7 @@ class MASK_MT_visibility(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1525
1464
|
"""
|
|
1526
1465
|
...
|
|
1527
1466
|
|
|
1528
|
-
def is_extended(self):
|
|
1529
|
-
""" """
|
|
1530
|
-
...
|
|
1531
|
-
|
|
1467
|
+
def is_extended(self): ...
|
|
1532
1468
|
def is_property_hidden(self) -> bool:
|
|
1533
1469
|
"""Check if a property is hidden.
|
|
1534
1470
|
|
|
@@ -1691,10 +1627,7 @@ class MASK_MT_visibility(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1691
1627
|
...
|
|
1692
1628
|
|
|
1693
1629
|
class MASK_PT_display:
|
|
1694
|
-
""" """
|
|
1695
|
-
|
|
1696
1630
|
bl_label: typing.Any
|
|
1697
|
-
""" """
|
|
1698
1631
|
|
|
1699
1632
|
def draw(self, context):
|
|
1700
1633
|
"""
|
|
@@ -1711,10 +1644,7 @@ class MASK_PT_display:
|
|
|
1711
1644
|
...
|
|
1712
1645
|
|
|
1713
1646
|
class MASK_PT_layers:
|
|
1714
|
-
""" """
|
|
1715
|
-
|
|
1716
1647
|
bl_label: typing.Any
|
|
1717
|
-
""" """
|
|
1718
1648
|
|
|
1719
1649
|
def draw(self, context):
|
|
1720
1650
|
"""
|
|
@@ -1731,13 +1661,8 @@ class MASK_PT_layers:
|
|
|
1731
1661
|
...
|
|
1732
1662
|
|
|
1733
1663
|
class MASK_PT_mask:
|
|
1734
|
-
""" """
|
|
1735
|
-
|
|
1736
1664
|
bl_label: typing.Any
|
|
1737
|
-
""" """
|
|
1738
|
-
|
|
1739
1665
|
bl_options: typing.Any
|
|
1740
|
-
""" """
|
|
1741
1666
|
|
|
1742
1667
|
def draw(self, context):
|
|
1743
1668
|
"""
|
|
@@ -1754,10 +1679,7 @@ class MASK_PT_mask:
|
|
|
1754
1679
|
...
|
|
1755
1680
|
|
|
1756
1681
|
class MASK_PT_point:
|
|
1757
|
-
""" """
|
|
1758
|
-
|
|
1759
1682
|
bl_label: typing.Any
|
|
1760
|
-
""" """
|
|
1761
1683
|
|
|
1762
1684
|
def draw(self, context):
|
|
1763
1685
|
"""
|
|
@@ -1774,10 +1696,7 @@ class MASK_PT_point:
|
|
|
1774
1696
|
...
|
|
1775
1697
|
|
|
1776
1698
|
class MASK_PT_spline:
|
|
1777
|
-
""" """
|
|
1778
|
-
|
|
1779
1699
|
bl_label: typing.Any
|
|
1780
|
-
""" """
|
|
1781
1700
|
|
|
1782
1701
|
def draw(self, context):
|
|
1783
1702
|
"""
|
|
@@ -1794,13 +1713,8 @@ class MASK_PT_spline:
|
|
|
1794
1713
|
...
|
|
1795
1714
|
|
|
1796
1715
|
class MASK_PT_tools:
|
|
1797
|
-
""" """
|
|
1798
|
-
|
|
1799
1716
|
bl_category: typing.Any
|
|
1800
|
-
""" """
|
|
1801
|
-
|
|
1802
1717
|
bl_label: typing.Any
|
|
1803
|
-
""" """
|
|
1804
1718
|
|
|
1805
1719
|
def draw(self, _context):
|
|
1806
1720
|
"""
|
|
@@ -1817,13 +1731,8 @@ class MASK_PT_tools:
|
|
|
1817
1731
|
...
|
|
1818
1732
|
|
|
1819
1733
|
class MASK_PT_transforms:
|
|
1820
|
-
""" """
|
|
1821
|
-
|
|
1822
1734
|
bl_category: typing.Any
|
|
1823
|
-
""" """
|
|
1824
|
-
|
|
1825
1735
|
bl_label: typing.Any
|
|
1826
|
-
""" """
|
|
1827
1736
|
|
|
1828
1737
|
def draw(self, _context):
|
|
1829
1738
|
"""
|
|
@@ -1840,13 +1749,8 @@ class MASK_PT_transforms:
|
|
|
1840
1749
|
...
|
|
1841
1750
|
|
|
1842
1751
|
class MASK_UL_layers(bpy_types.UIList, bpy_types._GenericUI):
|
|
1843
|
-
""" """
|
|
1844
|
-
|
|
1845
1752
|
bl_rna: typing.Any
|
|
1846
|
-
""" """
|
|
1847
|
-
|
|
1848
1753
|
id_data: typing.Any
|
|
1849
|
-
""" """
|
|
1850
1754
|
|
|
1851
1755
|
def append(self, draw_func):
|
|
1852
1756
|
"""Append a draw function to this menu,
|
|
@@ -1948,10 +1852,7 @@ class MASK_UL_layers(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
1948
1852
|
"""
|
|
1949
1853
|
...
|
|
1950
1854
|
|
|
1951
|
-
def is_extended(self):
|
|
1952
|
-
""" """
|
|
1953
|
-
...
|
|
1954
|
-
|
|
1855
|
+
def is_extended(self): ...
|
|
1955
1856
|
def is_property_hidden(self) -> bool:
|
|
1956
1857
|
"""Check if a property is hidden.
|
|
1957
1858
|
|
|
@@ -2079,7 +1980,4 @@ class MASK_UL_layers(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
2079
1980
|
"""
|
|
2080
1981
|
...
|
|
2081
1982
|
|
|
2082
|
-
def draw_mask_context_menu(layout, _context):
|
|
2083
|
-
""" """
|
|
2084
|
-
|
|
2085
|
-
...
|
|
1983
|
+
def draw_mask_context_menu(layout, _context): ...
|