fake-bpy-module 20240517__py3-none-any.whl → 20240518__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- _bpy_internal/freedesktop/__init__.pyi +17 -84
- addon_utils/__init__.pyi +5 -30
- animsys_refactor/__init__.pyi +5 -25
- aud/__init__.pyi +1 -4
- bgl/__init__.pyi +0 -1629
- bl_app_override/__init__.pyi +3 -14
- bl_app_override/helpers/__init__.pyi +2 -22
- bl_app_template_utils/__init__.pyi +3 -15
- bl_i18n_utils/bl_extract_messages/__init__.pyi +13 -64
- bl_i18n_utils/merge_po/__init__.pyi +1 -4
- bl_i18n_utils/settings/__init__.pyi +2 -22
- bl_i18n_utils/utils/__init__.pyi +8 -65
- bl_i18n_utils/utils_cli/__init__.pyi +6 -29
- bl_i18n_utils/utils_languages_menu/__init__.pyi +1 -4
- bl_keymap_utils/io/__init__.pyi +8 -39
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +1 -4
- bl_keymap_utils/platform_helpers/__init__.pyi +1 -5
- bl_keymap_utils/versioning/__init__.pyi +1 -4
- bl_operators/__init__.pyi +2 -9
- bl_operators/add_mesh_torus/__init__.pyi +2 -18
- bl_operators/anim/__init__.pyi +0 -70
- bl_operators/assets/__init__.pyi +0 -29
- bl_operators/bmesh/find_adjacent/__init__.pyi +7 -34
- bl_operators/clip/__init__.pyi +5 -114
- bl_operators/console/__init__.pyi +0 -37
- bl_operators/constraint/__init__.pyi +0 -36
- bl_operators/file/__init__.pyi +0 -27
- bl_operators/freestyle/__init__.pyi +0 -36
- bl_operators/geometry_nodes/__init__.pyi +13 -102
- bl_operators/image/__init__.pyi +0 -51
- bl_operators/mesh/__init__.pyi +0 -27
- bl_operators/node/__init__.pyi +0 -104
- bl_operators/object/__init__.pyi +0 -137
- bl_operators/object_align/__init__.pyi +3 -23
- bl_operators/object_quick_effects/__init__.pyi +2 -48
- bl_operators/object_randomize_transform/__init__.pyi +3 -13
- bl_operators/presets/__init__.pyi +2 -375
- bl_operators/rigidbody/__init__.pyi +0 -27
- bl_operators/screen_play_rendered_anim/__init__.pyi +1 -13
- bl_operators/sequencer/__init__.pyi +1 -103
- bl_operators/spreadsheet/__init__.pyi +0 -9
- bl_operators/userpref/__init__.pyi +1 -200
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -18
- bl_operators/uvcalc_lightmap/__init__.pyi +2 -33
- bl_operators/uvcalc_transform/__init__.pyi +11 -72
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -18
- bl_operators/view3d/__init__.pyi +0 -63
- bl_operators/wm/__init__.pyi +14 -450
- bl_operators/world/__init__.pyi +0 -9
- bl_previews_utils/bl_previews_render/__init__.pyi +7 -34
- bl_rna_utils/data_path/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +1 -4
- bl_ui/__init__.pyi +30 -140
- bl_ui/anim/__init__.pyi +1 -11
- bl_ui/asset_shelf/__init__.pyi +1 -15
- bl_ui/generic_ui_list/__init__.pyi +2 -30
- bl_ui/node_add_menu/__init__.pyi +4 -27
- bl_ui/node_add_menu_compositor/__init__.pyi +18 -236
- bl_ui/node_add_menu_geometry/__init__.pyi +48 -628
- bl_ui/node_add_menu_shader/__init__.pyi +18 -169
- bl_ui/node_add_menu_texture/__init__.pyi +9 -117
- bl_ui/properties_animviz/__init__.pyi +0 -14
- bl_ui/properties_collection/__init__.pyi +7 -111
- bl_ui/properties_constraint/__init__.pyi +79 -1523
- bl_ui/properties_data_armature/__init__.pyi +12 -213
- bl_ui/properties_data_bone/__init__.pyi +10 -197
- bl_ui/properties_data_camera/__init__.pyi +15 -311
- bl_ui/properties_data_curve/__init__.pyi +15 -318
- bl_ui/properties_data_curves/__init__.pyi +6 -107
- bl_ui/properties_data_empty/__init__.pyi +2 -43
- bl_ui/properties_data_gpencil/__init__.pyi +18 -349
- bl_ui/properties_data_grease_pencil/__init__.pyi +14 -256
- bl_ui/properties_data_lattice/__init__.pyi +3 -64
- bl_ui/properties_data_light/__init__.pyi +12 -263
- bl_ui/properties_data_lightprobe/__init__.pyi +13 -276
- bl_ui/properties_data_mesh/__init__.pyi +21 -324
- bl_ui/properties_data_metaball/__init__.pyi +5 -102
- bl_ui/properties_data_modifier/__init__.pyi +8 -177
- bl_ui/properties_data_pointcloud/__init__.pyi +5 -88
- bl_ui/properties_data_shaderfx/__init__.pyi +1 -26
- bl_ui/properties_data_speaker/__init__.pyi +5 -110
- bl_ui/properties_data_volume/__init__.pyi +8 -155
- bl_ui/properties_freestyle/__init__.pyi +29 -614
- bl_ui/properties_grease_pencil_common/__init__.pyi +15 -215
- bl_ui/properties_mask_common/__init__.pyi +8 -110
- bl_ui/properties_material/__init__.pyi +18 -330
- bl_ui/properties_material_gpencil/__init__.pyi +10 -181
- bl_ui/properties_object/__init__.pyi +14 -275
- bl_ui/properties_output/__init__.pyi +18 -369
- bl_ui/properties_paint_common/__init__.pyi +12 -105
- bl_ui/properties_particle/__init__.pyi +56 -1158
- bl_ui/properties_physics_cloth/__init__.pyi +15 -313
- bl_ui/properties_physics_common/__init__.pyi +7 -57
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +22 -489
- bl_ui/properties_physics_field/__init__.pyi +11 -217
- bl_ui/properties_physics_fluid/__init__.pyi +28 -625
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +1 -19
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -187
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +13 -278
- bl_ui/properties_physics_softbody/__init__.pyi +16 -352
- bl_ui/properties_render/__init__.pyi +54 -1145
- bl_ui/properties_scene/__init__.pyi +15 -297
- bl_ui/properties_texture/__init__.pyi +28 -576
- bl_ui/properties_view_layer/__init__.pyi +18 -345
- bl_ui/properties_workspace/__init__.pyi +4 -79
- bl_ui/properties_world/__init__.pyi +10 -219
- bl_ui/space_clip/__init__.pyi +71 -1089
- bl_ui/space_console/__init__.pyi +7 -72
- bl_ui/space_dopesheet/__init__.pyi +31 -484
- bl_ui/space_filebrowser/__init__.pyi +34 -430
- bl_ui/space_graph/__init__.pyi +20 -236
- bl_ui/space_image/__init__.pyi +68 -1088
- bl_ui/space_info/__init__.pyi +6 -70
- bl_ui/space_nla/__init__.pyi +17 -209
- bl_ui/space_node/__init__.pyi +30 -435
- bl_ui/space_outliner/__init__.pyi +15 -164
- bl_ui/space_properties/__init__.pyi +3 -41
- bl_ui/space_sequencer/__init__.pyi +77 -1141
- bl_ui/space_spreadsheet/__init__.pyi +1 -11
- bl_ui/space_statusbar/__init__.pyi +1 -11
- bl_ui/space_text/__init__.pyi +16 -192
- bl_ui/space_time/__init__.pyi +8 -110
- bl_ui/space_toolsystem_common/__init__.pyi +40 -199
- bl_ui/space_toolsystem_toolbar/__init__.pyi +117 -862
- bl_ui/space_topbar/__init__.pyi +27 -334
- bl_ui/space_userpref/__init__.pyi +92 -1575
- bl_ui/space_view3d/__init__.pyi +269 -3437
- bl_ui/space_view3d_toolbar/__init__.pyi +93 -1898
- bl_ui/temp_anim_layers/__init__.pyi +2 -21
- bl_ui/utils/__init__.pyi +0 -7
- bl_ui_utils/bug_report_url/__init__.pyi +1 -4
- blend_render_info/__init__.pyi +2 -9
- bmesh/types/__init__.pyi +1 -18
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +295 -4653
- bpy/utils/__init__.pyi +14 -70
- bpy_extras/anim_utils/__init__.pyi +0 -1
- bpy_extras/asset_utils/__init__.pyi +0 -10
- bpy_extras/bmesh_utils/__init__.pyi +1 -4
- bpy_extras/extensions/junction_module/__init__.pyi +1 -6
- bpy_extras/io_utils/__init__.pyi +4 -24
- bpy_extras/keyconfig_utils/__init__.pyi +2 -9
- bpy_extras/node_shader_utils/__init__.pyi +44 -285
- bpy_extras/node_utils/__init__.pyi +2 -9
- bpy_extras/object_utils/__init__.pyi +0 -2
- bpy_extras/wm_utils/progress_report/__init__.pyi +2 -28
- bpy_restrict_state/__init__.pyi +1 -14
- bpy_types/__init__.pyi +8 -274
- console_python/__init__.pyi +6 -36
- console_shell/__init__.pyi +5 -24
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/METADATA +1 -1
- fake_bpy_module-20240518.dist-info/RECORD +353 -0
- freestyle/chainingiterators/__init__.pyi +10 -40
- freestyle/functions/__init__.pyi +7 -33
- freestyle/predicates/__init__.pyi +44 -217
- freestyle/shaders/__init__.pyi +0 -10
- freestyle/utils/__init__.pyi +3 -15
- graphviz_export/__init__.pyi +2 -9
- idprop/types/__init__.pyi +6 -33
- imbuf/types/__init__.pyi +0 -2
- keyingsets_builtins/__init__.pyi +2 -156
- keyingsets_utils/__init__.pyi +14 -69
- mathutils/bvhtree/__init__.pyi +0 -2
- nodeitems_builtins/__init__.pyi +5 -30
- nodeitems_utils/__init__.pyi +8 -45
- rna_info/__init__.pyi +22 -200
- rna_keymap_ui/__init__.pyi +6 -29
- rna_prop_ui/__init__.pyi +9 -49
- rna_xml/__init__.pyi +6 -29
- sys_info/__init__.pyi +1 -4
- fake_bpy_module-20240517.dist-info/RECORD +0 -353
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240517.dist-info → fake_bpy_module-20240518.dist-info}/top_level.txt +0 -0
|
@@ -5,16 +5,9 @@ import bpy_types
|
|
|
5
5
|
GenericType = typing.TypeVar("GenericType")
|
|
6
6
|
|
|
7
7
|
class SPREADSHEET_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
8
|
-
""" """
|
|
9
|
-
|
|
10
8
|
bl_rna: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
9
|
bl_space_type: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
10
|
id_data: typing.Any
|
|
17
|
-
""" """
|
|
18
11
|
|
|
19
12
|
def append(self, draw_func):
|
|
20
13
|
"""Append a draw function to this menu,
|
|
@@ -141,10 +134,7 @@ class SPREADSHEET_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
141
134
|
"""
|
|
142
135
|
...
|
|
143
136
|
|
|
144
|
-
def is_extended(self):
|
|
145
|
-
""" """
|
|
146
|
-
...
|
|
147
|
-
|
|
137
|
+
def is_extended(self): ...
|
|
148
138
|
def is_property_hidden(self) -> bool:
|
|
149
139
|
"""Check if a property is hidden.
|
|
150
140
|
|
|
@@ -5,16 +5,9 @@ import bpy_types
|
|
|
5
5
|
GenericType = typing.TypeVar("GenericType")
|
|
6
6
|
|
|
7
7
|
class STATUSBAR_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
8
|
-
""" """
|
|
9
|
-
|
|
10
8
|
bl_rna: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
9
|
bl_space_type: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
10
|
id_data: typing.Any
|
|
17
|
-
""" """
|
|
18
11
|
|
|
19
12
|
def append(self, draw_func):
|
|
20
13
|
"""Append a draw function to this menu,
|
|
@@ -99,10 +92,7 @@ class STATUSBAR_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
99
92
|
"""
|
|
100
93
|
...
|
|
101
94
|
|
|
102
|
-
def is_extended(self):
|
|
103
|
-
""" """
|
|
104
|
-
...
|
|
105
|
-
|
|
95
|
+
def is_extended(self): ...
|
|
106
96
|
def is_property_hidden(self) -> bool:
|
|
107
97
|
"""Check if a property is hidden.
|
|
108
98
|
|
bl_ui/space_text/__init__.pyi
CHANGED
|
@@ -5,19 +5,10 @@ import bpy_types
|
|
|
5
5
|
GenericType = typing.TypeVar("GenericType")
|
|
6
6
|
|
|
7
7
|
class TEXT_HT_footer(bpy_types.Header, bpy_types._GenericUI):
|
|
8
|
-
""" """
|
|
9
|
-
|
|
10
8
|
bl_region_type: typing.Any
|
|
11
|
-
""" """
|
|
12
|
-
|
|
13
9
|
bl_rna: typing.Any
|
|
14
|
-
""" """
|
|
15
|
-
|
|
16
10
|
bl_space_type: typing.Any
|
|
17
|
-
""" """
|
|
18
|
-
|
|
19
11
|
id_data: typing.Any
|
|
20
|
-
""" """
|
|
21
12
|
|
|
22
13
|
def append(self, draw_func):
|
|
23
14
|
"""Append a draw function to this menu,
|
|
@@ -102,10 +93,7 @@ class TEXT_HT_footer(bpy_types.Header, bpy_types._GenericUI):
|
|
|
102
93
|
"""
|
|
103
94
|
...
|
|
104
95
|
|
|
105
|
-
def is_extended(self):
|
|
106
|
-
""" """
|
|
107
|
-
...
|
|
108
|
-
|
|
96
|
+
def is_extended(self): ...
|
|
109
97
|
def is_property_hidden(self) -> bool:
|
|
110
98
|
"""Check if a property is hidden.
|
|
111
99
|
|
|
@@ -234,16 +222,9 @@ class TEXT_HT_footer(bpy_types.Header, bpy_types._GenericUI):
|
|
|
234
222
|
...
|
|
235
223
|
|
|
236
224
|
class TEXT_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
237
|
-
""" """
|
|
238
|
-
|
|
239
225
|
bl_rna: typing.Any
|
|
240
|
-
""" """
|
|
241
|
-
|
|
242
226
|
bl_space_type: typing.Any
|
|
243
|
-
""" """
|
|
244
|
-
|
|
245
227
|
id_data: typing.Any
|
|
246
|
-
""" """
|
|
247
228
|
|
|
248
229
|
def append(self, draw_func):
|
|
249
230
|
"""Append a draw function to this menu,
|
|
@@ -328,10 +309,7 @@ class TEXT_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
328
309
|
"""
|
|
329
310
|
...
|
|
330
311
|
|
|
331
|
-
def is_extended(self):
|
|
332
|
-
""" """
|
|
333
|
-
...
|
|
334
|
-
|
|
312
|
+
def is_extended(self): ...
|
|
335
313
|
def is_property_hidden(self) -> bool:
|
|
336
314
|
"""Check if a property is hidden.
|
|
337
315
|
|
|
@@ -460,16 +438,9 @@ class TEXT_HT_header(bpy_types.Header, bpy_types._GenericUI):
|
|
|
460
438
|
...
|
|
461
439
|
|
|
462
440
|
class TEXT_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
463
|
-
""" """
|
|
464
|
-
|
|
465
441
|
bl_label: typing.Any
|
|
466
|
-
""" """
|
|
467
|
-
|
|
468
442
|
bl_rna: typing.Any
|
|
469
|
-
""" """
|
|
470
|
-
|
|
471
443
|
id_data: typing.Any
|
|
472
|
-
""" """
|
|
473
444
|
|
|
474
445
|
def append(self, draw_func):
|
|
475
446
|
"""Append a draw function to this menu,
|
|
@@ -574,10 +545,7 @@ class TEXT_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
574
545
|
"""
|
|
575
546
|
...
|
|
576
547
|
|
|
577
|
-
def is_extended(self):
|
|
578
|
-
""" """
|
|
579
|
-
...
|
|
580
|
-
|
|
548
|
+
def is_extended(self): ...
|
|
581
549
|
def is_property_hidden(self) -> bool:
|
|
582
550
|
"""Check if a property is hidden.
|
|
583
551
|
|
|
@@ -740,16 +708,9 @@ class TEXT_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
740
708
|
...
|
|
741
709
|
|
|
742
710
|
class TEXT_MT_edit(bpy_types.Menu, bpy_types._GenericUI):
|
|
743
|
-
""" """
|
|
744
|
-
|
|
745
711
|
bl_label: typing.Any
|
|
746
|
-
""" """
|
|
747
|
-
|
|
748
712
|
bl_rna: typing.Any
|
|
749
|
-
""" """
|
|
750
|
-
|
|
751
713
|
id_data: typing.Any
|
|
752
|
-
""" """
|
|
753
714
|
|
|
754
715
|
def append(self, draw_func):
|
|
755
716
|
"""Append a draw function to this menu,
|
|
@@ -854,10 +815,7 @@ class TEXT_MT_edit(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
854
815
|
"""
|
|
855
816
|
...
|
|
856
817
|
|
|
857
|
-
def is_extended(self):
|
|
858
|
-
""" """
|
|
859
|
-
...
|
|
860
|
-
|
|
818
|
+
def is_extended(self): ...
|
|
861
819
|
def is_property_hidden(self) -> bool:
|
|
862
820
|
"""Check if a property is hidden.
|
|
863
821
|
|
|
@@ -1027,16 +985,9 @@ class TEXT_MT_edit(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1027
985
|
...
|
|
1028
986
|
|
|
1029
987
|
class TEXT_MT_edit_to3d(bpy_types.Menu, bpy_types._GenericUI):
|
|
1030
|
-
""" """
|
|
1031
|
-
|
|
1032
988
|
bl_label: typing.Any
|
|
1033
|
-
""" """
|
|
1034
|
-
|
|
1035
989
|
bl_rna: typing.Any
|
|
1036
|
-
""" """
|
|
1037
|
-
|
|
1038
990
|
id_data: typing.Any
|
|
1039
|
-
""" """
|
|
1040
991
|
|
|
1041
992
|
def append(self, draw_func):
|
|
1042
993
|
"""Append a draw function to this menu,
|
|
@@ -1141,10 +1092,7 @@ class TEXT_MT_edit_to3d(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1141
1092
|
"""
|
|
1142
1093
|
...
|
|
1143
1094
|
|
|
1144
|
-
def is_extended(self):
|
|
1145
|
-
""" """
|
|
1146
|
-
...
|
|
1147
|
-
|
|
1095
|
+
def is_extended(self): ...
|
|
1148
1096
|
def is_property_hidden(self) -> bool:
|
|
1149
1097
|
"""Check if a property is hidden.
|
|
1150
1098
|
|
|
@@ -1307,19 +1255,10 @@ class TEXT_MT_edit_to3d(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1307
1255
|
...
|
|
1308
1256
|
|
|
1309
1257
|
class TEXT_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
1310
|
-
""" """
|
|
1311
|
-
|
|
1312
1258
|
bl_idname: typing.Any
|
|
1313
|
-
""" """
|
|
1314
|
-
|
|
1315
1259
|
bl_label: typing.Any
|
|
1316
|
-
""" """
|
|
1317
|
-
|
|
1318
1260
|
bl_rna: typing.Any
|
|
1319
|
-
""" """
|
|
1320
|
-
|
|
1321
1261
|
id_data: typing.Any
|
|
1322
|
-
""" """
|
|
1323
1262
|
|
|
1324
1263
|
def append(self, draw_func):
|
|
1325
1264
|
"""Append a draw function to this menu,
|
|
@@ -1424,10 +1363,7 @@ class TEXT_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1424
1363
|
"""
|
|
1425
1364
|
...
|
|
1426
1365
|
|
|
1427
|
-
def is_extended(self):
|
|
1428
|
-
""" """
|
|
1429
|
-
...
|
|
1430
|
-
|
|
1366
|
+
def is_extended(self): ...
|
|
1431
1367
|
def is_property_hidden(self) -> bool:
|
|
1432
1368
|
"""Check if a property is hidden.
|
|
1433
1369
|
|
|
@@ -1590,16 +1526,9 @@ class TEXT_MT_editor_menus(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1590
1526
|
...
|
|
1591
1527
|
|
|
1592
1528
|
class TEXT_MT_format(bpy_types.Menu, bpy_types._GenericUI):
|
|
1593
|
-
""" """
|
|
1594
|
-
|
|
1595
1529
|
bl_label: typing.Any
|
|
1596
|
-
""" """
|
|
1597
|
-
|
|
1598
1530
|
bl_rna: typing.Any
|
|
1599
|
-
""" """
|
|
1600
|
-
|
|
1601
1531
|
id_data: typing.Any
|
|
1602
|
-
""" """
|
|
1603
1532
|
|
|
1604
1533
|
def append(self, draw_func):
|
|
1605
1534
|
"""Append a draw function to this menu,
|
|
@@ -1704,10 +1633,7 @@ class TEXT_MT_format(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1704
1633
|
"""
|
|
1705
1634
|
...
|
|
1706
1635
|
|
|
1707
|
-
def is_extended(self):
|
|
1708
|
-
""" """
|
|
1709
|
-
...
|
|
1710
|
-
|
|
1636
|
+
def is_extended(self): ...
|
|
1711
1637
|
def is_property_hidden(self) -> bool:
|
|
1712
1638
|
"""Check if a property is hidden.
|
|
1713
1639
|
|
|
@@ -1870,16 +1796,9 @@ class TEXT_MT_format(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1870
1796
|
...
|
|
1871
1797
|
|
|
1872
1798
|
class TEXT_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
1873
|
-
""" """
|
|
1874
|
-
|
|
1875
1799
|
bl_label: typing.Any
|
|
1876
|
-
""" """
|
|
1877
|
-
|
|
1878
1800
|
bl_rna: typing.Any
|
|
1879
|
-
""" """
|
|
1880
|
-
|
|
1881
1801
|
id_data: typing.Any
|
|
1882
|
-
""" """
|
|
1883
1802
|
|
|
1884
1803
|
def append(self, draw_func):
|
|
1885
1804
|
"""Append a draw function to this menu,
|
|
@@ -1984,10 +1903,7 @@ class TEXT_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
1984
1903
|
"""
|
|
1985
1904
|
...
|
|
1986
1905
|
|
|
1987
|
-
def is_extended(self):
|
|
1988
|
-
""" """
|
|
1989
|
-
...
|
|
1990
|
-
|
|
1906
|
+
def is_extended(self): ...
|
|
1991
1907
|
def is_property_hidden(self) -> bool:
|
|
1992
1908
|
"""Check if a property is hidden.
|
|
1993
1909
|
|
|
@@ -2150,16 +2066,9 @@ class TEXT_MT_select(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2150
2066
|
...
|
|
2151
2067
|
|
|
2152
2068
|
class TEXT_MT_templates(bpy_types.Menu, bpy_types._GenericUI):
|
|
2153
|
-
""" """
|
|
2154
|
-
|
|
2155
2069
|
bl_label: typing.Any
|
|
2156
|
-
""" """
|
|
2157
|
-
|
|
2158
2070
|
bl_rna: typing.Any
|
|
2159
|
-
""" """
|
|
2160
|
-
|
|
2161
2071
|
id_data: typing.Any
|
|
2162
|
-
""" """
|
|
2163
2072
|
|
|
2164
2073
|
def append(self, draw_func):
|
|
2165
2074
|
"""Append a draw function to this menu,
|
|
@@ -2264,10 +2173,7 @@ class TEXT_MT_templates(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2264
2173
|
"""
|
|
2265
2174
|
...
|
|
2266
2175
|
|
|
2267
|
-
def is_extended(self):
|
|
2268
|
-
""" """
|
|
2269
|
-
...
|
|
2270
|
-
|
|
2176
|
+
def is_extended(self): ...
|
|
2271
2177
|
def is_property_hidden(self) -> bool:
|
|
2272
2178
|
"""Check if a property is hidden.
|
|
2273
2179
|
|
|
@@ -2430,16 +2336,9 @@ class TEXT_MT_templates(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2430
2336
|
...
|
|
2431
2337
|
|
|
2432
2338
|
class TEXT_MT_templates_osl(bpy_types.Menu, bpy_types._GenericUI):
|
|
2433
|
-
""" """
|
|
2434
|
-
|
|
2435
2339
|
bl_label: typing.Any
|
|
2436
|
-
""" """
|
|
2437
|
-
|
|
2438
2340
|
bl_rna: typing.Any
|
|
2439
|
-
""" """
|
|
2440
|
-
|
|
2441
2341
|
id_data: typing.Any
|
|
2442
|
-
""" """
|
|
2443
2342
|
|
|
2444
2343
|
def append(self, draw_func):
|
|
2445
2344
|
"""Append a draw function to this menu,
|
|
@@ -2544,10 +2443,7 @@ class TEXT_MT_templates_osl(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2544
2443
|
"""
|
|
2545
2444
|
...
|
|
2546
2445
|
|
|
2547
|
-
def is_extended(self):
|
|
2548
|
-
""" """
|
|
2549
|
-
...
|
|
2550
|
-
|
|
2446
|
+
def is_extended(self): ...
|
|
2551
2447
|
def is_property_hidden(self) -> bool:
|
|
2552
2448
|
"""Check if a property is hidden.
|
|
2553
2449
|
|
|
@@ -2710,16 +2606,9 @@ class TEXT_MT_templates_osl(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2710
2606
|
...
|
|
2711
2607
|
|
|
2712
2608
|
class TEXT_MT_templates_py(bpy_types.Menu, bpy_types._GenericUI):
|
|
2713
|
-
""" """
|
|
2714
|
-
|
|
2715
2609
|
bl_label: typing.Any
|
|
2716
|
-
""" """
|
|
2717
|
-
|
|
2718
2610
|
bl_rna: typing.Any
|
|
2719
|
-
""" """
|
|
2720
|
-
|
|
2721
2611
|
id_data: typing.Any
|
|
2722
|
-
""" """
|
|
2723
2612
|
|
|
2724
2613
|
def append(self, draw_func):
|
|
2725
2614
|
"""Append a draw function to this menu,
|
|
@@ -2824,10 +2713,7 @@ class TEXT_MT_templates_py(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2824
2713
|
"""
|
|
2825
2714
|
...
|
|
2826
2715
|
|
|
2827
|
-
def is_extended(self):
|
|
2828
|
-
""" """
|
|
2829
|
-
...
|
|
2830
|
-
|
|
2716
|
+
def is_extended(self): ...
|
|
2831
2717
|
def is_property_hidden(self) -> bool:
|
|
2832
2718
|
"""Check if a property is hidden.
|
|
2833
2719
|
|
|
@@ -2990,16 +2876,9 @@ class TEXT_MT_templates_py(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
2990
2876
|
...
|
|
2991
2877
|
|
|
2992
2878
|
class TEXT_MT_text(bpy_types.Menu, bpy_types._GenericUI):
|
|
2993
|
-
""" """
|
|
2994
|
-
|
|
2995
2879
|
bl_label: typing.Any
|
|
2996
|
-
""" """
|
|
2997
|
-
|
|
2998
2880
|
bl_rna: typing.Any
|
|
2999
|
-
""" """
|
|
3000
|
-
|
|
3001
2881
|
id_data: typing.Any
|
|
3002
|
-
""" """
|
|
3003
2882
|
|
|
3004
2883
|
def append(self, draw_func):
|
|
3005
2884
|
"""Append a draw function to this menu,
|
|
@@ -3104,10 +2983,7 @@ class TEXT_MT_text(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3104
2983
|
"""
|
|
3105
2984
|
...
|
|
3106
2985
|
|
|
3107
|
-
def is_extended(self):
|
|
3108
|
-
""" """
|
|
3109
|
-
...
|
|
3110
|
-
|
|
2986
|
+
def is_extended(self): ...
|
|
3111
2987
|
def is_property_hidden(self) -> bool:
|
|
3112
2988
|
"""Check if a property is hidden.
|
|
3113
2989
|
|
|
@@ -3270,16 +3146,9 @@ class TEXT_MT_text(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3270
3146
|
...
|
|
3271
3147
|
|
|
3272
3148
|
class TEXT_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
3273
|
-
""" """
|
|
3274
|
-
|
|
3275
3149
|
bl_label: typing.Any
|
|
3276
|
-
""" """
|
|
3277
|
-
|
|
3278
3150
|
bl_rna: typing.Any
|
|
3279
|
-
""" """
|
|
3280
|
-
|
|
3281
3151
|
id_data: typing.Any
|
|
3282
|
-
""" """
|
|
3283
3152
|
|
|
3284
3153
|
def append(self, draw_func):
|
|
3285
3154
|
"""Append a draw function to this menu,
|
|
@@ -3384,10 +3253,7 @@ class TEXT_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3384
3253
|
"""
|
|
3385
3254
|
...
|
|
3386
3255
|
|
|
3387
|
-
def is_extended(self):
|
|
3388
|
-
""" """
|
|
3389
|
-
...
|
|
3390
|
-
|
|
3256
|
+
def is_extended(self): ...
|
|
3391
3257
|
def is_property_hidden(self) -> bool:
|
|
3392
3258
|
"""Check if a property is hidden.
|
|
3393
3259
|
|
|
@@ -3550,16 +3416,9 @@ class TEXT_MT_view(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3550
3416
|
...
|
|
3551
3417
|
|
|
3552
3418
|
class TEXT_MT_view_navigation(bpy_types.Menu, bpy_types._GenericUI):
|
|
3553
|
-
""" """
|
|
3554
|
-
|
|
3555
3419
|
bl_label: typing.Any
|
|
3556
|
-
""" """
|
|
3557
|
-
|
|
3558
3420
|
bl_rna: typing.Any
|
|
3559
|
-
""" """
|
|
3560
|
-
|
|
3561
3421
|
id_data: typing.Any
|
|
3562
|
-
""" """
|
|
3563
3422
|
|
|
3564
3423
|
def append(self, draw_func):
|
|
3565
3424
|
"""Append a draw function to this menu,
|
|
@@ -3664,10 +3523,7 @@ class TEXT_MT_view_navigation(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3664
3523
|
"""
|
|
3665
3524
|
...
|
|
3666
3525
|
|
|
3667
|
-
def is_extended(self):
|
|
3668
|
-
""" """
|
|
3669
|
-
...
|
|
3670
|
-
|
|
3526
|
+
def is_extended(self): ...
|
|
3671
3527
|
def is_property_hidden(self) -> bool:
|
|
3672
3528
|
"""Check if a property is hidden.
|
|
3673
3529
|
|
|
@@ -3830,25 +3686,12 @@ class TEXT_MT_view_navigation(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3830
3686
|
...
|
|
3831
3687
|
|
|
3832
3688
|
class TEXT_PT_find(bpy_types.Panel, bpy_types._GenericUI):
|
|
3833
|
-
""" """
|
|
3834
|
-
|
|
3835
3689
|
bl_category: typing.Any
|
|
3836
|
-
""" """
|
|
3837
|
-
|
|
3838
3690
|
bl_label: typing.Any
|
|
3839
|
-
""" """
|
|
3840
|
-
|
|
3841
3691
|
bl_region_type: typing.Any
|
|
3842
|
-
""" """
|
|
3843
|
-
|
|
3844
3692
|
bl_rna: typing.Any
|
|
3845
|
-
""" """
|
|
3846
|
-
|
|
3847
3693
|
bl_space_type: typing.Any
|
|
3848
|
-
""" """
|
|
3849
|
-
|
|
3850
3694
|
id_data: typing.Any
|
|
3851
|
-
""" """
|
|
3852
3695
|
|
|
3853
3696
|
def append(self, draw_func):
|
|
3854
3697
|
"""Append a draw function to this menu,
|
|
@@ -3933,10 +3776,7 @@ class TEXT_PT_find(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
3933
3776
|
"""
|
|
3934
3777
|
...
|
|
3935
3778
|
|
|
3936
|
-
def is_extended(self):
|
|
3937
|
-
""" """
|
|
3938
|
-
...
|
|
3939
|
-
|
|
3779
|
+
def is_extended(self): ...
|
|
3940
3780
|
def is_property_hidden(self) -> bool:
|
|
3941
3781
|
"""Check if a property is hidden.
|
|
3942
3782
|
|
|
@@ -4065,25 +3905,12 @@ class TEXT_PT_find(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
4065
3905
|
...
|
|
4066
3906
|
|
|
4067
3907
|
class TEXT_PT_properties(bpy_types.Panel, bpy_types._GenericUI):
|
|
4068
|
-
""" """
|
|
4069
|
-
|
|
4070
3908
|
bl_category: typing.Any
|
|
4071
|
-
""" """
|
|
4072
|
-
|
|
4073
3909
|
bl_label: typing.Any
|
|
4074
|
-
""" """
|
|
4075
|
-
|
|
4076
3910
|
bl_region_type: typing.Any
|
|
4077
|
-
""" """
|
|
4078
|
-
|
|
4079
3911
|
bl_rna: typing.Any
|
|
4080
|
-
""" """
|
|
4081
|
-
|
|
4082
3912
|
bl_space_type: typing.Any
|
|
4083
|
-
""" """
|
|
4084
|
-
|
|
4085
3913
|
id_data: typing.Any
|
|
4086
|
-
""" """
|
|
4087
3914
|
|
|
4088
3915
|
def append(self, draw_func):
|
|
4089
3916
|
"""Append a draw function to this menu,
|
|
@@ -4168,10 +3995,7 @@ class TEXT_PT_properties(bpy_types.Panel, bpy_types._GenericUI):
|
|
|
4168
3995
|
"""
|
|
4169
3996
|
...
|
|
4170
3997
|
|
|
4171
|
-
def is_extended(self):
|
|
4172
|
-
""" """
|
|
4173
|
-
...
|
|
4174
|
-
|
|
3998
|
+
def is_extended(self): ...
|
|
4175
3999
|
def is_property_hidden(self) -> bool:
|
|
4176
4000
|
"""Check if a property is hidden.
|
|
4177
4001
|
|