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 DataButtonsPanel:
|
|
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
|
"""
|
|
@@ -25,16 +18,9 @@ class DataButtonsPanel:
|
|
|
25
18
|
...
|
|
26
19
|
|
|
27
20
|
class LayerDataButtonsPanel:
|
|
28
|
-
""" """
|
|
29
|
-
|
|
30
21
|
bl_context: typing.Any
|
|
31
|
-
""" """
|
|
32
|
-
|
|
33
22
|
bl_region_type: typing.Any
|
|
34
|
-
""" """
|
|
35
|
-
|
|
36
23
|
bl_space_type: typing.Any
|
|
37
|
-
""" """
|
|
38
24
|
|
|
39
25
|
def poll(self, context):
|
|
40
26
|
"""
|
|
@@ -44,8 +30,6 @@ class LayerDataButtonsPanel:
|
|
|
44
30
|
...
|
|
45
31
|
|
|
46
32
|
class GreasePencil_LayerMaskPanel:
|
|
47
|
-
""" """
|
|
48
|
-
|
|
49
33
|
def draw(self, context):
|
|
50
34
|
"""
|
|
51
35
|
|
|
@@ -61,8 +45,6 @@ class GreasePencil_LayerMaskPanel:
|
|
|
61
45
|
...
|
|
62
46
|
|
|
63
47
|
class GreasPencil_LayerRelationsPanel:
|
|
64
|
-
""" """
|
|
65
|
-
|
|
66
48
|
def draw(self, context):
|
|
67
49
|
"""
|
|
68
50
|
|
|
@@ -71,8 +53,6 @@ class GreasPencil_LayerRelationsPanel:
|
|
|
71
53
|
...
|
|
72
54
|
|
|
73
55
|
class GreasePencil_LayerTransformPanel:
|
|
74
|
-
""" """
|
|
75
|
-
|
|
76
56
|
def draw(self, context):
|
|
77
57
|
"""
|
|
78
58
|
|
|
@@ -83,16 +63,9 @@ class GreasePencil_LayerTransformPanel:
|
|
|
83
63
|
class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(
|
|
84
64
|
bpy_types.Menu, bpy_types._GenericUI
|
|
85
65
|
):
|
|
86
|
-
""" """
|
|
87
|
-
|
|
88
66
|
bl_label: typing.Any
|
|
89
|
-
""" """
|
|
90
|
-
|
|
91
67
|
bl_rna: typing.Any
|
|
92
|
-
""" """
|
|
93
|
-
|
|
94
68
|
id_data: typing.Any
|
|
95
|
-
""" """
|
|
96
69
|
|
|
97
70
|
def append(self, draw_func):
|
|
98
71
|
"""Append a draw function to this menu,
|
|
@@ -197,10 +170,7 @@ class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(
|
|
|
197
170
|
"""
|
|
198
171
|
...
|
|
199
172
|
|
|
200
|
-
def is_extended(self):
|
|
201
|
-
""" """
|
|
202
|
-
...
|
|
203
|
-
|
|
173
|
+
def is_extended(self): ...
|
|
204
174
|
def is_property_hidden(self) -> bool:
|
|
205
175
|
"""Check if a property is hidden.
|
|
206
176
|
|
|
@@ -363,16 +333,9 @@ class GREASE_PENCIL_MT_grease_pencil_add_layer_extra(
|
|
|
363
333
|
...
|
|
364
334
|
|
|
365
335
|
class GREASE_PENCIL_MT_group_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
366
|
-
""" """
|
|
367
|
-
|
|
368
336
|
bl_label: typing.Any
|
|
369
|
-
""" """
|
|
370
|
-
|
|
371
337
|
bl_rna: typing.Any
|
|
372
|
-
""" """
|
|
373
|
-
|
|
374
338
|
id_data: typing.Any
|
|
375
|
-
""" """
|
|
376
339
|
|
|
377
340
|
def append(self, draw_func):
|
|
378
341
|
"""Append a draw function to this menu,
|
|
@@ -477,10 +440,7 @@ class GREASE_PENCIL_MT_group_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
477
440
|
"""
|
|
478
441
|
...
|
|
479
442
|
|
|
480
|
-
def is_extended(self):
|
|
481
|
-
""" """
|
|
482
|
-
...
|
|
483
|
-
|
|
443
|
+
def is_extended(self): ...
|
|
484
444
|
def is_property_hidden(self) -> bool:
|
|
485
445
|
"""Check if a property is hidden.
|
|
486
446
|
|
|
@@ -643,16 +603,9 @@ class GREASE_PENCIL_MT_group_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
643
603
|
...
|
|
644
604
|
|
|
645
605
|
class GREASE_PENCIL_MT_layer_mask_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
646
|
-
""" """
|
|
647
|
-
|
|
648
606
|
bl_label: typing.Any
|
|
649
|
-
""" """
|
|
650
|
-
|
|
651
607
|
bl_rna: typing.Any
|
|
652
|
-
""" """
|
|
653
|
-
|
|
654
608
|
id_data: typing.Any
|
|
655
|
-
""" """
|
|
656
609
|
|
|
657
610
|
def append(self, draw_func):
|
|
658
611
|
"""Append a draw function to this menu,
|
|
@@ -757,10 +710,7 @@ class GREASE_PENCIL_MT_layer_mask_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
757
710
|
"""
|
|
758
711
|
...
|
|
759
712
|
|
|
760
|
-
def is_extended(self):
|
|
761
|
-
""" """
|
|
762
|
-
...
|
|
763
|
-
|
|
713
|
+
def is_extended(self): ...
|
|
764
714
|
def is_property_hidden(self) -> bool:
|
|
765
715
|
"""Check if a property is hidden.
|
|
766
716
|
|
|
@@ -923,13 +873,8 @@ class GREASE_PENCIL_MT_layer_mask_add(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
923
873
|
...
|
|
924
874
|
|
|
925
875
|
class GREASE_PENCIL_UL_masks(bpy_types.UIList, bpy_types._GenericUI):
|
|
926
|
-
""" """
|
|
927
|
-
|
|
928
876
|
bl_rna: typing.Any
|
|
929
|
-
""" """
|
|
930
|
-
|
|
931
877
|
id_data: typing.Any
|
|
932
|
-
""" """
|
|
933
878
|
|
|
934
879
|
def append(self, draw_func):
|
|
935
880
|
"""Append a draw function to this menu,
|
|
@@ -1031,10 +976,7 @@ class GREASE_PENCIL_UL_masks(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
1031
976
|
"""
|
|
1032
977
|
...
|
|
1033
978
|
|
|
1034
|
-
def is_extended(self):
|
|
1035
|
-
""" """
|
|
1036
|
-
...
|
|
1037
|
-
|
|
979
|
+
def is_extended(self): ...
|
|
1038
980
|
def is_property_hidden(self) -> bool:
|
|
1039
981
|
"""Check if a property is hidden.
|
|
1040
982
|
|
|
@@ -1165,28 +1107,13 @@ class GREASE_PENCIL_UL_masks(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
1165
1107
|
class DATA_PT_context_grease_pencil(
|
|
1166
1108
|
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1167
1109
|
):
|
|
1168
|
-
""" """
|
|
1169
|
-
|
|
1170
1110
|
bl_context: typing.Any
|
|
1171
|
-
""" """
|
|
1172
|
-
|
|
1173
1111
|
bl_label: typing.Any
|
|
1174
|
-
""" """
|
|
1175
|
-
|
|
1176
1112
|
bl_options: typing.Any
|
|
1177
|
-
""" """
|
|
1178
|
-
|
|
1179
1113
|
bl_region_type: typing.Any
|
|
1180
|
-
""" """
|
|
1181
|
-
|
|
1182
1114
|
bl_rna: typing.Any
|
|
1183
|
-
""" """
|
|
1184
|
-
|
|
1185
1115
|
bl_space_type: typing.Any
|
|
1186
|
-
""" """
|
|
1187
|
-
|
|
1188
1116
|
id_data: typing.Any
|
|
1189
|
-
""" """
|
|
1190
1117
|
|
|
1191
1118
|
def append(self, draw_func):
|
|
1192
1119
|
"""Append a draw function to this menu,
|
|
@@ -1271,10 +1198,7 @@ class DATA_PT_context_grease_pencil(
|
|
|
1271
1198
|
"""
|
|
1272
1199
|
...
|
|
1273
1200
|
|
|
1274
|
-
def is_extended(self):
|
|
1275
|
-
""" """
|
|
1276
|
-
...
|
|
1277
|
-
|
|
1201
|
+
def is_extended(self): ...
|
|
1278
1202
|
def is_property_hidden(self) -> bool:
|
|
1279
1203
|
"""Check if a property is hidden.
|
|
1280
1204
|
|
|
@@ -1417,28 +1341,13 @@ class DATA_PT_grease_pencil_custom_props(
|
|
|
1417
1341
|
"""
|
|
1418
1342
|
|
|
1419
1343
|
bl_context: typing.Any
|
|
1420
|
-
""" """
|
|
1421
|
-
|
|
1422
1344
|
bl_label: typing.Any
|
|
1423
|
-
""" """
|
|
1424
|
-
|
|
1425
1345
|
bl_options: typing.Any
|
|
1426
|
-
""" """
|
|
1427
|
-
|
|
1428
1346
|
bl_order: typing.Any
|
|
1429
|
-
""" """
|
|
1430
|
-
|
|
1431
1347
|
bl_region_type: typing.Any
|
|
1432
|
-
""" """
|
|
1433
|
-
|
|
1434
1348
|
bl_rna: typing.Any
|
|
1435
|
-
""" """
|
|
1436
|
-
|
|
1437
1349
|
bl_space_type: typing.Any
|
|
1438
|
-
""" """
|
|
1439
|
-
|
|
1440
1350
|
id_data: typing.Any
|
|
1441
|
-
""" """
|
|
1442
1351
|
|
|
1443
1352
|
def append(self, draw_func):
|
|
1444
1353
|
"""Append a draw function to this menu,
|
|
@@ -1523,10 +1432,7 @@ class DATA_PT_grease_pencil_custom_props(
|
|
|
1523
1432
|
"""
|
|
1524
1433
|
...
|
|
1525
1434
|
|
|
1526
|
-
def is_extended(self):
|
|
1527
|
-
""" """
|
|
1528
|
-
...
|
|
1529
|
-
|
|
1435
|
+
def is_extended(self): ...
|
|
1530
1436
|
def is_property_hidden(self) -> bool:
|
|
1531
1437
|
"""Check if a property is hidden.
|
|
1532
1438
|
|
|
@@ -1664,25 +1570,12 @@ class DATA_PT_grease_pencil_custom_props(
|
|
|
1664
1570
|
class DATA_PT_grease_pencil_layers(
|
|
1665
1571
|
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1666
1572
|
):
|
|
1667
|
-
""" """
|
|
1668
|
-
|
|
1669
1573
|
bl_context: typing.Any
|
|
1670
|
-
""" """
|
|
1671
|
-
|
|
1672
1574
|
bl_label: typing.Any
|
|
1673
|
-
""" """
|
|
1674
|
-
|
|
1675
1575
|
bl_region_type: typing.Any
|
|
1676
|
-
""" """
|
|
1677
|
-
|
|
1678
1576
|
bl_rna: typing.Any
|
|
1679
|
-
""" """
|
|
1680
|
-
|
|
1681
1577
|
bl_space_type: typing.Any
|
|
1682
|
-
""" """
|
|
1683
|
-
|
|
1684
1578
|
id_data: typing.Any
|
|
1685
|
-
""" """
|
|
1686
1579
|
|
|
1687
1580
|
def append(self, draw_func):
|
|
1688
1581
|
"""Append a draw function to this menu,
|
|
@@ -1767,10 +1660,7 @@ class DATA_PT_grease_pencil_layers(
|
|
|
1767
1660
|
"""
|
|
1768
1661
|
...
|
|
1769
1662
|
|
|
1770
|
-
def is_extended(self):
|
|
1771
|
-
""" """
|
|
1772
|
-
...
|
|
1773
|
-
|
|
1663
|
+
def is_extended(self): ...
|
|
1774
1664
|
def is_property_hidden(self) -> bool:
|
|
1775
1665
|
"""Check if a property is hidden.
|
|
1776
1666
|
|
|
@@ -1908,25 +1798,12 @@ class DATA_PT_grease_pencil_layers(
|
|
|
1908
1798
|
class DATA_PT_grease_pencil_onion_skinning(
|
|
1909
1799
|
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
1910
1800
|
):
|
|
1911
|
-
""" """
|
|
1912
|
-
|
|
1913
1801
|
bl_context: typing.Any
|
|
1914
|
-
""" """
|
|
1915
|
-
|
|
1916
1802
|
bl_label: typing.Any
|
|
1917
|
-
""" """
|
|
1918
|
-
|
|
1919
1803
|
bl_region_type: typing.Any
|
|
1920
|
-
""" """
|
|
1921
|
-
|
|
1922
1804
|
bl_rna: typing.Any
|
|
1923
|
-
""" """
|
|
1924
|
-
|
|
1925
1805
|
bl_space_type: typing.Any
|
|
1926
|
-
""" """
|
|
1927
|
-
|
|
1928
1806
|
id_data: typing.Any
|
|
1929
|
-
""" """
|
|
1930
1807
|
|
|
1931
1808
|
def append(self, draw_func):
|
|
1932
1809
|
"""Append a draw function to this menu,
|
|
@@ -2011,10 +1888,7 @@ class DATA_PT_grease_pencil_onion_skinning(
|
|
|
2011
1888
|
"""
|
|
2012
1889
|
...
|
|
2013
1890
|
|
|
2014
|
-
def is_extended(self):
|
|
2015
|
-
""" """
|
|
2016
|
-
...
|
|
2017
|
-
|
|
1891
|
+
def is_extended(self): ...
|
|
2018
1892
|
def is_property_hidden(self) -> bool:
|
|
2019
1893
|
"""Check if a property is hidden.
|
|
2020
1894
|
|
|
@@ -2152,31 +2026,14 @@ class DATA_PT_grease_pencil_onion_skinning(
|
|
|
2152
2026
|
class DATA_PT_grease_pencil_onion_skinning_custom_colors(
|
|
2153
2027
|
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
2154
2028
|
):
|
|
2155
|
-
""" """
|
|
2156
|
-
|
|
2157
2029
|
bl_context: typing.Any
|
|
2158
|
-
""" """
|
|
2159
|
-
|
|
2160
2030
|
bl_label: typing.Any
|
|
2161
|
-
""" """
|
|
2162
|
-
|
|
2163
2031
|
bl_options: typing.Any
|
|
2164
|
-
""" """
|
|
2165
|
-
|
|
2166
2032
|
bl_parent_id: typing.Any
|
|
2167
|
-
""" """
|
|
2168
|
-
|
|
2169
2033
|
bl_region_type: typing.Any
|
|
2170
|
-
""" """
|
|
2171
|
-
|
|
2172
2034
|
bl_rna: typing.Any
|
|
2173
|
-
""" """
|
|
2174
|
-
|
|
2175
2035
|
bl_space_type: typing.Any
|
|
2176
|
-
""" """
|
|
2177
|
-
|
|
2178
2036
|
id_data: typing.Any
|
|
2179
|
-
""" """
|
|
2180
2037
|
|
|
2181
2038
|
def append(self, draw_func):
|
|
2182
2039
|
"""Append a draw function to this menu,
|
|
@@ -2268,10 +2125,7 @@ class DATA_PT_grease_pencil_onion_skinning_custom_colors(
|
|
|
2268
2125
|
"""
|
|
2269
2126
|
...
|
|
2270
2127
|
|
|
2271
|
-
def is_extended(self):
|
|
2272
|
-
""" """
|
|
2273
|
-
...
|
|
2274
|
-
|
|
2128
|
+
def is_extended(self): ...
|
|
2275
2129
|
def is_property_hidden(self) -> bool:
|
|
2276
2130
|
"""Check if a property is hidden.
|
|
2277
2131
|
|
|
@@ -2409,31 +2263,14 @@ class DATA_PT_grease_pencil_onion_skinning_custom_colors(
|
|
|
2409
2263
|
class DATA_PT_grease_pencil_onion_skinning_display(
|
|
2410
2264
|
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
2411
2265
|
):
|
|
2412
|
-
""" """
|
|
2413
|
-
|
|
2414
2266
|
bl_context: typing.Any
|
|
2415
|
-
""" """
|
|
2416
|
-
|
|
2417
2267
|
bl_label: typing.Any
|
|
2418
|
-
""" """
|
|
2419
|
-
|
|
2420
2268
|
bl_options: typing.Any
|
|
2421
|
-
""" """
|
|
2422
|
-
|
|
2423
2269
|
bl_parent_id: typing.Any
|
|
2424
|
-
""" """
|
|
2425
|
-
|
|
2426
2270
|
bl_region_type: typing.Any
|
|
2427
|
-
""" """
|
|
2428
|
-
|
|
2429
2271
|
bl_rna: typing.Any
|
|
2430
|
-
""" """
|
|
2431
|
-
|
|
2432
2272
|
bl_space_type: typing.Any
|
|
2433
|
-
""" """
|
|
2434
|
-
|
|
2435
2273
|
id_data: typing.Any
|
|
2436
|
-
""" """
|
|
2437
2274
|
|
|
2438
2275
|
def append(self, draw_func):
|
|
2439
2276
|
"""Append a draw function to this menu,
|
|
@@ -2518,10 +2355,7 @@ class DATA_PT_grease_pencil_onion_skinning_display(
|
|
|
2518
2355
|
"""
|
|
2519
2356
|
...
|
|
2520
2357
|
|
|
2521
|
-
def is_extended(self):
|
|
2522
|
-
""" """
|
|
2523
|
-
...
|
|
2524
|
-
|
|
2358
|
+
def is_extended(self): ...
|
|
2525
2359
|
def is_property_hidden(self) -> bool:
|
|
2526
2360
|
"""Check if a property is hidden.
|
|
2527
2361
|
|
|
@@ -2659,25 +2493,12 @@ class DATA_PT_grease_pencil_onion_skinning_display(
|
|
|
2659
2493
|
class DATA_PT_grease_pencil_settings(
|
|
2660
2494
|
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
2661
2495
|
):
|
|
2662
|
-
""" """
|
|
2663
|
-
|
|
2664
2496
|
bl_context: typing.Any
|
|
2665
|
-
""" """
|
|
2666
|
-
|
|
2667
2497
|
bl_label: typing.Any
|
|
2668
|
-
""" """
|
|
2669
|
-
|
|
2670
2498
|
bl_region_type: typing.Any
|
|
2671
|
-
""" """
|
|
2672
|
-
|
|
2673
2499
|
bl_rna: typing.Any
|
|
2674
|
-
""" """
|
|
2675
|
-
|
|
2676
2500
|
bl_space_type: typing.Any
|
|
2677
|
-
""" """
|
|
2678
|
-
|
|
2679
2501
|
id_data: typing.Any
|
|
2680
|
-
""" """
|
|
2681
2502
|
|
|
2682
2503
|
def append(self, draw_func):
|
|
2683
2504
|
"""Append a draw function to this menu,
|
|
@@ -2762,10 +2583,7 @@ class DATA_PT_grease_pencil_settings(
|
|
|
2762
2583
|
"""
|
|
2763
2584
|
...
|
|
2764
2585
|
|
|
2765
|
-
def is_extended(self):
|
|
2766
|
-
""" """
|
|
2767
|
-
...
|
|
2768
|
-
|
|
2586
|
+
def is_extended(self): ...
|
|
2769
2587
|
def is_property_hidden(self) -> bool:
|
|
2770
2588
|
"""Check if a property is hidden.
|
|
2771
2589
|
|
|
@@ -2906,31 +2724,14 @@ class DATA_PT_grease_pencil_layer_masks(
|
|
|
2906
2724
|
GreasePencil_LayerMaskPanel,
|
|
2907
2725
|
bpy_types._GenericUI,
|
|
2908
2726
|
):
|
|
2909
|
-
""" """
|
|
2910
|
-
|
|
2911
2727
|
bl_context: typing.Any
|
|
2912
|
-
""" """
|
|
2913
|
-
|
|
2914
2728
|
bl_label: typing.Any
|
|
2915
|
-
""" """
|
|
2916
|
-
|
|
2917
2729
|
bl_options: typing.Any
|
|
2918
|
-
""" """
|
|
2919
|
-
|
|
2920
2730
|
bl_parent_id: typing.Any
|
|
2921
|
-
""" """
|
|
2922
|
-
|
|
2923
2731
|
bl_region_type: typing.Any
|
|
2924
|
-
""" """
|
|
2925
|
-
|
|
2926
2732
|
bl_rna: typing.Any
|
|
2927
|
-
""" """
|
|
2928
|
-
|
|
2929
2733
|
bl_space_type: typing.Any
|
|
2930
|
-
""" """
|
|
2931
|
-
|
|
2932
2734
|
id_data: typing.Any
|
|
2933
|
-
""" """
|
|
2934
2735
|
|
|
2935
2736
|
def append(self, draw_func):
|
|
2936
2737
|
"""Append a draw function to this menu,
|
|
@@ -3022,10 +2823,7 @@ class DATA_PT_grease_pencil_layer_masks(
|
|
|
3022
2823
|
"""
|
|
3023
2824
|
...
|
|
3024
2825
|
|
|
3025
|
-
def is_extended(self):
|
|
3026
|
-
""" """
|
|
3027
|
-
...
|
|
3028
|
-
|
|
2826
|
+
def is_extended(self): ...
|
|
3029
2827
|
def is_property_hidden(self) -> bool:
|
|
3030
2828
|
"""Check if a property is hidden.
|
|
3031
2829
|
|
|
@@ -3166,31 +2964,14 @@ class DATA_PT_grease_pencil_layer_relations(
|
|
|
3166
2964
|
GreasPencil_LayerRelationsPanel,
|
|
3167
2965
|
bpy_types._GenericUI,
|
|
3168
2966
|
):
|
|
3169
|
-
""" """
|
|
3170
|
-
|
|
3171
2967
|
bl_context: typing.Any
|
|
3172
|
-
""" """
|
|
3173
|
-
|
|
3174
2968
|
bl_label: typing.Any
|
|
3175
|
-
""" """
|
|
3176
|
-
|
|
3177
2969
|
bl_options: typing.Any
|
|
3178
|
-
""" """
|
|
3179
|
-
|
|
3180
2970
|
bl_parent_id: typing.Any
|
|
3181
|
-
""" """
|
|
3182
|
-
|
|
3183
2971
|
bl_region_type: typing.Any
|
|
3184
|
-
""" """
|
|
3185
|
-
|
|
3186
2972
|
bl_rna: typing.Any
|
|
3187
|
-
""" """
|
|
3188
|
-
|
|
3189
2973
|
bl_space_type: typing.Any
|
|
3190
|
-
""" """
|
|
3191
|
-
|
|
3192
2974
|
id_data: typing.Any
|
|
3193
|
-
""" """
|
|
3194
2975
|
|
|
3195
2976
|
def append(self, draw_func):
|
|
3196
2977
|
"""Append a draw function to this menu,
|
|
@@ -3275,10 +3056,7 @@ class DATA_PT_grease_pencil_layer_relations(
|
|
|
3275
3056
|
"""
|
|
3276
3057
|
...
|
|
3277
3058
|
|
|
3278
|
-
def is_extended(self):
|
|
3279
|
-
""" """
|
|
3280
|
-
...
|
|
3281
|
-
|
|
3059
|
+
def is_extended(self): ...
|
|
3282
3060
|
def is_property_hidden(self) -> bool:
|
|
3283
3061
|
"""Check if a property is hidden.
|
|
3284
3062
|
|
|
@@ -3419,31 +3197,14 @@ class DATA_PT_grease_pencil_layer_transform(
|
|
|
3419
3197
|
GreasePencil_LayerTransformPanel,
|
|
3420
3198
|
bpy_types._GenericUI,
|
|
3421
3199
|
):
|
|
3422
|
-
""" """
|
|
3423
|
-
|
|
3424
3200
|
bl_context: typing.Any
|
|
3425
|
-
""" """
|
|
3426
|
-
|
|
3427
3201
|
bl_label: typing.Any
|
|
3428
|
-
""" """
|
|
3429
|
-
|
|
3430
3202
|
bl_options: typing.Any
|
|
3431
|
-
""" """
|
|
3432
|
-
|
|
3433
3203
|
bl_parent_id: typing.Any
|
|
3434
|
-
""" """
|
|
3435
|
-
|
|
3436
3204
|
bl_region_type: typing.Any
|
|
3437
|
-
""" """
|
|
3438
|
-
|
|
3439
3205
|
bl_rna: typing.Any
|
|
3440
|
-
""" """
|
|
3441
|
-
|
|
3442
3206
|
bl_space_type: typing.Any
|
|
3443
|
-
""" """
|
|
3444
|
-
|
|
3445
3207
|
id_data: typing.Any
|
|
3446
|
-
""" """
|
|
3447
3208
|
|
|
3448
3209
|
def append(self, draw_func):
|
|
3449
3210
|
"""Append a draw function to this menu,
|
|
@@ -3528,10 +3289,7 @@ class DATA_PT_grease_pencil_layer_transform(
|
|
|
3528
3289
|
"""
|
|
3529
3290
|
...
|
|
3530
3291
|
|
|
3531
|
-
def is_extended(self):
|
|
3532
|
-
""" """
|
|
3533
|
-
...
|
|
3534
|
-
|
|
3292
|
+
def is_extended(self): ...
|
|
3535
3293
|
def is_property_hidden(self) -> bool:
|
|
3536
3294
|
"""Check if a property is hidden.
|
|
3537
3295
|
|
|
@@ -6,16 +6,9 @@ import rna_prop_ui
|
|
|
6
6
|
GenericType = typing.TypeVar("GenericType")
|
|
7
7
|
|
|
8
8
|
class DataButtonsPanel:
|
|
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
|
"""
|
|
@@ -25,28 +18,13 @@ class DataButtonsPanel:
|
|
|
25
18
|
...
|
|
26
19
|
|
|
27
20
|
class DATA_PT_context_lattice(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
28
|
-
""" """
|
|
29
|
-
|
|
30
21
|
bl_context: typing.Any
|
|
31
|
-
""" """
|
|
32
|
-
|
|
33
22
|
bl_label: typing.Any
|
|
34
|
-
""" """
|
|
35
|
-
|
|
36
23
|
bl_options: typing.Any
|
|
37
|
-
""" """
|
|
38
|
-
|
|
39
24
|
bl_region_type: typing.Any
|
|
40
|
-
""" """
|
|
41
|
-
|
|
42
25
|
bl_rna: typing.Any
|
|
43
|
-
""" """
|
|
44
|
-
|
|
45
26
|
bl_space_type: typing.Any
|
|
46
|
-
""" """
|
|
47
|
-
|
|
48
27
|
id_data: typing.Any
|
|
49
|
-
""" """
|
|
50
28
|
|
|
51
29
|
def append(self, draw_func):
|
|
52
30
|
"""Append a draw function to this menu,
|
|
@@ -131,10 +109,7 @@ class DATA_PT_context_lattice(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
131
109
|
"""
|
|
132
110
|
...
|
|
133
111
|
|
|
134
|
-
def is_extended(self):
|
|
135
|
-
""" """
|
|
136
|
-
...
|
|
137
|
-
|
|
112
|
+
def is_extended(self): ...
|
|
138
113
|
def is_property_hidden(self) -> bool:
|
|
139
114
|
"""Check if a property is hidden.
|
|
140
115
|
|
|
@@ -277,31 +252,14 @@ class DATA_PT_custom_props_lattice(
|
|
|
277
252
|
"""
|
|
278
253
|
|
|
279
254
|
COMPAT_ENGINES: typing.Any
|
|
280
|
-
""" """
|
|
281
|
-
|
|
282
255
|
bl_context: typing.Any
|
|
283
|
-
""" """
|
|
284
|
-
|
|
285
256
|
bl_label: typing.Any
|
|
286
|
-
""" """
|
|
287
|
-
|
|
288
257
|
bl_options: typing.Any
|
|
289
|
-
""" """
|
|
290
|
-
|
|
291
258
|
bl_order: typing.Any
|
|
292
|
-
""" """
|
|
293
|
-
|
|
294
259
|
bl_region_type: typing.Any
|
|
295
|
-
""" """
|
|
296
|
-
|
|
297
260
|
bl_rna: typing.Any
|
|
298
|
-
""" """
|
|
299
|
-
|
|
300
261
|
bl_space_type: typing.Any
|
|
301
|
-
""" """
|
|
302
|
-
|
|
303
262
|
id_data: typing.Any
|
|
304
|
-
""" """
|
|
305
263
|
|
|
306
264
|
def append(self, draw_func):
|
|
307
265
|
"""Append a draw function to this menu,
|
|
@@ -386,10 +344,7 @@ class DATA_PT_custom_props_lattice(
|
|
|
386
344
|
"""
|
|
387
345
|
...
|
|
388
346
|
|
|
389
|
-
def is_extended(self):
|
|
390
|
-
""" """
|
|
391
|
-
...
|
|
392
|
-
|
|
347
|
+
def is_extended(self): ...
|
|
393
348
|
def is_property_hidden(self) -> bool:
|
|
394
349
|
"""Check if a property is hidden.
|
|
395
350
|
|
|
@@ -525,25 +480,12 @@ class DATA_PT_custom_props_lattice(
|
|
|
525
480
|
...
|
|
526
481
|
|
|
527
482
|
class DATA_PT_lattice(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
528
|
-
""" """
|
|
529
|
-
|
|
530
483
|
bl_context: typing.Any
|
|
531
|
-
""" """
|
|
532
|
-
|
|
533
484
|
bl_label: typing.Any
|
|
534
|
-
""" """
|
|
535
|
-
|
|
536
485
|
bl_region_type: typing.Any
|
|
537
|
-
""" """
|
|
538
|
-
|
|
539
486
|
bl_rna: typing.Any
|
|
540
|
-
""" """
|
|
541
|
-
|
|
542
487
|
bl_space_type: typing.Any
|
|
543
|
-
""" """
|
|
544
|
-
|
|
545
488
|
id_data: typing.Any
|
|
546
|
-
""" """
|
|
547
489
|
|
|
548
490
|
def append(self, draw_func):
|
|
549
491
|
"""Append a draw function to this menu,
|
|
@@ -628,10 +570,7 @@ class DATA_PT_lattice(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
|
628
570
|
"""
|
|
629
571
|
...
|
|
630
572
|
|
|
631
|
-
def is_extended(self):
|
|
632
|
-
""" """
|
|
633
|
-
...
|
|
634
|
-
|
|
573
|
+
def is_extended(self): ...
|
|
635
574
|
def is_property_hidden(self) -> bool:
|
|
636
575
|
"""Check if a property is hidden.
|
|
637
576
|
|