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
|
@@ -7,16 +7,9 @@ import rna_prop_ui
|
|
|
7
7
|
GenericType = typing.TypeVar("GenericType")
|
|
8
8
|
|
|
9
9
|
class DataButtonsPanel:
|
|
10
|
-
""" """
|
|
11
|
-
|
|
12
10
|
bl_context: typing.Any
|
|
13
|
-
""" """
|
|
14
|
-
|
|
15
11
|
bl_region_type: typing.Any
|
|
16
|
-
""" """
|
|
17
|
-
|
|
18
12
|
bl_space_type: typing.Any
|
|
19
|
-
""" """
|
|
20
13
|
|
|
21
14
|
def poll(self, context):
|
|
22
15
|
"""
|
|
@@ -26,16 +19,9 @@ class DataButtonsPanel:
|
|
|
26
19
|
...
|
|
27
20
|
|
|
28
21
|
class LayerDataButtonsPanel:
|
|
29
|
-
""" """
|
|
30
|
-
|
|
31
22
|
bl_context: typing.Any
|
|
32
|
-
""" """
|
|
33
|
-
|
|
34
23
|
bl_region_type: typing.Any
|
|
35
|
-
""" """
|
|
36
|
-
|
|
37
24
|
bl_space_type: typing.Any
|
|
38
|
-
""" """
|
|
39
25
|
|
|
40
26
|
def poll(self, context):
|
|
41
27
|
"""
|
|
@@ -45,16 +31,9 @@ class LayerDataButtonsPanel:
|
|
|
45
31
|
...
|
|
46
32
|
|
|
47
33
|
class ObjectButtonsPanel:
|
|
48
|
-
""" """
|
|
49
|
-
|
|
50
34
|
bl_context: typing.Any
|
|
51
|
-
""" """
|
|
52
|
-
|
|
53
35
|
bl_region_type: typing.Any
|
|
54
|
-
""" """
|
|
55
|
-
|
|
56
36
|
bl_space_type: typing.Any
|
|
57
|
-
""" """
|
|
58
37
|
|
|
59
38
|
def poll(self, context):
|
|
60
39
|
"""
|
|
@@ -64,16 +43,9 @@ class ObjectButtonsPanel:
|
|
|
64
43
|
...
|
|
65
44
|
|
|
66
45
|
class GPENCIL_MT_gpencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
67
|
-
""" """
|
|
68
|
-
|
|
69
46
|
bl_label: typing.Any
|
|
70
|
-
""" """
|
|
71
|
-
|
|
72
47
|
bl_rna: typing.Any
|
|
73
|
-
""" """
|
|
74
|
-
|
|
75
48
|
id_data: typing.Any
|
|
76
|
-
""" """
|
|
77
49
|
|
|
78
50
|
def append(self, draw_func):
|
|
79
51
|
"""Append a draw function to this menu,
|
|
@@ -178,10 +150,7 @@ class GPENCIL_MT_gpencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
178
150
|
"""
|
|
179
151
|
...
|
|
180
152
|
|
|
181
|
-
def is_extended(self):
|
|
182
|
-
""" """
|
|
183
|
-
...
|
|
184
|
-
|
|
153
|
+
def is_extended(self): ...
|
|
185
154
|
def is_property_hidden(self) -> bool:
|
|
186
155
|
"""Check if a property is hidden.
|
|
187
156
|
|
|
@@ -344,16 +313,9 @@ class GPENCIL_MT_gpencil_vertex_group(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
344
313
|
...
|
|
345
314
|
|
|
346
315
|
class GPENCIL_MT_layer_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
347
|
-
""" """
|
|
348
|
-
|
|
349
316
|
bl_label: typing.Any
|
|
350
|
-
""" """
|
|
351
|
-
|
|
352
317
|
bl_rna: typing.Any
|
|
353
|
-
""" """
|
|
354
|
-
|
|
355
318
|
id_data: typing.Any
|
|
356
|
-
""" """
|
|
357
319
|
|
|
358
320
|
def append(self, draw_func):
|
|
359
321
|
"""Append a draw function to this menu,
|
|
@@ -458,10 +420,7 @@ class GPENCIL_MT_layer_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
458
420
|
"""
|
|
459
421
|
...
|
|
460
422
|
|
|
461
|
-
def is_extended(self):
|
|
462
|
-
""" """
|
|
463
|
-
...
|
|
464
|
-
|
|
423
|
+
def is_extended(self): ...
|
|
465
424
|
def is_property_hidden(self) -> bool:
|
|
466
425
|
"""Check if a property is hidden.
|
|
467
426
|
|
|
@@ -624,13 +583,8 @@ class GPENCIL_MT_layer_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
624
583
|
...
|
|
625
584
|
|
|
626
585
|
class GPENCIL_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
|
|
627
|
-
""" """
|
|
628
|
-
|
|
629
586
|
bl_rna: typing.Any
|
|
630
|
-
""" """
|
|
631
|
-
|
|
632
587
|
id_data: typing.Any
|
|
633
|
-
""" """
|
|
634
588
|
|
|
635
589
|
def append(self, draw_func):
|
|
636
590
|
"""Append a draw function to this menu,
|
|
@@ -732,10 +686,7 @@ class GPENCIL_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
732
686
|
"""
|
|
733
687
|
...
|
|
734
688
|
|
|
735
|
-
def is_extended(self):
|
|
736
|
-
""" """
|
|
737
|
-
...
|
|
738
|
-
|
|
689
|
+
def is_extended(self): ...
|
|
739
690
|
def is_property_hidden(self) -> bool:
|
|
740
691
|
"""Check if a property is hidden.
|
|
741
692
|
|
|
@@ -864,28 +815,13 @@ class GPENCIL_UL_vgroups(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
864
815
|
...
|
|
865
816
|
|
|
866
817
|
class DATA_PT_context_gpencil(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
867
|
-
""" """
|
|
868
|
-
|
|
869
818
|
bl_context: typing.Any
|
|
870
|
-
""" """
|
|
871
|
-
|
|
872
819
|
bl_label: typing.Any
|
|
873
|
-
""" """
|
|
874
|
-
|
|
875
820
|
bl_options: typing.Any
|
|
876
|
-
""" """
|
|
877
|
-
|
|
878
821
|
bl_region_type: typing.Any
|
|
879
|
-
""" """
|
|
880
|
-
|
|
881
822
|
bl_rna: typing.Any
|
|
882
|
-
""" """
|
|
883
|
-
|
|
884
823
|
bl_space_type: typing.Any
|
|
885
|
-
""" """
|
|
886
|
-
|
|
887
824
|
id_data: typing.Any
|
|
888
|
-
""" """
|
|
889
825
|
|
|
890
826
|
def append(self, draw_func):
|
|
891
827
|
"""Append a draw function to this menu,
|
|
@@ -970,10 +906,7 @@ class DATA_PT_context_gpencil(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
970
906
|
"""
|
|
971
907
|
...
|
|
972
908
|
|
|
973
|
-
def is_extended(self):
|
|
974
|
-
""" """
|
|
975
|
-
...
|
|
976
|
-
|
|
909
|
+
def is_extended(self): ...
|
|
977
910
|
def is_property_hidden(self) -> bool:
|
|
978
911
|
"""Check if a property is hidden.
|
|
979
912
|
|
|
@@ -1116,28 +1049,13 @@ class DATA_PT_custom_props_gpencil(
|
|
|
1116
1049
|
"""
|
|
1117
1050
|
|
|
1118
1051
|
bl_context: typing.Any
|
|
1119
|
-
""" """
|
|
1120
|
-
|
|
1121
1052
|
bl_label: typing.Any
|
|
1122
|
-
""" """
|
|
1123
|
-
|
|
1124
1053
|
bl_options: typing.Any
|
|
1125
|
-
""" """
|
|
1126
|
-
|
|
1127
1054
|
bl_order: typing.Any
|
|
1128
|
-
""" """
|
|
1129
|
-
|
|
1130
1055
|
bl_region_type: typing.Any
|
|
1131
|
-
""" """
|
|
1132
|
-
|
|
1133
1056
|
bl_rna: typing.Any
|
|
1134
|
-
""" """
|
|
1135
|
-
|
|
1136
1057
|
bl_space_type: typing.Any
|
|
1137
|
-
""" """
|
|
1138
|
-
|
|
1139
1058
|
id_data: typing.Any
|
|
1140
|
-
""" """
|
|
1141
1059
|
|
|
1142
1060
|
def append(self, draw_func):
|
|
1143
1061
|
"""Append a draw function to this menu,
|
|
@@ -1222,10 +1140,7 @@ class DATA_PT_custom_props_gpencil(
|
|
|
1222
1140
|
"""
|
|
1223
1141
|
...
|
|
1224
1142
|
|
|
1225
|
-
def is_extended(self):
|
|
1226
|
-
""" """
|
|
1227
|
-
...
|
|
1228
|
-
|
|
1143
|
+
def is_extended(self): ...
|
|
1229
1144
|
def is_property_hidden(self) -> bool:
|
|
1230
1145
|
"""Check if a property is hidden.
|
|
1231
1146
|
|
|
@@ -1361,31 +1276,14 @@ class DATA_PT_custom_props_gpencil(
|
|
|
1361
1276
|
...
|
|
1362
1277
|
|
|
1363
1278
|
class DATA_PT_gpencil_canvas(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
1364
|
-
""" """
|
|
1365
|
-
|
|
1366
1279
|
bl_context: typing.Any
|
|
1367
|
-
""" """
|
|
1368
|
-
|
|
1369
1280
|
bl_label: typing.Any
|
|
1370
|
-
""" """
|
|
1371
|
-
|
|
1372
1281
|
bl_options: typing.Any
|
|
1373
|
-
""" """
|
|
1374
|
-
|
|
1375
1282
|
bl_parent_id: typing.Any
|
|
1376
|
-
""" """
|
|
1377
|
-
|
|
1378
1283
|
bl_region_type: typing.Any
|
|
1379
|
-
""" """
|
|
1380
|
-
|
|
1381
1284
|
bl_rna: typing.Any
|
|
1382
|
-
""" """
|
|
1383
|
-
|
|
1384
1285
|
bl_space_type: typing.Any
|
|
1385
|
-
""" """
|
|
1386
|
-
|
|
1387
1286
|
id_data: typing.Any
|
|
1388
|
-
""" """
|
|
1389
1287
|
|
|
1390
1288
|
def append(self, draw_func):
|
|
1391
1289
|
"""Append a draw function to this menu,
|
|
@@ -1470,10 +1368,7 @@ class DATA_PT_gpencil_canvas(bpy_types.Panel, DataButtonsPanel, bpy_types._Gener
|
|
|
1470
1368
|
"""
|
|
1471
1369
|
...
|
|
1472
1370
|
|
|
1473
|
-
def is_extended(self):
|
|
1474
|
-
""" """
|
|
1475
|
-
...
|
|
1476
|
-
|
|
1371
|
+
def is_extended(self): ...
|
|
1477
1372
|
def is_property_hidden(self) -> bool:
|
|
1478
1373
|
"""Check if a property is hidden.
|
|
1479
1374
|
|
|
@@ -1609,28 +1504,13 @@ class DATA_PT_gpencil_canvas(bpy_types.Panel, DataButtonsPanel, bpy_types._Gener
|
|
|
1609
1504
|
...
|
|
1610
1505
|
|
|
1611
1506
|
class DATA_PT_gpencil_display(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
1612
|
-
""" """
|
|
1613
|
-
|
|
1614
1507
|
bl_context: typing.Any
|
|
1615
|
-
""" """
|
|
1616
|
-
|
|
1617
1508
|
bl_label: typing.Any
|
|
1618
|
-
""" """
|
|
1619
|
-
|
|
1620
1509
|
bl_options: typing.Any
|
|
1621
|
-
""" """
|
|
1622
|
-
|
|
1623
1510
|
bl_region_type: typing.Any
|
|
1624
|
-
""" """
|
|
1625
|
-
|
|
1626
1511
|
bl_rna: typing.Any
|
|
1627
|
-
""" """
|
|
1628
|
-
|
|
1629
1512
|
bl_space_type: typing.Any
|
|
1630
|
-
""" """
|
|
1631
|
-
|
|
1632
1513
|
id_data: typing.Any
|
|
1633
|
-
""" """
|
|
1634
1514
|
|
|
1635
1515
|
def append(self, draw_func):
|
|
1636
1516
|
"""Append a draw function to this menu,
|
|
@@ -1715,10 +1595,7 @@ class DATA_PT_gpencil_display(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
1715
1595
|
"""
|
|
1716
1596
|
...
|
|
1717
1597
|
|
|
1718
|
-
def is_extended(self):
|
|
1719
|
-
""" """
|
|
1720
|
-
...
|
|
1721
|
-
|
|
1598
|
+
def is_extended(self): ...
|
|
1722
1599
|
def is_property_hidden(self) -> bool:
|
|
1723
1600
|
"""Check if a property is hidden.
|
|
1724
1601
|
|
|
@@ -1854,25 +1731,12 @@ class DATA_PT_gpencil_display(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
1854
1731
|
...
|
|
1855
1732
|
|
|
1856
1733
|
class DATA_PT_gpencil_layers(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
1857
|
-
""" """
|
|
1858
|
-
|
|
1859
1734
|
bl_context: typing.Any
|
|
1860
|
-
""" """
|
|
1861
|
-
|
|
1862
1735
|
bl_label: typing.Any
|
|
1863
|
-
""" """
|
|
1864
|
-
|
|
1865
1736
|
bl_region_type: typing.Any
|
|
1866
|
-
""" """
|
|
1867
|
-
|
|
1868
1737
|
bl_rna: typing.Any
|
|
1869
|
-
""" """
|
|
1870
|
-
|
|
1871
1738
|
bl_space_type: typing.Any
|
|
1872
|
-
""" """
|
|
1873
|
-
|
|
1874
1739
|
id_data: typing.Any
|
|
1875
|
-
""" """
|
|
1876
1740
|
|
|
1877
1741
|
def append(self, draw_func):
|
|
1878
1742
|
"""Append a draw function to this menu,
|
|
@@ -1966,10 +1830,7 @@ class DATA_PT_gpencil_layers(bpy_types.Panel, DataButtonsPanel, bpy_types._Gener
|
|
|
1966
1830
|
"""
|
|
1967
1831
|
...
|
|
1968
1832
|
|
|
1969
|
-
def is_extended(self):
|
|
1970
|
-
""" """
|
|
1971
|
-
...
|
|
1972
|
-
|
|
1833
|
+
def is_extended(self): ...
|
|
1973
1834
|
def is_property_hidden(self) -> bool:
|
|
1974
1835
|
"""Check if a property is hidden.
|
|
1975
1836
|
|
|
@@ -2107,25 +1968,12 @@ class DATA_PT_gpencil_layers(bpy_types.Panel, DataButtonsPanel, bpy_types._Gener
|
|
|
2107
1968
|
class DATA_PT_gpencil_onion_skinning(
|
|
2108
1969
|
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
2109
1970
|
):
|
|
2110
|
-
""" """
|
|
2111
|
-
|
|
2112
1971
|
bl_context: typing.Any
|
|
2113
|
-
""" """
|
|
2114
|
-
|
|
2115
1972
|
bl_label: typing.Any
|
|
2116
|
-
""" """
|
|
2117
|
-
|
|
2118
1973
|
bl_region_type: typing.Any
|
|
2119
|
-
""" """
|
|
2120
|
-
|
|
2121
1974
|
bl_rna: typing.Any
|
|
2122
|
-
""" """
|
|
2123
|
-
|
|
2124
1975
|
bl_space_type: typing.Any
|
|
2125
|
-
""" """
|
|
2126
|
-
|
|
2127
1976
|
id_data: typing.Any
|
|
2128
|
-
""" """
|
|
2129
1977
|
|
|
2130
1978
|
def append(self, draw_func):
|
|
2131
1979
|
"""Append a draw function to this menu,
|
|
@@ -2210,10 +2058,7 @@ class DATA_PT_gpencil_onion_skinning(
|
|
|
2210
2058
|
"""
|
|
2211
2059
|
...
|
|
2212
2060
|
|
|
2213
|
-
def is_extended(self):
|
|
2214
|
-
""" """
|
|
2215
|
-
...
|
|
2216
|
-
|
|
2061
|
+
def is_extended(self): ...
|
|
2217
2062
|
def is_property_hidden(self) -> bool:
|
|
2218
2063
|
"""Check if a property is hidden.
|
|
2219
2064
|
|
|
@@ -2351,31 +2196,14 @@ class DATA_PT_gpencil_onion_skinning(
|
|
|
2351
2196
|
class DATA_PT_gpencil_onion_skinning_custom_colors(
|
|
2352
2197
|
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
2353
2198
|
):
|
|
2354
|
-
""" """
|
|
2355
|
-
|
|
2356
2199
|
bl_context: typing.Any
|
|
2357
|
-
""" """
|
|
2358
|
-
|
|
2359
2200
|
bl_label: typing.Any
|
|
2360
|
-
""" """
|
|
2361
|
-
|
|
2362
2201
|
bl_options: typing.Any
|
|
2363
|
-
""" """
|
|
2364
|
-
|
|
2365
2202
|
bl_parent_id: typing.Any
|
|
2366
|
-
""" """
|
|
2367
|
-
|
|
2368
2203
|
bl_region_type: typing.Any
|
|
2369
|
-
""" """
|
|
2370
|
-
|
|
2371
2204
|
bl_rna: typing.Any
|
|
2372
|
-
""" """
|
|
2373
|
-
|
|
2374
2205
|
bl_space_type: typing.Any
|
|
2375
|
-
""" """
|
|
2376
|
-
|
|
2377
2206
|
id_data: typing.Any
|
|
2378
|
-
""" """
|
|
2379
2207
|
|
|
2380
2208
|
def append(self, draw_func):
|
|
2381
2209
|
"""Append a draw function to this menu,
|
|
@@ -2467,10 +2295,7 @@ class DATA_PT_gpencil_onion_skinning_custom_colors(
|
|
|
2467
2295
|
"""
|
|
2468
2296
|
...
|
|
2469
2297
|
|
|
2470
|
-
def is_extended(self):
|
|
2471
|
-
""" """
|
|
2472
|
-
...
|
|
2473
|
-
|
|
2298
|
+
def is_extended(self): ...
|
|
2474
2299
|
def is_property_hidden(self) -> bool:
|
|
2475
2300
|
"""Check if a property is hidden.
|
|
2476
2301
|
|
|
@@ -2608,31 +2433,14 @@ class DATA_PT_gpencil_onion_skinning_custom_colors(
|
|
|
2608
2433
|
class DATA_PT_gpencil_onion_skinning_display(
|
|
2609
2434
|
bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI
|
|
2610
2435
|
):
|
|
2611
|
-
""" """
|
|
2612
|
-
|
|
2613
2436
|
bl_context: typing.Any
|
|
2614
|
-
""" """
|
|
2615
|
-
|
|
2616
2437
|
bl_label: typing.Any
|
|
2617
|
-
""" """
|
|
2618
|
-
|
|
2619
2438
|
bl_options: typing.Any
|
|
2620
|
-
""" """
|
|
2621
|
-
|
|
2622
2439
|
bl_parent_id: typing.Any
|
|
2623
|
-
""" """
|
|
2624
|
-
|
|
2625
2440
|
bl_region_type: typing.Any
|
|
2626
|
-
""" """
|
|
2627
|
-
|
|
2628
2441
|
bl_rna: typing.Any
|
|
2629
|
-
""" """
|
|
2630
|
-
|
|
2631
2442
|
bl_space_type: typing.Any
|
|
2632
|
-
""" """
|
|
2633
|
-
|
|
2634
2443
|
id_data: typing.Any
|
|
2635
|
-
""" """
|
|
2636
2444
|
|
|
2637
2445
|
def append(self, draw_func):
|
|
2638
2446
|
"""Append a draw function to this menu,
|
|
@@ -2717,10 +2525,7 @@ class DATA_PT_gpencil_onion_skinning_display(
|
|
|
2717
2525
|
"""
|
|
2718
2526
|
...
|
|
2719
2527
|
|
|
2720
|
-
def is_extended(self):
|
|
2721
|
-
""" """
|
|
2722
|
-
...
|
|
2723
|
-
|
|
2528
|
+
def is_extended(self): ...
|
|
2724
2529
|
def is_property_hidden(self) -> bool:
|
|
2725
2530
|
"""Check if a property is hidden.
|
|
2726
2531
|
|
|
@@ -2856,28 +2661,13 @@ class DATA_PT_gpencil_onion_skinning_display(
|
|
|
2856
2661
|
...
|
|
2857
2662
|
|
|
2858
2663
|
class DATA_PT_gpencil_strokes(bpy_types.Panel, DataButtonsPanel, bpy_types._GenericUI):
|
|
2859
|
-
""" """
|
|
2860
|
-
|
|
2861
2664
|
bl_context: typing.Any
|
|
2862
|
-
""" """
|
|
2863
|
-
|
|
2864
2665
|
bl_label: typing.Any
|
|
2865
|
-
""" """
|
|
2866
|
-
|
|
2867
2666
|
bl_options: typing.Any
|
|
2868
|
-
""" """
|
|
2869
|
-
|
|
2870
2667
|
bl_region_type: typing.Any
|
|
2871
|
-
""" """
|
|
2872
|
-
|
|
2873
2668
|
bl_rna: typing.Any
|
|
2874
|
-
""" """
|
|
2875
|
-
|
|
2876
2669
|
bl_space_type: typing.Any
|
|
2877
|
-
""" """
|
|
2878
|
-
|
|
2879
2670
|
id_data: typing.Any
|
|
2880
|
-
""" """
|
|
2881
2671
|
|
|
2882
2672
|
def append(self, draw_func):
|
|
2883
2673
|
"""Append a draw function to this menu,
|
|
@@ -2962,10 +2752,7 @@ class DATA_PT_gpencil_strokes(bpy_types.Panel, DataButtonsPanel, bpy_types._Gene
|
|
|
2962
2752
|
"""
|
|
2963
2753
|
...
|
|
2964
2754
|
|
|
2965
|
-
def is_extended(self):
|
|
2966
|
-
""" """
|
|
2967
|
-
...
|
|
2968
|
-
|
|
2755
|
+
def is_extended(self): ...
|
|
2969
2756
|
def is_property_hidden(self) -> bool:
|
|
2970
2757
|
"""Check if a property is hidden.
|
|
2971
2758
|
|
|
@@ -3106,31 +2893,14 @@ class DATA_PT_gpencil_layer_adjustments(
|
|
|
3106
2893
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerAdjustmentsPanel,
|
|
3107
2894
|
bpy_types._GenericUI,
|
|
3108
2895
|
):
|
|
3109
|
-
""" """
|
|
3110
|
-
|
|
3111
2896
|
bl_context: typing.Any
|
|
3112
|
-
""" """
|
|
3113
|
-
|
|
3114
2897
|
bl_label: typing.Any
|
|
3115
|
-
""" """
|
|
3116
|
-
|
|
3117
2898
|
bl_options: typing.Any
|
|
3118
|
-
""" """
|
|
3119
|
-
|
|
3120
2899
|
bl_parent_id: typing.Any
|
|
3121
|
-
""" """
|
|
3122
|
-
|
|
3123
2900
|
bl_region_type: typing.Any
|
|
3124
|
-
""" """
|
|
3125
|
-
|
|
3126
2901
|
bl_rna: typing.Any
|
|
3127
|
-
""" """
|
|
3128
|
-
|
|
3129
2902
|
bl_space_type: typing.Any
|
|
3130
|
-
""" """
|
|
3131
|
-
|
|
3132
2903
|
id_data: typing.Any
|
|
3133
|
-
""" """
|
|
3134
2904
|
|
|
3135
2905
|
def append(self, draw_func):
|
|
3136
2906
|
"""Append a draw function to this menu,
|
|
@@ -3215,10 +2985,7 @@ class DATA_PT_gpencil_layer_adjustments(
|
|
|
3215
2985
|
"""
|
|
3216
2986
|
...
|
|
3217
2987
|
|
|
3218
|
-
def is_extended(self):
|
|
3219
|
-
""" """
|
|
3220
|
-
...
|
|
3221
|
-
|
|
2988
|
+
def is_extended(self): ...
|
|
3222
2989
|
def is_property_hidden(self) -> bool:
|
|
3223
2990
|
"""Check if a property is hidden.
|
|
3224
2991
|
|
|
@@ -3359,31 +3126,14 @@ class DATA_PT_gpencil_layer_display(
|
|
|
3359
3126
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerDisplayPanel,
|
|
3360
3127
|
bpy_types._GenericUI,
|
|
3361
3128
|
):
|
|
3362
|
-
""" """
|
|
3363
|
-
|
|
3364
3129
|
bl_context: typing.Any
|
|
3365
|
-
""" """
|
|
3366
|
-
|
|
3367
3130
|
bl_label: typing.Any
|
|
3368
|
-
""" """
|
|
3369
|
-
|
|
3370
3131
|
bl_options: typing.Any
|
|
3371
|
-
""" """
|
|
3372
|
-
|
|
3373
3132
|
bl_parent_id: typing.Any
|
|
3374
|
-
""" """
|
|
3375
|
-
|
|
3376
3133
|
bl_region_type: typing.Any
|
|
3377
|
-
""" """
|
|
3378
|
-
|
|
3379
3134
|
bl_rna: typing.Any
|
|
3380
|
-
""" """
|
|
3381
|
-
|
|
3382
3135
|
bl_space_type: typing.Any
|
|
3383
|
-
""" """
|
|
3384
|
-
|
|
3385
3136
|
id_data: typing.Any
|
|
3386
|
-
""" """
|
|
3387
3137
|
|
|
3388
3138
|
def append(self, draw_func):
|
|
3389
3139
|
"""Append a draw function to this menu,
|
|
@@ -3468,10 +3218,7 @@ class DATA_PT_gpencil_layer_display(
|
|
|
3468
3218
|
"""
|
|
3469
3219
|
...
|
|
3470
3220
|
|
|
3471
|
-
def is_extended(self):
|
|
3472
|
-
""" """
|
|
3473
|
-
...
|
|
3474
|
-
|
|
3221
|
+
def is_extended(self): ...
|
|
3475
3222
|
def is_property_hidden(self) -> bool:
|
|
3476
3223
|
"""Check if a property is hidden.
|
|
3477
3224
|
|
|
@@ -3612,31 +3359,14 @@ class DATA_PT_gpencil_layer_masks(
|
|
|
3612
3359
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerMasksPanel,
|
|
3613
3360
|
bpy_types._GenericUI,
|
|
3614
3361
|
):
|
|
3615
|
-
""" """
|
|
3616
|
-
|
|
3617
3362
|
bl_context: typing.Any
|
|
3618
|
-
""" """
|
|
3619
|
-
|
|
3620
3363
|
bl_label: typing.Any
|
|
3621
|
-
""" """
|
|
3622
|
-
|
|
3623
3364
|
bl_options: typing.Any
|
|
3624
|
-
""" """
|
|
3625
|
-
|
|
3626
3365
|
bl_parent_id: typing.Any
|
|
3627
|
-
""" """
|
|
3628
|
-
|
|
3629
3366
|
bl_region_type: typing.Any
|
|
3630
|
-
""" """
|
|
3631
|
-
|
|
3632
3367
|
bl_rna: typing.Any
|
|
3633
|
-
""" """
|
|
3634
|
-
|
|
3635
3368
|
bl_space_type: typing.Any
|
|
3636
|
-
""" """
|
|
3637
|
-
|
|
3638
3369
|
id_data: typing.Any
|
|
3639
|
-
""" """
|
|
3640
3370
|
|
|
3641
3371
|
def append(self, draw_func):
|
|
3642
3372
|
"""Append a draw function to this menu,
|
|
@@ -3728,10 +3458,7 @@ class DATA_PT_gpencil_layer_masks(
|
|
|
3728
3458
|
"""
|
|
3729
3459
|
...
|
|
3730
3460
|
|
|
3731
|
-
def is_extended(self):
|
|
3732
|
-
""" """
|
|
3733
|
-
...
|
|
3734
|
-
|
|
3461
|
+
def is_extended(self): ...
|
|
3735
3462
|
def is_property_hidden(self) -> bool:
|
|
3736
3463
|
"""Check if a property is hidden.
|
|
3737
3464
|
|
|
@@ -3872,31 +3599,14 @@ class DATA_PT_gpencil_layer_relations(
|
|
|
3872
3599
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerRelationsPanel,
|
|
3873
3600
|
bpy_types._GenericUI,
|
|
3874
3601
|
):
|
|
3875
|
-
""" """
|
|
3876
|
-
|
|
3877
3602
|
bl_context: typing.Any
|
|
3878
|
-
""" """
|
|
3879
|
-
|
|
3880
3603
|
bl_label: typing.Any
|
|
3881
|
-
""" """
|
|
3882
|
-
|
|
3883
3604
|
bl_options: typing.Any
|
|
3884
|
-
""" """
|
|
3885
|
-
|
|
3886
3605
|
bl_parent_id: typing.Any
|
|
3887
|
-
""" """
|
|
3888
|
-
|
|
3889
3606
|
bl_region_type: typing.Any
|
|
3890
|
-
""" """
|
|
3891
|
-
|
|
3892
3607
|
bl_rna: typing.Any
|
|
3893
|
-
""" """
|
|
3894
|
-
|
|
3895
3608
|
bl_space_type: typing.Any
|
|
3896
|
-
""" """
|
|
3897
|
-
|
|
3898
3609
|
id_data: typing.Any
|
|
3899
|
-
""" """
|
|
3900
3610
|
|
|
3901
3611
|
def append(self, draw_func):
|
|
3902
3612
|
"""Append a draw function to this menu,
|
|
@@ -3981,10 +3691,7 @@ class DATA_PT_gpencil_layer_relations(
|
|
|
3981
3691
|
"""
|
|
3982
3692
|
...
|
|
3983
3693
|
|
|
3984
|
-
def is_extended(self):
|
|
3985
|
-
""" """
|
|
3986
|
-
...
|
|
3987
|
-
|
|
3694
|
+
def is_extended(self): ...
|
|
3988
3695
|
def is_property_hidden(self) -> bool:
|
|
3989
3696
|
"""Check if a property is hidden.
|
|
3990
3697
|
|
|
@@ -4125,31 +3832,14 @@ class DATA_PT_gpencil_layer_transform(
|
|
|
4125
3832
|
bl_ui.properties_grease_pencil_common.GreasePencilLayerTransformPanel,
|
|
4126
3833
|
bpy_types._GenericUI,
|
|
4127
3834
|
):
|
|
4128
|
-
""" """
|
|
4129
|
-
|
|
4130
3835
|
bl_context: typing.Any
|
|
4131
|
-
""" """
|
|
4132
|
-
|
|
4133
3836
|
bl_label: typing.Any
|
|
4134
|
-
""" """
|
|
4135
|
-
|
|
4136
3837
|
bl_options: typing.Any
|
|
4137
|
-
""" """
|
|
4138
|
-
|
|
4139
3838
|
bl_parent_id: typing.Any
|
|
4140
|
-
""" """
|
|
4141
|
-
|
|
4142
3839
|
bl_region_type: typing.Any
|
|
4143
|
-
""" """
|
|
4144
|
-
|
|
4145
3840
|
bl_rna: typing.Any
|
|
4146
|
-
""" """
|
|
4147
|
-
|
|
4148
3841
|
bl_space_type: typing.Any
|
|
4149
|
-
""" """
|
|
4150
|
-
|
|
4151
3842
|
id_data: typing.Any
|
|
4152
|
-
""" """
|
|
4153
3843
|
|
|
4154
3844
|
def append(self, draw_func):
|
|
4155
3845
|
"""Append a draw function to this menu,
|
|
@@ -4234,10 +3924,7 @@ class DATA_PT_gpencil_layer_transform(
|
|
|
4234
3924
|
"""
|
|
4235
3925
|
...
|
|
4236
3926
|
|
|
4237
|
-
def is_extended(self):
|
|
4238
|
-
""" """
|
|
4239
|
-
...
|
|
4240
|
-
|
|
3927
|
+
def is_extended(self): ...
|
|
4241
3928
|
def is_property_hidden(self) -> bool:
|
|
4242
3929
|
"""Check if a property is hidden.
|
|
4243
3930
|
|
|
@@ -4375,28 +4062,13 @@ class DATA_PT_gpencil_layer_transform(
|
|
|
4375
4062
|
class DATA_PT_gpencil_vertex_groups(
|
|
4376
4063
|
bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
|
|
4377
4064
|
):
|
|
4378
|
-
""" """
|
|
4379
|
-
|
|
4380
4065
|
bl_context: typing.Any
|
|
4381
|
-
""" """
|
|
4382
|
-
|
|
4383
4066
|
bl_label: typing.Any
|
|
4384
|
-
""" """
|
|
4385
|
-
|
|
4386
4067
|
bl_options: typing.Any
|
|
4387
|
-
""" """
|
|
4388
|
-
|
|
4389
4068
|
bl_region_type: typing.Any
|
|
4390
|
-
""" """
|
|
4391
|
-
|
|
4392
4069
|
bl_rna: typing.Any
|
|
4393
|
-
""" """
|
|
4394
|
-
|
|
4395
4070
|
bl_space_type: typing.Any
|
|
4396
|
-
""" """
|
|
4397
|
-
|
|
4398
4071
|
id_data: typing.Any
|
|
4399
|
-
""" """
|
|
4400
4072
|
|
|
4401
4073
|
def append(self, draw_func):
|
|
4402
4074
|
"""Append a draw function to this menu,
|
|
@@ -4481,10 +4153,7 @@ class DATA_PT_gpencil_vertex_groups(
|
|
|
4481
4153
|
"""
|
|
4482
4154
|
...
|
|
4483
4155
|
|
|
4484
|
-
def is_extended(self):
|
|
4485
|
-
""" """
|
|
4486
|
-
...
|
|
4487
|
-
|
|
4156
|
+
def is_extended(self): ...
|
|
4488
4157
|
def is_property_hidden(self) -> bool:
|
|
4489
4158
|
"""Check if a property is hidden.
|
|
4490
4159
|
|