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
|
@@ -6,22 +6,11 @@ import bpy_types
|
|
|
6
6
|
GenericType = typing.TypeVar("GenericType")
|
|
7
7
|
|
|
8
8
|
class RENDER_MT_framerate_presets(bpy_types.Menu, bpy_types._GenericUI):
|
|
9
|
-
""" """
|
|
10
|
-
|
|
11
9
|
bl_label: typing.Any
|
|
12
|
-
""" """
|
|
13
|
-
|
|
14
10
|
bl_rna: typing.Any
|
|
15
|
-
""" """
|
|
16
|
-
|
|
17
11
|
id_data: typing.Any
|
|
18
|
-
""" """
|
|
19
|
-
|
|
20
12
|
preset_operator: typing.Any
|
|
21
|
-
""" """
|
|
22
|
-
|
|
23
13
|
preset_subdir: typing.Any
|
|
24
|
-
""" """
|
|
25
14
|
|
|
26
15
|
def append(self, draw_func):
|
|
27
16
|
"""Append a draw function to this menu,
|
|
@@ -131,10 +120,7 @@ class RENDER_MT_framerate_presets(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
131
120
|
"""
|
|
132
121
|
...
|
|
133
122
|
|
|
134
|
-
def is_extended(self):
|
|
135
|
-
""" """
|
|
136
|
-
...
|
|
137
|
-
|
|
123
|
+
def is_extended(self): ...
|
|
138
124
|
def is_property_hidden(self) -> bool:
|
|
139
125
|
"""Check if a property is hidden.
|
|
140
126
|
|
|
@@ -297,16 +283,9 @@ class RENDER_MT_framerate_presets(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
297
283
|
...
|
|
298
284
|
|
|
299
285
|
class RenderOutputButtonsPanel:
|
|
300
|
-
""" """
|
|
301
|
-
|
|
302
286
|
bl_context: typing.Any
|
|
303
|
-
""" """
|
|
304
|
-
|
|
305
287
|
bl_region_type: typing.Any
|
|
306
|
-
""" """
|
|
307
|
-
|
|
308
288
|
bl_space_type: typing.Any
|
|
309
|
-
""" """
|
|
310
289
|
|
|
311
290
|
def poll(self, context):
|
|
312
291
|
"""
|
|
@@ -318,28 +297,13 @@ class RenderOutputButtonsPanel:
|
|
|
318
297
|
class RENDER_PT_ffmpeg_presets(
|
|
319
298
|
bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
320
299
|
):
|
|
321
|
-
""" """
|
|
322
|
-
|
|
323
300
|
bl_label: typing.Any
|
|
324
|
-
""" """
|
|
325
|
-
|
|
326
301
|
bl_region_type: typing.Any
|
|
327
|
-
""" """
|
|
328
|
-
|
|
329
302
|
bl_rna: typing.Any
|
|
330
|
-
""" """
|
|
331
|
-
|
|
332
303
|
bl_space_type: typing.Any
|
|
333
|
-
""" """
|
|
334
|
-
|
|
335
304
|
id_data: typing.Any
|
|
336
|
-
""" """
|
|
337
|
-
|
|
338
305
|
preset_operator: typing.Any
|
|
339
|
-
""" """
|
|
340
|
-
|
|
341
306
|
preset_subdir: typing.Any
|
|
342
|
-
""" """
|
|
343
307
|
|
|
344
308
|
def append(self, draw_func):
|
|
345
309
|
"""Append a draw function to this menu,
|
|
@@ -439,10 +403,7 @@ class RENDER_PT_ffmpeg_presets(
|
|
|
439
403
|
"""
|
|
440
404
|
...
|
|
441
405
|
|
|
442
|
-
def is_extended(self):
|
|
443
|
-
""" """
|
|
444
|
-
...
|
|
445
|
-
|
|
406
|
+
def is_extended(self): ...
|
|
446
407
|
def is_property_hidden(self) -> bool:
|
|
447
408
|
"""Check if a property is hidden.
|
|
448
409
|
|
|
@@ -607,31 +568,14 @@ class RENDER_PT_ffmpeg_presets(
|
|
|
607
568
|
class RENDER_PT_format_presets(
|
|
608
569
|
bpy_types.Panel, bl_ui.utils.PresetPanel, bpy_types._GenericUI
|
|
609
570
|
):
|
|
610
|
-
""" """
|
|
611
|
-
|
|
612
571
|
bl_label: typing.Any
|
|
613
|
-
""" """
|
|
614
|
-
|
|
615
572
|
bl_region_type: typing.Any
|
|
616
|
-
""" """
|
|
617
|
-
|
|
618
573
|
bl_rna: typing.Any
|
|
619
|
-
""" """
|
|
620
|
-
|
|
621
574
|
bl_space_type: typing.Any
|
|
622
|
-
""" """
|
|
623
|
-
|
|
624
575
|
id_data: typing.Any
|
|
625
|
-
""" """
|
|
626
|
-
|
|
627
576
|
preset_add_operator: typing.Any
|
|
628
|
-
""" """
|
|
629
|
-
|
|
630
577
|
preset_operator: typing.Any
|
|
631
|
-
""" """
|
|
632
|
-
|
|
633
578
|
preset_subdir: typing.Any
|
|
634
|
-
""" """
|
|
635
579
|
|
|
636
580
|
def append(self, draw_func):
|
|
637
581
|
"""Append a draw function to this menu,
|
|
@@ -731,10 +675,7 @@ class RENDER_PT_format_presets(
|
|
|
731
675
|
"""
|
|
732
676
|
...
|
|
733
677
|
|
|
734
|
-
def is_extended(self):
|
|
735
|
-
""" """
|
|
736
|
-
...
|
|
737
|
-
|
|
678
|
+
def is_extended(self): ...
|
|
738
679
|
def is_property_hidden(self) -> bool:
|
|
739
680
|
"""Check if a property is hidden.
|
|
740
681
|
|
|
@@ -897,13 +838,8 @@ class RENDER_PT_format_presets(
|
|
|
897
838
|
...
|
|
898
839
|
|
|
899
840
|
class RENDER_UL_renderviews(bpy_types.UIList, bpy_types._GenericUI):
|
|
900
|
-
""" """
|
|
901
|
-
|
|
902
841
|
bl_rna: typing.Any
|
|
903
|
-
""" """
|
|
904
|
-
|
|
905
842
|
id_data: typing.Any
|
|
906
|
-
""" """
|
|
907
843
|
|
|
908
844
|
def append(self, draw_func):
|
|
909
845
|
"""Append a draw function to this menu,
|
|
@@ -997,10 +933,7 @@ class RENDER_UL_renderviews(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
997
933
|
"""
|
|
998
934
|
...
|
|
999
935
|
|
|
1000
|
-
def is_extended(self):
|
|
1001
|
-
""" """
|
|
1002
|
-
...
|
|
1003
|
-
|
|
936
|
+
def is_extended(self): ...
|
|
1004
937
|
def is_property_hidden(self) -> bool:
|
|
1005
938
|
"""Check if a property is hidden.
|
|
1006
939
|
|
|
@@ -1131,34 +1064,15 @@ class RENDER_UL_renderviews(bpy_types.UIList, bpy_types._GenericUI):
|
|
|
1131
1064
|
class RENDER_PT_encoding(
|
|
1132
1065
|
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
1133
1066
|
):
|
|
1134
|
-
""" """
|
|
1135
|
-
|
|
1136
1067
|
COMPAT_ENGINES: typing.Any
|
|
1137
|
-
""" """
|
|
1138
|
-
|
|
1139
1068
|
bl_context: typing.Any
|
|
1140
|
-
""" """
|
|
1141
|
-
|
|
1142
1069
|
bl_label: typing.Any
|
|
1143
|
-
""" """
|
|
1144
|
-
|
|
1145
1070
|
bl_options: typing.Any
|
|
1146
|
-
""" """
|
|
1147
|
-
|
|
1148
1071
|
bl_parent_id: typing.Any
|
|
1149
|
-
""" """
|
|
1150
|
-
|
|
1151
1072
|
bl_region_type: typing.Any
|
|
1152
|
-
""" """
|
|
1153
|
-
|
|
1154
1073
|
bl_rna: typing.Any
|
|
1155
|
-
""" """
|
|
1156
|
-
|
|
1157
1074
|
bl_space_type: typing.Any
|
|
1158
|
-
""" """
|
|
1159
|
-
|
|
1160
1075
|
id_data: typing.Any
|
|
1161
|
-
""" """
|
|
1162
1076
|
|
|
1163
1077
|
def append(self, draw_func):
|
|
1164
1078
|
"""Append a draw function to this menu,
|
|
@@ -1250,10 +1164,7 @@ class RENDER_PT_encoding(
|
|
|
1250
1164
|
"""
|
|
1251
1165
|
...
|
|
1252
1166
|
|
|
1253
|
-
def is_extended(self):
|
|
1254
|
-
""" """
|
|
1255
|
-
...
|
|
1256
|
-
|
|
1167
|
+
def is_extended(self): ...
|
|
1257
1168
|
def is_property_hidden(self) -> bool:
|
|
1258
1169
|
"""Check if a property is hidden.
|
|
1259
1170
|
|
|
@@ -1391,31 +1302,14 @@ class RENDER_PT_encoding(
|
|
|
1391
1302
|
class RENDER_PT_encoding_audio(
|
|
1392
1303
|
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
1393
1304
|
):
|
|
1394
|
-
""" """
|
|
1395
|
-
|
|
1396
1305
|
COMPAT_ENGINES: typing.Any
|
|
1397
|
-
""" """
|
|
1398
|
-
|
|
1399
1306
|
bl_context: typing.Any
|
|
1400
|
-
""" """
|
|
1401
|
-
|
|
1402
1307
|
bl_label: typing.Any
|
|
1403
|
-
""" """
|
|
1404
|
-
|
|
1405
1308
|
bl_parent_id: typing.Any
|
|
1406
|
-
""" """
|
|
1407
|
-
|
|
1408
1309
|
bl_region_type: typing.Any
|
|
1409
|
-
""" """
|
|
1410
|
-
|
|
1411
1310
|
bl_rna: typing.Any
|
|
1412
|
-
""" """
|
|
1413
|
-
|
|
1414
1311
|
bl_space_type: typing.Any
|
|
1415
|
-
""" """
|
|
1416
|
-
|
|
1417
1312
|
id_data: typing.Any
|
|
1418
|
-
""" """
|
|
1419
1313
|
|
|
1420
1314
|
def append(self, draw_func):
|
|
1421
1315
|
"""Append a draw function to this menu,
|
|
@@ -1500,10 +1394,7 @@ class RENDER_PT_encoding_audio(
|
|
|
1500
1394
|
"""
|
|
1501
1395
|
...
|
|
1502
1396
|
|
|
1503
|
-
def is_extended(self):
|
|
1504
|
-
""" """
|
|
1505
|
-
...
|
|
1506
|
-
|
|
1397
|
+
def is_extended(self): ...
|
|
1507
1398
|
def is_property_hidden(self) -> bool:
|
|
1508
1399
|
"""Check if a property is hidden.
|
|
1509
1400
|
|
|
@@ -1641,31 +1532,14 @@ class RENDER_PT_encoding_audio(
|
|
|
1641
1532
|
class RENDER_PT_encoding_video(
|
|
1642
1533
|
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
1643
1534
|
):
|
|
1644
|
-
""" """
|
|
1645
|
-
|
|
1646
1535
|
COMPAT_ENGINES: typing.Any
|
|
1647
|
-
""" """
|
|
1648
|
-
|
|
1649
1536
|
bl_context: typing.Any
|
|
1650
|
-
""" """
|
|
1651
|
-
|
|
1652
1537
|
bl_label: typing.Any
|
|
1653
|
-
""" """
|
|
1654
|
-
|
|
1655
1538
|
bl_parent_id: typing.Any
|
|
1656
|
-
""" """
|
|
1657
|
-
|
|
1658
1539
|
bl_region_type: typing.Any
|
|
1659
|
-
""" """
|
|
1660
|
-
|
|
1661
1540
|
bl_rna: typing.Any
|
|
1662
|
-
""" """
|
|
1663
|
-
|
|
1664
1541
|
bl_space_type: typing.Any
|
|
1665
|
-
""" """
|
|
1666
|
-
|
|
1667
1542
|
id_data: typing.Any
|
|
1668
|
-
""" """
|
|
1669
1543
|
|
|
1670
1544
|
def append(self, draw_func):
|
|
1671
1545
|
"""Append a draw function to this menu,
|
|
@@ -1757,10 +1631,7 @@ class RENDER_PT_encoding_video(
|
|
|
1757
1631
|
"""
|
|
1758
1632
|
...
|
|
1759
1633
|
|
|
1760
|
-
def is_extended(self):
|
|
1761
|
-
""" """
|
|
1762
|
-
...
|
|
1763
|
-
|
|
1634
|
+
def is_extended(self): ...
|
|
1764
1635
|
def is_property_hidden(self) -> bool:
|
|
1765
1636
|
"""Check if a property is hidden.
|
|
1766
1637
|
|
|
@@ -1896,28 +1767,13 @@ class RENDER_PT_encoding_video(
|
|
|
1896
1767
|
...
|
|
1897
1768
|
|
|
1898
1769
|
class RENDER_PT_format(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
1899
|
-
""" """
|
|
1900
|
-
|
|
1901
1770
|
COMPAT_ENGINES: typing.Any
|
|
1902
|
-
""" """
|
|
1903
|
-
|
|
1904
1771
|
bl_context: typing.Any
|
|
1905
|
-
""" """
|
|
1906
|
-
|
|
1907
1772
|
bl_label: typing.Any
|
|
1908
|
-
""" """
|
|
1909
|
-
|
|
1910
1773
|
bl_region_type: typing.Any
|
|
1911
|
-
""" """
|
|
1912
|
-
|
|
1913
1774
|
bl_rna: typing.Any
|
|
1914
|
-
""" """
|
|
1915
|
-
|
|
1916
1775
|
bl_space_type: typing.Any
|
|
1917
|
-
""" """
|
|
1918
|
-
|
|
1919
1776
|
id_data: typing.Any
|
|
1920
|
-
""" """
|
|
1921
1777
|
|
|
1922
1778
|
def append(self, draw_func):
|
|
1923
1779
|
"""Append a draw function to this menu,
|
|
@@ -2017,10 +1873,7 @@ class RENDER_PT_format(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._Gen
|
|
|
2017
1873
|
"""
|
|
2018
1874
|
...
|
|
2019
1875
|
|
|
2020
|
-
def is_extended(self):
|
|
2021
|
-
""" """
|
|
2022
|
-
...
|
|
2023
|
-
|
|
1876
|
+
def is_extended(self): ...
|
|
2024
1877
|
def is_property_hidden(self) -> bool:
|
|
2025
1878
|
"""Check if a property is hidden.
|
|
2026
1879
|
|
|
@@ -2158,28 +2011,13 @@ class RENDER_PT_format(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._Gen
|
|
|
2158
2011
|
class RENDER_PT_frame_range(
|
|
2159
2012
|
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
2160
2013
|
):
|
|
2161
|
-
""" """
|
|
2162
|
-
|
|
2163
2014
|
COMPAT_ENGINES: typing.Any
|
|
2164
|
-
""" """
|
|
2165
|
-
|
|
2166
2015
|
bl_context: typing.Any
|
|
2167
|
-
""" """
|
|
2168
|
-
|
|
2169
2016
|
bl_label: typing.Any
|
|
2170
|
-
""" """
|
|
2171
|
-
|
|
2172
2017
|
bl_region_type: typing.Any
|
|
2173
|
-
""" """
|
|
2174
|
-
|
|
2175
2018
|
bl_rna: typing.Any
|
|
2176
|
-
""" """
|
|
2177
|
-
|
|
2178
2019
|
bl_space_type: typing.Any
|
|
2179
|
-
""" """
|
|
2180
|
-
|
|
2181
2020
|
id_data: typing.Any
|
|
2182
|
-
""" """
|
|
2183
2021
|
|
|
2184
2022
|
def append(self, draw_func):
|
|
2185
2023
|
"""Append a draw function to this menu,
|
|
@@ -2264,10 +2102,7 @@ class RENDER_PT_frame_range(
|
|
|
2264
2102
|
"""
|
|
2265
2103
|
...
|
|
2266
2104
|
|
|
2267
|
-
def is_extended(self):
|
|
2268
|
-
""" """
|
|
2269
|
-
...
|
|
2270
|
-
|
|
2105
|
+
def is_extended(self): ...
|
|
2271
2106
|
def is_property_hidden(self) -> bool:
|
|
2272
2107
|
"""Check if a property is hidden.
|
|
2273
2108
|
|
|
@@ -2403,28 +2238,13 @@ class RENDER_PT_frame_range(
|
|
|
2403
2238
|
...
|
|
2404
2239
|
|
|
2405
2240
|
class RENDER_PT_output(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
2406
|
-
""" """
|
|
2407
|
-
|
|
2408
2241
|
COMPAT_ENGINES: typing.Any
|
|
2409
|
-
""" """
|
|
2410
|
-
|
|
2411
2242
|
bl_context: typing.Any
|
|
2412
|
-
""" """
|
|
2413
|
-
|
|
2414
2243
|
bl_label: typing.Any
|
|
2415
|
-
""" """
|
|
2416
|
-
|
|
2417
2244
|
bl_region_type: typing.Any
|
|
2418
|
-
""" """
|
|
2419
|
-
|
|
2420
2245
|
bl_rna: typing.Any
|
|
2421
|
-
""" """
|
|
2422
|
-
|
|
2423
2246
|
bl_space_type: typing.Any
|
|
2424
|
-
""" """
|
|
2425
|
-
|
|
2426
2247
|
id_data: typing.Any
|
|
2427
|
-
""" """
|
|
2428
2248
|
|
|
2429
2249
|
def append(self, draw_func):
|
|
2430
2250
|
"""Append a draw function to this menu,
|
|
@@ -2509,10 +2329,7 @@ class RENDER_PT_output(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._Gen
|
|
|
2509
2329
|
"""
|
|
2510
2330
|
...
|
|
2511
2331
|
|
|
2512
|
-
def is_extended(self):
|
|
2513
|
-
""" """
|
|
2514
|
-
...
|
|
2515
|
-
|
|
2332
|
+
def is_extended(self): ...
|
|
2516
2333
|
def is_property_hidden(self) -> bool:
|
|
2517
2334
|
"""Check if a property is hidden.
|
|
2518
2335
|
|
|
@@ -2650,34 +2467,15 @@ class RENDER_PT_output(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._Gen
|
|
|
2650
2467
|
class RENDER_PT_output_color_management(
|
|
2651
2468
|
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
2652
2469
|
):
|
|
2653
|
-
""" """
|
|
2654
|
-
|
|
2655
2470
|
COMPAT_ENGINES: typing.Any
|
|
2656
|
-
""" """
|
|
2657
|
-
|
|
2658
2471
|
bl_context: typing.Any
|
|
2659
|
-
""" """
|
|
2660
|
-
|
|
2661
2472
|
bl_label: typing.Any
|
|
2662
|
-
""" """
|
|
2663
|
-
|
|
2664
2473
|
bl_options: typing.Any
|
|
2665
|
-
""" """
|
|
2666
|
-
|
|
2667
2474
|
bl_parent_id: typing.Any
|
|
2668
|
-
""" """
|
|
2669
|
-
|
|
2670
2475
|
bl_region_type: typing.Any
|
|
2671
|
-
""" """
|
|
2672
|
-
|
|
2673
2476
|
bl_rna: typing.Any
|
|
2674
|
-
""" """
|
|
2675
|
-
|
|
2676
2477
|
bl_space_type: typing.Any
|
|
2677
|
-
""" """
|
|
2678
|
-
|
|
2679
2478
|
id_data: typing.Any
|
|
2680
|
-
""" """
|
|
2681
2479
|
|
|
2682
2480
|
def append(self, draw_func):
|
|
2683
2481
|
"""Append a draw function to this menu,
|
|
@@ -2762,10 +2560,7 @@ class RENDER_PT_output_color_management(
|
|
|
2762
2560
|
"""
|
|
2763
2561
|
...
|
|
2764
2562
|
|
|
2765
|
-
def is_extended(self):
|
|
2766
|
-
""" """
|
|
2767
|
-
...
|
|
2768
|
-
|
|
2563
|
+
def is_extended(self): ...
|
|
2769
2564
|
def is_property_hidden(self) -> bool:
|
|
2770
2565
|
"""Check if a property is hidden.
|
|
2771
2566
|
|
|
@@ -2903,31 +2698,14 @@ class RENDER_PT_output_color_management(
|
|
|
2903
2698
|
class RENDER_PT_output_views(
|
|
2904
2699
|
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
2905
2700
|
):
|
|
2906
|
-
""" """
|
|
2907
|
-
|
|
2908
2701
|
COMPAT_ENGINES: typing.Any
|
|
2909
|
-
""" """
|
|
2910
|
-
|
|
2911
2702
|
bl_context: typing.Any
|
|
2912
|
-
""" """
|
|
2913
|
-
|
|
2914
2703
|
bl_label: typing.Any
|
|
2915
|
-
""" """
|
|
2916
|
-
|
|
2917
2704
|
bl_parent_id: typing.Any
|
|
2918
|
-
""" """
|
|
2919
|
-
|
|
2920
2705
|
bl_region_type: typing.Any
|
|
2921
|
-
""" """
|
|
2922
|
-
|
|
2923
2706
|
bl_rna: typing.Any
|
|
2924
|
-
""" """
|
|
2925
|
-
|
|
2926
2707
|
bl_space_type: typing.Any
|
|
2927
|
-
""" """
|
|
2928
|
-
|
|
2929
2708
|
id_data: typing.Any
|
|
2930
|
-
""" """
|
|
2931
2709
|
|
|
2932
2710
|
def append(self, draw_func):
|
|
2933
2711
|
"""Append a draw function to this menu,
|
|
@@ -3012,10 +2790,7 @@ class RENDER_PT_output_views(
|
|
|
3012
2790
|
"""
|
|
3013
2791
|
...
|
|
3014
2792
|
|
|
3015
|
-
def is_extended(self):
|
|
3016
|
-
""" """
|
|
3017
|
-
...
|
|
3018
|
-
|
|
2793
|
+
def is_extended(self): ...
|
|
3019
2794
|
def is_property_hidden(self) -> bool:
|
|
3020
2795
|
"""Check if a property is hidden.
|
|
3021
2796
|
|
|
@@ -3153,31 +2928,14 @@ class RENDER_PT_output_views(
|
|
|
3153
2928
|
class RENDER_PT_post_processing(
|
|
3154
2929
|
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
3155
2930
|
):
|
|
3156
|
-
""" """
|
|
3157
|
-
|
|
3158
2931
|
COMPAT_ENGINES: typing.Any
|
|
3159
|
-
""" """
|
|
3160
|
-
|
|
3161
2932
|
bl_context: typing.Any
|
|
3162
|
-
""" """
|
|
3163
|
-
|
|
3164
2933
|
bl_label: typing.Any
|
|
3165
|
-
""" """
|
|
3166
|
-
|
|
3167
2934
|
bl_options: typing.Any
|
|
3168
|
-
""" """
|
|
3169
|
-
|
|
3170
2935
|
bl_region_type: typing.Any
|
|
3171
|
-
""" """
|
|
3172
|
-
|
|
3173
2936
|
bl_rna: typing.Any
|
|
3174
|
-
""" """
|
|
3175
|
-
|
|
3176
2937
|
bl_space_type: typing.Any
|
|
3177
|
-
""" """
|
|
3178
|
-
|
|
3179
2938
|
id_data: typing.Any
|
|
3180
|
-
""" """
|
|
3181
2939
|
|
|
3182
2940
|
def append(self, draw_func):
|
|
3183
2941
|
"""Append a draw function to this menu,
|
|
@@ -3262,10 +3020,7 @@ class RENDER_PT_post_processing(
|
|
|
3262
3020
|
"""
|
|
3263
3021
|
...
|
|
3264
3022
|
|
|
3265
|
-
def is_extended(self):
|
|
3266
|
-
""" """
|
|
3267
|
-
...
|
|
3268
|
-
|
|
3023
|
+
def is_extended(self): ...
|
|
3269
3024
|
def is_property_hidden(self) -> bool:
|
|
3270
3025
|
"""Check if a property is hidden.
|
|
3271
3026
|
|
|
@@ -3401,31 +3156,14 @@ class RENDER_PT_post_processing(
|
|
|
3401
3156
|
...
|
|
3402
3157
|
|
|
3403
3158
|
class RENDER_PT_stamp(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI):
|
|
3404
|
-
""" """
|
|
3405
|
-
|
|
3406
3159
|
COMPAT_ENGINES: typing.Any
|
|
3407
|
-
""" """
|
|
3408
|
-
|
|
3409
3160
|
bl_context: typing.Any
|
|
3410
|
-
""" """
|
|
3411
|
-
|
|
3412
3161
|
bl_label: typing.Any
|
|
3413
|
-
""" """
|
|
3414
|
-
|
|
3415
3162
|
bl_options: typing.Any
|
|
3416
|
-
""" """
|
|
3417
|
-
|
|
3418
3163
|
bl_region_type: typing.Any
|
|
3419
|
-
""" """
|
|
3420
|
-
|
|
3421
3164
|
bl_rna: typing.Any
|
|
3422
|
-
""" """
|
|
3423
|
-
|
|
3424
3165
|
bl_space_type: typing.Any
|
|
3425
|
-
""" """
|
|
3426
|
-
|
|
3427
3166
|
id_data: typing.Any
|
|
3428
|
-
""" """
|
|
3429
3167
|
|
|
3430
3168
|
def append(self, draw_func):
|
|
3431
3169
|
"""Append a draw function to this menu,
|
|
@@ -3510,10 +3248,7 @@ class RENDER_PT_stamp(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._Gene
|
|
|
3510
3248
|
"""
|
|
3511
3249
|
...
|
|
3512
3250
|
|
|
3513
|
-
def is_extended(self):
|
|
3514
|
-
""" """
|
|
3515
|
-
...
|
|
3516
|
-
|
|
3251
|
+
def is_extended(self): ...
|
|
3517
3252
|
def is_property_hidden(self) -> bool:
|
|
3518
3253
|
"""Check if a property is hidden.
|
|
3519
3254
|
|
|
@@ -3651,34 +3386,15 @@ class RENDER_PT_stamp(bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._Gene
|
|
|
3651
3386
|
class RENDER_PT_stamp_burn(
|
|
3652
3387
|
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
3653
3388
|
):
|
|
3654
|
-
""" """
|
|
3655
|
-
|
|
3656
3389
|
COMPAT_ENGINES: typing.Any
|
|
3657
|
-
""" """
|
|
3658
|
-
|
|
3659
3390
|
bl_context: typing.Any
|
|
3660
|
-
""" """
|
|
3661
|
-
|
|
3662
3391
|
bl_label: typing.Any
|
|
3663
|
-
""" """
|
|
3664
|
-
|
|
3665
3392
|
bl_options: typing.Any
|
|
3666
|
-
""" """
|
|
3667
|
-
|
|
3668
3393
|
bl_parent_id: typing.Any
|
|
3669
|
-
""" """
|
|
3670
|
-
|
|
3671
3394
|
bl_region_type: typing.Any
|
|
3672
|
-
""" """
|
|
3673
|
-
|
|
3674
3395
|
bl_rna: typing.Any
|
|
3675
|
-
""" """
|
|
3676
|
-
|
|
3677
3396
|
bl_space_type: typing.Any
|
|
3678
|
-
""" """
|
|
3679
|
-
|
|
3680
3397
|
id_data: typing.Any
|
|
3681
|
-
""" """
|
|
3682
3398
|
|
|
3683
3399
|
def append(self, draw_func):
|
|
3684
3400
|
"""Append a draw function to this menu,
|
|
@@ -3770,10 +3486,7 @@ class RENDER_PT_stamp_burn(
|
|
|
3770
3486
|
"""
|
|
3771
3487
|
...
|
|
3772
3488
|
|
|
3773
|
-
def is_extended(self):
|
|
3774
|
-
""" """
|
|
3775
|
-
...
|
|
3776
|
-
|
|
3489
|
+
def is_extended(self): ...
|
|
3777
3490
|
def is_property_hidden(self) -> bool:
|
|
3778
3491
|
"""Check if a property is hidden.
|
|
3779
3492
|
|
|
@@ -3911,34 +3624,15 @@ class RENDER_PT_stamp_burn(
|
|
|
3911
3624
|
class RENDER_PT_stamp_note(
|
|
3912
3625
|
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
3913
3626
|
):
|
|
3914
|
-
""" """
|
|
3915
|
-
|
|
3916
3627
|
COMPAT_ENGINES: typing.Any
|
|
3917
|
-
""" """
|
|
3918
|
-
|
|
3919
3628
|
bl_context: typing.Any
|
|
3920
|
-
""" """
|
|
3921
|
-
|
|
3922
3629
|
bl_label: typing.Any
|
|
3923
|
-
""" """
|
|
3924
|
-
|
|
3925
3630
|
bl_options: typing.Any
|
|
3926
|
-
""" """
|
|
3927
|
-
|
|
3928
3631
|
bl_parent_id: typing.Any
|
|
3929
|
-
""" """
|
|
3930
|
-
|
|
3931
3632
|
bl_region_type: typing.Any
|
|
3932
|
-
""" """
|
|
3933
|
-
|
|
3934
3633
|
bl_rna: typing.Any
|
|
3935
|
-
""" """
|
|
3936
|
-
|
|
3937
3634
|
bl_space_type: typing.Any
|
|
3938
|
-
""" """
|
|
3939
|
-
|
|
3940
3635
|
id_data: typing.Any
|
|
3941
|
-
""" """
|
|
3942
3636
|
|
|
3943
3637
|
def append(self, draw_func):
|
|
3944
3638
|
"""Append a draw function to this menu,
|
|
@@ -4030,10 +3724,7 @@ class RENDER_PT_stamp_note(
|
|
|
4030
3724
|
"""
|
|
4031
3725
|
...
|
|
4032
3726
|
|
|
4033
|
-
def is_extended(self):
|
|
4034
|
-
""" """
|
|
4035
|
-
...
|
|
4036
|
-
|
|
3727
|
+
def is_extended(self): ...
|
|
4037
3728
|
def is_property_hidden(self) -> bool:
|
|
4038
3729
|
"""Check if a property is hidden.
|
|
4039
3730
|
|
|
@@ -4171,31 +3862,14 @@ class RENDER_PT_stamp_note(
|
|
|
4171
3862
|
class RENDER_PT_stereoscopy(
|
|
4172
3863
|
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
4173
3864
|
):
|
|
4174
|
-
""" """
|
|
4175
|
-
|
|
4176
3865
|
COMPAT_ENGINES: typing.Any
|
|
4177
|
-
""" """
|
|
4178
|
-
|
|
4179
3866
|
bl_context: typing.Any
|
|
4180
|
-
""" """
|
|
4181
|
-
|
|
4182
3867
|
bl_label: typing.Any
|
|
4183
|
-
""" """
|
|
4184
|
-
|
|
4185
3868
|
bl_options: typing.Any
|
|
4186
|
-
""" """
|
|
4187
|
-
|
|
4188
3869
|
bl_region_type: typing.Any
|
|
4189
|
-
""" """
|
|
4190
|
-
|
|
4191
3870
|
bl_rna: typing.Any
|
|
4192
|
-
""" """
|
|
4193
|
-
|
|
4194
3871
|
bl_space_type: typing.Any
|
|
4195
|
-
""" """
|
|
4196
|
-
|
|
4197
3872
|
id_data: typing.Any
|
|
4198
|
-
""" """
|
|
4199
3873
|
|
|
4200
3874
|
def append(self, draw_func):
|
|
4201
3875
|
"""Append a draw function to this menu,
|
|
@@ -4287,10 +3961,7 @@ class RENDER_PT_stereoscopy(
|
|
|
4287
3961
|
"""
|
|
4288
3962
|
...
|
|
4289
3963
|
|
|
4290
|
-
def is_extended(self):
|
|
4291
|
-
""" """
|
|
4292
|
-
...
|
|
4293
|
-
|
|
3964
|
+
def is_extended(self): ...
|
|
4294
3965
|
def is_property_hidden(self) -> bool:
|
|
4295
3966
|
"""Check if a property is hidden.
|
|
4296
3967
|
|
|
@@ -4428,34 +4099,15 @@ class RENDER_PT_stereoscopy(
|
|
|
4428
4099
|
class RENDER_PT_time_stretching(
|
|
4429
4100
|
bpy_types.Panel, RenderOutputButtonsPanel, bpy_types._GenericUI
|
|
4430
4101
|
):
|
|
4431
|
-
""" """
|
|
4432
|
-
|
|
4433
4102
|
COMPAT_ENGINES: typing.Any
|
|
4434
|
-
""" """
|
|
4435
|
-
|
|
4436
4103
|
bl_context: typing.Any
|
|
4437
|
-
""" """
|
|
4438
|
-
|
|
4439
4104
|
bl_label: typing.Any
|
|
4440
|
-
""" """
|
|
4441
|
-
|
|
4442
4105
|
bl_options: typing.Any
|
|
4443
|
-
""" """
|
|
4444
|
-
|
|
4445
4106
|
bl_parent_id: typing.Any
|
|
4446
|
-
""" """
|
|
4447
|
-
|
|
4448
4107
|
bl_region_type: typing.Any
|
|
4449
|
-
""" """
|
|
4450
|
-
|
|
4451
4108
|
bl_rna: typing.Any
|
|
4452
|
-
""" """
|
|
4453
|
-
|
|
4454
4109
|
bl_space_type: typing.Any
|
|
4455
|
-
""" """
|
|
4456
|
-
|
|
4457
4110
|
id_data: typing.Any
|
|
4458
|
-
""" """
|
|
4459
4111
|
|
|
4460
4112
|
def append(self, draw_func):
|
|
4461
4113
|
"""Append a draw function to this menu,
|
|
@@ -4540,10 +4192,7 @@ class RENDER_PT_time_stretching(
|
|
|
4540
4192
|
"""
|
|
4541
4193
|
...
|
|
4542
4194
|
|
|
4543
|
-
def is_extended(self):
|
|
4544
|
-
""" """
|
|
4545
|
-
...
|
|
4546
|
-
|
|
4195
|
+
def is_extended(self): ...
|
|
4547
4196
|
def is_property_hidden(self) -> bool:
|
|
4548
4197
|
"""Check if a property is hidden.
|
|
4549
4198
|
|