fake-bpy-module 20240210__py3-none-any.whl → 20240326__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.
- addon_utils/__init__.pyi +54 -11
- animsys_refactor/__init__.pyi +36 -7
- aud/__init__.pyi +307 -321
- bgl/__init__.pyi +2926 -865
- bl_app_override/__init__.pyi +14 -4
- bl_app_override/helpers/__init__.pyi +24 -3
- bl_app_template_utils/__init__.pyi +19 -5
- bl_console_utils/__init__.pyi +0 -1
- bl_console_utils/autocomplete/__init__.pyi +2 -3
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -6
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -4
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -6
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -3
- bl_i18n_utils/__init__.pyi +2 -3
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -16
- bl_i18n_utils/merge_po/__init__.pyi +4 -2
- bl_i18n_utils/settings/__init__.pyi +53 -7
- bl_i18n_utils/utils/__init__.pyi +332 -45
- bl_i18n_utils/utils_cli/__init__.pyi +29 -7
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -2
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -3
- bl_keymap_utils/__init__.pyi +2 -3
- bl_keymap_utils/io/__init__.pyi +44 -10
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -2
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -2
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -3
- bl_keymap_utils/versioning/__init__.pyi +4 -2
- bl_math/__init__.pyi +21 -22
- bl_operators/__init__.pyi +30 -24
- bl_operators/add_mesh_torus/__init__.pyi +171 -38
- bl_operators/anim/__init__.pyi +1065 -227
- bl_operators/assets/__init__.pyi +427 -93
- bl_operators/bmesh/__init__.pyi +0 -1
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -10
- bl_operators/clip/__init__.pyi +1342 -288
- bl_operators/console/__init__.pyi +647 -141
- bl_operators/constraint/__init__.pyi +524 -113
- bl_operators/file/__init__.pyi +396 -85
- bl_operators/freestyle/__init__.pyi +532 -114
- bl_operators/geometry_nodes/__init__.pyi +2412 -597
- bl_operators/image/__init__.pyi +380 -83
- bl_operators/mesh/__init__.pyi +401 -86
- bl_operators/node/__init__.pyi +1756 -385
- bl_operators/object/__init__.pyi +2022 -553
- bl_operators/object_align/__init__.pyi +145 -32
- bl_operators/object_quick_effects/__init__.pyi +555 -125
- bl_operators/object_randomize_transform/__init__.pyi +136 -33
- bl_operators/presets/__init__.pyi +3516 -709
- bl_operators/rigidbody/__init__.pyi +401 -86
- bl_operators/screen_play_rendered_anim/__init__.pyi +129 -30
- bl_operators/sequencer/__init__.pyi +731 -150
- bl_operators/spreadsheet/__init__.pyi +145 -31
- bl_operators/userpref/__init__.pyi +3416 -825
- bl_operators/uvcalc_follow_active/__init__.pyi +149 -33
- bl_operators/uvcalc_lightmap/__init__.pyi +187 -35
- bl_operators/uvcalc_transform/__init__.pyi +344 -74
- bl_operators/vertexpaint_dirt/__init__.pyi +140 -31
- bl_operators/view3d/__init__.pyi +697 -147
- bl_operators/wm/__init__.pyi +6287 -1534
- bl_previews_utils/__init__.pyi +0 -1
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -8
- bl_rna_utils/__init__.pyi +0 -1
- bl_rna_utils/data_path/__init__.pyi +12 -3
- bl_text_utils/__init__.pyi +0 -1
- bl_text_utils/external_editor/__init__.pyi +4 -2
- bl_ui/__init__.pyi +567 -170
- bl_ui/anim/__init__.pyi +164 -34
- bl_ui/asset_shelf/__init__.pyi +146 -32
- bl_ui/generic_ui_list/__init__.pyi +471 -100
- bl_ui/node_add_menu/__init__.pyi +196 -41
- bl_ui/node_add_menu_compositor/__init__.pyi +3017 -622
- bl_ui/node_add_menu_geometry/__init__.pyi +8075 -1592
- bl_ui/node_add_menu_shader/__init__.pyi +1709 -349
- bl_ui/node_add_menu_texture/__init__.pyi +1502 -306
- bl_ui/properties_animviz/__init__.pyi +32 -3
- bl_ui/properties_collection/__init__.pyi +787 -180
- bl_ui/properties_constraint/__init__.pyi +28635 -5524
- bl_ui/properties_data_armature/__init__.pyi +1905 -449
- bl_ui/properties_data_bone/__init__.pyi +1560 -337
- bl_ui/properties_data_camera/__init__.pyi +2269 -495
- bl_ui/properties_data_curve/__init__.pyi +2362 -535
- bl_ui/properties_data_curves/__init__.pyi +951 -204
- bl_ui/properties_data_empty/__init__.pyi +317 -70
- bl_ui/properties_data_gpencil/__init__.pyi +2924 -735
- bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -189
- bl_ui/properties_data_lattice/__init__.pyi +472 -105
- bl_ui/properties_data_light/__init__.pyi +1570 -338
- bl_ui/properties_data_lightprobe/__init__.pyi +938 -209
- bl_ui/properties_data_mesh/__init__.pyi +3205 -768
- bl_ui/properties_data_metaball/__init__.pyi +774 -171
- bl_ui/properties_data_modifier/__init__.pyi +1554 -329
- bl_ui/properties_data_pointcloud/__init__.pyi +821 -195
- bl_ui/properties_data_shaderfx/__init__.pyi +154 -35
- bl_ui/properties_data_speaker/__init__.pyi +782 -169
- bl_ui/properties_data_volume/__init__.pyi +1243 -282
- bl_ui/properties_freestyle/__init__.pyi +4071 -1031
- bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -484
- bl_ui/properties_mask_common/__init__.pyi +1256 -250
- bl_ui/properties_material/__init__.pyi +2351 -543
- bl_ui/properties_material_gpencil/__init__.pyi +1590 -366
- bl_ui/properties_object/__init__.pyi +2179 -513
- bl_ui/properties_output/__init__.pyi +2956 -706
- bl_ui/properties_paint_common/__init__.pyi +947 -141
- bl_ui/properties_particle/__init__.pyi +8322 -1971
- bl_ui/properties_physics_cloth/__init__.pyi +2254 -509
- bl_ui/properties_physics_common/__init__.pyi +200 -45
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -966
- bl_ui/properties_physics_field/__init__.pyi +1695 -365
- bl_ui/properties_physics_fluid/__init__.pyi +6127 -1281
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -33
- bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -279
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -484
- bl_ui/properties_physics_softbody/__init__.pyi +2394 -543
- bl_ui/properties_render/__init__.pyi +8312 -1934
- bl_ui/properties_scene/__init__.pyi +2211 -540
- bl_ui/properties_texture/__init__.pyi +4185 -1014
- bl_ui/properties_view_layer/__init__.pyi +2803 -665
- bl_ui/properties_workspace/__init__.pyi +626 -149
- bl_ui/properties_world/__init__.pyi +1092 -235
- bl_ui/space_clip/__init__.pyi +11475 -2806
- bl_ui/space_console/__init__.pyi +967 -203
- bl_ui/space_dopesheet/__init__.pyi +4260 -967
- bl_ui/space_filebrowser/__init__.pyi +4852 -1188
- bl_ui/space_graph/__init__.pyi +3251 -703
- bl_ui/space_image/__init__.pyi +12218 -2968
- bl_ui/space_info/__init__.pyi +964 -201
- bl_ui/space_nla/__init__.pyi +2756 -585
- bl_ui/space_node/__init__.pyi +5661 -1266
- bl_ui/space_outliner/__init__.pyi +2294 -479
- bl_ui/space_properties/__init__.pyi +417 -93
- bl_ui/space_sequencer/__init__.pyi +12436 -3010
- bl_ui/space_spreadsheet/__init__.pyi +184 -37
- bl_ui/space_statusbar/__init__.pyi +135 -31
- bl_ui/space_text/__init__.pyi +2556 -543
- bl_ui/space_time/__init__.pyi +1151 -244
- bl_ui/space_toolsystem_common/__init__.pyi +368 -67
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -229
- bl_ui/space_topbar/__init__.pyi +4214 -888
- bl_ui/space_userpref/__init__.pyi +13920 -3468
- bl_ui/space_view3d/__init__.pyi +42751 -9613
- bl_ui/space_view3d_toolbar/__init__.pyi +16379 -3860
- bl_ui/utils/__init__.pyi +42 -5
- bl_ui_utils/__init__.pyi +0 -1
- bl_ui_utils/bug_report_url/__init__.pyi +4 -2
- bl_ui_utils/layout/__init__.pyi +4 -2
- blend_render_info/__init__.pyi +13 -4
- blf/__init__.pyi +15 -18
- bmesh/__init__.pyi +18 -18
- bmesh/geometry/__init__.pyi +5 -6
- bmesh/ops/__init__.pyi +1337 -1158
- bmesh/types/__init__.pyi +464 -374
- bmesh/utils/__init__.pyi +64 -70
- bpy/__init__.pyi +6 -7
- bpy/app/__init__.pyi +36 -38
- bpy/app/handlers/__init__.pyi +37 -38
- bpy/app/icons/__init__.pyi +8 -11
- bpy/app/timers/__init__.pyi +18 -17
- bpy/app/translations/__init__.pyi +32 -30
- bpy/msgbus/__init__.pyi +25 -20
- bpy/ops/__init__.pyi +63 -64
- bpy/ops/action/__init__.pyi +408 -436
- bpy/ops/anim/__init__.pyi +459 -577
- bpy/ops/armature/__init__.pyi +396 -498
- bpy/ops/asset/__init__.pyi +187 -213
- bpy/ops/boid/__init__.pyi +50 -68
- bpy/ops/brush/__init__.pyi +72 -97
- bpy/ops/buttons/__init__.pyi +202 -193
- bpy/ops/cachefile/__init__.pyi +198 -188
- bpy/ops/camera/__init__.pyi +24 -31
- bpy/ops/clip/__init__.pyi +1021 -1082
- bpy/ops/cloth/__init__.pyi +11 -15
- bpy/ops/collection/__init__.pyi +36 -51
- bpy/ops/console/__init__.pyi +155 -209
- bpy/ops/constraint/__init__.pyi +286 -254
- bpy/ops/curve/__init__.pyi +597 -659
- bpy/ops/curves/__init__.pyi +191 -225
- bpy/ops/cycles/__init__.pyi +21 -30
- bpy/ops/dpaint/__init__.pyi +34 -47
- bpy/ops/ed/__init__.pyi +160 -176
- bpy/ops/export_anim/__init__.pyi +51 -34
- bpy/ops/export_mesh/__init__.pyi +47 -45
- bpy/ops/export_scene/__init__.pyi +659 -504
- bpy/ops/file/__init__.pyi +469 -474
- bpy/ops/fluid/__init__.pyi +89 -119
- bpy/ops/font/__init__.pyi +325 -361
- bpy/ops/geometry/__init__.pyi +86 -114
- bpy/ops/gizmogroup/__init__.pyi +22 -28
- bpy/ops/gpencil/__init__.pyi +1900 -1976
- bpy/ops/graph/__init__.pyi +875 -894
- bpy/ops/grease_pencil/__init__.pyi +572 -508
- bpy/ops/image/__init__.pyi +805 -855
- bpy/ops/import_anim/__init__.pyi +66 -46
- bpy/ops/import_curve/__init__.pyi +7 -11
- bpy/ops/import_mesh/__init__.pyi +19 -25
- bpy/ops/import_scene/__init__.pyi +164 -147
- bpy/ops/info/__init__.pyi +88 -85
- bpy/ops/lattice/__init__.pyi +86 -90
- bpy/ops/marker/__init__.pyi +135 -146
- bpy/ops/mask/__init__.pyi +372 -436
- bpy/ops/material/__init__.pyi +18 -25
- bpy/ops/mball/__init__.pyi +93 -99
- bpy/ops/mesh/__init__.pyi +2525 -2664
- bpy/ops/nla/__init__.pyi +398 -455
- bpy/ops/node/__init__.pyi +1015 -1207
- bpy/ops/object/__init__.pyi +3423 -3390
- bpy/ops/outliner/__init__.pyi +667 -685
- bpy/ops/paint/__init__.pyi +719 -672
- bpy/ops/paintcurve/__init__.pyi +64 -85
- bpy/ops/palette/__init__.pyi +48 -67
- bpy/ops/particle/__init__.pyi +323 -367
- bpy/ops/pose/__init__.pyi +569 -474
- bpy/ops/poselib/__init__.pyi +77 -100
- bpy/ops/preferences/__init__.pyi +460 -512
- bpy/ops/ptcache/__init__.pyi +46 -63
- bpy/ops/render/__init__.pyi +121 -155
- bpy/ops/rigidbody/__init__.pyi +148 -143
- bpy/ops/scene/__init__.pyi +336 -380
- bpy/ops/screen/__init__.pyi +454 -530
- bpy/ops/script/__init__.pyi +19 -28
- bpy/ops/sculpt/__init__.pyi +734 -587
- bpy/ops/sculpt_curves/__init__.pyi +51 -56
- bpy/ops/sequencer/__init__.pyi +1617 -1500
- bpy/ops/sound/__init__.pyi +392 -315
- bpy/ops/spreadsheet/__init__.pyi +31 -42
- bpy/ops/surface/__init__.pyi +198 -163
- bpy/ops/text/__init__.pyi +479 -545
- bpy/ops/text_editor/__init__.pyi +11 -15
- bpy/ops/texture/__init__.pyi +26 -36
- bpy/ops/transform/__init__.pyi +825 -941
- bpy/ops/ui/__init__.pyi +246 -295
- bpy/ops/uilist/__init__.pyi +34 -38
- bpy/ops/uv/__init__.pyi +912 -824
- bpy/ops/view2d/__init__.pyi +157 -197
- bpy/ops/view3d/__init__.pyi +777 -878
- bpy/ops/wm/__init__.pyi +4102 -3595
- bpy/ops/workspace/__init__.pyi +42 -58
- bpy/ops/world/__init__.pyi +6 -9
- bpy/path/__init__.pyi +166 -109
- bpy/props/__init__.pyi +478 -395
- bpy/types/__init__.pyi +87194 -81467
- bpy/utils/__init__.pyi +325 -169
- bpy/utils/previews/__init__.pyi +108 -21
- bpy/utils/units/__init__.pyi +37 -39
- bpy_extras/__init__.pyi +4 -9
- bpy_extras/anim_utils/__init__.pyi +25 -55
- bpy_extras/asset_utils/__init__.pyi +3 -13
- bpy_extras/id_map_utils/__init__.pyi +1 -4
- bpy_extras/image_utils/__init__.pyi +33 -23
- bpy_extras/io_utils/__init__.pyi +116 -66
- bpy_extras/keyconfig_utils/__init__.pyi +5 -3
- bpy_extras/mesh_utils/__init__.pyi +42 -34
- bpy_extras/node_utils/__init__.pyi +4 -4
- bpy_extras/object_utils/__init__.pyi +58 -43
- bpy_extras/view3d_utils/__init__.pyi +64 -63
- bpy_restrict_state/__init__.pyi +14 -2
- bpy_types/__init__.pyi +3873 -998
- console_python/__init__.pyi +41 -8
- console_shell/__init__.pyi +24 -6
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
- fake_bpy_module-20240326.dist-info/RECORD +343 -0
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
- freestyle/__init__.pyi +4 -5
- freestyle/chainingiterators/__init__.pyi +229 -73
- freestyle/functions/__init__.pyi +624 -402
- freestyle/predicates/__init__.pyi +381 -169
- freestyle/shaders/__init__.pyi +424 -155
- freestyle/types/__init__.pyi +1572 -726
- freestyle/utils/ContextFunctions/__init__.pyi +54 -43
- freestyle/utils/__init__.pyi +67 -31
- gpu/__init__.pyi +3 -4
- gpu/capabilities/__init__.pyi +57 -37
- gpu/matrix/__init__.pyi +14 -17
- gpu/platform/__init__.pyi +5 -6
- gpu/select/__init__.pyi +2 -5
- gpu/shader/__init__.pyi +14 -12
- gpu/state/__init__.pyi +48 -62
- gpu/texture/__init__.pyi +7 -7
- gpu/types/__init__.pyi +670 -229
- gpu_extras/__init__.pyi +1 -2
- gpu_extras/batch/__init__.pyi +27 -6
- gpu_extras/presets/__init__.pyi +67 -27
- graphviz_export/__init__.pyi +9 -3
- idprop/__init__.pyi +0 -1
- idprop/types/__init__.pyi +42 -13
- imbuf/__init__.pyi +6 -10
- imbuf/types/__init__.pyi +8 -16
- keyingsets_builtins/__init__.pyi +3149 -702
- keyingsets_utils/__init__.pyi +69 -15
- mathutils/__init__.pyi +951 -876
- mathutils/bvhtree/__init__.pyi +47 -48
- mathutils/geometry/__init__.pyi +237 -242
- mathutils/interpolate/__init__.pyi +3 -6
- mathutils/kdtree/__init__.pyi +23 -26
- mathutils/noise/__init__.pyi +50 -51
- nodeitems_builtins/__init__.pyi +50 -11
- nodeitems_utils/__init__.pyi +58 -11
- rna_info/__init__.pyi +230 -27
- rna_keymap_ui/__init__.pyi +29 -7
- rna_prop_ui/__init__.pyi +69 -13
- rna_xml/__init__.pyi +29 -7
- sys_info/__init__.pyi +4 -2
- bpy_extras/bmesh_utils/__init__.pyi +0 -7
- bpy_extras/extensions/__init__.pyi +0 -5
- bpy_extras/extensions/junction_module/__init__.pyi +0 -13
- bpy_extras/node_shader_utils/__init__.pyi +0 -132
- bpy_extras/wm_utils/__init__.pyi +0 -5
- bpy_extras/wm_utils/progress_report/__init__.pyi +0 -30
- fake_bpy_module-20240210.dist-info/RECORD +0 -349
- {fake_bpy_module-20240210.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
bpy/ops/ptcache/__init__.pyi
CHANGED
|
@@ -1,125 +1,108 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
2
|
import bpy.types
|
|
4
3
|
|
|
5
4
|
GenericType = typing.TypeVar("GenericType")
|
|
6
5
|
|
|
7
6
|
def add(
|
|
8
|
-
override_context: typing.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
12
|
-
undo: typing.Optional[bool] = None,
|
|
7
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
+
execution_context: typing.Union[str, int] = None,
|
|
9
|
+
undo: bool = None,
|
|
13
10
|
):
|
|
14
11
|
"""Add new cache
|
|
15
12
|
|
|
16
|
-
:type override_context: typing.
|
|
17
|
-
:type execution_context: typing.
|
|
18
|
-
:type undo:
|
|
13
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
14
|
+
:type execution_context: typing.Union[str, int]
|
|
15
|
+
:type undo: bool
|
|
19
16
|
"""
|
|
20
17
|
|
|
21
18
|
...
|
|
22
19
|
|
|
23
20
|
def bake(
|
|
24
|
-
override_context: typing.
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
undo: typing.Optional[bool] = None,
|
|
29
|
-
*,
|
|
30
|
-
bake: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
21
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
22
|
+
execution_context: typing.Union[str, int] = None,
|
|
23
|
+
undo: bool = None,
|
|
24
|
+
bake: typing.Union[bool, typing.Any] = False,
|
|
31
25
|
):
|
|
32
26
|
"""Bake physics
|
|
33
27
|
|
|
34
|
-
:type override_context: typing.
|
|
35
|
-
:type execution_context: typing.
|
|
36
|
-
:type undo:
|
|
28
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
29
|
+
:type execution_context: typing.Union[str, int]
|
|
30
|
+
:type undo: bool
|
|
37
31
|
:param bake: Bake
|
|
38
|
-
:type bake: typing.
|
|
32
|
+
:type bake: typing.Union[bool, typing.Any]
|
|
39
33
|
"""
|
|
40
34
|
|
|
41
35
|
...
|
|
42
36
|
|
|
43
37
|
def bake_all(
|
|
44
|
-
override_context: typing.
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
undo: typing.Optional[bool] = None,
|
|
49
|
-
*,
|
|
50
|
-
bake: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
38
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
39
|
+
execution_context: typing.Union[str, int] = None,
|
|
40
|
+
undo: bool = None,
|
|
41
|
+
bake: typing.Union[bool, typing.Any] = True,
|
|
51
42
|
):
|
|
52
43
|
"""Bake all physics
|
|
53
44
|
|
|
54
|
-
:type override_context: typing.
|
|
55
|
-
:type execution_context: typing.
|
|
56
|
-
:type undo:
|
|
45
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
46
|
+
:type execution_context: typing.Union[str, int]
|
|
47
|
+
:type undo: bool
|
|
57
48
|
:param bake: Bake
|
|
58
|
-
:type bake: typing.
|
|
49
|
+
:type bake: typing.Union[bool, typing.Any]
|
|
59
50
|
"""
|
|
60
51
|
|
|
61
52
|
...
|
|
62
53
|
|
|
63
54
|
def bake_from_cache(
|
|
64
|
-
override_context: typing.
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
68
|
-
undo: typing.Optional[bool] = None,
|
|
55
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
56
|
+
execution_context: typing.Union[str, int] = None,
|
|
57
|
+
undo: bool = None,
|
|
69
58
|
):
|
|
70
59
|
"""Bake from cache
|
|
71
60
|
|
|
72
|
-
:type override_context: typing.
|
|
73
|
-
:type execution_context: typing.
|
|
74
|
-
:type undo:
|
|
61
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
62
|
+
:type execution_context: typing.Union[str, int]
|
|
63
|
+
:type undo: bool
|
|
75
64
|
"""
|
|
76
65
|
|
|
77
66
|
...
|
|
78
67
|
|
|
79
68
|
def free_bake(
|
|
80
|
-
override_context: typing.
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
84
|
-
undo: typing.Optional[bool] = None,
|
|
69
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
70
|
+
execution_context: typing.Union[str, int] = None,
|
|
71
|
+
undo: bool = None,
|
|
85
72
|
):
|
|
86
73
|
"""Delete physics bake
|
|
87
74
|
|
|
88
|
-
:type override_context: typing.
|
|
89
|
-
:type execution_context: typing.
|
|
90
|
-
:type undo:
|
|
75
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
76
|
+
:type execution_context: typing.Union[str, int]
|
|
77
|
+
:type undo: bool
|
|
91
78
|
"""
|
|
92
79
|
|
|
93
80
|
...
|
|
94
81
|
|
|
95
82
|
def free_bake_all(
|
|
96
|
-
override_context: typing.
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
100
|
-
undo: typing.Optional[bool] = None,
|
|
83
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
84
|
+
execution_context: typing.Union[str, int] = None,
|
|
85
|
+
undo: bool = None,
|
|
101
86
|
):
|
|
102
87
|
"""Delete all baked caches of all objects in the current scene
|
|
103
88
|
|
|
104
|
-
:type override_context: typing.
|
|
105
|
-
:type execution_context: typing.
|
|
106
|
-
:type undo:
|
|
89
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
90
|
+
:type execution_context: typing.Union[str, int]
|
|
91
|
+
:type undo: bool
|
|
107
92
|
"""
|
|
108
93
|
|
|
109
94
|
...
|
|
110
95
|
|
|
111
96
|
def remove(
|
|
112
|
-
override_context: typing.
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
116
|
-
undo: typing.Optional[bool] = None,
|
|
97
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
98
|
+
execution_context: typing.Union[str, int] = None,
|
|
99
|
+
undo: bool = None,
|
|
117
100
|
):
|
|
118
101
|
"""Delete current cache
|
|
119
102
|
|
|
120
|
-
:type override_context: typing.
|
|
121
|
-
:type execution_context: typing.
|
|
122
|
-
:type undo:
|
|
103
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
104
|
+
:type execution_context: typing.Union[str, int]
|
|
105
|
+
:type undo: bool
|
|
123
106
|
"""
|
|
124
107
|
|
|
125
108
|
...
|
bpy/ops/render/__init__.pyi
CHANGED
|
@@ -1,237 +1,210 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
2
|
import bpy.types
|
|
4
3
|
|
|
5
4
|
GenericType = typing.TypeVar("GenericType")
|
|
6
5
|
|
|
7
6
|
def cycles_integrator_preset_add(
|
|
8
|
-
override_context: typing.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
12
|
-
undo: typing.Optional[bool] = None,
|
|
13
|
-
*,
|
|
7
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
+
execution_context: typing.Union[str, int] = None,
|
|
9
|
+
undo: bool = None,
|
|
14
10
|
name: typing.Union[str, typing.Any] = "",
|
|
15
|
-
remove_name: typing.
|
|
16
|
-
remove_active: typing.
|
|
11
|
+
remove_name: typing.Union[bool, typing.Any] = False,
|
|
12
|
+
remove_active: typing.Union[bool, typing.Any] = False,
|
|
17
13
|
):
|
|
18
|
-
"""Add an Integrator Preset
|
|
14
|
+
"""Add an Integrator Preset
|
|
19
15
|
|
|
20
|
-
:type override_context: typing.
|
|
21
|
-
:type execution_context: typing.
|
|
22
|
-
:type undo:
|
|
16
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
17
|
+
:type execution_context: typing.Union[str, int]
|
|
18
|
+
:type undo: bool
|
|
23
19
|
:param name: Name, Name of the preset, used to make the path name
|
|
24
20
|
:type name: typing.Union[str, typing.Any]
|
|
25
21
|
:param remove_name: remove_name
|
|
26
|
-
:type remove_name: typing.
|
|
22
|
+
:type remove_name: typing.Union[bool, typing.Any]
|
|
27
23
|
:param remove_active: remove_active
|
|
28
|
-
:type remove_active: typing.
|
|
24
|
+
:type remove_active: typing.Union[bool, typing.Any]
|
|
29
25
|
"""
|
|
30
26
|
|
|
31
27
|
...
|
|
32
28
|
|
|
33
29
|
def cycles_performance_preset_add(
|
|
34
|
-
override_context: typing.
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
38
|
-
undo: typing.Optional[bool] = None,
|
|
39
|
-
*,
|
|
30
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
31
|
+
execution_context: typing.Union[str, int] = None,
|
|
32
|
+
undo: bool = None,
|
|
40
33
|
name: typing.Union[str, typing.Any] = "",
|
|
41
|
-
remove_name: typing.
|
|
42
|
-
remove_active: typing.
|
|
34
|
+
remove_name: typing.Union[bool, typing.Any] = False,
|
|
35
|
+
remove_active: typing.Union[bool, typing.Any] = False,
|
|
43
36
|
):
|
|
44
|
-
"""Add an Performance Preset
|
|
37
|
+
"""Add an Performance Preset
|
|
45
38
|
|
|
46
|
-
:type override_context: typing.
|
|
47
|
-
:type execution_context: typing.
|
|
48
|
-
:type undo:
|
|
39
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
40
|
+
:type execution_context: typing.Union[str, int]
|
|
41
|
+
:type undo: bool
|
|
49
42
|
:param name: Name, Name of the preset, used to make the path name
|
|
50
43
|
:type name: typing.Union[str, typing.Any]
|
|
51
44
|
:param remove_name: remove_name
|
|
52
|
-
:type remove_name: typing.
|
|
45
|
+
:type remove_name: typing.Union[bool, typing.Any]
|
|
53
46
|
:param remove_active: remove_active
|
|
54
|
-
:type remove_active: typing.
|
|
47
|
+
:type remove_active: typing.Union[bool, typing.Any]
|
|
55
48
|
"""
|
|
56
49
|
|
|
57
50
|
...
|
|
58
51
|
|
|
59
52
|
def cycles_sampling_preset_add(
|
|
60
|
-
override_context: typing.
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
64
|
-
undo: typing.Optional[bool] = None,
|
|
65
|
-
*,
|
|
53
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
54
|
+
execution_context: typing.Union[str, int] = None,
|
|
55
|
+
undo: bool = None,
|
|
66
56
|
name: typing.Union[str, typing.Any] = "",
|
|
67
|
-
remove_name: typing.
|
|
68
|
-
remove_active: typing.
|
|
57
|
+
remove_name: typing.Union[bool, typing.Any] = False,
|
|
58
|
+
remove_active: typing.Union[bool, typing.Any] = False,
|
|
69
59
|
):
|
|
70
|
-
"""Add a Sampling Preset
|
|
60
|
+
"""Add a Sampling Preset
|
|
71
61
|
|
|
72
|
-
:type override_context: typing.
|
|
73
|
-
:type execution_context: typing.
|
|
74
|
-
:type undo:
|
|
62
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
63
|
+
:type execution_context: typing.Union[str, int]
|
|
64
|
+
:type undo: bool
|
|
75
65
|
:param name: Name, Name of the preset, used to make the path name
|
|
76
66
|
:type name: typing.Union[str, typing.Any]
|
|
77
67
|
:param remove_name: remove_name
|
|
78
|
-
:type remove_name: typing.
|
|
68
|
+
:type remove_name: typing.Union[bool, typing.Any]
|
|
79
69
|
:param remove_active: remove_active
|
|
80
|
-
:type remove_active: typing.
|
|
70
|
+
:type remove_active: typing.Union[bool, typing.Any]
|
|
81
71
|
"""
|
|
82
72
|
|
|
83
73
|
...
|
|
84
74
|
|
|
85
75
|
def cycles_viewport_sampling_preset_add(
|
|
86
|
-
override_context: typing.
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
90
|
-
undo: typing.Optional[bool] = None,
|
|
91
|
-
*,
|
|
76
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
77
|
+
execution_context: typing.Union[str, int] = None,
|
|
78
|
+
undo: bool = None,
|
|
92
79
|
name: typing.Union[str, typing.Any] = "",
|
|
93
|
-
remove_name: typing.
|
|
94
|
-
remove_active: typing.
|
|
80
|
+
remove_name: typing.Union[bool, typing.Any] = False,
|
|
81
|
+
remove_active: typing.Union[bool, typing.Any] = False,
|
|
95
82
|
):
|
|
96
|
-
"""Add a Viewport Sampling Preset
|
|
83
|
+
"""Add a Viewport Sampling Preset
|
|
97
84
|
|
|
98
|
-
:type override_context: typing.
|
|
99
|
-
:type execution_context: typing.
|
|
100
|
-
:type undo:
|
|
85
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
86
|
+
:type execution_context: typing.Union[str, int]
|
|
87
|
+
:type undo: bool
|
|
101
88
|
:param name: Name, Name of the preset, used to make the path name
|
|
102
89
|
:type name: typing.Union[str, typing.Any]
|
|
103
90
|
:param remove_name: remove_name
|
|
104
|
-
:type remove_name: typing.
|
|
91
|
+
:type remove_name: typing.Union[bool, typing.Any]
|
|
105
92
|
:param remove_active: remove_active
|
|
106
|
-
:type remove_active: typing.
|
|
93
|
+
:type remove_active: typing.Union[bool, typing.Any]
|
|
107
94
|
"""
|
|
108
95
|
|
|
109
96
|
...
|
|
110
97
|
|
|
111
98
|
def eevee_raytracing_preset_add(
|
|
112
|
-
override_context: typing.
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
116
|
-
undo: typing.Optional[bool] = None,
|
|
117
|
-
*,
|
|
99
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
100
|
+
execution_context: typing.Union[str, int] = None,
|
|
101
|
+
undo: bool = None,
|
|
118
102
|
name: typing.Union[str, typing.Any] = "",
|
|
119
|
-
remove_name: typing.
|
|
120
|
-
remove_active: typing.
|
|
103
|
+
remove_name: typing.Union[bool, typing.Any] = False,
|
|
104
|
+
remove_active: typing.Union[bool, typing.Any] = False,
|
|
121
105
|
):
|
|
122
|
-
"""Add or remove an EEVEE ray-tracing preset
|
|
106
|
+
"""Add or remove an EEVEE ray-tracing preset
|
|
123
107
|
|
|
124
|
-
:type override_context: typing.
|
|
125
|
-
:type execution_context: typing.
|
|
126
|
-
:type undo:
|
|
108
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
109
|
+
:type execution_context: typing.Union[str, int]
|
|
110
|
+
:type undo: bool
|
|
127
111
|
:param name: Name, Name of the preset, used to make the path name
|
|
128
112
|
:type name: typing.Union[str, typing.Any]
|
|
129
113
|
:param remove_name: remove_name
|
|
130
|
-
:type remove_name: typing.
|
|
114
|
+
:type remove_name: typing.Union[bool, typing.Any]
|
|
131
115
|
:param remove_active: remove_active
|
|
132
|
-
:type remove_active: typing.
|
|
116
|
+
:type remove_active: typing.Union[bool, typing.Any]
|
|
133
117
|
"""
|
|
134
118
|
|
|
135
119
|
...
|
|
136
120
|
|
|
137
121
|
def opengl(
|
|
138
|
-
override_context: typing.
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
sequencer: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
147
|
-
write_still: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
148
|
-
view_context: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
122
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
123
|
+
execution_context: typing.Union[str, int] = None,
|
|
124
|
+
undo: bool = None,
|
|
125
|
+
animation: typing.Union[bool, typing.Any] = False,
|
|
126
|
+
render_keyed_only: typing.Union[bool, typing.Any] = False,
|
|
127
|
+
sequencer: typing.Union[bool, typing.Any] = False,
|
|
128
|
+
write_still: typing.Union[bool, typing.Any] = False,
|
|
129
|
+
view_context: typing.Union[bool, typing.Any] = True,
|
|
149
130
|
):
|
|
150
131
|
"""Take a snapshot of the active viewport
|
|
151
132
|
|
|
152
|
-
:type override_context: typing.
|
|
153
|
-
:type execution_context: typing.
|
|
154
|
-
:type undo:
|
|
133
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
134
|
+
:type execution_context: typing.Union[str, int]
|
|
135
|
+
:type undo: bool
|
|
155
136
|
:param animation: Animation, Render files from the animation range of this scene
|
|
156
|
-
:type animation: typing.
|
|
137
|
+
:type animation: typing.Union[bool, typing.Any]
|
|
157
138
|
:param render_keyed_only: Render Keyframes Only, Render only those frames where selected objects have a key in their animation data. Only used when rendering animation
|
|
158
|
-
:type render_keyed_only: typing.
|
|
139
|
+
:type render_keyed_only: typing.Union[bool, typing.Any]
|
|
159
140
|
:param sequencer: Sequencer, Render using the sequencer's OpenGL display
|
|
160
|
-
:type sequencer: typing.
|
|
141
|
+
:type sequencer: typing.Union[bool, typing.Any]
|
|
161
142
|
:param write_still: Write Image, Save the rendered image to the output path (used only when animation is disabled)
|
|
162
|
-
:type write_still: typing.
|
|
143
|
+
:type write_still: typing.Union[bool, typing.Any]
|
|
163
144
|
:param view_context: View Context, Use the current 3D view for rendering, else use scene settings
|
|
164
|
-
:type view_context: typing.
|
|
145
|
+
:type view_context: typing.Union[bool, typing.Any]
|
|
165
146
|
"""
|
|
166
147
|
|
|
167
148
|
...
|
|
168
149
|
|
|
169
150
|
def play_rendered_anim(
|
|
170
|
-
override_context: typing.
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
174
|
-
undo: typing.Optional[bool] = None,
|
|
151
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
152
|
+
execution_context: typing.Union[str, int] = None,
|
|
153
|
+
undo: bool = None,
|
|
175
154
|
):
|
|
176
|
-
"""Play back rendered frames/movies using an external player
|
|
155
|
+
"""Play back rendered frames/movies using an external player
|
|
177
156
|
|
|
178
|
-
:type override_context: typing.
|
|
179
|
-
:type execution_context: typing.
|
|
180
|
-
:type undo:
|
|
157
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
158
|
+
:type execution_context: typing.Union[str, int]
|
|
159
|
+
:type undo: bool
|
|
181
160
|
"""
|
|
182
161
|
|
|
183
162
|
...
|
|
184
163
|
|
|
185
164
|
def preset_add(
|
|
186
|
-
override_context: typing.
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
190
|
-
undo: typing.Optional[bool] = None,
|
|
191
|
-
*,
|
|
165
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
166
|
+
execution_context: typing.Union[str, int] = None,
|
|
167
|
+
undo: bool = None,
|
|
192
168
|
name: typing.Union[str, typing.Any] = "",
|
|
193
|
-
remove_name: typing.
|
|
194
|
-
remove_active: typing.
|
|
169
|
+
remove_name: typing.Union[bool, typing.Any] = False,
|
|
170
|
+
remove_active: typing.Union[bool, typing.Any] = False,
|
|
195
171
|
):
|
|
196
|
-
"""Add or remove a Render Preset
|
|
172
|
+
"""Add or remove a Render Preset
|
|
197
173
|
|
|
198
|
-
:type override_context: typing.
|
|
199
|
-
:type execution_context: typing.
|
|
200
|
-
:type undo:
|
|
174
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
175
|
+
:type execution_context: typing.Union[str, int]
|
|
176
|
+
:type undo: bool
|
|
201
177
|
:param name: Name, Name of the preset, used to make the path name
|
|
202
178
|
:type name: typing.Union[str, typing.Any]
|
|
203
179
|
:param remove_name: remove_name
|
|
204
|
-
:type remove_name: typing.
|
|
180
|
+
:type remove_name: typing.Union[bool, typing.Any]
|
|
205
181
|
:param remove_active: remove_active
|
|
206
|
-
:type remove_active: typing.
|
|
182
|
+
:type remove_active: typing.Union[bool, typing.Any]
|
|
207
183
|
"""
|
|
208
184
|
|
|
209
185
|
...
|
|
210
186
|
|
|
211
187
|
def render(
|
|
212
|
-
override_context: typing.
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
animation: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
219
|
-
write_still: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
220
|
-
use_viewport: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
188
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
189
|
+
execution_context: typing.Union[str, int] = None,
|
|
190
|
+
undo: bool = None,
|
|
191
|
+
animation: typing.Union[bool, typing.Any] = False,
|
|
192
|
+
write_still: typing.Union[bool, typing.Any] = False,
|
|
193
|
+
use_viewport: typing.Union[bool, typing.Any] = False,
|
|
221
194
|
layer: typing.Union[str, typing.Any] = "",
|
|
222
195
|
scene: typing.Union[str, typing.Any] = "",
|
|
223
196
|
):
|
|
224
197
|
"""Render active scene
|
|
225
198
|
|
|
226
|
-
:type override_context: typing.
|
|
227
|
-
:type execution_context: typing.
|
|
228
|
-
:type undo:
|
|
199
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
200
|
+
:type execution_context: typing.Union[str, int]
|
|
201
|
+
:type undo: bool
|
|
229
202
|
:param animation: Animation, Render files from the animation range of this scene
|
|
230
|
-
:type animation: typing.
|
|
203
|
+
:type animation: typing.Union[bool, typing.Any]
|
|
231
204
|
:param write_still: Write Image, Save the rendered image to the output path (used only when animation is disabled)
|
|
232
|
-
:type write_still: typing.
|
|
205
|
+
:type write_still: typing.Union[bool, typing.Any]
|
|
233
206
|
:param use_viewport: Use 3D Viewport, When inside a 3D viewport, use layers and camera of the viewport
|
|
234
|
-
:type use_viewport: typing.
|
|
207
|
+
:type use_viewport: typing.Union[bool, typing.Any]
|
|
235
208
|
:param layer: Render Layer, Single render layer to re-render (used only when animation is disabled)
|
|
236
209
|
:type layer: typing.Union[str, typing.Any]
|
|
237
210
|
:param scene: Scene, Scene to render, current scene if not specified
|
|
@@ -241,53 +214,46 @@ def render(
|
|
|
241
214
|
...
|
|
242
215
|
|
|
243
216
|
def shutter_curve_preset(
|
|
244
|
-
override_context: typing.
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
undo: typing.Optional[bool] = None,
|
|
249
|
-
*,
|
|
250
|
-
shape: typing.Optional[typing.Any] = "SMOOTH",
|
|
217
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
218
|
+
execution_context: typing.Union[str, int] = None,
|
|
219
|
+
undo: bool = None,
|
|
220
|
+
shape: typing.Any = "SMOOTH",
|
|
251
221
|
):
|
|
252
222
|
"""Set shutter curve
|
|
253
223
|
|
|
254
|
-
:type override_context: typing.
|
|
255
|
-
:type execution_context: typing.
|
|
256
|
-
:type undo:
|
|
224
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
225
|
+
:type execution_context: typing.Union[str, int]
|
|
226
|
+
:type undo: bool
|
|
257
227
|
:param shape: Mode
|
|
258
|
-
:type shape: typing.
|
|
228
|
+
:type shape: typing.Any
|
|
259
229
|
"""
|
|
260
230
|
|
|
261
231
|
...
|
|
262
232
|
|
|
263
233
|
def view_cancel(
|
|
264
|
-
override_context: typing.
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
268
|
-
undo: typing.Optional[bool] = None,
|
|
234
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
235
|
+
execution_context: typing.Union[str, int] = None,
|
|
236
|
+
undo: bool = None,
|
|
269
237
|
):
|
|
270
238
|
"""Cancel show render view
|
|
271
239
|
|
|
272
|
-
:type override_context: typing.
|
|
273
|
-
:type execution_context: typing.
|
|
274
|
-
:type undo:
|
|
240
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
241
|
+
:type execution_context: typing.Union[str, int]
|
|
242
|
+
:type undo: bool
|
|
275
243
|
"""
|
|
276
244
|
|
|
277
245
|
...
|
|
278
246
|
|
|
279
247
|
def view_show(
|
|
280
|
-
override_context: typing.
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
284
|
-
undo: typing.Optional[bool] = None,
|
|
248
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
249
|
+
execution_context: typing.Union[str, int] = None,
|
|
250
|
+
undo: bool = None,
|
|
285
251
|
):
|
|
286
252
|
"""Toggle show render view
|
|
287
253
|
|
|
288
|
-
:type override_context: typing.
|
|
289
|
-
:type execution_context: typing.
|
|
290
|
-
:type undo:
|
|
254
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
255
|
+
:type execution_context: typing.Union[str, int]
|
|
256
|
+
:type undo: bool
|
|
291
257
|
"""
|
|
292
258
|
|
|
293
259
|
...
|