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 ARMATURE_MT_collection_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
10
|
-
""" """
|
|
11
|
-
|
|
12
10
|
bl_label: typing.Any
|
|
13
|
-
""" """
|
|
14
|
-
|
|
15
11
|
bl_rna: typing.Any
|
|
16
|
-
""" """
|
|
17
|
-
|
|
18
12
|
id_data: typing.Any
|
|
19
|
-
""" """
|
|
20
13
|
|
|
21
14
|
def append(self, draw_func):
|
|
22
15
|
"""Append a draw function to this menu,
|
|
@@ -121,10 +114,7 @@ class ARMATURE_MT_collection_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
121
114
|
"""
|
|
122
115
|
...
|
|
123
116
|
|
|
124
|
-
def is_extended(self):
|
|
125
|
-
""" """
|
|
126
|
-
...
|
|
127
|
-
|
|
117
|
+
def is_extended(self): ...
|
|
128
118
|
def is_property_hidden(self) -> bool:
|
|
129
119
|
"""Check if a property is hidden.
|
|
130
120
|
|
|
@@ -287,16 +277,9 @@ class ARMATURE_MT_collection_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
287
277
|
...
|
|
288
278
|
|
|
289
279
|
class ARMATURE_MT_collection_tree_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
290
|
-
""" """
|
|
291
|
-
|
|
292
280
|
bl_label: typing.Any
|
|
293
|
-
""" """
|
|
294
|
-
|
|
295
281
|
bl_rna: typing.Any
|
|
296
|
-
""" """
|
|
297
|
-
|
|
298
282
|
id_data: typing.Any
|
|
299
|
-
""" """
|
|
300
283
|
|
|
301
284
|
def append(self, draw_func):
|
|
302
285
|
"""Append a draw function to this menu,
|
|
@@ -401,10 +384,7 @@ class ARMATURE_MT_collection_tree_context_menu(bpy_types.Menu, bpy_types._Generi
|
|
|
401
384
|
"""
|
|
402
385
|
...
|
|
403
386
|
|
|
404
|
-
def is_extended(self):
|
|
405
|
-
""" """
|
|
406
|
-
...
|
|
407
|
-
|
|
387
|
+
def is_extended(self): ...
|
|
408
388
|
def is_property_hidden(self) -> bool:
|
|
409
389
|
"""Check if a property is hidden.
|
|
410
390
|
|
|
@@ -567,16 +547,9 @@ class ARMATURE_MT_collection_tree_context_menu(bpy_types.Menu, bpy_types._Generi
|
|
|
567
547
|
...
|
|
568
548
|
|
|
569
549
|
class ArmatureButtonsPanel:
|
|
570
|
-
""" """
|
|
571
|
-
|
|
572
550
|
bl_context: typing.Any
|
|
573
|
-
""" """
|
|
574
|
-
|
|
575
551
|
bl_region_type: typing.Any
|
|
576
|
-
""" """
|
|
577
|
-
|
|
578
552
|
bl_space_type: typing.Any
|
|
579
|
-
""" """
|
|
580
553
|
|
|
581
554
|
def poll(self, context):
|
|
582
555
|
"""
|
|
@@ -590,28 +563,13 @@ class DATA_PT_motion_paths(
|
|
|
590
563
|
bl_ui.properties_animviz.MotionPathButtonsPanel,
|
|
591
564
|
bpy_types._GenericUI,
|
|
592
565
|
):
|
|
593
|
-
""" """
|
|
594
|
-
|
|
595
566
|
bl_context: typing.Any
|
|
596
|
-
""" """
|
|
597
|
-
|
|
598
567
|
bl_label: typing.Any
|
|
599
|
-
""" """
|
|
600
|
-
|
|
601
568
|
bl_options: typing.Any
|
|
602
|
-
""" """
|
|
603
|
-
|
|
604
569
|
bl_region_type: typing.Any
|
|
605
|
-
""" """
|
|
606
|
-
|
|
607
570
|
bl_rna: typing.Any
|
|
608
|
-
""" """
|
|
609
|
-
|
|
610
571
|
bl_space_type: typing.Any
|
|
611
|
-
""" """
|
|
612
|
-
|
|
613
572
|
id_data: typing.Any
|
|
614
|
-
""" """
|
|
615
573
|
|
|
616
574
|
def append(self, draw_func):
|
|
617
575
|
"""Append a draw function to this menu,
|
|
@@ -706,10 +664,7 @@ class DATA_PT_motion_paths(
|
|
|
706
664
|
"""
|
|
707
665
|
...
|
|
708
666
|
|
|
709
|
-
def is_extended(self):
|
|
710
|
-
""" """
|
|
711
|
-
...
|
|
712
|
-
|
|
667
|
+
def is_extended(self): ...
|
|
713
668
|
def is_property_hidden(self) -> bool:
|
|
714
669
|
"""Check if a property is hidden.
|
|
715
670
|
|
|
@@ -849,31 +804,14 @@ class DATA_PT_motion_paths_display(
|
|
|
849
804
|
bl_ui.properties_animviz.MotionPathButtonsPanel_display,
|
|
850
805
|
bpy_types._GenericUI,
|
|
851
806
|
):
|
|
852
|
-
""" """
|
|
853
|
-
|
|
854
807
|
bl_context: typing.Any
|
|
855
|
-
""" """
|
|
856
|
-
|
|
857
808
|
bl_label: typing.Any
|
|
858
|
-
""" """
|
|
859
|
-
|
|
860
809
|
bl_options: typing.Any
|
|
861
|
-
""" """
|
|
862
|
-
|
|
863
810
|
bl_parent_id: typing.Any
|
|
864
|
-
""" """
|
|
865
|
-
|
|
866
811
|
bl_region_type: typing.Any
|
|
867
|
-
""" """
|
|
868
|
-
|
|
869
812
|
bl_rna: typing.Any
|
|
870
|
-
""" """
|
|
871
|
-
|
|
872
813
|
bl_space_type: typing.Any
|
|
873
|
-
""" """
|
|
874
|
-
|
|
875
814
|
id_data: typing.Any
|
|
876
|
-
""" """
|
|
877
815
|
|
|
878
816
|
def append(self, draw_func):
|
|
879
817
|
"""Append a draw function to this menu,
|
|
@@ -968,10 +906,7 @@ class DATA_PT_motion_paths_display(
|
|
|
968
906
|
"""
|
|
969
907
|
...
|
|
970
908
|
|
|
971
|
-
def is_extended(self):
|
|
972
|
-
""" """
|
|
973
|
-
...
|
|
974
|
-
|
|
909
|
+
def is_extended(self): ...
|
|
975
910
|
def is_property_hidden(self) -> bool:
|
|
976
911
|
"""Check if a property is hidden.
|
|
977
912
|
|
|
@@ -1107,13 +1042,8 @@ class DATA_PT_motion_paths_display(
|
|
|
1107
1042
|
...
|
|
1108
1043
|
|
|
1109
1044
|
class DATA_UL_bone_collections(bpy_types.UIList, bpy_types._GenericUI):
|
|
1110
|
-
""" """
|
|
1111
|
-
|
|
1112
1045
|
bl_rna: typing.Any
|
|
1113
|
-
""" """
|
|
1114
|
-
|
|
1115
1046
|
id_data: typing.Any
|
|
1116
|
-
""" """
|
|
1117
1047
|
|
|
1118
1048
|
def append(self, draw_func):
|
|
1119
1049
|
"""Append a draw function to this menu,
|
|
@@ -1215,10 +1145,7 @@ class DATA_UL_bone_collections(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
1215
1145
|
"""
|
|
1216
1146
|
...
|
|
1217
1147
|
|
|
1218
|
-
def is_extended(self):
|
|
1219
|
-
""" """
|
|
1220
|
-
...
|
|
1221
|
-
|
|
1148
|
+
def is_extended(self): ...
|
|
1222
1149
|
def is_property_hidden(self) -> bool:
|
|
1223
1150
|
"""Check if a property is hidden.
|
|
1224
1151
|
|
|
@@ -1349,25 +1276,12 @@ class DATA_UL_bone_collections(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
1349
1276
|
class DATA_PT_bone_collections(
|
|
1350
1277
|
bpy_types.Panel, ArmatureButtonsPanel, bpy_types._GenericUI
|
|
1351
1278
|
):
|
|
1352
|
-
""" """
|
|
1353
|
-
|
|
1354
1279
|
bl_context: typing.Any
|
|
1355
|
-
""" """
|
|
1356
|
-
|
|
1357
1280
|
bl_label: typing.Any
|
|
1358
|
-
""" """
|
|
1359
|
-
|
|
1360
1281
|
bl_region_type: typing.Any
|
|
1361
|
-
""" """
|
|
1362
|
-
|
|
1363
1282
|
bl_rna: typing.Any
|
|
1364
|
-
""" """
|
|
1365
|
-
|
|
1366
1283
|
bl_space_type: typing.Any
|
|
1367
|
-
""" """
|
|
1368
|
-
|
|
1369
1284
|
id_data: typing.Any
|
|
1370
|
-
""" """
|
|
1371
1285
|
|
|
1372
1286
|
def append(self, draw_func):
|
|
1373
1287
|
"""Append a draw function to this menu,
|
|
@@ -1452,10 +1366,7 @@ class DATA_PT_bone_collections(
|
|
|
1452
1366
|
"""
|
|
1453
1367
|
...
|
|
1454
1368
|
|
|
1455
|
-
def is_extended(self):
|
|
1456
|
-
""" """
|
|
1457
|
-
...
|
|
1458
|
-
|
|
1369
|
+
def is_extended(self): ...
|
|
1459
1370
|
def is_property_hidden(self) -> bool:
|
|
1460
1371
|
"""Check if a property is hidden.
|
|
1461
1372
|
|
|
@@ -1591,28 +1502,13 @@ class DATA_PT_bone_collections(
|
|
|
1591
1502
|
...
|
|
1592
1503
|
|
|
1593
1504
|
class DATA_PT_context_arm(bpy_types.Panel, ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
1594
|
-
""" """
|
|
1595
|
-
|
|
1596
1505
|
bl_context: typing.Any
|
|
1597
|
-
""" """
|
|
1598
|
-
|
|
1599
1506
|
bl_label: typing.Any
|
|
1600
|
-
""" """
|
|
1601
|
-
|
|
1602
1507
|
bl_options: typing.Any
|
|
1603
|
-
""" """
|
|
1604
|
-
|
|
1605
1508
|
bl_region_type: typing.Any
|
|
1606
|
-
""" """
|
|
1607
|
-
|
|
1608
1509
|
bl_rna: typing.Any
|
|
1609
|
-
""" """
|
|
1610
|
-
|
|
1611
1510
|
bl_space_type: typing.Any
|
|
1612
|
-
""" """
|
|
1613
|
-
|
|
1614
1511
|
id_data: typing.Any
|
|
1615
|
-
""" """
|
|
1616
1512
|
|
|
1617
1513
|
def append(self, draw_func):
|
|
1618
1514
|
"""Append a draw function to this menu,
|
|
@@ -1697,10 +1593,7 @@ class DATA_PT_context_arm(bpy_types.Panel, ArmatureButtonsPanel, bpy_types._Gene
|
|
|
1697
1593
|
"""
|
|
1698
1594
|
...
|
|
1699
1595
|
|
|
1700
|
-
def is_extended(self):
|
|
1701
|
-
""" """
|
|
1702
|
-
...
|
|
1703
|
-
|
|
1596
|
+
def is_extended(self): ...
|
|
1704
1597
|
def is_property_hidden(self) -> bool:
|
|
1705
1598
|
"""Check if a property is hidden.
|
|
1706
1599
|
|
|
@@ -1846,31 +1739,14 @@ class DATA_PT_custom_props_arm(
|
|
|
1846
1739
|
"""
|
|
1847
1740
|
|
|
1848
1741
|
COMPAT_ENGINES: typing.Any
|
|
1849
|
-
""" """
|
|
1850
|
-
|
|
1851
1742
|
bl_context: typing.Any
|
|
1852
|
-
""" """
|
|
1853
|
-
|
|
1854
1743
|
bl_label: typing.Any
|
|
1855
|
-
""" """
|
|
1856
|
-
|
|
1857
1744
|
bl_options: typing.Any
|
|
1858
|
-
""" """
|
|
1859
|
-
|
|
1860
1745
|
bl_order: typing.Any
|
|
1861
|
-
""" """
|
|
1862
|
-
|
|
1863
1746
|
bl_region_type: typing.Any
|
|
1864
|
-
""" """
|
|
1865
|
-
|
|
1866
1747
|
bl_rna: typing.Any
|
|
1867
|
-
""" """
|
|
1868
|
-
|
|
1869
1748
|
bl_space_type: typing.Any
|
|
1870
|
-
""" """
|
|
1871
|
-
|
|
1872
1749
|
id_data: typing.Any
|
|
1873
|
-
""" """
|
|
1874
1750
|
|
|
1875
1751
|
def append(self, draw_func):
|
|
1876
1752
|
"""Append a draw function to this menu,
|
|
@@ -1955,10 +1831,7 @@ class DATA_PT_custom_props_arm(
|
|
|
1955
1831
|
"""
|
|
1956
1832
|
...
|
|
1957
1833
|
|
|
1958
|
-
def is_extended(self):
|
|
1959
|
-
""" """
|
|
1960
|
-
...
|
|
1961
|
-
|
|
1834
|
+
def is_extended(self): ...
|
|
1962
1835
|
def is_property_hidden(self) -> bool:
|
|
1963
1836
|
"""Check if a property is hidden.
|
|
1964
1837
|
|
|
@@ -2104,34 +1977,15 @@ class DATA_PT_custom_props_bcoll(
|
|
|
2104
1977
|
"""
|
|
2105
1978
|
|
|
2106
1979
|
COMPAT_ENGINES: typing.Any
|
|
2107
|
-
""" """
|
|
2108
|
-
|
|
2109
1980
|
bl_context: typing.Any
|
|
2110
|
-
""" """
|
|
2111
|
-
|
|
2112
1981
|
bl_label: typing.Any
|
|
2113
|
-
""" """
|
|
2114
|
-
|
|
2115
1982
|
bl_options: typing.Any
|
|
2116
|
-
""" """
|
|
2117
|
-
|
|
2118
1983
|
bl_order: typing.Any
|
|
2119
|
-
""" """
|
|
2120
|
-
|
|
2121
1984
|
bl_parent_id: typing.Any
|
|
2122
|
-
""" """
|
|
2123
|
-
|
|
2124
1985
|
bl_region_type: typing.Any
|
|
2125
|
-
""" """
|
|
2126
|
-
|
|
2127
1986
|
bl_rna: typing.Any
|
|
2128
|
-
""" """
|
|
2129
|
-
|
|
2130
1987
|
bl_space_type: typing.Any
|
|
2131
|
-
""" """
|
|
2132
|
-
|
|
2133
1988
|
id_data: typing.Any
|
|
2134
|
-
""" """
|
|
2135
1989
|
|
|
2136
1990
|
def append(self, draw_func):
|
|
2137
1991
|
"""Append a draw function to this menu,
|
|
@@ -2216,10 +2070,7 @@ class DATA_PT_custom_props_bcoll(
|
|
|
2216
2070
|
"""
|
|
2217
2071
|
...
|
|
2218
2072
|
|
|
2219
|
-
def is_extended(self):
|
|
2220
|
-
""" """
|
|
2221
|
-
...
|
|
2222
|
-
|
|
2073
|
+
def is_extended(self): ...
|
|
2223
2074
|
def is_property_hidden(self) -> bool:
|
|
2224
2075
|
"""Check if a property is hidden.
|
|
2225
2076
|
|
|
@@ -2355,28 +2206,13 @@ class DATA_PT_custom_props_bcoll(
|
|
|
2355
2206
|
...
|
|
2356
2207
|
|
|
2357
2208
|
class DATA_PT_display(bpy_types.Panel, ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
2358
|
-
""" """
|
|
2359
|
-
|
|
2360
2209
|
bl_context: typing.Any
|
|
2361
|
-
""" """
|
|
2362
|
-
|
|
2363
2210
|
bl_label: typing.Any
|
|
2364
|
-
""" """
|
|
2365
|
-
|
|
2366
2211
|
bl_options: typing.Any
|
|
2367
|
-
""" """
|
|
2368
|
-
|
|
2369
2212
|
bl_region_type: typing.Any
|
|
2370
|
-
""" """
|
|
2371
|
-
|
|
2372
2213
|
bl_rna: typing.Any
|
|
2373
|
-
""" """
|
|
2374
|
-
|
|
2375
2214
|
bl_space_type: typing.Any
|
|
2376
|
-
""" """
|
|
2377
|
-
|
|
2378
2215
|
id_data: typing.Any
|
|
2379
|
-
""" """
|
|
2380
2216
|
|
|
2381
2217
|
def append(self, draw_func):
|
|
2382
2218
|
"""Append a draw function to this menu,
|
|
@@ -2461,10 +2297,7 @@ class DATA_PT_display(bpy_types.Panel, ArmatureButtonsPanel, bpy_types._GenericU
|
|
|
2461
2297
|
"""
|
|
2462
2298
|
...
|
|
2463
2299
|
|
|
2464
|
-
def is_extended(self):
|
|
2465
|
-
""" """
|
|
2466
|
-
...
|
|
2467
|
-
|
|
2300
|
+
def is_extended(self): ...
|
|
2468
2301
|
def is_property_hidden(self) -> bool:
|
|
2469
2302
|
"""Check if a property is hidden.
|
|
2470
2303
|
|
|
@@ -2602,28 +2435,13 @@ class DATA_PT_display(bpy_types.Panel, ArmatureButtonsPanel, bpy_types._GenericU
|
|
|
2602
2435
|
class DATA_PT_iksolver_itasc(
|
|
2603
2436
|
bpy_types.Panel, ArmatureButtonsPanel, bpy_types._GenericUI
|
|
2604
2437
|
):
|
|
2605
|
-
""" """
|
|
2606
|
-
|
|
2607
2438
|
bl_context: typing.Any
|
|
2608
|
-
""" """
|
|
2609
|
-
|
|
2610
2439
|
bl_label: typing.Any
|
|
2611
|
-
""" """
|
|
2612
|
-
|
|
2613
2440
|
bl_options: typing.Any
|
|
2614
|
-
""" """
|
|
2615
|
-
|
|
2616
2441
|
bl_region_type: typing.Any
|
|
2617
|
-
""" """
|
|
2618
|
-
|
|
2619
2442
|
bl_rna: typing.Any
|
|
2620
|
-
""" """
|
|
2621
|
-
|
|
2622
2443
|
bl_space_type: typing.Any
|
|
2623
|
-
""" """
|
|
2624
|
-
|
|
2625
2444
|
id_data: typing.Any
|
|
2626
|
-
""" """
|
|
2627
2445
|
|
|
2628
2446
|
def append(self, draw_func):
|
|
2629
2447
|
"""Append a draw function to this menu,
|
|
@@ -2708,10 +2526,7 @@ class DATA_PT_iksolver_itasc(
|
|
|
2708
2526
|
"""
|
|
2709
2527
|
...
|
|
2710
2528
|
|
|
2711
|
-
def is_extended(self):
|
|
2712
|
-
""" """
|
|
2713
|
-
...
|
|
2714
|
-
|
|
2529
|
+
def is_extended(self): ...
|
|
2715
2530
|
def is_property_hidden(self) -> bool:
|
|
2716
2531
|
"""Check if a property is hidden.
|
|
2717
2532
|
|
|
@@ -2847,25 +2662,12 @@ class DATA_PT_iksolver_itasc(
|
|
|
2847
2662
|
...
|
|
2848
2663
|
|
|
2849
2664
|
class DATA_PT_pose(bpy_types.Panel, ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
2850
|
-
""" """
|
|
2851
|
-
|
|
2852
2665
|
bl_context: typing.Any
|
|
2853
|
-
""" """
|
|
2854
|
-
|
|
2855
2666
|
bl_label: typing.Any
|
|
2856
|
-
""" """
|
|
2857
|
-
|
|
2858
2667
|
bl_region_type: typing.Any
|
|
2859
|
-
""" """
|
|
2860
|
-
|
|
2861
2668
|
bl_rna: typing.Any
|
|
2862
|
-
""" """
|
|
2863
|
-
|
|
2864
2669
|
bl_space_type: typing.Any
|
|
2865
|
-
""" """
|
|
2866
|
-
|
|
2867
2670
|
id_data: typing.Any
|
|
2868
|
-
""" """
|
|
2869
2671
|
|
|
2870
2672
|
def append(self, draw_func):
|
|
2871
2673
|
"""Append a draw function to this menu,
|
|
@@ -2950,10 +2752,7 @@ class DATA_PT_pose(bpy_types.Panel, ArmatureButtonsPanel, bpy_types._GenericUI):
|
|
|
2950
2752
|
"""
|
|
2951
2753
|
...
|
|
2952
2754
|
|
|
2953
|
-
def is_extended(self):
|
|
2954
|
-
""" """
|
|
2955
|
-
...
|
|
2956
|
-
|
|
2755
|
+
def is_extended(self): ...
|
|
2957
2756
|
def is_property_hidden(self) -> bool:
|
|
2958
2757
|
"""Check if a property is hidden.
|
|
2959
2758
|
|