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,16 +5,9 @@ import bpy_types
|
|
|
5
5
|
GenericType = typing.TypeVar("GenericType")
|
|
6
6
|
|
|
7
7
|
class AnnotationDataPanel:
|
|
8
|
-
""" """
|
|
9
|
-
|
|
10
8
|
bl_label: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
9
|
bl_options: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
10
|
bl_region_type: typing.Any
|
|
17
|
-
""" """
|
|
18
11
|
|
|
19
12
|
def draw(self, context):
|
|
20
13
|
"""
|
|
@@ -40,16 +33,9 @@ class AnnotationDataPanel:
|
|
|
40
33
|
...
|
|
41
34
|
|
|
42
35
|
class AnnotationDrawingToolsPanel:
|
|
43
|
-
""" """
|
|
44
|
-
|
|
45
36
|
bl_category: typing.Any
|
|
46
|
-
""" """
|
|
47
|
-
|
|
48
37
|
bl_label: typing.Any
|
|
49
|
-
""" """
|
|
50
|
-
|
|
51
38
|
bl_region_type: typing.Any
|
|
52
|
-
""" """
|
|
53
39
|
|
|
54
40
|
def draw(self, context):
|
|
55
41
|
"""
|
|
@@ -59,16 +45,9 @@ class AnnotationDrawingToolsPanel:
|
|
|
59
45
|
...
|
|
60
46
|
|
|
61
47
|
class AnnotationOnionSkin:
|
|
62
|
-
""" """
|
|
63
|
-
|
|
64
48
|
bl_label: typing.Any
|
|
65
|
-
""" """
|
|
66
|
-
|
|
67
49
|
bl_options: typing.Any
|
|
68
|
-
""" """
|
|
69
|
-
|
|
70
50
|
bl_region_type: typing.Any
|
|
71
|
-
""" """
|
|
72
51
|
|
|
73
52
|
def draw(self, context):
|
|
74
53
|
"""
|
|
@@ -92,16 +71,9 @@ class AnnotationOnionSkin:
|
|
|
92
71
|
...
|
|
93
72
|
|
|
94
73
|
class GPENCIL_MT_cleanup(bpy_types.Menu, bpy_types._GenericUI):
|
|
95
|
-
""" """
|
|
96
|
-
|
|
97
74
|
bl_label: typing.Any
|
|
98
|
-
""" """
|
|
99
|
-
|
|
100
75
|
bl_rna: typing.Any
|
|
101
|
-
""" """
|
|
102
|
-
|
|
103
76
|
id_data: typing.Any
|
|
104
|
-
""" """
|
|
105
77
|
|
|
106
78
|
def append(self, draw_func):
|
|
107
79
|
"""Append a draw function to this menu,
|
|
@@ -206,10 +178,7 @@ class GPENCIL_MT_cleanup(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
206
178
|
"""
|
|
207
179
|
...
|
|
208
180
|
|
|
209
|
-
def is_extended(self):
|
|
210
|
-
""" """
|
|
211
|
-
...
|
|
212
|
-
|
|
181
|
+
def is_extended(self): ...
|
|
213
182
|
def is_property_hidden(self) -> bool:
|
|
214
183
|
"""Check if a property is hidden.
|
|
215
184
|
|
|
@@ -372,16 +341,9 @@ class GPENCIL_MT_cleanup(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
372
341
|
...
|
|
373
342
|
|
|
374
343
|
class GPENCIL_MT_gpencil_draw_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
375
|
-
""" """
|
|
376
|
-
|
|
377
344
|
bl_label: typing.Any
|
|
378
|
-
""" """
|
|
379
|
-
|
|
380
345
|
bl_rna: typing.Any
|
|
381
|
-
""" """
|
|
382
|
-
|
|
383
346
|
id_data: typing.Any
|
|
384
|
-
""" """
|
|
385
347
|
|
|
386
348
|
def append(self, draw_func):
|
|
387
349
|
"""Append a draw function to this menu,
|
|
@@ -486,10 +448,7 @@ class GPENCIL_MT_gpencil_draw_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
486
448
|
"""
|
|
487
449
|
...
|
|
488
450
|
|
|
489
|
-
def is_extended(self):
|
|
490
|
-
""" """
|
|
491
|
-
...
|
|
492
|
-
|
|
451
|
+
def is_extended(self): ...
|
|
493
452
|
def is_property_hidden(self) -> bool:
|
|
494
453
|
"""Check if a property is hidden.
|
|
495
454
|
|
|
@@ -652,16 +611,9 @@ class GPENCIL_MT_gpencil_draw_delete(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
652
611
|
...
|
|
653
612
|
|
|
654
613
|
class GPENCIL_MT_layer_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
655
|
-
""" """
|
|
656
|
-
|
|
657
614
|
bl_label: typing.Any
|
|
658
|
-
""" """
|
|
659
|
-
|
|
660
615
|
bl_rna: typing.Any
|
|
661
|
-
""" """
|
|
662
|
-
|
|
663
616
|
id_data: typing.Any
|
|
664
|
-
""" """
|
|
665
617
|
|
|
666
618
|
def append(self, draw_func):
|
|
667
619
|
"""Append a draw function to this menu,
|
|
@@ -766,10 +718,7 @@ class GPENCIL_MT_layer_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
766
718
|
"""
|
|
767
719
|
...
|
|
768
720
|
|
|
769
|
-
def is_extended(self):
|
|
770
|
-
""" """
|
|
771
|
-
...
|
|
772
|
-
|
|
721
|
+
def is_extended(self): ...
|
|
773
722
|
def is_property_hidden(self) -> bool:
|
|
774
723
|
"""Check if a property is hidden.
|
|
775
724
|
|
|
@@ -932,16 +881,9 @@ class GPENCIL_MT_layer_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
932
881
|
...
|
|
933
882
|
|
|
934
883
|
class GPENCIL_MT_layer_mask_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
935
|
-
""" """
|
|
936
|
-
|
|
937
884
|
bl_label: typing.Any
|
|
938
|
-
""" """
|
|
939
|
-
|
|
940
885
|
bl_rna: typing.Any
|
|
941
|
-
""" """
|
|
942
|
-
|
|
943
886
|
id_data: typing.Any
|
|
944
|
-
""" """
|
|
945
887
|
|
|
946
888
|
def append(self, draw_func):
|
|
947
889
|
"""Append a draw function to this menu,
|
|
@@ -1046,10 +988,7 @@ class GPENCIL_MT_layer_mask_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1046
988
|
"""
|
|
1047
989
|
...
|
|
1048
990
|
|
|
1049
|
-
def is_extended(self):
|
|
1050
|
-
""" """
|
|
1051
|
-
...
|
|
1052
|
-
|
|
991
|
+
def is_extended(self): ...
|
|
1053
992
|
def is_property_hidden(self) -> bool:
|
|
1054
993
|
"""Check if a property is hidden.
|
|
1055
994
|
|
|
@@ -1212,16 +1151,9 @@ class GPENCIL_MT_layer_mask_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1212
1151
|
...
|
|
1213
1152
|
|
|
1214
1153
|
class GPENCIL_MT_material_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
1215
|
-
""" """
|
|
1216
|
-
|
|
1217
1154
|
bl_label: typing.Any
|
|
1218
|
-
""" """
|
|
1219
|
-
|
|
1220
1155
|
bl_rna: typing.Any
|
|
1221
|
-
""" """
|
|
1222
|
-
|
|
1223
1156
|
id_data: typing.Any
|
|
1224
|
-
""" """
|
|
1225
1157
|
|
|
1226
1158
|
def append(self, draw_func):
|
|
1227
1159
|
"""Append a draw function to this menu,
|
|
@@ -1326,10 +1258,7 @@ class GPENCIL_MT_material_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1326
1258
|
"""
|
|
1327
1259
|
...
|
|
1328
1260
|
|
|
1329
|
-
def is_extended(self):
|
|
1330
|
-
""" """
|
|
1331
|
-
...
|
|
1332
|
-
|
|
1261
|
+
def is_extended(self): ...
|
|
1333
1262
|
def is_property_hidden(self) -> bool:
|
|
1334
1263
|
"""Check if a property is hidden.
|
|
1335
1264
|
|
|
@@ -1499,16 +1428,9 @@ class GPENCIL_MT_material_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1499
1428
|
...
|
|
1500
1429
|
|
|
1501
1430
|
class GPENCIL_MT_move_to_layer(bpy_types.Menu, bpy_types._GenericUI):
|
|
1502
|
-
""" """
|
|
1503
|
-
|
|
1504
1431
|
bl_label: typing.Any
|
|
1505
|
-
""" """
|
|
1506
|
-
|
|
1507
1432
|
bl_rna: typing.Any
|
|
1508
|
-
""" """
|
|
1509
|
-
|
|
1510
1433
|
id_data: typing.Any
|
|
1511
|
-
""" """
|
|
1512
1434
|
|
|
1513
1435
|
def append(self, draw_func):
|
|
1514
1436
|
"""Append a draw function to this menu,
|
|
@@ -1613,10 +1535,7 @@ class GPENCIL_MT_move_to_layer(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1613
1535
|
"""
|
|
1614
1536
|
...
|
|
1615
1537
|
|
|
1616
|
-
def is_extended(self):
|
|
1617
|
-
""" """
|
|
1618
|
-
...
|
|
1619
|
-
|
|
1538
|
+
def is_extended(self): ...
|
|
1620
1539
|
def is_property_hidden(self) -> bool:
|
|
1621
1540
|
"""Check if a property is hidden.
|
|
1622
1541
|
|
|
@@ -1779,16 +1698,9 @@ class GPENCIL_MT_move_to_layer(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1779
1698
|
...
|
|
1780
1699
|
|
|
1781
1700
|
class GPENCIL_MT_snap(bpy_types.Menu, bpy_types._GenericUI):
|
|
1782
|
-
""" """
|
|
1783
|
-
|
|
1784
1701
|
bl_label: typing.Any
|
|
1785
|
-
""" """
|
|
1786
|
-
|
|
1787
1702
|
bl_rna: typing.Any
|
|
1788
|
-
""" """
|
|
1789
|
-
|
|
1790
1703
|
id_data: typing.Any
|
|
1791
|
-
""" """
|
|
1792
1704
|
|
|
1793
1705
|
def append(self, draw_func):
|
|
1794
1706
|
"""Append a draw function to this menu,
|
|
@@ -1893,10 +1805,7 @@ class GPENCIL_MT_snap(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1893
1805
|
"""
|
|
1894
1806
|
...
|
|
1895
1807
|
|
|
1896
|
-
def is_extended(self):
|
|
1897
|
-
""" """
|
|
1898
|
-
...
|
|
1899
|
-
|
|
1808
|
+
def is_extended(self): ...
|
|
1900
1809
|
def is_property_hidden(self) -> bool:
|
|
1901
1810
|
"""Check if a property is hidden.
|
|
1902
1811
|
|
|
@@ -2059,16 +1968,9 @@ class GPENCIL_MT_snap(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2059
1968
|
...
|
|
2060
1969
|
|
|
2061
1970
|
class GPENCIL_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
2062
|
-
""" """
|
|
2063
|
-
|
|
2064
1971
|
bl_label: typing.Any
|
|
2065
|
-
""" """
|
|
2066
|
-
|
|
2067
1972
|
bl_rna: typing.Any
|
|
2068
|
-
""" """
|
|
2069
|
-
|
|
2070
1973
|
id_data: typing.Any
|
|
2071
|
-
""" """
|
|
2072
1974
|
|
|
2073
1975
|
def append(self, draw_func):
|
|
2074
1976
|
"""Append a draw function to this menu,
|
|
@@ -2173,10 +2075,7 @@ class GPENCIL_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2173
2075
|
"""
|
|
2174
2076
|
...
|
|
2175
2077
|
|
|
2176
|
-
def is_extended(self):
|
|
2177
|
-
""" """
|
|
2178
|
-
...
|
|
2179
|
-
|
|
2078
|
+
def is_extended(self): ...
|
|
2180
2079
|
def is_property_hidden(self) -> bool:
|
|
2181
2080
|
"""Check if a property is hidden.
|
|
2182
2081
|
|
|
@@ -2339,13 +2238,8 @@ class GPENCIL_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2339
2238
|
...
|
|
2340
2239
|
|
|
2341
2240
|
class GPENCIL_UL_annotation_layer(bpy_types.UIList, bpy_types._GenericUI):
|
|
2342
|
-
""" """
|
|
2343
|
-
|
|
2344
2241
|
bl_rna: typing.Any
|
|
2345
|
-
""" """
|
|
2346
|
-
|
|
2347
2242
|
id_data: typing.Any
|
|
2348
|
-
""" """
|
|
2349
2243
|
|
|
2350
2244
|
def append(self, draw_func):
|
|
2351
2245
|
"""Append a draw function to this menu,
|
|
@@ -2447,10 +2341,7 @@ class GPENCIL_UL_annotation_layer(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
2447
2341
|
"""
|
|
2448
2342
|
...
|
|
2449
2343
|
|
|
2450
|
-
def is_extended(self):
|
|
2451
|
-
""" """
|
|
2452
|
-
...
|
|
2453
|
-
|
|
2344
|
+
def is_extended(self): ...
|
|
2454
2345
|
def is_property_hidden(self) -> bool:
|
|
2455
2346
|
"""Check if a property is hidden.
|
|
2456
2347
|
|
|
@@ -2579,13 +2470,8 @@ class GPENCIL_UL_annotation_layer(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
2579
2470
|
...
|
|
2580
2471
|
|
|
2581
2472
|
class GPENCIL_UL_layer(bpy_types.UIList, bpy_types._GenericUI):
|
|
2582
|
-
""" """
|
|
2583
|
-
|
|
2584
2473
|
bl_rna: typing.Any
|
|
2585
|
-
""" """
|
|
2586
|
-
|
|
2587
2474
|
id_data: typing.Any
|
|
2588
|
-
""" """
|
|
2589
2475
|
|
|
2590
2476
|
def append(self, draw_func):
|
|
2591
2477
|
"""Append a draw function to this menu,
|
|
@@ -2687,10 +2573,7 @@ class GPENCIL_UL_layer(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
2687
2573
|
"""
|
|
2688
2574
|
...
|
|
2689
2575
|
|
|
2690
|
-
def is_extended(self):
|
|
2691
|
-
""" """
|
|
2692
|
-
...
|
|
2693
|
-
|
|
2576
|
+
def is_extended(self): ...
|
|
2694
2577
|
def is_property_hidden(self) -> bool:
|
|
2695
2578
|
"""Check if a property is hidden.
|
|
2696
2579
|
|
|
@@ -2819,13 +2702,8 @@ class GPENCIL_UL_layer(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
2819
2702
|
...
|
|
2820
2703
|
|
|
2821
2704
|
class GPENCIL_UL_masks(bpy_types.UIList, bpy_types._GenericUI):
|
|
2822
|
-
""" """
|
|
2823
|
-
|
|
2824
2705
|
bl_rna: typing.Any
|
|
2825
|
-
""" """
|
|
2826
|
-
|
|
2827
2706
|
id_data: typing.Any
|
|
2828
|
-
""" """
|
|
2829
2707
|
|
|
2830
2708
|
def append(self, draw_func):
|
|
2831
2709
|
"""Append a draw function to this menu,
|
|
@@ -2927,10 +2805,7 @@ class GPENCIL_UL_masks(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
2927
2805
|
"""
|
|
2928
2806
|
...
|
|
2929
2807
|
|
|
2930
|
-
def is_extended(self):
|
|
2931
|
-
""" """
|
|
2932
|
-
...
|
|
2933
|
-
|
|
2808
|
+
def is_extended(self): ...
|
|
2934
2809
|
def is_property_hidden(self) -> bool:
|
|
2935
2810
|
"""Check if a property is hidden.
|
|
2936
2811
|
|
|
@@ -3059,16 +2934,9 @@ class GPENCIL_UL_masks(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
3059
2934
|
...
|
|
3060
2935
|
|
|
3061
2936
|
class GREASE_PENCIL_MT_layer_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
3062
|
-
""" """
|
|
3063
|
-
|
|
3064
2937
|
bl_label: typing.Any
|
|
3065
|
-
""" """
|
|
3066
|
-
|
|
3067
2938
|
bl_rna: typing.Any
|
|
3068
|
-
""" """
|
|
3069
|
-
|
|
3070
2939
|
id_data: typing.Any
|
|
3071
|
-
""" """
|
|
3072
2940
|
|
|
3073
2941
|
def append(self, draw_func):
|
|
3074
2942
|
"""Append a draw function to this menu,
|
|
@@ -3173,10 +3041,7 @@ class GREASE_PENCIL_MT_layer_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3173
3041
|
"""
|
|
3174
3042
|
...
|
|
3175
3043
|
|
|
3176
|
-
def is_extended(self):
|
|
3177
|
-
""" """
|
|
3178
|
-
...
|
|
3179
|
-
|
|
3044
|
+
def is_extended(self): ...
|
|
3180
3045
|
def is_property_hidden(self) -> bool:
|
|
3181
3046
|
"""Check if a property is hidden.
|
|
3182
3047
|
|
|
@@ -3339,16 +3204,9 @@ class GREASE_PENCIL_MT_layer_active(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3339
3204
|
...
|
|
3340
3205
|
|
|
3341
3206
|
class GREASE_PENCIL_MT_move_to_layer(bpy_types.Menu, bpy_types._GenericUI):
|
|
3342
|
-
""" """
|
|
3343
|
-
|
|
3344
3207
|
bl_label: typing.Any
|
|
3345
|
-
""" """
|
|
3346
|
-
|
|
3347
3208
|
bl_rna: typing.Any
|
|
3348
|
-
""" """
|
|
3349
|
-
|
|
3350
3209
|
id_data: typing.Any
|
|
3351
|
-
""" """
|
|
3352
3210
|
|
|
3353
3211
|
def append(self, draw_func):
|
|
3354
3212
|
"""Append a draw function to this menu,
|
|
@@ -3453,10 +3311,7 @@ class GREASE_PENCIL_MT_move_to_layer(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3453
3311
|
"""
|
|
3454
3312
|
...
|
|
3455
3313
|
|
|
3456
|
-
def is_extended(self):
|
|
3457
|
-
""" """
|
|
3458
|
-
...
|
|
3459
|
-
|
|
3314
|
+
def is_extended(self): ...
|
|
3460
3315
|
def is_property_hidden(self) -> bool:
|
|
3461
3316
|
"""Check if a property is hidden.
|
|
3462
3317
|
|
|
@@ -3619,16 +3474,9 @@ class GREASE_PENCIL_MT_move_to_layer(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3619
3474
|
...
|
|
3620
3475
|
|
|
3621
3476
|
class GREASE_PENCIL_MT_snap(bpy_types.Menu, bpy_types._GenericUI):
|
|
3622
|
-
""" """
|
|
3623
|
-
|
|
3624
3477
|
bl_label: typing.Any
|
|
3625
|
-
""" """
|
|
3626
|
-
|
|
3627
3478
|
bl_rna: typing.Any
|
|
3628
|
-
""" """
|
|
3629
|
-
|
|
3630
3479
|
id_data: typing.Any
|
|
3631
|
-
""" """
|
|
3632
3480
|
|
|
3633
3481
|
def append(self, draw_func):
|
|
3634
3482
|
"""Append a draw function to this menu,
|
|
@@ -3733,10 +3581,7 @@ class GREASE_PENCIL_MT_snap(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3733
3581
|
"""
|
|
3734
3582
|
...
|
|
3735
3583
|
|
|
3736
|
-
def is_extended(self):
|
|
3737
|
-
""" """
|
|
3738
|
-
...
|
|
3739
|
-
|
|
3584
|
+
def is_extended(self): ...
|
|
3740
3585
|
def is_property_hidden(self) -> bool:
|
|
3741
3586
|
"""Check if a property is hidden.
|
|
3742
3587
|
|
|
@@ -3899,16 +3744,9 @@ class GREASE_PENCIL_MT_snap(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3899
3744
|
...
|
|
3900
3745
|
|
|
3901
3746
|
class GREASE_PENCIL_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
3902
|
-
""" """
|
|
3903
|
-
|
|
3904
3747
|
bl_label: typing.Any
|
|
3905
|
-
""" """
|
|
3906
|
-
|
|
3907
3748
|
bl_rna: typing.Any
|
|
3908
|
-
""" """
|
|
3909
|
-
|
|
3910
3749
|
id_data: typing.Any
|
|
3911
|
-
""" """
|
|
3912
3750
|
|
|
3913
3751
|
def append(self, draw_func):
|
|
3914
3752
|
"""Append a draw function to this menu,
|
|
@@ -4013,10 +3851,7 @@ class GREASE_PENCIL_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4013
3851
|
"""
|
|
4014
3852
|
...
|
|
4015
3853
|
|
|
4016
|
-
def is_extended(self):
|
|
4017
|
-
""" """
|
|
4018
|
-
...
|
|
4019
|
-
|
|
3854
|
+
def is_extended(self): ...
|
|
4020
3855
|
def is_property_hidden(self) -> bool:
|
|
4021
3856
|
"""Check if a property is hidden.
|
|
4022
3857
|
|
|
@@ -4179,13 +4014,8 @@ class GREASE_PENCIL_MT_snap_pie(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
4179
4014
|
...
|
|
4180
4015
|
|
|
4181
4016
|
class GreasePencilBrushFalloff:
|
|
4182
|
-
""" """
|
|
4183
|
-
|
|
4184
4017
|
bl_label: typing.Any
|
|
4185
|
-
""" """
|
|
4186
|
-
|
|
4187
4018
|
bl_options: typing.Any
|
|
4188
|
-
""" """
|
|
4189
4019
|
|
|
4190
4020
|
def draw(self, context):
|
|
4191
4021
|
"""
|
|
@@ -4195,13 +4025,8 @@ class GreasePencilBrushFalloff:
|
|
|
4195
4025
|
...
|
|
4196
4026
|
|
|
4197
4027
|
class GreasePencilDisplayPanel:
|
|
4198
|
-
""" """
|
|
4199
|
-
|
|
4200
4028
|
bl_label: typing.Any
|
|
4201
|
-
""" """
|
|
4202
|
-
|
|
4203
4029
|
bl_options: typing.Any
|
|
4204
|
-
""" """
|
|
4205
4030
|
|
|
4206
4031
|
def draw(self, context):
|
|
4207
4032
|
"""
|
|
@@ -4228,16 +4053,9 @@ class GreasePencilFlipTintColors(bpy_types.Operator):
|
|
|
4228
4053
|
"""Switch tint colors"""
|
|
4229
4054
|
|
|
4230
4055
|
bl_idname: typing.Any
|
|
4231
|
-
""" """
|
|
4232
|
-
|
|
4233
4056
|
bl_label: typing.Any
|
|
4234
|
-
""" """
|
|
4235
|
-
|
|
4236
4057
|
bl_rna: typing.Any
|
|
4237
|
-
""" """
|
|
4238
|
-
|
|
4239
4058
|
id_data: typing.Any
|
|
4240
|
-
""" """
|
|
4241
4059
|
|
|
4242
4060
|
def as_keywords(self, ignore=()):
|
|
4243
4061
|
"""Return a copy of the properties as a dictionary
|
|
@@ -4445,8 +4263,6 @@ class GreasePencilFlipTintColors(bpy_types.Operator):
|
|
|
4445
4263
|
...
|
|
4446
4264
|
|
|
4447
4265
|
class GreasePencilLayerAdjustmentsPanel:
|
|
4448
|
-
""" """
|
|
4449
|
-
|
|
4450
4266
|
def draw(self, context):
|
|
4451
4267
|
"""
|
|
4452
4268
|
|
|
@@ -4455,8 +4271,6 @@ class GreasePencilLayerAdjustmentsPanel:
|
|
|
4455
4271
|
...
|
|
4456
4272
|
|
|
4457
4273
|
class GreasePencilLayerDisplayPanel:
|
|
4458
|
-
""" """
|
|
4459
|
-
|
|
4460
4274
|
def draw(self, context):
|
|
4461
4275
|
"""
|
|
4462
4276
|
|
|
@@ -4465,8 +4279,6 @@ class GreasePencilLayerDisplayPanel:
|
|
|
4465
4279
|
...
|
|
4466
4280
|
|
|
4467
4281
|
class GreasePencilLayerMasksPanel:
|
|
4468
|
-
""" """
|
|
4469
|
-
|
|
4470
4282
|
def draw(self, context):
|
|
4471
4283
|
"""
|
|
4472
4284
|
|
|
@@ -4482,8 +4294,6 @@ class GreasePencilLayerMasksPanel:
|
|
|
4482
4294
|
...
|
|
4483
4295
|
|
|
4484
4296
|
class GreasePencilLayerRelationsPanel:
|
|
4485
|
-
""" """
|
|
4486
|
-
|
|
4487
4297
|
def draw(self, context):
|
|
4488
4298
|
"""
|
|
4489
4299
|
|
|
@@ -4492,8 +4302,6 @@ class GreasePencilLayerRelationsPanel:
|
|
|
4492
4302
|
...
|
|
4493
4303
|
|
|
4494
4304
|
class GreasePencilLayerTransformPanel:
|
|
4495
|
-
""" """
|
|
4496
|
-
|
|
4497
4305
|
def draw(self, context):
|
|
4498
4306
|
"""
|
|
4499
4307
|
|
|
@@ -4502,8 +4310,6 @@ class GreasePencilLayerTransformPanel:
|
|
|
4502
4310
|
...
|
|
4503
4311
|
|
|
4504
4312
|
class GreasePencilMaterialsPanel:
|
|
4505
|
-
""" """
|
|
4506
|
-
|
|
4507
4313
|
def draw(self, context):
|
|
4508
4314
|
"""
|
|
4509
4315
|
|
|
@@ -4512,8 +4318,6 @@ class GreasePencilMaterialsPanel:
|
|
|
4512
4318
|
...
|
|
4513
4319
|
|
|
4514
4320
|
class GreasePencilSculptAdvancedPanel:
|
|
4515
|
-
""" """
|
|
4516
|
-
|
|
4517
4321
|
def draw(self, context):
|
|
4518
4322
|
"""
|
|
4519
4323
|
|
|
@@ -4522,8 +4326,6 @@ class GreasePencilSculptAdvancedPanel:
|
|
|
4522
4326
|
...
|
|
4523
4327
|
|
|
4524
4328
|
class GreasePencilSimplifyPanel:
|
|
4525
|
-
""" """
|
|
4526
|
-
|
|
4527
4329
|
def draw(self, context):
|
|
4528
4330
|
"""
|
|
4529
4331
|
|
|
@@ -4539,8 +4341,6 @@ class GreasePencilSimplifyPanel:
|
|
|
4539
4341
|
...
|
|
4540
4342
|
|
|
4541
4343
|
class GreasePencilVertexcolorPanel:
|
|
4542
|
-
""" """
|
|
4543
|
-
|
|
4544
4344
|
def draw(self, context):
|
|
4545
4345
|
"""
|
|
4546
4346
|
|