fake-bpy-module 20240224__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.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- addon_utils/__init__.pyi +54 -10
- animsys_refactor/__init__.pyi +36 -6
- aud/__init__.pyi +132 -125
- bgl/__init__.pyi +2545 -546
- bl_app_override/__init__.pyi +14 -3
- bl_app_override/helpers/__init__.pyi +24 -2
- bl_app_template_utils/__init__.pyi +19 -4
- bl_console_utils/autocomplete/complete_calltip/__init__.pyi +24 -5
- bl_console_utils/autocomplete/complete_import/__init__.pyi +14 -3
- bl_console_utils/autocomplete/complete_namespace/__init__.pyi +24 -5
- bl_console_utils/autocomplete/intellisense/__init__.pyi +9 -2
- bl_i18n_utils/bl_extract_messages/__init__.pyi +74 -15
- bl_i18n_utils/merge_po/__init__.pyi +4 -1
- bl_i18n_utils/settings/__init__.pyi +53 -6
- bl_i18n_utils/utils/__init__.pyi +332 -44
- bl_i18n_utils/utils_cli/__init__.pyi +29 -6
- bl_i18n_utils/utils_languages_menu/__init__.pyi +4 -1
- bl_i18n_utils/utils_rtl/__init__.pyi +9 -2
- bl_keymap_utils/io/__init__.pyi +44 -9
- bl_keymap_utils/keymap_from_toolbar/__init__.pyi +4 -1
- bl_keymap_utils/keymap_hierarchy/__init__.pyi +4 -1
- bl_keymap_utils/platform_helpers/__init__.pyi +9 -2
- bl_keymap_utils/versioning/__init__.pyi +4 -1
- bl_math/__init__.pyi +3 -3
- bl_operators/__init__.pyi +9 -2
- bl_operators/add_mesh_torus/__init__.pyi +171 -37
- bl_operators/anim/__init__.pyi +1065 -226
- bl_operators/assets/__init__.pyi +427 -92
- bl_operators/bmesh/find_adjacent/__init__.pyi +44 -9
- bl_operators/clip/__init__.pyi +1342 -287
- bl_operators/console/__init__.pyi +647 -140
- bl_operators/constraint/__init__.pyi +524 -112
- bl_operators/file/__init__.pyi +396 -84
- bl_operators/freestyle/__init__.pyi +532 -113
- bl_operators/geometry_nodes/__init__.pyi +2412 -596
- bl_operators/image/__init__.pyi +380 -82
- bl_operators/mesh/__init__.pyi +401 -85
- bl_operators/node/__init__.pyi +1756 -384
- bl_operators/object/__init__.pyi +2022 -552
- bl_operators/object_align/__init__.pyi +145 -31
- bl_operators/object_quick_effects/__init__.pyi +555 -124
- bl_operators/object_randomize_transform/__init__.pyi +136 -32
- bl_operators/presets/__init__.pyi +3516 -708
- bl_operators/rigidbody/__init__.pyi +401 -85
- bl_operators/screen_play_rendered_anim/__init__.pyi +129 -29
- bl_operators/sequencer/__init__.pyi +731 -149
- bl_operators/spreadsheet/__init__.pyi +145 -30
- bl_operators/userpref/__init__.pyi +3416 -824
- bl_operators/uvcalc_follow_active/__init__.pyi +149 -32
- bl_operators/uvcalc_lightmap/__init__.pyi +187 -34
- bl_operators/uvcalc_transform/__init__.pyi +344 -73
- bl_operators/vertexpaint_dirt/__init__.pyi +140 -30
- bl_operators/view3d/__init__.pyi +697 -146
- bl_operators/wm/__init__.pyi +6287 -1533
- bl_previews_utils/bl_previews_render/__init__.pyi +34 -7
- bl_rna_utils/data_path/__init__.pyi +12 -2
- bl_text_utils/external_editor/__init__.pyi +4 -1
- bl_ui/__init__.pyi +504 -106
- bl_ui/anim/__init__.pyi +164 -33
- bl_ui/asset_shelf/__init__.pyi +146 -31
- bl_ui/generic_ui_list/__init__.pyi +471 -99
- bl_ui/node_add_menu/__init__.pyi +196 -40
- bl_ui/node_add_menu_compositor/__init__.pyi +3017 -621
- bl_ui/node_add_menu_geometry/__init__.pyi +8060 -1625
- bl_ui/node_add_menu_shader/__init__.pyi +1709 -348
- bl_ui/node_add_menu_texture/__init__.pyi +1502 -305
- bl_ui/properties_animviz/__init__.pyi +32 -2
- bl_ui/properties_collection/__init__.pyi +787 -179
- bl_ui/properties_constraint/__init__.pyi +28635 -5523
- bl_ui/properties_data_armature/__init__.pyi +1905 -448
- bl_ui/properties_data_bone/__init__.pyi +1560 -336
- bl_ui/properties_data_camera/__init__.pyi +2269 -494
- bl_ui/properties_data_curve/__init__.pyi +2362 -534
- bl_ui/properties_data_curves/__init__.pyi +951 -203
- bl_ui/properties_data_empty/__init__.pyi +317 -69
- bl_ui/properties_data_gpencil/__init__.pyi +2924 -734
- bl_ui/properties_data_grease_pencil/__init__.pyi +1631 -188
- bl_ui/properties_data_lattice/__init__.pyi +472 -104
- bl_ui/properties_data_light/__init__.pyi +1570 -337
- bl_ui/properties_data_lightprobe/__init__.pyi +938 -208
- bl_ui/properties_data_mesh/__init__.pyi +3205 -767
- bl_ui/properties_data_metaball/__init__.pyi +774 -170
- bl_ui/properties_data_modifier/__init__.pyi +1554 -328
- bl_ui/properties_data_pointcloud/__init__.pyi +821 -194
- bl_ui/properties_data_shaderfx/__init__.pyi +154 -34
- bl_ui/properties_data_speaker/__init__.pyi +782 -168
- bl_ui/properties_data_volume/__init__.pyi +1243 -281
- bl_ui/properties_freestyle/__init__.pyi +4071 -1030
- bl_ui/properties_grease_pencil_common/__init__.pyi +2399 -483
- bl_ui/properties_mask_common/__init__.pyi +1256 -249
- bl_ui/properties_material/__init__.pyi +2351 -542
- bl_ui/properties_material_gpencil/__init__.pyi +1590 -365
- bl_ui/properties_object/__init__.pyi +2179 -512
- bl_ui/properties_output/__init__.pyi +2956 -705
- bl_ui/properties_paint_common/__init__.pyi +947 -140
- bl_ui/properties_particle/__init__.pyi +8322 -1970
- bl_ui/properties_physics_cloth/__init__.pyi +2254 -508
- bl_ui/properties_physics_common/__init__.pyi +200 -44
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +4454 -965
- bl_ui/properties_physics_field/__init__.pyi +1695 -364
- bl_ui/properties_physics_fluid/__init__.pyi +6127 -1280
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +157 -32
- bl_ui/properties_physics_rigidbody/__init__.pyi +1254 -278
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +2053 -483
- bl_ui/properties_physics_softbody/__init__.pyi +2394 -542
- bl_ui/properties_render/__init__.pyi +8312 -1933
- bl_ui/properties_scene/__init__.pyi +2211 -539
- bl_ui/properties_texture/__init__.pyi +4185 -1013
- bl_ui/properties_view_layer/__init__.pyi +2803 -664
- bl_ui/properties_workspace/__init__.pyi +626 -148
- bl_ui/properties_world/__init__.pyi +1092 -234
- bl_ui/space_clip/__init__.pyi +11475 -2805
- bl_ui/space_console/__init__.pyi +967 -202
- bl_ui/space_dopesheet/__init__.pyi +4260 -966
- bl_ui/space_filebrowser/__init__.pyi +4852 -1187
- bl_ui/space_graph/__init__.pyi +3251 -702
- bl_ui/space_image/__init__.pyi +12219 -2968
- bl_ui/space_info/__init__.pyi +964 -200
- bl_ui/space_nla/__init__.pyi +2756 -584
- bl_ui/space_node/__init__.pyi +5661 -1265
- bl_ui/space_outliner/__init__.pyi +2294 -478
- bl_ui/space_properties/__init__.pyi +417 -92
- bl_ui/space_sequencer/__init__.pyi +12436 -3009
- bl_ui/space_spreadsheet/__init__.pyi +184 -36
- bl_ui/space_statusbar/__init__.pyi +135 -30
- bl_ui/space_text/__init__.pyi +2556 -542
- bl_ui/space_time/__init__.pyi +1151 -243
- bl_ui/space_toolsystem_common/__init__.pyi +368 -66
- bl_ui/space_toolsystem_toolbar/__init__.pyi +1378 -228
- bl_ui/space_topbar/__init__.pyi +4214 -887
- bl_ui/space_userpref/__init__.pyi +13920 -3468
- bl_ui/space_view3d/__init__.pyi +43701 -10599
- bl_ui/space_view3d_toolbar/__init__.pyi +16380 -3860
- bl_ui/utils/__init__.pyi +42 -4
- bl_ui_utils/bug_report_url/__init__.pyi +4 -1
- bl_ui_utils/layout/__init__.pyi +4 -1
- blend_render_info/__init__.pyi +13 -3
- blf/__init__.pyi +5 -7
- bmesh/__init__.pyi +7 -7
- bmesh/geometry/__init__.pyi +5 -5
- bmesh/ops/__init__.pyi +490 -504
- bmesh/types/__init__.pyi +268 -262
- bmesh/utils/__init__.pyi +55 -55
- bpy/__init__.pyi +2 -2
- bpy/app/__init__.pyi +4 -5
- bpy/app/handlers/__init__.pyi +36 -36
- bpy/app/icons/__init__.pyi +8 -10
- bpy/app/timers/__init__.pyi +9 -11
- bpy/app/translations/__init__.pyi +20 -22
- bpy/msgbus/__init__.pyi +3 -12
- bpy/ops/action/__init__.pyi +350 -305
- bpy/ops/anim/__init__.pyi +464 -426
- bpy/ops/armature/__init__.pyi +392 -360
- bpy/ops/asset/__init__.pyi +166 -129
- bpy/ops/boid/__init__.pyi +64 -37
- bpy/ops/brush/__init__.pyi +78 -72
- bpy/ops/buttons/__init__.pyi +136 -122
- bpy/ops/cachefile/__init__.pyi +128 -123
- bpy/ops/camera/__init__.pyi +22 -24
- bpy/ops/clip/__init__.pyi +844 -735
- bpy/ops/cloth/__init__.pyi +10 -11
- bpy/ops/collection/__init__.pyi +38 -38
- bpy/ops/console/__init__.pyi +170 -141
- bpy/ops/constraint/__init__.pyi +156 -159
- bpy/ops/curve/__init__.pyi +518 -461
- bpy/ops/curves/__init__.pyi +188 -159
- bpy/ops/cycles/__init__.pyi +20 -18
- bpy/ops/dpaint/__init__.pyi +40 -30
- bpy/ops/ed/__init__.pyi +136 -107
- bpy/ops/export_anim/__init__.pyi +18 -19
- bpy/ops/export_mesh/__init__.pyi +26 -27
- bpy/ops/export_scene/__init__.pyi +313 -334
- bpy/ops/file/__init__.pyi +394 -304
- bpy/ops/fluid/__init__.pyi +114 -63
- bpy/ops/font/__init__.pyi +272 -245
- bpy/ops/geometry/__init__.pyi +92 -87
- bpy/ops/gizmogroup/__init__.pyi +24 -21
- bpy/ops/gpencil/__init__.pyi +1530 -1476
- bpy/ops/graph/__init__.pyi +680 -659
- bpy/ops/grease_pencil/__init__.pyi +510 -390
- bpy/ops/image/__init__.pyi +650 -603
- bpy/ops/import_anim/__init__.pyi +26 -27
- bpy/ops/import_curve/__init__.pyi +6 -7
- bpy/ops/import_mesh/__init__.pyi +18 -21
- bpy/ops/import_scene/__init__.pyi +86 -95
- bpy/ops/info/__init__.pyi +68 -55
- bpy/ops/lattice/__init__.pyi +70 -63
- bpy/ops/marker/__init__.pyi +110 -111
- bpy/ops/mask/__init__.pyi +352 -308
- bpy/ops/material/__init__.pyi +24 -12
- bpy/ops/mball/__init__.pyi +72 -75
- bpy/ops/mesh/__init__.pyi +2052 -2088
- bpy/ops/nla/__init__.pyi +369 -313
- bpy/ops/node/__init__.pyi +944 -805
- bpy/ops/object/__init__.pyi +2662 -2461
- bpy/ops/outliner/__init__.pyi +582 -431
- bpy/ops/paint/__init__.pyi +605 -516
- bpy/ops/paintcurve/__init__.pyi +72 -60
- bpy/ops/palette/__init__.pyi +54 -46
- bpy/ops/particle/__init__.pyi +302 -245
- bpy/ops/pose/__init__.pyi +366 -330
- bpy/ops/poselib/__init__.pyi +78 -64
- bpy/ops/preferences/__init__.pyi +361 -341
- bpy/ops/ptcache/__init__.pyi +56 -38
- bpy/ops/render/__init__.pyi +120 -117
- bpy/ops/rigidbody/__init__.pyi +114 -97
- bpy/ops/scene/__init__.pyi +302 -240
- bpy/ops/screen/__init__.pyi +414 -363
- bpy/ops/script/__init__.pyi +20 -18
- bpy/ops/sculpt/__init__.pyi +414 -452
- bpy/ops/sculpt_curves/__init__.pyi +42 -43
- bpy/ops/sequencer/__init__.pyi +1094 -1053
- bpy/ops/sound/__init__.pyi +214 -206
- bpy/ops/spreadsheet/__init__.pyi +34 -28
- bpy/ops/surface/__init__.pyi +108 -114
- bpy/ops/text/__init__.pyi +432 -350
- bpy/ops/text_editor/__init__.pyi +10 -11
- bpy/ops/texture/__init__.pyi +32 -21
- bpy/ops/transform/__init__.pyi +801 -854
- bpy/ops/ui/__init__.pyi +254 -185
- bpy/ops/uilist/__init__.pyi +20 -23
- bpy/ops/uv/__init__.pyi +618 -626
- bpy/ops/view2d/__init__.pyi +162 -161
- bpy/ops/view3d/__init__.pyi +669 -658
- bpy/ops/wm/__init__.pyi +2433 -2415
- bpy/ops/workspace/__init__.pyi +54 -31
- bpy/ops/world/__init__.pyi +8 -4
- bpy/path/__init__.pyi +111 -68
- bpy/props/__init__.pyi +263 -267
- bpy/types/__init__.pyi +86789 -85719
- bpy/utils/__init__.pyi +265 -123
- bpy/utils/previews/__init__.pyi +103 -17
- bpy/utils/units/__init__.pyi +19 -22
- bpy_extras/__init__.pyi +0 -4
- bpy_extras/anim_utils/__init__.pyi +11 -46
- bpy_extras/asset_utils/__init__.pyi +3 -12
- bpy_extras/id_map_utils/__init__.pyi +0 -2
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +30 -27
- bpy_extras/keyconfig_utils/__init__.pyi +4 -1
- bpy_extras/mesh_utils/__init__.pyi +18 -18
- bpy_extras/node_utils/__init__.pyi +4 -3
- bpy_extras/object_utils/__init__.pyi +25 -26
- bpy_extras/view3d_utils/__init__.pyi +33 -38
- bpy_restrict_state/__init__.pyi +14 -1
- bpy_types/__init__.pyi +3873 -997
- console_python/__init__.pyi +41 -7
- console_shell/__init__.pyi +24 -5
- {fake_bpy_module-20240224.dist-info → fake_bpy_module-20240326.dist-info}/METADATA +1 -1
- fake_bpy_module-20240326.dist-info/RECORD +343 -0
- {fake_bpy_module-20240224.dist-info → fake_bpy_module-20240326.dist-info}/WHEEL +1 -1
- freestyle/chainingiterators/__init__.pyi +50 -52
- freestyle/functions/__init__.pyi +303 -207
- freestyle/predicates/__init__.pyi +299 -115
- freestyle/shaders/__init__.pyi +49 -80
- freestyle/types/__init__.pyi +465 -472
- freestyle/utils/ContextFunctions/__init__.pyi +9 -9
- freestyle/utils/__init__.pyi +28 -18
- gpu/capabilities/__init__.pyi +27 -19
- gpu/matrix/__init__.pyi +14 -16
- gpu/platform/__init__.pyi +5 -5
- gpu/shader/__init__.pyi +2 -5
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +54 -85
- gpu_extras/batch/__init__.pyi +27 -5
- gpu_extras/presets/__init__.pyi +52 -14
- graphviz_export/__init__.pyi +9 -2
- idprop/types/__init__.pyi +36 -12
- imbuf/__init__.pyi +8 -9
- imbuf/types/__init__.pyi +8 -15
- keyingsets_builtins/__init__.pyi +3149 -701
- keyingsets_utils/__init__.pyi +69 -14
- mathutils/__init__.pyi +502 -427
- mathutils/bvhtree/__init__.pyi +28 -32
- mathutils/geometry/__init__.pyi +177 -186
- mathutils/kdtree/__init__.pyi +16 -18
- mathutils/noise/__init__.pyi +47 -48
- nodeitems_builtins/__init__.pyi +50 -10
- nodeitems_utils/__init__.pyi +58 -10
- rna_info/__init__.pyi +230 -26
- rna_keymap_ui/__init__.pyi +29 -6
- rna_prop_ui/__init__.pyi +69 -12
- rna_xml/__init__.pyi +29 -6
- sys_info/__init__.pyi +4 -1
- bpy_extras/bmesh_utils/__init__.pyi +0 -6
- bpy_extras/extensions/__init__.pyi +0 -4
- bpy_extras/extensions/junction_module/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -131
- bpy_extras/wm_utils/__init__.pyi +0 -4
- bpy_extras/wm_utils/progress_report/__init__.pyi +0 -29
- fake_bpy_module-20240224.dist-info/RECORD +0 -349
- {fake_bpy_module-20240224.dist-info → fake_bpy_module-20240326.dist-info}/top_level.txt +0 -0
bpy/ops/dpaint/__init__.pyi
CHANGED
|
@@ -3,68 +3,78 @@ import bpy.types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
def bake(
|
|
6
|
+
def bake(
|
|
7
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
+
execution_context: typing.Union[str, int] = None,
|
|
9
|
+
undo: bool = None,
|
|
10
|
+
):
|
|
7
11
|
"""Bake dynamic paint image sequence surface
|
|
8
12
|
|
|
9
|
-
:type override_context: typing.
|
|
10
|
-
:type execution_context: typing.
|
|
11
|
-
:type undo:
|
|
13
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
14
|
+
:type execution_context: typing.Union[str, int]
|
|
15
|
+
:type undo: bool
|
|
12
16
|
"""
|
|
13
17
|
|
|
14
18
|
...
|
|
15
19
|
|
|
16
20
|
def output_toggle(
|
|
17
|
-
override_context=None,
|
|
18
|
-
execution_context=None,
|
|
19
|
-
undo=None,
|
|
20
|
-
|
|
21
|
-
output: typing.Optional[typing.Any] = "A",
|
|
21
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
22
|
+
execution_context: typing.Union[str, int] = None,
|
|
23
|
+
undo: bool = None,
|
|
24
|
+
output: typing.Any = "A",
|
|
22
25
|
):
|
|
23
26
|
"""Add or remove Dynamic Paint output data layer
|
|
24
27
|
|
|
25
|
-
:type override_context: typing.
|
|
26
|
-
:type execution_context: typing.
|
|
27
|
-
:type undo:
|
|
28
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
29
|
+
:type execution_context: typing.Union[str, int]
|
|
30
|
+
:type undo: bool
|
|
28
31
|
:param output: Output Toggle
|
|
29
|
-
:type output: typing.
|
|
32
|
+
:type output: typing.Any
|
|
30
33
|
"""
|
|
31
34
|
|
|
32
35
|
...
|
|
33
36
|
|
|
34
|
-
def surface_slot_add(
|
|
37
|
+
def surface_slot_add(
|
|
38
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
39
|
+
execution_context: typing.Union[str, int] = None,
|
|
40
|
+
undo: bool = None,
|
|
41
|
+
):
|
|
35
42
|
"""Add a new Dynamic Paint surface slot
|
|
36
43
|
|
|
37
|
-
:type override_context: typing.
|
|
38
|
-
:type execution_context: typing.
|
|
39
|
-
:type undo:
|
|
44
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
45
|
+
:type execution_context: typing.Union[str, int]
|
|
46
|
+
:type undo: bool
|
|
40
47
|
"""
|
|
41
48
|
|
|
42
49
|
...
|
|
43
50
|
|
|
44
|
-
def surface_slot_remove(
|
|
51
|
+
def surface_slot_remove(
|
|
52
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
53
|
+
execution_context: typing.Union[str, int] = None,
|
|
54
|
+
undo: bool = None,
|
|
55
|
+
):
|
|
45
56
|
"""Remove the selected surface slot
|
|
46
57
|
|
|
47
|
-
:type override_context: typing.
|
|
48
|
-
:type execution_context: typing.
|
|
49
|
-
:type undo:
|
|
58
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
59
|
+
:type execution_context: typing.Union[str, int]
|
|
60
|
+
:type undo: bool
|
|
50
61
|
"""
|
|
51
62
|
|
|
52
63
|
...
|
|
53
64
|
|
|
54
65
|
def type_toggle(
|
|
55
|
-
override_context=None,
|
|
56
|
-
execution_context=None,
|
|
57
|
-
undo=None,
|
|
58
|
-
|
|
59
|
-
type: typing.Optional[typing.Any] = "CANVAS",
|
|
66
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
67
|
+
execution_context: typing.Union[str, int] = None,
|
|
68
|
+
undo: bool = None,
|
|
69
|
+
type: typing.Any = "CANVAS",
|
|
60
70
|
):
|
|
61
71
|
"""Toggle whether given type is active or not
|
|
62
72
|
|
|
63
|
-
:type override_context: typing.
|
|
64
|
-
:type execution_context: typing.
|
|
65
|
-
:type undo:
|
|
73
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
74
|
+
:type execution_context: typing.Union[str, int]
|
|
75
|
+
:type undo: bool
|
|
66
76
|
:param type: Type
|
|
67
|
-
:type type: typing.
|
|
77
|
+
:type type: typing.Any
|
|
68
78
|
"""
|
|
69
79
|
|
|
70
80
|
...
|
bpy/ops/ed/__init__.pyi
CHANGED
|
@@ -3,130 +3,143 @@ import bpy.types
|
|
|
3
3
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
|
-
def flush_edits(
|
|
6
|
+
def flush_edits(
|
|
7
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
+
execution_context: typing.Union[str, int] = None,
|
|
9
|
+
undo: bool = None,
|
|
10
|
+
):
|
|
7
11
|
"""Flush edit data from active editing modes
|
|
8
12
|
|
|
9
|
-
:type override_context: typing.
|
|
10
|
-
:type execution_context: typing.
|
|
11
|
-
:type undo:
|
|
13
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
14
|
+
:type execution_context: typing.Union[str, int]
|
|
15
|
+
:type undo: bool
|
|
12
16
|
"""
|
|
13
17
|
|
|
14
18
|
...
|
|
15
19
|
|
|
16
|
-
def lib_id_fake_user_toggle(
|
|
20
|
+
def lib_id_fake_user_toggle(
|
|
21
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
22
|
+
execution_context: typing.Union[str, int] = None,
|
|
23
|
+
undo: bool = None,
|
|
24
|
+
):
|
|
17
25
|
"""Save this data-block even if it has no users
|
|
18
26
|
|
|
19
|
-
:type override_context: typing.
|
|
20
|
-
:type execution_context: typing.
|
|
21
|
-
:type undo:
|
|
27
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
28
|
+
:type execution_context: typing.Union[str, int]
|
|
29
|
+
:type undo: bool
|
|
22
30
|
"""
|
|
23
31
|
|
|
24
32
|
...
|
|
25
33
|
|
|
26
|
-
def lib_id_generate_preview(
|
|
34
|
+
def lib_id_generate_preview(
|
|
35
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
36
|
+
execution_context: typing.Union[str, int] = None,
|
|
37
|
+
undo: bool = None,
|
|
38
|
+
):
|
|
27
39
|
"""Create an automatic preview for the selected data-block
|
|
28
40
|
|
|
29
|
-
:type override_context: typing.
|
|
30
|
-
:type execution_context: typing.
|
|
31
|
-
:type undo:
|
|
41
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
42
|
+
:type execution_context: typing.Union[str, int]
|
|
43
|
+
:type undo: bool
|
|
32
44
|
"""
|
|
33
45
|
|
|
34
46
|
...
|
|
35
47
|
|
|
36
48
|
def lib_id_generate_preview_from_object(
|
|
37
|
-
override_context
|
|
49
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
50
|
+
execution_context: typing.Union[str, int] = None,
|
|
51
|
+
undo: bool = None,
|
|
38
52
|
):
|
|
39
53
|
"""Create a preview for this asset by rendering the active object
|
|
40
54
|
|
|
41
|
-
:type override_context: typing.
|
|
42
|
-
:type execution_context: typing.
|
|
43
|
-
:type undo:
|
|
55
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
56
|
+
:type execution_context: typing.Union[str, int]
|
|
57
|
+
:type undo: bool
|
|
44
58
|
"""
|
|
45
59
|
|
|
46
60
|
...
|
|
47
61
|
|
|
48
62
|
def lib_id_load_custom_preview(
|
|
49
|
-
override_context=None,
|
|
50
|
-
execution_context=None,
|
|
51
|
-
undo=None,
|
|
52
|
-
*,
|
|
63
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
64
|
+
execution_context: typing.Union[str, int] = None,
|
|
65
|
+
undo: bool = None,
|
|
53
66
|
filepath: typing.Union[str, typing.Any] = "",
|
|
54
|
-
hide_props_region: typing.
|
|
55
|
-
check_existing: typing.
|
|
56
|
-
filter_blender: typing.
|
|
57
|
-
filter_backup: typing.
|
|
58
|
-
filter_image: typing.
|
|
59
|
-
filter_movie: typing.
|
|
60
|
-
filter_python: typing.
|
|
61
|
-
filter_font: typing.
|
|
62
|
-
filter_sound: typing.
|
|
63
|
-
filter_text: typing.
|
|
64
|
-
filter_archive: typing.
|
|
65
|
-
filter_btx: typing.
|
|
66
|
-
filter_collada: typing.
|
|
67
|
-
filter_alembic: typing.
|
|
68
|
-
filter_usd: typing.
|
|
69
|
-
filter_obj: typing.
|
|
70
|
-
filter_volume: typing.
|
|
71
|
-
filter_folder: typing.
|
|
72
|
-
filter_blenlib: typing.
|
|
73
|
-
filemode: typing.
|
|
74
|
-
show_multiview: typing.
|
|
75
|
-
use_multiview: typing.
|
|
76
|
-
display_type: typing.
|
|
77
|
-
sort_method: typing.
|
|
67
|
+
hide_props_region: typing.Union[bool, typing.Any] = True,
|
|
68
|
+
check_existing: typing.Union[bool, typing.Any] = False,
|
|
69
|
+
filter_blender: typing.Union[bool, typing.Any] = False,
|
|
70
|
+
filter_backup: typing.Union[bool, typing.Any] = False,
|
|
71
|
+
filter_image: typing.Union[bool, typing.Any] = True,
|
|
72
|
+
filter_movie: typing.Union[bool, typing.Any] = False,
|
|
73
|
+
filter_python: typing.Union[bool, typing.Any] = False,
|
|
74
|
+
filter_font: typing.Union[bool, typing.Any] = False,
|
|
75
|
+
filter_sound: typing.Union[bool, typing.Any] = False,
|
|
76
|
+
filter_text: typing.Union[bool, typing.Any] = False,
|
|
77
|
+
filter_archive: typing.Union[bool, typing.Any] = False,
|
|
78
|
+
filter_btx: typing.Union[bool, typing.Any] = False,
|
|
79
|
+
filter_collada: typing.Union[bool, typing.Any] = False,
|
|
80
|
+
filter_alembic: typing.Union[bool, typing.Any] = False,
|
|
81
|
+
filter_usd: typing.Union[bool, typing.Any] = False,
|
|
82
|
+
filter_obj: typing.Union[bool, typing.Any] = False,
|
|
83
|
+
filter_volume: typing.Union[bool, typing.Any] = False,
|
|
84
|
+
filter_folder: typing.Union[bool, typing.Any] = True,
|
|
85
|
+
filter_blenlib: typing.Union[bool, typing.Any] = False,
|
|
86
|
+
filemode: typing.Any = 9,
|
|
87
|
+
show_multiview: typing.Union[bool, typing.Any] = False,
|
|
88
|
+
use_multiview: typing.Union[bool, typing.Any] = False,
|
|
89
|
+
display_type: typing.Any = "DEFAULT",
|
|
90
|
+
sort_method: typing.Union[str, int, typing.Any] = "",
|
|
78
91
|
):
|
|
79
92
|
"""Choose an image to help identify the data-block visually
|
|
80
93
|
|
|
81
|
-
:type override_context: typing.
|
|
82
|
-
:type execution_context: typing.
|
|
83
|
-
:type undo:
|
|
94
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
95
|
+
:type execution_context: typing.Union[str, int]
|
|
96
|
+
:type undo: bool
|
|
84
97
|
:param filepath: File Path, Path to file
|
|
85
98
|
:type filepath: typing.Union[str, typing.Any]
|
|
86
99
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
87
|
-
:type hide_props_region: typing.
|
|
100
|
+
:type hide_props_region: typing.Union[bool, typing.Any]
|
|
88
101
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
89
|
-
:type check_existing: typing.
|
|
102
|
+
:type check_existing: typing.Union[bool, typing.Any]
|
|
90
103
|
:param filter_blender: Filter .blend files
|
|
91
|
-
:type filter_blender: typing.
|
|
104
|
+
:type filter_blender: typing.Union[bool, typing.Any]
|
|
92
105
|
:param filter_backup: Filter .blend files
|
|
93
|
-
:type filter_backup: typing.
|
|
106
|
+
:type filter_backup: typing.Union[bool, typing.Any]
|
|
94
107
|
:param filter_image: Filter image files
|
|
95
|
-
:type filter_image: typing.
|
|
108
|
+
:type filter_image: typing.Union[bool, typing.Any]
|
|
96
109
|
:param filter_movie: Filter movie files
|
|
97
|
-
:type filter_movie: typing.
|
|
110
|
+
:type filter_movie: typing.Union[bool, typing.Any]
|
|
98
111
|
:param filter_python: Filter Python files
|
|
99
|
-
:type filter_python: typing.
|
|
112
|
+
:type filter_python: typing.Union[bool, typing.Any]
|
|
100
113
|
:param filter_font: Filter font files
|
|
101
|
-
:type filter_font: typing.
|
|
114
|
+
:type filter_font: typing.Union[bool, typing.Any]
|
|
102
115
|
:param filter_sound: Filter sound files
|
|
103
|
-
:type filter_sound: typing.
|
|
116
|
+
:type filter_sound: typing.Union[bool, typing.Any]
|
|
104
117
|
:param filter_text: Filter text files
|
|
105
|
-
:type filter_text: typing.
|
|
118
|
+
:type filter_text: typing.Union[bool, typing.Any]
|
|
106
119
|
:param filter_archive: Filter archive files
|
|
107
|
-
:type filter_archive: typing.
|
|
120
|
+
:type filter_archive: typing.Union[bool, typing.Any]
|
|
108
121
|
:param filter_btx: Filter btx files
|
|
109
|
-
:type filter_btx: typing.
|
|
122
|
+
:type filter_btx: typing.Union[bool, typing.Any]
|
|
110
123
|
:param filter_collada: Filter COLLADA files
|
|
111
|
-
:type filter_collada: typing.
|
|
124
|
+
:type filter_collada: typing.Union[bool, typing.Any]
|
|
112
125
|
:param filter_alembic: Filter Alembic files
|
|
113
|
-
:type filter_alembic: typing.
|
|
126
|
+
:type filter_alembic: typing.Union[bool, typing.Any]
|
|
114
127
|
:param filter_usd: Filter USD files
|
|
115
|
-
:type filter_usd: typing.
|
|
128
|
+
:type filter_usd: typing.Union[bool, typing.Any]
|
|
116
129
|
:param filter_obj: Filter OBJ files
|
|
117
|
-
:type filter_obj: typing.
|
|
130
|
+
:type filter_obj: typing.Union[bool, typing.Any]
|
|
118
131
|
:param filter_volume: Filter OpenVDB volume files
|
|
119
|
-
:type filter_volume: typing.
|
|
132
|
+
:type filter_volume: typing.Union[bool, typing.Any]
|
|
120
133
|
:param filter_folder: Filter folders
|
|
121
|
-
:type filter_folder: typing.
|
|
134
|
+
:type filter_folder: typing.Union[bool, typing.Any]
|
|
122
135
|
:param filter_blenlib: Filter Blender IDs
|
|
123
|
-
:type filter_blenlib: typing.
|
|
136
|
+
:type filter_blenlib: typing.Union[bool, typing.Any]
|
|
124
137
|
:param filemode: File Browser Mode, The setting for the file browser mode to load a .blend file, a library or a special file
|
|
125
|
-
:type filemode: typing.
|
|
138
|
+
:type filemode: typing.Any
|
|
126
139
|
:param show_multiview: Enable Multi-View
|
|
127
|
-
:type show_multiview: typing.
|
|
140
|
+
:type show_multiview: typing.Union[bool, typing.Any]
|
|
128
141
|
:param use_multiview: Use Multi-View
|
|
129
|
-
:type use_multiview: typing.
|
|
142
|
+
:type use_multiview: typing.Union[bool, typing.Any]
|
|
130
143
|
:param display_type: Display Type
|
|
131
144
|
|
|
132
145
|
DEFAULT
|
|
@@ -140,97 +153,113 @@ def lib_id_load_custom_preview(
|
|
|
140
153
|
|
|
141
154
|
THUMBNAIL
|
|
142
155
|
Thumbnails -- Display files as thumbnails.
|
|
143
|
-
:type display_type: typing.
|
|
156
|
+
:type display_type: typing.Any
|
|
144
157
|
:param sort_method: File sorting mode
|
|
145
|
-
:type sort_method: typing.
|
|
158
|
+
:type sort_method: typing.Union[str, int, typing.Any]
|
|
146
159
|
"""
|
|
147
160
|
|
|
148
161
|
...
|
|
149
162
|
|
|
150
163
|
def lib_id_override_editable_toggle(
|
|
151
|
-
override_context
|
|
164
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
165
|
+
execution_context: typing.Union[str, int] = None,
|
|
166
|
+
undo: bool = None,
|
|
152
167
|
):
|
|
153
168
|
"""Set if this library override data-block can be edited
|
|
154
169
|
|
|
155
|
-
:type override_context: typing.
|
|
156
|
-
:type execution_context: typing.
|
|
157
|
-
:type undo:
|
|
170
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
171
|
+
:type execution_context: typing.Union[str, int]
|
|
172
|
+
:type undo: bool
|
|
158
173
|
"""
|
|
159
174
|
|
|
160
175
|
...
|
|
161
176
|
|
|
162
|
-
def lib_id_unlink(
|
|
177
|
+
def lib_id_unlink(
|
|
178
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
179
|
+
execution_context: typing.Union[str, int] = None,
|
|
180
|
+
undo: bool = None,
|
|
181
|
+
):
|
|
163
182
|
"""Remove a usage of a data-block, clearing the assignment
|
|
164
183
|
|
|
165
|
-
:type override_context: typing.
|
|
166
|
-
:type execution_context: typing.
|
|
167
|
-
:type undo:
|
|
184
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
185
|
+
:type execution_context: typing.Union[str, int]
|
|
186
|
+
:type undo: bool
|
|
168
187
|
"""
|
|
169
188
|
|
|
170
189
|
...
|
|
171
190
|
|
|
172
|
-
def redo(
|
|
191
|
+
def redo(
|
|
192
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
193
|
+
execution_context: typing.Union[str, int] = None,
|
|
194
|
+
undo: bool = None,
|
|
195
|
+
):
|
|
173
196
|
"""Redo previous action
|
|
174
197
|
|
|
175
|
-
:type override_context: typing.
|
|
176
|
-
:type execution_context: typing.
|
|
177
|
-
:type undo:
|
|
198
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
199
|
+
:type execution_context: typing.Union[str, int]
|
|
200
|
+
:type undo: bool
|
|
178
201
|
"""
|
|
179
202
|
|
|
180
203
|
...
|
|
181
204
|
|
|
182
|
-
def undo(
|
|
205
|
+
def undo(
|
|
206
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
207
|
+
execution_context: typing.Union[str, int] = None,
|
|
208
|
+
undo: bool = None,
|
|
209
|
+
):
|
|
183
210
|
"""Undo previous action
|
|
184
211
|
|
|
185
|
-
:type override_context: typing.
|
|
186
|
-
:type execution_context: typing.
|
|
187
|
-
:type undo:
|
|
212
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
213
|
+
:type execution_context: typing.Union[str, int]
|
|
214
|
+
:type undo: bool
|
|
188
215
|
"""
|
|
189
216
|
|
|
190
217
|
...
|
|
191
218
|
|
|
192
219
|
def undo_history(
|
|
193
|
-
override_context=None,
|
|
194
|
-
execution_context=None,
|
|
195
|
-
undo=None,
|
|
196
|
-
|
|
197
|
-
item: typing.Optional[typing.Any] = 0,
|
|
220
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
221
|
+
execution_context: typing.Union[str, int] = None,
|
|
222
|
+
undo: bool = None,
|
|
223
|
+
item: typing.Any = 0,
|
|
198
224
|
):
|
|
199
225
|
"""Redo specific action in history
|
|
200
226
|
|
|
201
|
-
:type override_context: typing.
|
|
202
|
-
:type execution_context: typing.
|
|
203
|
-
:type undo:
|
|
227
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
228
|
+
:type execution_context: typing.Union[str, int]
|
|
229
|
+
:type undo: bool
|
|
204
230
|
:param item: Item
|
|
205
|
-
:type item: typing.
|
|
231
|
+
:type item: typing.Any
|
|
206
232
|
"""
|
|
207
233
|
|
|
208
234
|
...
|
|
209
235
|
|
|
210
236
|
def undo_push(
|
|
211
|
-
override_context=None,
|
|
212
|
-
execution_context=None,
|
|
213
|
-
undo=None,
|
|
214
|
-
*,
|
|
237
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
238
|
+
execution_context: typing.Union[str, int] = None,
|
|
239
|
+
undo: bool = None,
|
|
215
240
|
message: typing.Union[str, typing.Any] = "Add an undo step *function may be moved*",
|
|
216
241
|
):
|
|
217
242
|
"""Add an undo state (internal use only)
|
|
218
243
|
|
|
219
|
-
:type override_context: typing.
|
|
220
|
-
:type execution_context: typing.
|
|
221
|
-
:type undo:
|
|
244
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
245
|
+
:type execution_context: typing.Union[str, int]
|
|
246
|
+
:type undo: bool
|
|
222
247
|
:param message: Undo Message
|
|
223
248
|
:type message: typing.Union[str, typing.Any]
|
|
224
249
|
"""
|
|
225
250
|
|
|
226
251
|
...
|
|
227
252
|
|
|
228
|
-
def undo_redo(
|
|
253
|
+
def undo_redo(
|
|
254
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
255
|
+
execution_context: typing.Union[str, int] = None,
|
|
256
|
+
undo: bool = None,
|
|
257
|
+
):
|
|
229
258
|
"""Undo and redo previous action
|
|
230
259
|
|
|
231
|
-
:type override_context: typing.
|
|
232
|
-
:type execution_context: typing.
|
|
233
|
-
:type undo:
|
|
260
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
261
|
+
:type execution_context: typing.Union[str, int]
|
|
262
|
+
:type undo: bool
|
|
234
263
|
"""
|
|
235
264
|
|
|
236
265
|
...
|
bpy/ops/export_anim/__init__.pyi
CHANGED
|
@@ -4,36 +4,35 @@ import bpy.types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
def bvh(
|
|
7
|
-
override_context=None,
|
|
8
|
-
execution_context=None,
|
|
9
|
-
undo=None,
|
|
10
|
-
*,
|
|
7
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
+
execution_context: typing.Union[str, int] = None,
|
|
9
|
+
undo: bool = None,
|
|
11
10
|
filepath: typing.Union[str, typing.Any] = "",
|
|
12
|
-
check_existing: typing.
|
|
11
|
+
check_existing: typing.Union[bool, typing.Any] = True,
|
|
13
12
|
filter_glob: typing.Union[str, typing.Any] = "*.bvh",
|
|
14
|
-
global_scale: typing.
|
|
15
|
-
frame_start: typing.
|
|
16
|
-
frame_end: typing.
|
|
17
|
-
rotate_mode: typing.
|
|
18
|
-
root_transform_only: typing.
|
|
13
|
+
global_scale: typing.Any = 1.0,
|
|
14
|
+
frame_start: typing.Any = 0,
|
|
15
|
+
frame_end: typing.Any = 0,
|
|
16
|
+
rotate_mode: typing.Any = "NATIVE",
|
|
17
|
+
root_transform_only: typing.Union[bool, typing.Any] = False,
|
|
19
18
|
):
|
|
20
19
|
"""Save a BVH motion capture file from an armature
|
|
21
20
|
|
|
22
|
-
:type override_context: typing.
|
|
23
|
-
:type execution_context: typing.
|
|
24
|
-
:type undo:
|
|
21
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
22
|
+
:type execution_context: typing.Union[str, int]
|
|
23
|
+
:type undo: bool
|
|
25
24
|
:param filepath: File Path, Filepath used for exporting the file
|
|
26
25
|
:type filepath: typing.Union[str, typing.Any]
|
|
27
26
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
28
|
-
:type check_existing: typing.
|
|
27
|
+
:type check_existing: typing.Union[bool, typing.Any]
|
|
29
28
|
:param filter_glob: filter_glob
|
|
30
29
|
:type filter_glob: typing.Union[str, typing.Any]
|
|
31
30
|
:param global_scale: Scale, Scale the BVH by this value
|
|
32
|
-
:type global_scale: typing.
|
|
31
|
+
:type global_scale: typing.Any
|
|
33
32
|
:param frame_start: Start Frame, Starting frame to export
|
|
34
|
-
:type frame_start: typing.
|
|
33
|
+
:type frame_start: typing.Any
|
|
35
34
|
:param frame_end: End Frame, End frame to export
|
|
36
|
-
:type frame_end: typing.
|
|
35
|
+
:type frame_end: typing.Any
|
|
37
36
|
:param rotate_mode: Rotation, Rotation conversion
|
|
38
37
|
|
|
39
38
|
NATIVE
|
|
@@ -56,9 +55,9 @@ def bvh(
|
|
|
56
55
|
|
|
57
56
|
ZYX
|
|
58
57
|
Euler (ZYX) -- Convert rotations to euler ZYX.
|
|
59
|
-
:type rotate_mode: typing.
|
|
58
|
+
:type rotate_mode: typing.Any
|
|
60
59
|
:param root_transform_only: Root Translation Only, Only write out translation channels for the root bone
|
|
61
|
-
:type root_transform_only: typing.
|
|
60
|
+
:type root_transform_only: typing.Union[bool, typing.Any]
|
|
62
61
|
"""
|
|
63
62
|
|
|
64
63
|
...
|
bpy/ops/export_mesh/__init__.pyi
CHANGED
|
@@ -4,49 +4,48 @@ import bpy.types
|
|
|
4
4
|
GenericType = typing.TypeVar("GenericType")
|
|
5
5
|
|
|
6
6
|
def stl(
|
|
7
|
-
override_context=None,
|
|
8
|
-
execution_context=None,
|
|
9
|
-
undo=None,
|
|
10
|
-
*,
|
|
7
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
8
|
+
execution_context: typing.Union[str, int] = None,
|
|
9
|
+
undo: bool = None,
|
|
11
10
|
filepath: typing.Union[str, typing.Any] = "",
|
|
12
|
-
check_existing: typing.
|
|
11
|
+
check_existing: typing.Union[bool, typing.Any] = True,
|
|
13
12
|
filter_glob: typing.Union[str, typing.Any] = "*.stl",
|
|
14
|
-
use_selection: typing.
|
|
15
|
-
global_scale: typing.
|
|
16
|
-
use_scene_unit: typing.
|
|
17
|
-
ascii: typing.
|
|
18
|
-
use_mesh_modifiers: typing.
|
|
19
|
-
batch_mode: typing.
|
|
20
|
-
global_space: typing.
|
|
13
|
+
use_selection: typing.Union[bool, typing.Any] = False,
|
|
14
|
+
global_scale: typing.Any = 1.0,
|
|
15
|
+
use_scene_unit: typing.Union[bool, typing.Any] = False,
|
|
16
|
+
ascii: typing.Union[bool, typing.Any] = False,
|
|
17
|
+
use_mesh_modifiers: typing.Union[bool, typing.Any] = True,
|
|
18
|
+
batch_mode: typing.Any = "OFF",
|
|
19
|
+
global_space: typing.Any = (
|
|
21
20
|
(0.0, 0.0, 0.0, 0.0),
|
|
22
21
|
(0.0, 0.0, 0.0, 0.0),
|
|
23
22
|
(0.0, 0.0, 0.0, 0.0),
|
|
24
23
|
(0.0, 0.0, 0.0, 0.0),
|
|
25
24
|
),
|
|
26
|
-
axis_forward: typing.
|
|
27
|
-
axis_up: typing.
|
|
25
|
+
axis_forward: typing.Any = "Y",
|
|
26
|
+
axis_up: typing.Any = "Z",
|
|
28
27
|
):
|
|
29
28
|
"""Save STL triangle mesh data
|
|
30
29
|
|
|
31
|
-
:type override_context: typing.
|
|
32
|
-
:type execution_context: typing.
|
|
33
|
-
:type undo:
|
|
30
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
31
|
+
:type execution_context: typing.Union[str, int]
|
|
32
|
+
:type undo: bool
|
|
34
33
|
:param filepath: File Path, Filepath used for exporting the file
|
|
35
34
|
:type filepath: typing.Union[str, typing.Any]
|
|
36
35
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
|
37
|
-
:type check_existing: typing.
|
|
36
|
+
:type check_existing: typing.Union[bool, typing.Any]
|
|
38
37
|
:param filter_glob: filter_glob
|
|
39
38
|
:type filter_glob: typing.Union[str, typing.Any]
|
|
40
39
|
:param use_selection: Selection Only, Export selected objects only
|
|
41
|
-
:type use_selection: typing.
|
|
40
|
+
:type use_selection: typing.Union[bool, typing.Any]
|
|
42
41
|
:param global_scale: Scale
|
|
43
|
-
:type global_scale: typing.
|
|
42
|
+
:type global_scale: typing.Any
|
|
44
43
|
:param use_scene_unit: Scene Unit, Apply current scene's unit (as defined by unit scale) to exported data
|
|
45
|
-
:type use_scene_unit: typing.
|
|
44
|
+
:type use_scene_unit: typing.Union[bool, typing.Any]
|
|
46
45
|
:param ascii: Ascii, Save the file in ASCII file format
|
|
47
|
-
:type ascii: typing.
|
|
46
|
+
:type ascii: typing.Union[bool, typing.Any]
|
|
48
47
|
:param use_mesh_modifiers: Apply Modifiers, Apply the modifiers before saving
|
|
49
|
-
:type use_mesh_modifiers: typing.
|
|
48
|
+
:type use_mesh_modifiers: typing.Union[bool, typing.Any]
|
|
50
49
|
:param batch_mode: Batch Mode
|
|
51
50
|
|
|
52
51
|
OFF
|
|
@@ -54,13 +53,13 @@ def stl(
|
|
|
54
53
|
|
|
55
54
|
OBJECT
|
|
56
55
|
Object -- Each object as a file.
|
|
57
|
-
:type batch_mode: typing.
|
|
56
|
+
:type batch_mode: typing.Any
|
|
58
57
|
:param global_space: Global Space, Export in this reference space
|
|
59
|
-
:type global_space: typing.
|
|
58
|
+
:type global_space: typing.Any
|
|
60
59
|
:param axis_forward: Forward
|
|
61
|
-
:type axis_forward: typing.
|
|
60
|
+
:type axis_forward: typing.Any
|
|
62
61
|
:param axis_up: Up
|
|
63
|
-
:type axis_up: typing.
|
|
62
|
+
:type axis_up: typing.Any
|
|
64
63
|
"""
|
|
65
64
|
|
|
66
65
|
...
|