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
bl_ui/space_time/__init__.pyi
CHANGED
|
@@ -5,8 +5,6 @@ import bpy_types
|
|
|
5
5
|
GenericType = typing.TypeVar("GenericType")
|
|
6
6
|
|
|
7
7
|
class TIME_HT_editor_buttons:
|
|
8
|
-
""" """
|
|
9
|
-
|
|
10
8
|
def draw_header(self, context, layout):
|
|
11
9
|
"""
|
|
12
10
|
|
|
@@ -16,16 +14,9 @@ class TIME_HT_editor_buttons:
|
|
|
16
14
|
...
|
|
17
15
|
|
|
18
16
|
class TIME_MT_cache(bpy_types.Menu, bpy_types._GenericUI):
|
|
19
|
-
""" """
|
|
20
|
-
|
|
21
17
|
bl_label: typing.Any
|
|
22
|
-
""" """
|
|
23
|
-
|
|
24
18
|
bl_rna: typing.Any
|
|
25
|
-
""" """
|
|
26
|
-
|
|
27
19
|
id_data: typing.Any
|
|
28
|
-
""" """
|
|
29
20
|
|
|
30
21
|
def append(self, draw_func):
|
|
31
22
|
"""Append a draw function to this menu,
|
|
@@ -130,10 +121,7 @@ class TIME_MT_cache(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
130
121
|
"""
|
|
131
122
|
...
|
|
132
123
|
|
|
133
|
-
def is_extended(self):
|
|
134
|
-
""" """
|
|
135
|
-
...
|
|
136
|
-
|
|
124
|
+
def is_extended(self): ...
|
|
137
125
|
def is_property_hidden(self) -> bool:
|
|
138
126
|
"""Check if a property is hidden.
|
|
139
127
|
|
|
@@ -296,19 +284,10 @@ class TIME_MT_cache(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
296
284
|
...
|
|
297
285
|
|
|
298
286
|
class TIME_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
299
|
-
""" """
|
|
300
|
-
|
|
301
287
|
bl_idname: typing.Any
|
|
302
|
-
""" """
|
|
303
|
-
|
|
304
288
|
bl_label: typing.Any
|
|
305
|
-
""" """
|
|
306
|
-
|
|
307
289
|
bl_rna: typing.Any
|
|
308
|
-
""" """
|
|
309
|
-
|
|
310
290
|
id_data: typing.Any
|
|
311
|
-
""" """
|
|
312
291
|
|
|
313
292
|
def append(self, draw_func):
|
|
314
293
|
"""Append a draw function to this menu,
|
|
@@ -413,10 +392,7 @@ class TIME_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
413
392
|
"""
|
|
414
393
|
...
|
|
415
394
|
|
|
416
|
-
def is_extended(self):
|
|
417
|
-
""" """
|
|
418
|
-
...
|
|
419
|
-
|
|
395
|
+
def is_extended(self): ...
|
|
420
396
|
def is_property_hidden(self) -> bool:
|
|
421
397
|
"""Check if a property is hidden.
|
|
422
398
|
|
|
@@ -579,16 +555,9 @@ class TIME_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
579
555
|
...
|
|
580
556
|
|
|
581
557
|
class TIME_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
582
|
-
""" """
|
|
583
|
-
|
|
584
558
|
bl_label: typing.Any
|
|
585
|
-
""" """
|
|
586
|
-
|
|
587
559
|
bl_rna: typing.Any
|
|
588
|
-
""" """
|
|
589
|
-
|
|
590
560
|
id_data: typing.Any
|
|
591
|
-
""" """
|
|
592
561
|
|
|
593
562
|
def append(self, draw_func):
|
|
594
563
|
"""Append a draw function to this menu,
|
|
@@ -693,10 +662,7 @@ class TIME_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
693
662
|
"""
|
|
694
663
|
...
|
|
695
664
|
|
|
696
|
-
def is_extended(self):
|
|
697
|
-
""" """
|
|
698
|
-
...
|
|
699
|
-
|
|
665
|
+
def is_extended(self): ...
|
|
700
666
|
def is_property_hidden(self) -> bool:
|
|
701
667
|
"""Check if a property is hidden.
|
|
702
668
|
|
|
@@ -859,16 +825,9 @@ class TIME_MT_marker(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
859
825
|
...
|
|
860
826
|
|
|
861
827
|
class TIME_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
862
|
-
""" """
|
|
863
|
-
|
|
864
828
|
bl_label: typing.Any
|
|
865
|
-
""" """
|
|
866
|
-
|
|
867
829
|
bl_rna: typing.Any
|
|
868
|
-
""" """
|
|
869
|
-
|
|
870
830
|
id_data: typing.Any
|
|
871
|
-
""" """
|
|
872
831
|
|
|
873
832
|
def append(self, draw_func):
|
|
874
833
|
"""Append a draw function to this menu,
|
|
@@ -973,10 +932,7 @@ class TIME_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
973
932
|
"""
|
|
974
933
|
...
|
|
975
934
|
|
|
976
|
-
def is_extended(self):
|
|
977
|
-
""" """
|
|
978
|
-
...
|
|
979
|
-
|
|
935
|
+
def is_extended(self): ...
|
|
980
936
|
def is_property_hidden(self) -> bool:
|
|
981
937
|
"""Check if a property is hidden.
|
|
982
938
|
|
|
@@ -1139,13 +1095,8 @@ class TIME_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1139
1095
|
...
|
|
1140
1096
|
|
|
1141
1097
|
class TimelinePanelButtons:
|
|
1142
|
-
""" """
|
|
1143
|
-
|
|
1144
1098
|
bl_region_type: typing.Any
|
|
1145
|
-
""" """
|
|
1146
|
-
|
|
1147
1099
|
bl_space_type: typing.Any
|
|
1148
|
-
""" """
|
|
1149
1100
|
|
|
1150
1101
|
def has_timeline(self, context):
|
|
1151
1102
|
"""
|
|
@@ -1157,28 +1108,13 @@ class TimelinePanelButtons:
|
|
|
1157
1108
|
class TIME_PT_auto_keyframing(
|
|
1158
1109
|
bpy_types.Panel, TimelinePanelButtons, bpy_types._GenericUI
|
|
1159
1110
|
):
|
|
1160
|
-
""" """
|
|
1161
|
-
|
|
1162
1111
|
bl_label: typing.Any
|
|
1163
|
-
""" """
|
|
1164
|
-
|
|
1165
1112
|
bl_options: typing.Any
|
|
1166
|
-
""" """
|
|
1167
|
-
|
|
1168
1113
|
bl_region_type: typing.Any
|
|
1169
|
-
""" """
|
|
1170
|
-
|
|
1171
1114
|
bl_rna: typing.Any
|
|
1172
|
-
""" """
|
|
1173
|
-
|
|
1174
1115
|
bl_space_type: typing.Any
|
|
1175
|
-
""" """
|
|
1176
|
-
|
|
1177
1116
|
bl_ui_units_x: typing.Any
|
|
1178
|
-
""" """
|
|
1179
|
-
|
|
1180
1117
|
id_data: typing.Any
|
|
1181
|
-
""" """
|
|
1182
1118
|
|
|
1183
1119
|
def append(self, draw_func):
|
|
1184
1120
|
"""Append a draw function to this menu,
|
|
@@ -1270,10 +1206,7 @@ class TIME_PT_auto_keyframing(
|
|
|
1270
1206
|
"""
|
|
1271
1207
|
...
|
|
1272
1208
|
|
|
1273
|
-
def is_extended(self):
|
|
1274
|
-
""" """
|
|
1275
|
-
...
|
|
1276
|
-
|
|
1209
|
+
def is_extended(self): ...
|
|
1277
1210
|
def is_property_hidden(self) -> bool:
|
|
1278
1211
|
"""Check if a property is hidden.
|
|
1279
1212
|
|
|
@@ -1411,25 +1344,12 @@ class TIME_PT_auto_keyframing(
|
|
|
1411
1344
|
class TIME_PT_keyframing_settings(
|
|
1412
1345
|
bpy_types.Panel, TimelinePanelButtons, bpy_types._GenericUI
|
|
1413
1346
|
):
|
|
1414
|
-
""" """
|
|
1415
|
-
|
|
1416
1347
|
bl_label: typing.Any
|
|
1417
|
-
""" """
|
|
1418
|
-
|
|
1419
1348
|
bl_options: typing.Any
|
|
1420
|
-
""" """
|
|
1421
|
-
|
|
1422
1349
|
bl_region_type: typing.Any
|
|
1423
|
-
""" """
|
|
1424
|
-
|
|
1425
1350
|
bl_rna: typing.Any
|
|
1426
|
-
""" """
|
|
1427
|
-
|
|
1428
1351
|
bl_space_type: typing.Any
|
|
1429
|
-
""" """
|
|
1430
|
-
|
|
1431
1352
|
id_data: typing.Any
|
|
1432
|
-
""" """
|
|
1433
1353
|
|
|
1434
1354
|
def append(self, draw_func):
|
|
1435
1355
|
"""Append a draw function to this menu,
|
|
@@ -1521,10 +1441,7 @@ class TIME_PT_keyframing_settings(
|
|
|
1521
1441
|
"""
|
|
1522
1442
|
...
|
|
1523
1443
|
|
|
1524
|
-
def is_extended(self):
|
|
1525
|
-
""" """
|
|
1526
|
-
...
|
|
1527
|
-
|
|
1444
|
+
def is_extended(self): ...
|
|
1528
1445
|
def is_property_hidden(self) -> bool:
|
|
1529
1446
|
"""Check if a property is hidden.
|
|
1530
1447
|
|
|
@@ -1660,25 +1577,12 @@ class TIME_PT_keyframing_settings(
|
|
|
1660
1577
|
...
|
|
1661
1578
|
|
|
1662
1579
|
class TIME_PT_playback(bpy_types.Panel, TimelinePanelButtons, bpy_types._GenericUI):
|
|
1663
|
-
""" """
|
|
1664
|
-
|
|
1665
1580
|
bl_label: typing.Any
|
|
1666
|
-
""" """
|
|
1667
|
-
|
|
1668
1581
|
bl_region_type: typing.Any
|
|
1669
|
-
""" """
|
|
1670
|
-
|
|
1671
1582
|
bl_rna: typing.Any
|
|
1672
|
-
""" """
|
|
1673
|
-
|
|
1674
1583
|
bl_space_type: typing.Any
|
|
1675
|
-
""" """
|
|
1676
|
-
|
|
1677
1584
|
bl_ui_units_x: typing.Any
|
|
1678
|
-
""" """
|
|
1679
|
-
|
|
1680
1585
|
id_data: typing.Any
|
|
1681
|
-
""" """
|
|
1682
1586
|
|
|
1683
1587
|
def append(self, draw_func):
|
|
1684
1588
|
"""Append a draw function to this menu,
|
|
@@ -1770,10 +1674,7 @@ class TIME_PT_playback(bpy_types.Panel, TimelinePanelButtons, bpy_types._Generic
|
|
|
1770
1674
|
"""
|
|
1771
1675
|
...
|
|
1772
1676
|
|
|
1773
|
-
def is_extended(self):
|
|
1774
|
-
""" """
|
|
1775
|
-
...
|
|
1776
|
-
|
|
1677
|
+
def is_extended(self): ...
|
|
1777
1678
|
def is_property_hidden(self) -> bool:
|
|
1778
1679
|
"""Check if a property is hidden.
|
|
1779
1680
|
|
|
@@ -1901,7 +1802,4 @@ class TIME_PT_playback(bpy_types.Panel, TimelinePanelButtons, bpy_types._Generic
|
|
|
1901
1802
|
"""
|
|
1902
1803
|
...
|
|
1903
1804
|
|
|
1904
|
-
def marker_menu_generic(layout, context):
|
|
1905
|
-
""" """
|
|
1906
|
-
|
|
1907
|
-
...
|
|
1805
|
+
def marker_menu_generic(layout, context): ...
|
|
@@ -4,10 +4,7 @@ import bpy_types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
class ToolActivePanelHelper:
|
|
7
|
-
""" """
|
|
8
|
-
|
|
9
7
|
bl_label: typing.Any
|
|
10
|
-
""" """
|
|
11
8
|
|
|
12
9
|
def draw(self, context):
|
|
13
10
|
"""
|
|
@@ -17,46 +14,19 @@ class ToolActivePanelHelper:
|
|
|
17
14
|
...
|
|
18
15
|
|
|
19
16
|
class ToolDef:
|
|
20
|
-
""" """
|
|
21
|
-
|
|
22
17
|
cursor: typing.Any
|
|
23
|
-
""" """
|
|
24
|
-
|
|
25
18
|
data_block: typing.Any
|
|
26
|
-
""" """
|
|
27
|
-
|
|
28
19
|
description: typing.Any
|
|
29
|
-
""" """
|
|
30
|
-
|
|
31
20
|
draw_cursor: typing.Any
|
|
32
|
-
""" """
|
|
33
|
-
|
|
34
21
|
draw_settings: typing.Any
|
|
35
|
-
""" """
|
|
36
|
-
|
|
37
22
|
icon: typing.Any
|
|
38
|
-
""" """
|
|
39
|
-
|
|
40
23
|
idname: typing.Any
|
|
41
|
-
""" """
|
|
42
|
-
|
|
43
24
|
keymap: typing.Any
|
|
44
|
-
""" """
|
|
45
|
-
|
|
46
25
|
label: typing.Any
|
|
47
|
-
""" """
|
|
48
|
-
|
|
49
26
|
operator: typing.Any
|
|
50
|
-
""" """
|
|
51
|
-
|
|
52
27
|
options: typing.Any
|
|
53
|
-
""" """
|
|
54
|
-
|
|
55
28
|
widget: typing.Any
|
|
56
|
-
""" """
|
|
57
|
-
|
|
58
29
|
widget_properties: typing.Any
|
|
59
|
-
""" """
|
|
60
30
|
|
|
61
31
|
def count(self, value):
|
|
62
32
|
"""
|
|
@@ -89,8 +59,6 @@ class ToolDef:
|
|
|
89
59
|
...
|
|
90
60
|
|
|
91
61
|
class ToolSelectPanelHelper:
|
|
92
|
-
""" """
|
|
93
|
-
|
|
94
62
|
def draw(self, context):
|
|
95
63
|
"""
|
|
96
64
|
|
|
@@ -155,14 +123,8 @@ class ToolSelectPanelHelper:
|
|
|
155
123
|
"""
|
|
156
124
|
...
|
|
157
125
|
|
|
158
|
-
def register(self):
|
|
159
|
-
|
|
160
|
-
...
|
|
161
|
-
|
|
162
|
-
def register_ensure(self):
|
|
163
|
-
""" """
|
|
164
|
-
...
|
|
165
|
-
|
|
126
|
+
def register(self): ...
|
|
127
|
+
def register_ensure(self): ...
|
|
166
128
|
def tool_active_from_context(self, context):
|
|
167
129
|
"""
|
|
168
130
|
|
|
@@ -170,10 +132,7 @@ class ToolSelectPanelHelper:
|
|
|
170
132
|
"""
|
|
171
133
|
...
|
|
172
134
|
|
|
173
|
-
def tools_all(self):
|
|
174
|
-
""" """
|
|
175
|
-
...
|
|
176
|
-
|
|
135
|
+
def tools_all(self): ...
|
|
177
136
|
def tools_from_context(self, context, mode=None):
|
|
178
137
|
"""
|
|
179
138
|
|
|
@@ -183,16 +142,9 @@ class ToolSelectPanelHelper:
|
|
|
183
142
|
...
|
|
184
143
|
|
|
185
144
|
class WM_MT_toolsystem_submenu(bpy_types.Menu, bpy_types._GenericUI):
|
|
186
|
-
""" """
|
|
187
|
-
|
|
188
145
|
bl_label: typing.Any
|
|
189
|
-
""" """
|
|
190
|
-
|
|
191
146
|
bl_rna: typing.Any
|
|
192
|
-
""" """
|
|
193
|
-
|
|
194
147
|
id_data: typing.Any
|
|
195
|
-
""" """
|
|
196
148
|
|
|
197
149
|
def append(self, draw_func):
|
|
198
150
|
"""
|
|
@@ -201,18 +153,9 @@ class WM_MT_toolsystem_submenu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
201
153
|
"""
|
|
202
154
|
...
|
|
203
155
|
|
|
204
|
-
def as_pointer(self):
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
def bl_rna_get_subclass(self):
|
|
209
|
-
""" """
|
|
210
|
-
...
|
|
211
|
-
|
|
212
|
-
def bl_rna_get_subclass_py(self):
|
|
213
|
-
""" """
|
|
214
|
-
...
|
|
215
|
-
|
|
156
|
+
def as_pointer(self): ...
|
|
157
|
+
def bl_rna_get_subclass(self): ...
|
|
158
|
+
def bl_rna_get_subclass_py(self): ...
|
|
216
159
|
def draw(self, context):
|
|
217
160
|
"""
|
|
218
161
|
|
|
@@ -235,70 +178,22 @@ class WM_MT_toolsystem_submenu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
235
178
|
"""
|
|
236
179
|
...
|
|
237
180
|
|
|
238
|
-
def driver_add(self):
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
def
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
def
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
def
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
def id_properties_ensure(self):
|
|
255
|
-
""" """
|
|
256
|
-
...
|
|
257
|
-
|
|
258
|
-
def id_properties_ui(self):
|
|
259
|
-
""" """
|
|
260
|
-
...
|
|
261
|
-
|
|
262
|
-
def is_extended(self):
|
|
263
|
-
""" """
|
|
264
|
-
...
|
|
265
|
-
|
|
266
|
-
def is_property_hidden(self):
|
|
267
|
-
""" """
|
|
268
|
-
...
|
|
269
|
-
|
|
270
|
-
def is_property_overridable_library(self):
|
|
271
|
-
""" """
|
|
272
|
-
...
|
|
273
|
-
|
|
274
|
-
def is_property_readonly(self):
|
|
275
|
-
""" """
|
|
276
|
-
...
|
|
277
|
-
|
|
278
|
-
def is_property_set(self):
|
|
279
|
-
""" """
|
|
280
|
-
...
|
|
281
|
-
|
|
282
|
-
def items(self):
|
|
283
|
-
""" """
|
|
284
|
-
...
|
|
285
|
-
|
|
286
|
-
def keyframe_delete(self):
|
|
287
|
-
""" """
|
|
288
|
-
...
|
|
289
|
-
|
|
290
|
-
def keyframe_insert(self):
|
|
291
|
-
""" """
|
|
292
|
-
...
|
|
293
|
-
|
|
294
|
-
def keys(self):
|
|
295
|
-
""" """
|
|
296
|
-
...
|
|
297
|
-
|
|
298
|
-
def path_from_id(self):
|
|
299
|
-
""" """
|
|
300
|
-
...
|
|
301
|
-
|
|
181
|
+
def driver_add(self): ...
|
|
182
|
+
def driver_remove(self): ...
|
|
183
|
+
def get(self): ...
|
|
184
|
+
def id_properties_clear(self): ...
|
|
185
|
+
def id_properties_ensure(self): ...
|
|
186
|
+
def id_properties_ui(self): ...
|
|
187
|
+
def is_extended(self): ...
|
|
188
|
+
def is_property_hidden(self): ...
|
|
189
|
+
def is_property_overridable_library(self): ...
|
|
190
|
+
def is_property_readonly(self): ...
|
|
191
|
+
def is_property_set(self): ...
|
|
192
|
+
def items(self): ...
|
|
193
|
+
def keyframe_delete(self): ...
|
|
194
|
+
def keyframe_insert(self): ...
|
|
195
|
+
def keys(self): ...
|
|
196
|
+
def path_from_id(self): ...
|
|
302
197
|
def path_menu(
|
|
303
198
|
self,
|
|
304
199
|
searchpaths,
|
|
@@ -325,14 +220,8 @@ class WM_MT_toolsystem_submenu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
325
220
|
"""
|
|
326
221
|
...
|
|
327
222
|
|
|
328
|
-
def path_resolve(self):
|
|
329
|
-
|
|
330
|
-
...
|
|
331
|
-
|
|
332
|
-
def pop(self):
|
|
333
|
-
""" """
|
|
334
|
-
...
|
|
335
|
-
|
|
223
|
+
def path_resolve(self): ...
|
|
224
|
+
def pop(self): ...
|
|
336
225
|
def prepend(self, draw_func):
|
|
337
226
|
"""
|
|
338
227
|
|
|
@@ -340,14 +229,8 @@ class WM_MT_toolsystem_submenu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
340
229
|
"""
|
|
341
230
|
...
|
|
342
231
|
|
|
343
|
-
def property_overridable_library_set(self):
|
|
344
|
-
|
|
345
|
-
...
|
|
346
|
-
|
|
347
|
-
def property_unset(self):
|
|
348
|
-
""" """
|
|
349
|
-
...
|
|
350
|
-
|
|
232
|
+
def property_overridable_library_set(self): ...
|
|
233
|
+
def property_unset(self): ...
|
|
351
234
|
def remove(self, draw_func):
|
|
352
235
|
"""
|
|
353
236
|
|
|
@@ -355,60 +238,18 @@ class WM_MT_toolsystem_submenu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
355
238
|
"""
|
|
356
239
|
...
|
|
357
240
|
|
|
358
|
-
def type_recast(self):
|
|
359
|
-
|
|
360
|
-
...
|
|
361
|
-
|
|
362
|
-
def values(self):
|
|
363
|
-
""" """
|
|
364
|
-
...
|
|
365
|
-
|
|
366
|
-
def activate_by_id(context, space_type, idname, as_fallback=False):
|
|
367
|
-
""" """
|
|
368
|
-
|
|
369
|
-
...
|
|
370
|
-
|
|
371
|
-
def activate_by_id_or_cycle(context, space_type, idname, offset=1, as_fallback=False):
|
|
372
|
-
""" """
|
|
373
|
-
|
|
374
|
-
...
|
|
375
|
-
|
|
376
|
-
def description_from_id(context, space_type, idname, use_operator=True):
|
|
377
|
-
""" """
|
|
378
|
-
|
|
379
|
-
...
|
|
380
|
-
|
|
381
|
-
def item_from_flat_index(context, space_type, index):
|
|
382
|
-
""" """
|
|
383
|
-
|
|
384
|
-
...
|
|
385
|
-
|
|
386
|
-
def item_from_id(context, space_type, idname):
|
|
387
|
-
""" """
|
|
388
|
-
|
|
389
|
-
...
|
|
390
|
-
|
|
391
|
-
def item_from_id_active(context, space_type, idname):
|
|
392
|
-
""" """
|
|
393
|
-
|
|
394
|
-
...
|
|
395
|
-
|
|
396
|
-
def item_from_id_active_with_group(context, space_type, idname):
|
|
397
|
-
""" """
|
|
398
|
-
|
|
399
|
-
...
|
|
400
|
-
|
|
401
|
-
def item_from_index_active(context, space_type, index):
|
|
402
|
-
""" """
|
|
403
|
-
|
|
404
|
-
...
|
|
405
|
-
|
|
406
|
-
def item_group_from_id(context, space_type, idname, coerce=False):
|
|
407
|
-
""" """
|
|
408
|
-
|
|
409
|
-
...
|
|
410
|
-
|
|
411
|
-
def keymap_from_id(context, space_type, idname):
|
|
412
|
-
""" """
|
|
241
|
+
def type_recast(self): ...
|
|
242
|
+
def values(self): ...
|
|
413
243
|
|
|
414
|
-
|
|
244
|
+
def activate_by_id(context, space_type, idname, as_fallback=False): ...
|
|
245
|
+
def activate_by_id_or_cycle(
|
|
246
|
+
context, space_type, idname, offset=1, as_fallback=False
|
|
247
|
+
): ...
|
|
248
|
+
def description_from_id(context, space_type, idname, use_operator=True): ...
|
|
249
|
+
def item_from_flat_index(context, space_type, index): ...
|
|
250
|
+
def item_from_id(context, space_type, idname): ...
|
|
251
|
+
def item_from_id_active(context, space_type, idname): ...
|
|
252
|
+
def item_from_id_active_with_group(context, space_type, idname): ...
|
|
253
|
+
def item_from_index_active(context, space_type, index): ...
|
|
254
|
+
def item_group_from_id(context, space_type, idname, coerce=False): ...
|
|
255
|
+
def keymap_from_id(context, space_type, idname): ...
|