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 COLLECTION_MT_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 COLLECTION_MT_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,44 +277,22 @@ class COLLECTION_MT_context_menu(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
287
277
|
...
|
|
288
278
|
|
|
289
279
|
class ObjectButtonsPanel:
|
|
290
|
-
""" """
|
|
291
|
-
|
|
292
280
|
bl_context: typing.Any
|
|
293
|
-
""" """
|
|
294
|
-
|
|
295
281
|
bl_region_type: typing.Any
|
|
296
|
-
""" """
|
|
297
|
-
|
|
298
282
|
bl_space_type: typing.Any
|
|
299
|
-
""" """
|
|
300
283
|
|
|
301
284
|
class OBJECT_PT_motion_paths(
|
|
302
285
|
bpy_types.Panel,
|
|
303
286
|
bl_ui.properties_animviz.MotionPathButtonsPanel,
|
|
304
287
|
bpy_types._GenericUI,
|
|
305
288
|
):
|
|
306
|
-
""" """
|
|
307
|
-
|
|
308
289
|
bl_context: typing.Any
|
|
309
|
-
""" """
|
|
310
|
-
|
|
311
290
|
bl_label: typing.Any
|
|
312
|
-
""" """
|
|
313
|
-
|
|
314
291
|
bl_options: typing.Any
|
|
315
|
-
""" """
|
|
316
|
-
|
|
317
292
|
bl_region_type: typing.Any
|
|
318
|
-
""" """
|
|
319
|
-
|
|
320
293
|
bl_rna: typing.Any
|
|
321
|
-
""" """
|
|
322
|
-
|
|
323
294
|
bl_space_type: typing.Any
|
|
324
|
-
""" """
|
|
325
|
-
|
|
326
295
|
id_data: typing.Any
|
|
327
|
-
""" """
|
|
328
296
|
|
|
329
297
|
def append(self, draw_func):
|
|
330
298
|
"""Append a draw function to this menu,
|
|
@@ -419,10 +387,7 @@ class OBJECT_PT_motion_paths(
|
|
|
419
387
|
"""
|
|
420
388
|
...
|
|
421
389
|
|
|
422
|
-
def is_extended(self):
|
|
423
|
-
""" """
|
|
424
|
-
...
|
|
425
|
-
|
|
390
|
+
def is_extended(self): ...
|
|
426
391
|
def is_property_hidden(self) -> bool:
|
|
427
392
|
"""Check if a property is hidden.
|
|
428
393
|
|
|
@@ -562,31 +527,14 @@ class OBJECT_PT_motion_paths_display(
|
|
|
562
527
|
bl_ui.properties_animviz.MotionPathButtonsPanel_display,
|
|
563
528
|
bpy_types._GenericUI,
|
|
564
529
|
):
|
|
565
|
-
""" """
|
|
566
|
-
|
|
567
530
|
bl_context: typing.Any
|
|
568
|
-
""" """
|
|
569
|
-
|
|
570
531
|
bl_label: typing.Any
|
|
571
|
-
""" """
|
|
572
|
-
|
|
573
532
|
bl_options: typing.Any
|
|
574
|
-
""" """
|
|
575
|
-
|
|
576
533
|
bl_parent_id: typing.Any
|
|
577
|
-
""" """
|
|
578
|
-
|
|
579
534
|
bl_region_type: typing.Any
|
|
580
|
-
""" """
|
|
581
|
-
|
|
582
535
|
bl_rna: typing.Any
|
|
583
|
-
""" """
|
|
584
|
-
|
|
585
536
|
bl_space_type: typing.Any
|
|
586
|
-
""" """
|
|
587
|
-
|
|
588
537
|
id_data: typing.Any
|
|
589
|
-
""" """
|
|
590
538
|
|
|
591
539
|
def append(self, draw_func):
|
|
592
540
|
"""Append a draw function to this menu,
|
|
@@ -681,10 +629,7 @@ class OBJECT_PT_motion_paths_display(
|
|
|
681
629
|
"""
|
|
682
630
|
...
|
|
683
631
|
|
|
684
|
-
def is_extended(self):
|
|
685
|
-
""" """
|
|
686
|
-
...
|
|
687
|
-
|
|
632
|
+
def is_extended(self): ...
|
|
688
633
|
def is_property_hidden(self) -> bool:
|
|
689
634
|
"""Check if a property is hidden.
|
|
690
635
|
|
|
@@ -820,28 +765,13 @@ class OBJECT_PT_motion_paths_display(
|
|
|
820
765
|
...
|
|
821
766
|
|
|
822
767
|
class OBJECT_PT_collections(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
|
|
823
|
-
""" """
|
|
824
|
-
|
|
825
768
|
bl_context: typing.Any
|
|
826
|
-
""" """
|
|
827
|
-
|
|
828
769
|
bl_label: typing.Any
|
|
829
|
-
""" """
|
|
830
|
-
|
|
831
770
|
bl_options: typing.Any
|
|
832
|
-
""" """
|
|
833
|
-
|
|
834
771
|
bl_region_type: typing.Any
|
|
835
|
-
""" """
|
|
836
|
-
|
|
837
772
|
bl_rna: typing.Any
|
|
838
|
-
""" """
|
|
839
|
-
|
|
840
773
|
bl_space_type: typing.Any
|
|
841
|
-
""" """
|
|
842
|
-
|
|
843
774
|
id_data: typing.Any
|
|
844
|
-
""" """
|
|
845
775
|
|
|
846
776
|
def append(self, draw_func):
|
|
847
777
|
"""Append a draw function to this menu,
|
|
@@ -926,10 +856,7 @@ class OBJECT_PT_collections(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Gene
|
|
|
926
856
|
"""
|
|
927
857
|
...
|
|
928
858
|
|
|
929
|
-
def is_extended(self):
|
|
930
|
-
""" """
|
|
931
|
-
...
|
|
932
|
-
|
|
859
|
+
def is_extended(self): ...
|
|
933
860
|
def is_property_hidden(self) -> bool:
|
|
934
861
|
"""Check if a property is hidden.
|
|
935
862
|
|
|
@@ -1060,28 +987,13 @@ class OBJECT_PT_collections(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Gene
|
|
|
1060
987
|
class OBJECT_PT_context_object(
|
|
1061
988
|
bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
|
|
1062
989
|
):
|
|
1063
|
-
""" """
|
|
1064
|
-
|
|
1065
990
|
bl_context: typing.Any
|
|
1066
|
-
""" """
|
|
1067
|
-
|
|
1068
991
|
bl_label: typing.Any
|
|
1069
|
-
""" """
|
|
1070
|
-
|
|
1071
992
|
bl_options: typing.Any
|
|
1072
|
-
""" """
|
|
1073
|
-
|
|
1074
993
|
bl_region_type: typing.Any
|
|
1075
|
-
""" """
|
|
1076
|
-
|
|
1077
994
|
bl_rna: typing.Any
|
|
1078
|
-
""" """
|
|
1079
|
-
|
|
1080
995
|
bl_space_type: typing.Any
|
|
1081
|
-
""" """
|
|
1082
|
-
|
|
1083
996
|
id_data: typing.Any
|
|
1084
|
-
""" """
|
|
1085
997
|
|
|
1086
998
|
def append(self, draw_func):
|
|
1087
999
|
"""Append a draw function to this menu,
|
|
@@ -1166,10 +1078,7 @@ class OBJECT_PT_context_object(
|
|
|
1166
1078
|
"""
|
|
1167
1079
|
...
|
|
1168
1080
|
|
|
1169
|
-
def is_extended(self):
|
|
1170
|
-
""" """
|
|
1171
|
-
...
|
|
1172
|
-
|
|
1081
|
+
def is_extended(self): ...
|
|
1173
1082
|
def is_property_hidden(self) -> bool:
|
|
1174
1083
|
"""Check if a property is hidden.
|
|
1175
1084
|
|
|
@@ -1305,31 +1214,14 @@ class OBJECT_PT_custom_props(
|
|
|
1305
1214
|
"""
|
|
1306
1215
|
|
|
1307
1216
|
COMPAT_ENGINES: typing.Any
|
|
1308
|
-
""" """
|
|
1309
|
-
|
|
1310
1217
|
bl_context: typing.Any
|
|
1311
|
-
""" """
|
|
1312
|
-
|
|
1313
1218
|
bl_label: typing.Any
|
|
1314
|
-
""" """
|
|
1315
|
-
|
|
1316
1219
|
bl_options: typing.Any
|
|
1317
|
-
""" """
|
|
1318
|
-
|
|
1319
1220
|
bl_order: typing.Any
|
|
1320
|
-
""" """
|
|
1321
|
-
|
|
1322
1221
|
bl_region_type: typing.Any
|
|
1323
|
-
""" """
|
|
1324
|
-
|
|
1325
1222
|
bl_rna: typing.Any
|
|
1326
|
-
""" """
|
|
1327
|
-
|
|
1328
1223
|
bl_space_type: typing.Any
|
|
1329
|
-
""" """
|
|
1330
|
-
|
|
1331
1224
|
id_data: typing.Any
|
|
1332
|
-
""" """
|
|
1333
1225
|
|
|
1334
1226
|
def append(self, draw_func):
|
|
1335
1227
|
"""Append a draw function to this menu,
|
|
@@ -1414,10 +1306,7 @@ class OBJECT_PT_custom_props(
|
|
|
1414
1306
|
"""
|
|
1415
1307
|
...
|
|
1416
1308
|
|
|
1417
|
-
def is_extended(self):
|
|
1418
|
-
""" """
|
|
1419
|
-
...
|
|
1420
|
-
|
|
1309
|
+
def is_extended(self): ...
|
|
1421
1310
|
def is_property_hidden(self) -> bool:
|
|
1422
1311
|
"""Check if a property is hidden.
|
|
1423
1312
|
|
|
@@ -1555,31 +1444,14 @@ class OBJECT_PT_custom_props(
|
|
|
1555
1444
|
class OBJECT_PT_delta_transform(
|
|
1556
1445
|
bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
|
|
1557
1446
|
):
|
|
1558
|
-
""" """
|
|
1559
|
-
|
|
1560
1447
|
bl_context: typing.Any
|
|
1561
|
-
""" """
|
|
1562
|
-
|
|
1563
1448
|
bl_label: typing.Any
|
|
1564
|
-
""" """
|
|
1565
|
-
|
|
1566
1449
|
bl_options: typing.Any
|
|
1567
|
-
""" """
|
|
1568
|
-
|
|
1569
1450
|
bl_parent_id: typing.Any
|
|
1570
|
-
""" """
|
|
1571
|
-
|
|
1572
1451
|
bl_region_type: typing.Any
|
|
1573
|
-
""" """
|
|
1574
|
-
|
|
1575
1452
|
bl_rna: typing.Any
|
|
1576
|
-
""" """
|
|
1577
|
-
|
|
1578
1453
|
bl_space_type: typing.Any
|
|
1579
|
-
""" """
|
|
1580
|
-
|
|
1581
1454
|
id_data: typing.Any
|
|
1582
|
-
""" """
|
|
1583
1455
|
|
|
1584
1456
|
def append(self, draw_func):
|
|
1585
1457
|
"""Append a draw function to this menu,
|
|
@@ -1664,10 +1536,7 @@ class OBJECT_PT_delta_transform(
|
|
|
1664
1536
|
"""
|
|
1665
1537
|
...
|
|
1666
1538
|
|
|
1667
|
-
def is_extended(self):
|
|
1668
|
-
""" """
|
|
1669
|
-
...
|
|
1670
|
-
|
|
1539
|
+
def is_extended(self): ...
|
|
1671
1540
|
def is_property_hidden(self) -> bool:
|
|
1672
1541
|
"""Check if a property is hidden.
|
|
1673
1542
|
|
|
@@ -1796,31 +1665,14 @@ class OBJECT_PT_delta_transform(
|
|
|
1796
1665
|
...
|
|
1797
1666
|
|
|
1798
1667
|
class OBJECT_PT_display(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
|
|
1799
|
-
""" """
|
|
1800
|
-
|
|
1801
1668
|
bl_context: typing.Any
|
|
1802
|
-
""" """
|
|
1803
|
-
|
|
1804
1669
|
bl_label: typing.Any
|
|
1805
|
-
""" """
|
|
1806
|
-
|
|
1807
1670
|
bl_options: typing.Any
|
|
1808
|
-
""" """
|
|
1809
|
-
|
|
1810
1671
|
bl_order: typing.Any
|
|
1811
|
-
""" """
|
|
1812
|
-
|
|
1813
1672
|
bl_region_type: typing.Any
|
|
1814
|
-
""" """
|
|
1815
|
-
|
|
1816
1673
|
bl_rna: typing.Any
|
|
1817
|
-
""" """
|
|
1818
|
-
|
|
1819
1674
|
bl_space_type: typing.Any
|
|
1820
|
-
""" """
|
|
1821
|
-
|
|
1822
1675
|
id_data: typing.Any
|
|
1823
|
-
""" """
|
|
1824
1676
|
|
|
1825
1677
|
def append(self, draw_func):
|
|
1826
1678
|
"""Append a draw function to this menu,
|
|
@@ -1905,10 +1757,7 @@ class OBJECT_PT_display(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericU
|
|
|
1905
1757
|
"""
|
|
1906
1758
|
...
|
|
1907
1759
|
|
|
1908
|
-
def is_extended(self):
|
|
1909
|
-
""" """
|
|
1910
|
-
...
|
|
1911
|
-
|
|
1760
|
+
def is_extended(self): ...
|
|
1912
1761
|
def is_property_hidden(self) -> bool:
|
|
1913
1762
|
"""Check if a property is hidden.
|
|
1914
1763
|
|
|
@@ -2037,28 +1886,13 @@ class OBJECT_PT_display(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericU
|
|
|
2037
1886
|
...
|
|
2038
1887
|
|
|
2039
1888
|
class OBJECT_PT_instancing(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
|
|
2040
|
-
""" """
|
|
2041
|
-
|
|
2042
1889
|
bl_context: typing.Any
|
|
2043
|
-
""" """
|
|
2044
|
-
|
|
2045
1890
|
bl_label: typing.Any
|
|
2046
|
-
""" """
|
|
2047
|
-
|
|
2048
1891
|
bl_options: typing.Any
|
|
2049
|
-
""" """
|
|
2050
|
-
|
|
2051
1892
|
bl_region_type: typing.Any
|
|
2052
|
-
""" """
|
|
2053
|
-
|
|
2054
1893
|
bl_rna: typing.Any
|
|
2055
|
-
""" """
|
|
2056
|
-
|
|
2057
1894
|
bl_space_type: typing.Any
|
|
2058
|
-
""" """
|
|
2059
|
-
|
|
2060
1895
|
id_data: typing.Any
|
|
2061
|
-
""" """
|
|
2062
1896
|
|
|
2063
1897
|
def append(self, draw_func):
|
|
2064
1898
|
"""Append a draw function to this menu,
|
|
@@ -2143,10 +1977,7 @@ class OBJECT_PT_instancing(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Gener
|
|
|
2143
1977
|
"""
|
|
2144
1978
|
...
|
|
2145
1979
|
|
|
2146
|
-
def is_extended(self):
|
|
2147
|
-
""" """
|
|
2148
|
-
...
|
|
2149
|
-
|
|
1980
|
+
def is_extended(self): ...
|
|
2150
1981
|
def is_property_hidden(self) -> bool:
|
|
2151
1982
|
"""Check if a property is hidden.
|
|
2152
1983
|
|
|
@@ -2284,28 +2115,13 @@ class OBJECT_PT_instancing(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Gener
|
|
|
2284
2115
|
class OBJECT_PT_instancing_size(
|
|
2285
2116
|
bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI
|
|
2286
2117
|
):
|
|
2287
|
-
""" """
|
|
2288
|
-
|
|
2289
2118
|
bl_context: typing.Any
|
|
2290
|
-
""" """
|
|
2291
|
-
|
|
2292
2119
|
bl_label: typing.Any
|
|
2293
|
-
""" """
|
|
2294
|
-
|
|
2295
2120
|
bl_parent_id: typing.Any
|
|
2296
|
-
""" """
|
|
2297
|
-
|
|
2298
2121
|
bl_region_type: typing.Any
|
|
2299
|
-
""" """
|
|
2300
|
-
|
|
2301
2122
|
bl_rna: typing.Any
|
|
2302
|
-
""" """
|
|
2303
|
-
|
|
2304
2123
|
bl_space_type: typing.Any
|
|
2305
|
-
""" """
|
|
2306
|
-
|
|
2307
2124
|
id_data: typing.Any
|
|
2308
|
-
""" """
|
|
2309
2125
|
|
|
2310
2126
|
def append(self, draw_func):
|
|
2311
2127
|
"""Append a draw function to this menu,
|
|
@@ -2397,10 +2213,7 @@ class OBJECT_PT_instancing_size(
|
|
|
2397
2213
|
"""
|
|
2398
2214
|
...
|
|
2399
2215
|
|
|
2400
|
-
def is_extended(self):
|
|
2401
|
-
""" """
|
|
2402
|
-
...
|
|
2403
|
-
|
|
2216
|
+
def is_extended(self): ...
|
|
2404
2217
|
def is_property_hidden(self) -> bool:
|
|
2405
2218
|
"""Check if a property is hidden.
|
|
2406
2219
|
|
|
@@ -2536,31 +2349,14 @@ class OBJECT_PT_instancing_size(
|
|
|
2536
2349
|
...
|
|
2537
2350
|
|
|
2538
2351
|
class OBJECT_PT_lineart(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
|
|
2539
|
-
""" """
|
|
2540
|
-
|
|
2541
2352
|
bl_context: typing.Any
|
|
2542
|
-
""" """
|
|
2543
|
-
|
|
2544
2353
|
bl_label: typing.Any
|
|
2545
|
-
""" """
|
|
2546
|
-
|
|
2547
2354
|
bl_options: typing.Any
|
|
2548
|
-
""" """
|
|
2549
|
-
|
|
2550
2355
|
bl_order: typing.Any
|
|
2551
|
-
""" """
|
|
2552
|
-
|
|
2553
2356
|
bl_region_type: typing.Any
|
|
2554
|
-
""" """
|
|
2555
|
-
|
|
2556
2357
|
bl_rna: typing.Any
|
|
2557
|
-
""" """
|
|
2558
|
-
|
|
2559
2358
|
bl_space_type: typing.Any
|
|
2560
|
-
""" """
|
|
2561
|
-
|
|
2562
2359
|
id_data: typing.Any
|
|
2563
|
-
""" """
|
|
2564
2360
|
|
|
2565
2361
|
def append(self, draw_func):
|
|
2566
2362
|
"""Append a draw function to this menu,
|
|
@@ -2645,10 +2441,7 @@ class OBJECT_PT_lineart(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericU
|
|
|
2645
2441
|
"""
|
|
2646
2442
|
...
|
|
2647
2443
|
|
|
2648
|
-
def is_extended(self):
|
|
2649
|
-
""" """
|
|
2650
|
-
...
|
|
2651
|
-
|
|
2444
|
+
def is_extended(self): ...
|
|
2652
2445
|
def is_property_hidden(self) -> bool:
|
|
2653
2446
|
"""Check if a property is hidden.
|
|
2654
2447
|
|
|
@@ -2784,28 +2577,13 @@ class OBJECT_PT_lineart(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericU
|
|
|
2784
2577
|
...
|
|
2785
2578
|
|
|
2786
2579
|
class OBJECT_PT_relations(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
|
|
2787
|
-
""" """
|
|
2788
|
-
|
|
2789
2580
|
bl_context: typing.Any
|
|
2790
|
-
""" """
|
|
2791
|
-
|
|
2792
2581
|
bl_label: typing.Any
|
|
2793
|
-
""" """
|
|
2794
|
-
|
|
2795
2582
|
bl_options: typing.Any
|
|
2796
|
-
""" """
|
|
2797
|
-
|
|
2798
2583
|
bl_region_type: typing.Any
|
|
2799
|
-
""" """
|
|
2800
|
-
|
|
2801
2584
|
bl_rna: typing.Any
|
|
2802
|
-
""" """
|
|
2803
|
-
|
|
2804
2585
|
bl_space_type: typing.Any
|
|
2805
|
-
""" """
|
|
2806
|
-
|
|
2807
2586
|
id_data: typing.Any
|
|
2808
|
-
""" """
|
|
2809
2587
|
|
|
2810
2588
|
def append(self, draw_func):
|
|
2811
2589
|
"""Append a draw function to this menu,
|
|
@@ -2890,10 +2668,7 @@ class OBJECT_PT_relations(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Generi
|
|
|
2890
2668
|
"""
|
|
2891
2669
|
...
|
|
2892
2670
|
|
|
2893
|
-
def is_extended(self):
|
|
2894
|
-
""" """
|
|
2895
|
-
...
|
|
2896
|
-
|
|
2671
|
+
def is_extended(self): ...
|
|
2897
2672
|
def is_property_hidden(self) -> bool:
|
|
2898
2673
|
"""Check if a property is hidden.
|
|
2899
2674
|
|
|
@@ -3022,25 +2797,12 @@ class OBJECT_PT_relations(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Generi
|
|
|
3022
2797
|
...
|
|
3023
2798
|
|
|
3024
2799
|
class OBJECT_PT_transform(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
|
|
3025
|
-
""" """
|
|
3026
|
-
|
|
3027
2800
|
bl_context: typing.Any
|
|
3028
|
-
""" """
|
|
3029
|
-
|
|
3030
2801
|
bl_label: typing.Any
|
|
3031
|
-
""" """
|
|
3032
|
-
|
|
3033
2802
|
bl_region_type: typing.Any
|
|
3034
|
-
""" """
|
|
3035
|
-
|
|
3036
2803
|
bl_rna: typing.Any
|
|
3037
|
-
""" """
|
|
3038
|
-
|
|
3039
2804
|
bl_space_type: typing.Any
|
|
3040
|
-
""" """
|
|
3041
|
-
|
|
3042
2805
|
id_data: typing.Any
|
|
3043
|
-
""" """
|
|
3044
2806
|
|
|
3045
2807
|
def append(self, draw_func):
|
|
3046
2808
|
"""Append a draw function to this menu,
|
|
@@ -3125,10 +2887,7 @@ class OBJECT_PT_transform(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Generi
|
|
|
3125
2887
|
"""
|
|
3126
2888
|
...
|
|
3127
2889
|
|
|
3128
|
-
def is_extended(self):
|
|
3129
|
-
""" """
|
|
3130
|
-
...
|
|
3131
|
-
|
|
2890
|
+
def is_extended(self): ...
|
|
3132
2891
|
def is_property_hidden(self) -> bool:
|
|
3133
2892
|
"""Check if a property is hidden.
|
|
3134
2893
|
|
|
@@ -3257,31 +3016,14 @@ class OBJECT_PT_transform(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Generi
|
|
|
3257
3016
|
...
|
|
3258
3017
|
|
|
3259
3018
|
class OBJECT_PT_visibility(bpy_types.Panel, ObjectButtonsPanel, bpy_types._GenericUI):
|
|
3260
|
-
""" """
|
|
3261
|
-
|
|
3262
3019
|
COMPAT_ENGINES: typing.Any
|
|
3263
|
-
""" """
|
|
3264
|
-
|
|
3265
3020
|
bl_context: typing.Any
|
|
3266
|
-
""" """
|
|
3267
|
-
|
|
3268
3021
|
bl_label: typing.Any
|
|
3269
|
-
""" """
|
|
3270
|
-
|
|
3271
3022
|
bl_options: typing.Any
|
|
3272
|
-
""" """
|
|
3273
|
-
|
|
3274
3023
|
bl_region_type: typing.Any
|
|
3275
|
-
""" """
|
|
3276
|
-
|
|
3277
3024
|
bl_rna: typing.Any
|
|
3278
|
-
""" """
|
|
3279
|
-
|
|
3280
3025
|
bl_space_type: typing.Any
|
|
3281
|
-
""" """
|
|
3282
|
-
|
|
3283
3026
|
id_data: typing.Any
|
|
3284
|
-
""" """
|
|
3285
3027
|
|
|
3286
3028
|
def append(self, draw_func):
|
|
3287
3029
|
"""Append a draw function to this menu,
|
|
@@ -3366,10 +3108,7 @@ class OBJECT_PT_visibility(bpy_types.Panel, ObjectButtonsPanel, bpy_types._Gener
|
|
|
3366
3108
|
"""
|
|
3367
3109
|
...
|
|
3368
3110
|
|
|
3369
|
-
def is_extended(self):
|
|
3370
|
-
""" """
|
|
3371
|
-
...
|
|
3372
|
-
|
|
3111
|
+
def is_extended(self): ...
|
|
3373
3112
|
def is_property_hidden(self) -> bool:
|
|
3374
3113
|
"""Check if a property is hidden.
|
|
3375
3114
|
|