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,34 +7,15 @@ import rna_prop_ui
|
|
|
7
7
|
GenericType = typing.TypeVar("GenericType")
|
|
8
8
|
|
|
9
9
|
class CAMERA_PT_presets(bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI):
|
|
10
|
-
""" """
|
|
11
|
-
|
|
12
10
|
COMPAT_ENGINES: typing.Any
|
|
13
|
-
""" """
|
|
14
|
-
|
|
15
11
|
bl_label: typing.Any
|
|
16
|
-
""" """
|
|
17
|
-
|
|
18
12
|
bl_region_type: typing.Any
|
|
19
|
-
""" """
|
|
20
|
-
|
|
21
13
|
bl_rna: typing.Any
|
|
22
|
-
""" """
|
|
23
|
-
|
|
24
14
|
bl_space_type: typing.Any
|
|
25
|
-
""" """
|
|
26
|
-
|
|
27
15
|
id_data: typing.Any
|
|
28
|
-
""" """
|
|
29
|
-
|
|
30
16
|
preset_add_operator: typing.Any
|
|
31
|
-
""" """
|
|
32
|
-
|
|
33
17
|
preset_operator: typing.Any
|
|
34
|
-
""" """
|
|
35
|
-
|
|
36
18
|
preset_subdir: typing.Any
|
|
37
|
-
""" """
|
|
38
19
|
|
|
39
20
|
def append(self, draw_func):
|
|
40
21
|
"""Append a draw function to this menu,
|
|
@@ -134,10 +115,7 @@ class CAMERA_PT_presets(bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._Gen
|
|
|
134
115
|
"""
|
|
135
116
|
...
|
|
136
117
|
|
|
137
|
-
def is_extended(self):
|
|
138
|
-
""" """
|
|
139
|
-
...
|
|
140
|
-
|
|
118
|
+
def is_extended(self): ...
|
|
141
119
|
def is_property_hidden(self) -> bool:
|
|
142
120
|
"""Check if a property is hidden.
|
|
143
121
|
|
|
@@ -302,34 +280,15 @@ class CAMERA_PT_presets(bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._Gen
|
|
|
302
280
|
class CAMERA_PT_safe_areas_presets(
|
|
303
281
|
bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
304
282
|
):
|
|
305
|
-
""" """
|
|
306
|
-
|
|
307
283
|
COMPAT_ENGINES: typing.Any
|
|
308
|
-
""" """
|
|
309
|
-
|
|
310
284
|
bl_label: typing.Any
|
|
311
|
-
""" """
|
|
312
|
-
|
|
313
285
|
bl_region_type: typing.Any
|
|
314
|
-
""" """
|
|
315
|
-
|
|
316
286
|
bl_rna: typing.Any
|
|
317
|
-
""" """
|
|
318
|
-
|
|
319
287
|
bl_space_type: typing.Any
|
|
320
|
-
""" """
|
|
321
|
-
|
|
322
288
|
id_data: typing.Any
|
|
323
|
-
""" """
|
|
324
|
-
|
|
325
289
|
preset_add_operator: typing.Any
|
|
326
|
-
""" """
|
|
327
|
-
|
|
328
290
|
preset_operator: typing.Any
|
|
329
|
-
""" """
|
|
330
|
-
|
|
331
291
|
preset_subdir: typing.Any
|
|
332
|
-
""" """
|
|
333
292
|
|
|
334
293
|
def append(self, draw_func):
|
|
335
294
|
"""Append a draw function to this menu,
|
|
@@ -429,10 +388,7 @@ class CAMERA_PT_safe_areas_presets(
|
|
|
429
388
|
"""
|
|
430
389
|
...
|
|
431
390
|
|
|
432
|
-
def is_extended(self):
|
|
433
|
-
""" """
|
|
434
|
-
...
|
|
435
|
-
|
|
391
|
+
def is_extended(self): ...
|
|
436
392
|
def is_property_hidden(self) -> bool:
|
|
437
393
|
"""Check if a property is hidden.
|
|
438
394
|
|
|
@@ -595,16 +551,9 @@ class CAMERA_PT_safe_areas_presets(
|
|
|
595
551
|
...
|
|
596
552
|
|
|
597
553
|
class CameraButtonsPanel:
|
|
598
|
-
""" """
|
|
599
|
-
|
|
600
554
|
bl_context: typing.Any
|
|
601
|
-
""" """
|
|
602
|
-
|
|
603
555
|
bl_region_type: typing.Any
|
|
604
|
-
""" """
|
|
605
|
-
|
|
606
556
|
bl_space_type: typing.Any
|
|
607
|
-
""" """
|
|
608
557
|
|
|
609
558
|
def poll(self, context):
|
|
610
559
|
"""
|
|
@@ -614,31 +563,14 @@ class CameraButtonsPanel:
|
|
|
614
563
|
...
|
|
615
564
|
|
|
616
565
|
class DATA_PT_camera(bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI):
|
|
617
|
-
""" """
|
|
618
|
-
|
|
619
566
|
COMPAT_ENGINES: typing.Any
|
|
620
|
-
""" """
|
|
621
|
-
|
|
622
567
|
bl_context: typing.Any
|
|
623
|
-
""" """
|
|
624
|
-
|
|
625
568
|
bl_label: typing.Any
|
|
626
|
-
""" """
|
|
627
|
-
|
|
628
569
|
bl_options: typing.Any
|
|
629
|
-
""" """
|
|
630
|
-
|
|
631
570
|
bl_region_type: typing.Any
|
|
632
|
-
""" """
|
|
633
|
-
|
|
634
571
|
bl_rna: typing.Any
|
|
635
|
-
""" """
|
|
636
|
-
|
|
637
572
|
bl_space_type: typing.Any
|
|
638
|
-
""" """
|
|
639
|
-
|
|
640
573
|
id_data: typing.Any
|
|
641
|
-
""" """
|
|
642
574
|
|
|
643
575
|
def append(self, draw_func):
|
|
644
576
|
"""Append a draw function to this menu,
|
|
@@ -730,10 +662,7 @@ class DATA_PT_camera(bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI):
|
|
|
730
662
|
"""
|
|
731
663
|
...
|
|
732
664
|
|
|
733
|
-
def is_extended(self):
|
|
734
|
-
""" """
|
|
735
|
-
...
|
|
736
|
-
|
|
665
|
+
def is_extended(self): ...
|
|
737
666
|
def is_property_hidden(self) -> bool:
|
|
738
667
|
"""Check if a property is hidden.
|
|
739
668
|
|
|
@@ -871,31 +800,14 @@ class DATA_PT_camera(bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI):
|
|
|
871
800
|
class DATA_PT_camera_background_image(
|
|
872
801
|
bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI
|
|
873
802
|
):
|
|
874
|
-
""" """
|
|
875
|
-
|
|
876
803
|
COMPAT_ENGINES: typing.Any
|
|
877
|
-
""" """
|
|
878
|
-
|
|
879
804
|
bl_context: typing.Any
|
|
880
|
-
""" """
|
|
881
|
-
|
|
882
805
|
bl_label: typing.Any
|
|
883
|
-
""" """
|
|
884
|
-
|
|
885
806
|
bl_options: typing.Any
|
|
886
|
-
""" """
|
|
887
|
-
|
|
888
807
|
bl_region_type: typing.Any
|
|
889
|
-
""" """
|
|
890
|
-
|
|
891
808
|
bl_rna: typing.Any
|
|
892
|
-
""" """
|
|
893
|
-
|
|
894
809
|
bl_space_type: typing.Any
|
|
895
|
-
""" """
|
|
896
|
-
|
|
897
810
|
id_data: typing.Any
|
|
898
|
-
""" """
|
|
899
811
|
|
|
900
812
|
def append(self, draw_func):
|
|
901
813
|
"""Append a draw function to this menu,
|
|
@@ -987,10 +899,7 @@ class DATA_PT_camera_background_image(
|
|
|
987
899
|
"""
|
|
988
900
|
...
|
|
989
901
|
|
|
990
|
-
def is_extended(self):
|
|
991
|
-
""" """
|
|
992
|
-
...
|
|
993
|
-
|
|
902
|
+
def is_extended(self): ...
|
|
994
903
|
def is_property_hidden(self) -> bool:
|
|
995
904
|
"""Check if a property is hidden.
|
|
996
905
|
|
|
@@ -1126,31 +1035,14 @@ class DATA_PT_camera_background_image(
|
|
|
1126
1035
|
...
|
|
1127
1036
|
|
|
1128
1037
|
class DATA_PT_camera_display(bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI):
|
|
1129
|
-
""" """
|
|
1130
|
-
|
|
1131
1038
|
COMPAT_ENGINES: typing.Any
|
|
1132
|
-
""" """
|
|
1133
|
-
|
|
1134
1039
|
bl_context: typing.Any
|
|
1135
|
-
""" """
|
|
1136
|
-
|
|
1137
1040
|
bl_label: typing.Any
|
|
1138
|
-
""" """
|
|
1139
|
-
|
|
1140
1041
|
bl_options: typing.Any
|
|
1141
|
-
""" """
|
|
1142
|
-
|
|
1143
1042
|
bl_region_type: typing.Any
|
|
1144
|
-
""" """
|
|
1145
|
-
|
|
1146
1043
|
bl_rna: typing.Any
|
|
1147
|
-
""" """
|
|
1148
|
-
|
|
1149
1044
|
bl_space_type: typing.Any
|
|
1150
|
-
""" """
|
|
1151
|
-
|
|
1152
1045
|
id_data: typing.Any
|
|
1153
|
-
""" """
|
|
1154
1046
|
|
|
1155
1047
|
def append(self, draw_func):
|
|
1156
1048
|
"""Append a draw function to this menu,
|
|
@@ -1235,10 +1127,7 @@ class DATA_PT_camera_display(bpy_types.Panel, CameraButtonsPanel, bpy_types._Gen
|
|
|
1235
1127
|
"""
|
|
1236
1128
|
...
|
|
1237
1129
|
|
|
1238
|
-
def is_extended(self):
|
|
1239
|
-
""" """
|
|
1240
|
-
...
|
|
1241
|
-
|
|
1130
|
+
def is_extended(self): ...
|
|
1242
1131
|
def is_property_hidden(self) -> bool:
|
|
1243
1132
|
"""Check if a property is hidden.
|
|
1244
1133
|
|
|
@@ -1376,34 +1265,15 @@ class DATA_PT_camera_display(bpy_types.Panel, CameraButtonsPanel, bpy_types._Gen
|
|
|
1376
1265
|
class DATA_PT_camera_display_composition_guides(
|
|
1377
1266
|
bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI
|
|
1378
1267
|
):
|
|
1379
|
-
""" """
|
|
1380
|
-
|
|
1381
1268
|
COMPAT_ENGINES: typing.Any
|
|
1382
|
-
""" """
|
|
1383
|
-
|
|
1384
1269
|
bl_context: typing.Any
|
|
1385
|
-
""" """
|
|
1386
|
-
|
|
1387
1270
|
bl_label: typing.Any
|
|
1388
|
-
""" """
|
|
1389
|
-
|
|
1390
1271
|
bl_options: typing.Any
|
|
1391
|
-
""" """
|
|
1392
|
-
|
|
1393
1272
|
bl_parent_id: typing.Any
|
|
1394
|
-
""" """
|
|
1395
|
-
|
|
1396
1273
|
bl_region_type: typing.Any
|
|
1397
|
-
""" """
|
|
1398
|
-
|
|
1399
1274
|
bl_rna: typing.Any
|
|
1400
|
-
""" """
|
|
1401
|
-
|
|
1402
1275
|
bl_space_type: typing.Any
|
|
1403
|
-
""" """
|
|
1404
|
-
|
|
1405
1276
|
id_data: typing.Any
|
|
1406
|
-
""" """
|
|
1407
1277
|
|
|
1408
1278
|
def append(self, draw_func):
|
|
1409
1279
|
"""Append a draw function to this menu,
|
|
@@ -1488,10 +1358,7 @@ class DATA_PT_camera_display_composition_guides(
|
|
|
1488
1358
|
"""
|
|
1489
1359
|
...
|
|
1490
1360
|
|
|
1491
|
-
def is_extended(self):
|
|
1492
|
-
""" """
|
|
1493
|
-
...
|
|
1494
|
-
|
|
1361
|
+
def is_extended(self): ...
|
|
1495
1362
|
def is_property_hidden(self) -> bool:
|
|
1496
1363
|
"""Check if a property is hidden.
|
|
1497
1364
|
|
|
@@ -1627,31 +1494,14 @@ class DATA_PT_camera_display_composition_guides(
|
|
|
1627
1494
|
...
|
|
1628
1495
|
|
|
1629
1496
|
class DATA_PT_camera_dof(bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI):
|
|
1630
|
-
""" """
|
|
1631
|
-
|
|
1632
1497
|
COMPAT_ENGINES: typing.Any
|
|
1633
|
-
""" """
|
|
1634
|
-
|
|
1635
1498
|
bl_context: typing.Any
|
|
1636
|
-
""" """
|
|
1637
|
-
|
|
1638
1499
|
bl_label: typing.Any
|
|
1639
|
-
""" """
|
|
1640
|
-
|
|
1641
1500
|
bl_options: typing.Any
|
|
1642
|
-
""" """
|
|
1643
|
-
|
|
1644
1501
|
bl_region_type: typing.Any
|
|
1645
|
-
""" """
|
|
1646
|
-
|
|
1647
1502
|
bl_rna: typing.Any
|
|
1648
|
-
""" """
|
|
1649
|
-
|
|
1650
1503
|
bl_space_type: typing.Any
|
|
1651
|
-
""" """
|
|
1652
|
-
|
|
1653
1504
|
id_data: typing.Any
|
|
1654
|
-
""" """
|
|
1655
1505
|
|
|
1656
1506
|
def append(self, draw_func):
|
|
1657
1507
|
"""Append a draw function to this menu,
|
|
@@ -1743,10 +1593,7 @@ class DATA_PT_camera_dof(bpy_types.Panel, CameraButtonsPanel, bpy_types._Generic
|
|
|
1743
1593
|
"""
|
|
1744
1594
|
...
|
|
1745
1595
|
|
|
1746
|
-
def is_extended(self):
|
|
1747
|
-
""" """
|
|
1748
|
-
...
|
|
1749
|
-
|
|
1596
|
+
def is_extended(self): ...
|
|
1750
1597
|
def is_property_hidden(self) -> bool:
|
|
1751
1598
|
"""Check if a property is hidden.
|
|
1752
1599
|
|
|
@@ -1884,31 +1731,14 @@ class DATA_PT_camera_dof(bpy_types.Panel, CameraButtonsPanel, bpy_types._Generic
|
|
|
1884
1731
|
class DATA_PT_camera_dof_aperture(
|
|
1885
1732
|
bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI
|
|
1886
1733
|
):
|
|
1887
|
-
""" """
|
|
1888
|
-
|
|
1889
1734
|
COMPAT_ENGINES: typing.Any
|
|
1890
|
-
""" """
|
|
1891
|
-
|
|
1892
1735
|
bl_context: typing.Any
|
|
1893
|
-
""" """
|
|
1894
|
-
|
|
1895
1736
|
bl_label: typing.Any
|
|
1896
|
-
""" """
|
|
1897
|
-
|
|
1898
1737
|
bl_parent_id: typing.Any
|
|
1899
|
-
""" """
|
|
1900
|
-
|
|
1901
1738
|
bl_region_type: typing.Any
|
|
1902
|
-
""" """
|
|
1903
|
-
|
|
1904
1739
|
bl_rna: typing.Any
|
|
1905
|
-
""" """
|
|
1906
|
-
|
|
1907
1740
|
bl_space_type: typing.Any
|
|
1908
|
-
""" """
|
|
1909
|
-
|
|
1910
1741
|
id_data: typing.Any
|
|
1911
|
-
""" """
|
|
1912
1742
|
|
|
1913
1743
|
def append(self, draw_func):
|
|
1914
1744
|
"""Append a draw function to this menu,
|
|
@@ -1993,10 +1823,7 @@ class DATA_PT_camera_dof_aperture(
|
|
|
1993
1823
|
"""
|
|
1994
1824
|
...
|
|
1995
1825
|
|
|
1996
|
-
def is_extended(self):
|
|
1997
|
-
""" """
|
|
1998
|
-
...
|
|
1999
|
-
|
|
1826
|
+
def is_extended(self): ...
|
|
2000
1827
|
def is_property_hidden(self) -> bool:
|
|
2001
1828
|
"""Check if a property is hidden.
|
|
2002
1829
|
|
|
@@ -2134,31 +1961,14 @@ class DATA_PT_camera_dof_aperture(
|
|
|
2134
1961
|
class DATA_PT_camera_safe_areas(
|
|
2135
1962
|
bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI
|
|
2136
1963
|
):
|
|
2137
|
-
""" """
|
|
2138
|
-
|
|
2139
1964
|
COMPAT_ENGINES: typing.Any
|
|
2140
|
-
""" """
|
|
2141
|
-
|
|
2142
1965
|
bl_context: typing.Any
|
|
2143
|
-
""" """
|
|
2144
|
-
|
|
2145
1966
|
bl_label: typing.Any
|
|
2146
|
-
""" """
|
|
2147
|
-
|
|
2148
1967
|
bl_options: typing.Any
|
|
2149
|
-
""" """
|
|
2150
|
-
|
|
2151
1968
|
bl_region_type: typing.Any
|
|
2152
|
-
""" """
|
|
2153
|
-
|
|
2154
1969
|
bl_rna: typing.Any
|
|
2155
|
-
""" """
|
|
2156
|
-
|
|
2157
1970
|
bl_space_type: typing.Any
|
|
2158
|
-
""" """
|
|
2159
|
-
|
|
2160
1971
|
id_data: typing.Any
|
|
2161
|
-
""" """
|
|
2162
1972
|
|
|
2163
1973
|
def append(self, draw_func):
|
|
2164
1974
|
"""Append a draw function to this menu,
|
|
@@ -2257,10 +2067,7 @@ class DATA_PT_camera_safe_areas(
|
|
|
2257
2067
|
"""
|
|
2258
2068
|
...
|
|
2259
2069
|
|
|
2260
|
-
def is_extended(self):
|
|
2261
|
-
""" """
|
|
2262
|
-
...
|
|
2263
|
-
|
|
2070
|
+
def is_extended(self): ...
|
|
2264
2071
|
def is_property_hidden(self) -> bool:
|
|
2265
2072
|
"""Check if a property is hidden.
|
|
2266
2073
|
|
|
@@ -2398,34 +2205,15 @@ class DATA_PT_camera_safe_areas(
|
|
|
2398
2205
|
class DATA_PT_camera_safe_areas_center_cut(
|
|
2399
2206
|
bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI
|
|
2400
2207
|
):
|
|
2401
|
-
""" """
|
|
2402
|
-
|
|
2403
2208
|
COMPAT_ENGINES: typing.Any
|
|
2404
|
-
""" """
|
|
2405
|
-
|
|
2406
2209
|
bl_context: typing.Any
|
|
2407
|
-
""" """
|
|
2408
|
-
|
|
2409
2210
|
bl_label: typing.Any
|
|
2410
|
-
""" """
|
|
2411
|
-
|
|
2412
2211
|
bl_options: typing.Any
|
|
2413
|
-
""" """
|
|
2414
|
-
|
|
2415
2212
|
bl_parent_id: typing.Any
|
|
2416
|
-
""" """
|
|
2417
|
-
|
|
2418
2213
|
bl_region_type: typing.Any
|
|
2419
|
-
""" """
|
|
2420
|
-
|
|
2421
2214
|
bl_rna: typing.Any
|
|
2422
|
-
""" """
|
|
2423
|
-
|
|
2424
2215
|
bl_space_type: typing.Any
|
|
2425
|
-
""" """
|
|
2426
|
-
|
|
2427
2216
|
id_data: typing.Any
|
|
2428
|
-
""" """
|
|
2429
2217
|
|
|
2430
2218
|
def append(self, draw_func):
|
|
2431
2219
|
"""Append a draw function to this menu,
|
|
@@ -2517,10 +2305,7 @@ class DATA_PT_camera_safe_areas_center_cut(
|
|
|
2517
2305
|
"""
|
|
2518
2306
|
...
|
|
2519
2307
|
|
|
2520
|
-
def is_extended(self):
|
|
2521
|
-
""" """
|
|
2522
|
-
...
|
|
2523
|
-
|
|
2308
|
+
def is_extended(self): ...
|
|
2524
2309
|
def is_property_hidden(self) -> bool:
|
|
2525
2310
|
"""Check if a property is hidden.
|
|
2526
2311
|
|
|
@@ -2658,28 +2443,13 @@ class DATA_PT_camera_safe_areas_center_cut(
|
|
|
2658
2443
|
class DATA_PT_camera_stereoscopy(
|
|
2659
2444
|
bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI
|
|
2660
2445
|
):
|
|
2661
|
-
""" """
|
|
2662
|
-
|
|
2663
2446
|
COMPAT_ENGINES: typing.Any
|
|
2664
|
-
""" """
|
|
2665
|
-
|
|
2666
2447
|
bl_context: typing.Any
|
|
2667
|
-
""" """
|
|
2668
|
-
|
|
2669
2448
|
bl_label: typing.Any
|
|
2670
|
-
""" """
|
|
2671
|
-
|
|
2672
2449
|
bl_region_type: typing.Any
|
|
2673
|
-
""" """
|
|
2674
|
-
|
|
2675
2450
|
bl_rna: typing.Any
|
|
2676
|
-
""" """
|
|
2677
|
-
|
|
2678
2451
|
bl_space_type: typing.Any
|
|
2679
|
-
""" """
|
|
2680
|
-
|
|
2681
2452
|
id_data: typing.Any
|
|
2682
|
-
""" """
|
|
2683
2453
|
|
|
2684
2454
|
def append(self, draw_func):
|
|
2685
2455
|
"""Append a draw function to this menu,
|
|
@@ -2764,10 +2534,7 @@ class DATA_PT_camera_stereoscopy(
|
|
|
2764
2534
|
"""
|
|
2765
2535
|
...
|
|
2766
2536
|
|
|
2767
|
-
def is_extended(self):
|
|
2768
|
-
""" """
|
|
2769
|
-
...
|
|
2770
|
-
|
|
2537
|
+
def is_extended(self): ...
|
|
2771
2538
|
def is_property_hidden(self) -> bool:
|
|
2772
2539
|
"""Check if a property is hidden.
|
|
2773
2540
|
|
|
@@ -2903,31 +2670,14 @@ class DATA_PT_camera_stereoscopy(
|
|
|
2903
2670
|
...
|
|
2904
2671
|
|
|
2905
2672
|
class DATA_PT_context_camera(bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI):
|
|
2906
|
-
""" """
|
|
2907
|
-
|
|
2908
2673
|
COMPAT_ENGINES: typing.Any
|
|
2909
|
-
""" """
|
|
2910
|
-
|
|
2911
2674
|
bl_context: typing.Any
|
|
2912
|
-
""" """
|
|
2913
|
-
|
|
2914
2675
|
bl_label: typing.Any
|
|
2915
|
-
""" """
|
|
2916
|
-
|
|
2917
2676
|
bl_options: typing.Any
|
|
2918
|
-
""" """
|
|
2919
|
-
|
|
2920
2677
|
bl_region_type: typing.Any
|
|
2921
|
-
""" """
|
|
2922
|
-
|
|
2923
2678
|
bl_rna: typing.Any
|
|
2924
|
-
""" """
|
|
2925
|
-
|
|
2926
2679
|
bl_space_type: typing.Any
|
|
2927
|
-
""" """
|
|
2928
|
-
|
|
2929
2680
|
id_data: typing.Any
|
|
2930
|
-
""" """
|
|
2931
2681
|
|
|
2932
2682
|
def append(self, draw_func):
|
|
2933
2683
|
"""Append a draw function to this menu,
|
|
@@ -3012,10 +2762,7 @@ class DATA_PT_context_camera(bpy_types.Panel, CameraButtonsPanel, bpy_types._Gen
|
|
|
3012
2762
|
"""
|
|
3013
2763
|
...
|
|
3014
2764
|
|
|
3015
|
-
def is_extended(self):
|
|
3016
|
-
""" """
|
|
3017
|
-
...
|
|
3018
|
-
|
|
2765
|
+
def is_extended(self): ...
|
|
3019
2766
|
def is_property_hidden(self) -> bool:
|
|
3020
2767
|
"""Check if a property is hidden.
|
|
3021
2768
|
|
|
@@ -3158,31 +2905,14 @@ class DATA_PT_custom_props_camera(
|
|
|
3158
2905
|
"""
|
|
3159
2906
|
|
|
3160
2907
|
COMPAT_ENGINES: typing.Any
|
|
3161
|
-
""" """
|
|
3162
|
-
|
|
3163
2908
|
bl_context: typing.Any
|
|
3164
|
-
""" """
|
|
3165
|
-
|
|
3166
2909
|
bl_label: typing.Any
|
|
3167
|
-
""" """
|
|
3168
|
-
|
|
3169
2910
|
bl_options: typing.Any
|
|
3170
|
-
""" """
|
|
3171
|
-
|
|
3172
2911
|
bl_order: typing.Any
|
|
3173
|
-
""" """
|
|
3174
|
-
|
|
3175
2912
|
bl_region_type: typing.Any
|
|
3176
|
-
""" """
|
|
3177
|
-
|
|
3178
2913
|
bl_rna: typing.Any
|
|
3179
|
-
""" """
|
|
3180
|
-
|
|
3181
2914
|
bl_space_type: typing.Any
|
|
3182
|
-
""" """
|
|
3183
|
-
|
|
3184
2915
|
id_data: typing.Any
|
|
3185
|
-
""" """
|
|
3186
2916
|
|
|
3187
2917
|
def append(self, draw_func):
|
|
3188
2918
|
"""Append a draw function to this menu,
|
|
@@ -3267,10 +2997,7 @@ class DATA_PT_custom_props_camera(
|
|
|
3267
2997
|
"""
|
|
3268
2998
|
...
|
|
3269
2999
|
|
|
3270
|
-
def is_extended(self):
|
|
3271
|
-
""" """
|
|
3272
|
-
...
|
|
3273
|
-
|
|
3000
|
+
def is_extended(self): ...
|
|
3274
3001
|
def is_property_hidden(self) -> bool:
|
|
3275
3002
|
"""Check if a property is hidden.
|
|
3276
3003
|
|
|
@@ -3406,31 +3133,14 @@ class DATA_PT_custom_props_camera(
|
|
|
3406
3133
|
...
|
|
3407
3134
|
|
|
3408
3135
|
class DATA_PT_lens(bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI):
|
|
3409
|
-
""" """
|
|
3410
|
-
|
|
3411
3136
|
COMPAT_ENGINES: typing.Any
|
|
3412
|
-
""" """
|
|
3413
|
-
|
|
3414
3137
|
bl_context: typing.Any
|
|
3415
|
-
""" """
|
|
3416
|
-
|
|
3417
3138
|
bl_label: typing.Any
|
|
3418
|
-
""" """
|
|
3419
|
-
|
|
3420
3139
|
bl_region_type: typing.Any
|
|
3421
|
-
""" """
|
|
3422
|
-
|
|
3423
3140
|
bl_rna: typing.Any
|
|
3424
|
-
""" """
|
|
3425
|
-
|
|
3426
3141
|
bl_space_type: typing.Any
|
|
3427
|
-
""" """
|
|
3428
|
-
|
|
3429
3142
|
bl_translation_context: typing.Any
|
|
3430
|
-
""" """
|
|
3431
|
-
|
|
3432
3143
|
id_data: typing.Any
|
|
3433
|
-
""" """
|
|
3434
3144
|
|
|
3435
3145
|
def append(self, draw_func):
|
|
3436
3146
|
"""Append a draw function to this menu,
|
|
@@ -3515,10 +3225,7 @@ class DATA_PT_lens(bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI):
|
|
|
3515
3225
|
"""
|
|
3516
3226
|
...
|
|
3517
3227
|
|
|
3518
|
-
def is_extended(self):
|
|
3519
|
-
""" """
|
|
3520
|
-
...
|
|
3521
|
-
|
|
3228
|
+
def is_extended(self): ...
|
|
3522
3229
|
def is_property_hidden(self) -> bool:
|
|
3523
3230
|
"""Check if a property is hidden.
|
|
3524
3231
|
|
|
@@ -3653,7 +3360,4 @@ class DATA_PT_lens(bpy_types.Panel, CameraButtonsPanel, bpy_types._GenericUI):
|
|
|
3653
3360
|
"""
|
|
3654
3361
|
...
|
|
3655
3362
|
|
|
3656
|
-
def draw_display_safe_settings(layout, safe_data, settings):
|
|
3657
|
-
""" """
|
|
3658
|
-
|
|
3659
|
-
...
|
|
3363
|
+
def draw_display_safe_settings(layout, safe_data, settings): ...
|