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/curves/__init__.pyi
CHANGED
|
@@ -1,412 +1,378 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
import typing
|
|
3
|
-
import bpy.types
|
|
4
2
|
import bpy.ops.transform
|
|
3
|
+
import bpy.types
|
|
5
4
|
|
|
6
5
|
GenericType = typing.TypeVar("GenericType")
|
|
7
6
|
|
|
8
7
|
def attribute_set(
|
|
9
|
-
override_context: typing.
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
value_int: typing.Optional[typing.Any] = 0,
|
|
19
|
-
value_color: typing.Optional[typing.Any] = (1.0, 1.0, 1.0, 1.0),
|
|
20
|
-
value_bool: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
8
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
9
|
+
execution_context: typing.Union[str, int] = None,
|
|
10
|
+
undo: bool = None,
|
|
11
|
+
value_float: typing.Any = 0.0,
|
|
12
|
+
value_float_vector_2d: typing.Any = (0.0, 0.0),
|
|
13
|
+
value_float_vector_3d: typing.Any = (0.0, 0.0, 0.0),
|
|
14
|
+
value_int: typing.Any = 0,
|
|
15
|
+
value_color: typing.Any = (1.0, 1.0, 1.0, 1.0),
|
|
16
|
+
value_bool: typing.Union[bool, typing.Any] = False,
|
|
21
17
|
):
|
|
22
18
|
"""Set values of the active attribute for selected elements
|
|
23
19
|
|
|
24
|
-
:type override_context: typing.
|
|
25
|
-
:type execution_context: typing.
|
|
26
|
-
:type undo:
|
|
20
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
21
|
+
:type execution_context: typing.Union[str, int]
|
|
22
|
+
:type undo: bool
|
|
27
23
|
:param value_float: Value
|
|
28
|
-
:type value_float: typing.
|
|
24
|
+
:type value_float: typing.Any
|
|
29
25
|
:param value_float_vector_2d: Value
|
|
30
|
-
:type value_float_vector_2d: typing.
|
|
26
|
+
:type value_float_vector_2d: typing.Any
|
|
31
27
|
:param value_float_vector_3d: Value
|
|
32
|
-
:type value_float_vector_3d: typing.
|
|
28
|
+
:type value_float_vector_3d: typing.Any
|
|
33
29
|
:param value_int: Value
|
|
34
|
-
:type value_int: typing.
|
|
30
|
+
:type value_int: typing.Any
|
|
35
31
|
:param value_color: Value
|
|
36
|
-
:type value_color: typing.
|
|
32
|
+
:type value_color: typing.Any
|
|
37
33
|
:param value_bool: Value
|
|
38
|
-
:type value_bool: typing.
|
|
34
|
+
:type value_bool: typing.Union[bool, typing.Any]
|
|
39
35
|
"""
|
|
40
36
|
|
|
41
37
|
...
|
|
42
38
|
|
|
43
39
|
def convert_from_particle_system(
|
|
44
|
-
override_context: typing.
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
48
|
-
undo: typing.Optional[bool] = None,
|
|
40
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
41
|
+
execution_context: typing.Union[str, int] = None,
|
|
42
|
+
undo: bool = None,
|
|
49
43
|
):
|
|
50
44
|
"""Add a new curves object based on the current state of the particle system
|
|
51
45
|
|
|
52
|
-
:type override_context: typing.
|
|
53
|
-
:type execution_context: typing.
|
|
54
|
-
:type undo:
|
|
46
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
47
|
+
:type execution_context: typing.Union[str, int]
|
|
48
|
+
:type undo: bool
|
|
55
49
|
"""
|
|
56
50
|
|
|
57
51
|
...
|
|
58
52
|
|
|
59
53
|
def convert_to_particle_system(
|
|
60
|
-
override_context: typing.
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
64
|
-
undo: typing.Optional[bool] = None,
|
|
54
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
55
|
+
execution_context: typing.Union[str, int] = None,
|
|
56
|
+
undo: bool = None,
|
|
65
57
|
):
|
|
66
58
|
"""Add a new or update an existing hair particle system on the surface object
|
|
67
59
|
|
|
68
|
-
:type override_context: typing.
|
|
69
|
-
:type execution_context: typing.
|
|
70
|
-
:type undo:
|
|
60
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
61
|
+
:type execution_context: typing.Union[str, int]
|
|
62
|
+
:type undo: bool
|
|
71
63
|
"""
|
|
72
64
|
|
|
73
65
|
...
|
|
74
66
|
|
|
75
67
|
def delete(
|
|
76
|
-
override_context: typing.
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
80
|
-
undo: typing.Optional[bool] = None,
|
|
68
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
69
|
+
execution_context: typing.Union[str, int] = None,
|
|
70
|
+
undo: bool = None,
|
|
81
71
|
):
|
|
82
72
|
"""Remove selected control points or curves
|
|
83
73
|
|
|
84
|
-
:type override_context: typing.
|
|
85
|
-
:type execution_context: typing.
|
|
86
|
-
:type undo:
|
|
74
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
75
|
+
:type execution_context: typing.Union[str, int]
|
|
76
|
+
:type undo: bool
|
|
87
77
|
"""
|
|
88
78
|
|
|
89
79
|
...
|
|
90
80
|
|
|
91
81
|
def draw(
|
|
92
|
-
override_context: typing.
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
bpy.types.bpy_prop_collection["bpy.types.OperatorStrokeElement"]
|
|
104
|
-
] = None,
|
|
105
|
-
wait_for_input: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
106
|
-
is_curve_2d: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
107
|
-
bezier_as_nurbs: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
82
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
83
|
+
execution_context: typing.Union[str, int] = None,
|
|
84
|
+
undo: bool = None,
|
|
85
|
+
error_threshold: typing.Any = 0.0,
|
|
86
|
+
fit_method: typing.Any = "REFIT",
|
|
87
|
+
corner_angle: typing.Any = 1.22173,
|
|
88
|
+
use_cyclic: typing.Union[bool, typing.Any] = True,
|
|
89
|
+
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] = None,
|
|
90
|
+
wait_for_input: typing.Union[bool, typing.Any] = True,
|
|
91
|
+
is_curve_2d: typing.Union[bool, typing.Any] = False,
|
|
92
|
+
bezier_as_nurbs: typing.Union[bool, typing.Any] = False,
|
|
108
93
|
):
|
|
109
94
|
"""Draw a freehand curve
|
|
110
95
|
|
|
111
|
-
:type override_context: typing.
|
|
112
|
-
:type execution_context: typing.
|
|
113
|
-
:type undo:
|
|
96
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
97
|
+
:type execution_context: typing.Union[str, int]
|
|
98
|
+
:type undo: bool
|
|
114
99
|
:param error_threshold: Error, Error distance threshold (in object units)
|
|
115
|
-
:type error_threshold: typing.
|
|
100
|
+
:type error_threshold: typing.Any
|
|
116
101
|
:param fit_method: Fit Method
|
|
117
|
-
:type fit_method: typing.
|
|
102
|
+
:type fit_method: typing.Any
|
|
118
103
|
:param corner_angle: Corner Angle
|
|
119
|
-
:type corner_angle: typing.
|
|
104
|
+
:type corner_angle: typing.Any
|
|
120
105
|
:param use_cyclic: Cyclic
|
|
121
|
-
:type use_cyclic: typing.
|
|
106
|
+
:type use_cyclic: typing.Union[bool, typing.Any]
|
|
122
107
|
:param stroke: Stroke
|
|
123
|
-
:type stroke:
|
|
108
|
+
:type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
124
109
|
:param wait_for_input: Wait for Input
|
|
125
|
-
:type wait_for_input: typing.
|
|
110
|
+
:type wait_for_input: typing.Union[bool, typing.Any]
|
|
126
111
|
:param is_curve_2d: Curve 2D
|
|
127
|
-
:type is_curve_2d: typing.
|
|
112
|
+
:type is_curve_2d: typing.Union[bool, typing.Any]
|
|
128
113
|
:param bezier_as_nurbs: As NURBS
|
|
129
|
-
:type bezier_as_nurbs: typing.
|
|
114
|
+
:type bezier_as_nurbs: typing.Union[bool, typing.Any]
|
|
130
115
|
"""
|
|
131
116
|
|
|
132
117
|
...
|
|
133
118
|
|
|
134
119
|
def duplicate(
|
|
135
|
-
override_context: typing.
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
139
|
-
undo: typing.Optional[bool] = None,
|
|
120
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
121
|
+
execution_context: typing.Union[str, int] = None,
|
|
122
|
+
undo: bool = None,
|
|
140
123
|
):
|
|
141
124
|
"""Copy selected points or curves
|
|
142
125
|
|
|
143
|
-
:type override_context: typing.
|
|
144
|
-
:type execution_context: typing.
|
|
145
|
-
:type undo:
|
|
126
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
127
|
+
:type execution_context: typing.Union[str, int]
|
|
128
|
+
:type undo: bool
|
|
146
129
|
"""
|
|
147
130
|
|
|
148
131
|
...
|
|
149
132
|
|
|
150
133
|
def duplicate_move(
|
|
151
|
-
override_context: typing.
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
*,
|
|
157
|
-
CURVES_OT_duplicate: typing.Optional["duplicate"] = None,
|
|
158
|
-
TRANSFORM_OT_translate: typing.Optional["bpy.ops.transform.translate"] = None,
|
|
134
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
135
|
+
execution_context: typing.Union[str, int] = None,
|
|
136
|
+
undo: bool = None,
|
|
137
|
+
CURVES_OT_duplicate: duplicate = None,
|
|
138
|
+
TRANSFORM_OT_translate: bpy.ops.transform.translate = None,
|
|
159
139
|
):
|
|
160
140
|
"""Make copies of selected elements and move them
|
|
161
141
|
|
|
162
|
-
:type override_context: typing.
|
|
163
|
-
:type execution_context: typing.
|
|
164
|
-
:type undo:
|
|
142
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
143
|
+
:type execution_context: typing.Union[str, int]
|
|
144
|
+
:type undo: bool
|
|
165
145
|
:param CURVES_OT_duplicate: Duplicate, Copy selected points or curves
|
|
166
|
-
:type CURVES_OT_duplicate:
|
|
146
|
+
:type CURVES_OT_duplicate: duplicate
|
|
167
147
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
168
|
-
:type TRANSFORM_OT_translate:
|
|
148
|
+
:type TRANSFORM_OT_translate: bpy.ops.transform.translate
|
|
169
149
|
"""
|
|
170
150
|
|
|
171
151
|
...
|
|
172
152
|
|
|
173
153
|
def extrude(
|
|
174
|
-
override_context: typing.
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
178
|
-
undo: typing.Optional[bool] = None,
|
|
154
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
155
|
+
execution_context: typing.Union[str, int] = None,
|
|
156
|
+
undo: bool = None,
|
|
179
157
|
):
|
|
180
158
|
"""Extrude selected control point(s)
|
|
181
159
|
|
|
182
|
-
:type override_context: typing.
|
|
183
|
-
:type execution_context: typing.
|
|
184
|
-
:type undo:
|
|
160
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
161
|
+
:type execution_context: typing.Union[str, int]
|
|
162
|
+
:type undo: bool
|
|
185
163
|
"""
|
|
186
164
|
|
|
187
165
|
...
|
|
188
166
|
|
|
189
167
|
def extrude_move(
|
|
190
|
-
override_context: typing.
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
*,
|
|
196
|
-
CURVES_OT_extrude: typing.Optional["extrude"] = None,
|
|
197
|
-
TRANSFORM_OT_translate: typing.Optional["bpy.ops.transform.translate"] = None,
|
|
168
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
169
|
+
execution_context: typing.Union[str, int] = None,
|
|
170
|
+
undo: bool = None,
|
|
171
|
+
CURVES_OT_extrude: extrude = None,
|
|
172
|
+
TRANSFORM_OT_translate: bpy.ops.transform.translate = None,
|
|
198
173
|
):
|
|
199
174
|
"""Extrude curve and move result
|
|
200
175
|
|
|
201
|
-
:type override_context: typing.
|
|
202
|
-
:type execution_context: typing.
|
|
203
|
-
:type undo:
|
|
176
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
177
|
+
:type execution_context: typing.Union[str, int]
|
|
178
|
+
:type undo: bool
|
|
204
179
|
:param CURVES_OT_extrude: Extrude, Extrude selected control point(s)
|
|
205
|
-
:type CURVES_OT_extrude:
|
|
180
|
+
:type CURVES_OT_extrude: extrude
|
|
206
181
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
207
|
-
:type TRANSFORM_OT_translate:
|
|
182
|
+
:type TRANSFORM_OT_translate: bpy.ops.transform.translate
|
|
208
183
|
"""
|
|
209
184
|
|
|
210
185
|
...
|
|
211
186
|
|
|
212
187
|
def sculptmode_toggle(
|
|
213
|
-
override_context: typing.
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
217
|
-
undo: typing.Optional[bool] = None,
|
|
188
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
189
|
+
execution_context: typing.Union[str, int] = None,
|
|
190
|
+
undo: bool = None,
|
|
218
191
|
):
|
|
219
192
|
"""Enter/Exit sculpt mode for curves
|
|
220
193
|
|
|
221
|
-
:type override_context: typing.
|
|
222
|
-
:type execution_context: typing.
|
|
223
|
-
:type undo:
|
|
194
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
195
|
+
:type execution_context: typing.Union[str, int]
|
|
196
|
+
:type undo: bool
|
|
224
197
|
"""
|
|
225
198
|
|
|
226
199
|
...
|
|
227
200
|
|
|
228
201
|
def select_all(
|
|
229
|
-
override_context: typing.
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
undo: typing.Optional[bool] = None,
|
|
234
|
-
*,
|
|
235
|
-
action: typing.Optional[typing.Any] = "TOGGLE",
|
|
202
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
203
|
+
execution_context: typing.Union[str, int] = None,
|
|
204
|
+
undo: bool = None,
|
|
205
|
+
action: typing.Any = "TOGGLE",
|
|
236
206
|
):
|
|
237
207
|
"""(De)select all control points
|
|
238
208
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
209
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
210
|
+
:type execution_context: typing.Union[str, int]
|
|
211
|
+
:type undo: bool
|
|
212
|
+
:param action: Action, Selection action to execute
|
|
213
|
+
|
|
214
|
+
TOGGLE
|
|
215
|
+
Toggle -- Toggle selection for all elements.
|
|
216
|
+
|
|
217
|
+
SELECT
|
|
218
|
+
Select -- Select all elements.
|
|
219
|
+
|
|
220
|
+
DESELECT
|
|
221
|
+
Deselect -- Deselect all elements.
|
|
222
|
+
|
|
223
|
+
INVERT
|
|
224
|
+
Invert -- Invert selection of all elements.
|
|
225
|
+
:type action: typing.Any
|
|
244
226
|
"""
|
|
245
227
|
|
|
246
228
|
...
|
|
247
229
|
|
|
248
230
|
def select_ends(
|
|
249
|
-
override_context: typing.
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
*,
|
|
255
|
-
amount_start: typing.Optional[typing.Any] = 0,
|
|
256
|
-
amount_end: typing.Optional[typing.Any] = 1,
|
|
231
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
232
|
+
execution_context: typing.Union[str, int] = None,
|
|
233
|
+
undo: bool = None,
|
|
234
|
+
amount_start: typing.Any = 0,
|
|
235
|
+
amount_end: typing.Any = 1,
|
|
257
236
|
):
|
|
258
237
|
"""Select end points of curves
|
|
259
238
|
|
|
260
|
-
:type override_context: typing.
|
|
261
|
-
:type execution_context: typing.
|
|
262
|
-
:type undo:
|
|
239
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
240
|
+
:type execution_context: typing.Union[str, int]
|
|
241
|
+
:type undo: bool
|
|
263
242
|
:param amount_start: Amount Front, Number of points to select from the front
|
|
264
|
-
:type amount_start: typing.
|
|
243
|
+
:type amount_start: typing.Any
|
|
265
244
|
:param amount_end: Amount Back, Number of points to select from the back
|
|
266
|
-
:type amount_end: typing.
|
|
245
|
+
:type amount_end: typing.Any
|
|
267
246
|
"""
|
|
268
247
|
|
|
269
248
|
...
|
|
270
249
|
|
|
271
250
|
def select_less(
|
|
272
|
-
override_context: typing.
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
276
|
-
undo: typing.Optional[bool] = None,
|
|
251
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
252
|
+
execution_context: typing.Union[str, int] = None,
|
|
253
|
+
undo: bool = None,
|
|
277
254
|
):
|
|
278
255
|
"""Shrink the selection by one point
|
|
279
256
|
|
|
280
|
-
:type override_context: typing.
|
|
281
|
-
:type execution_context: typing.
|
|
282
|
-
:type undo:
|
|
257
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
258
|
+
:type execution_context: typing.Union[str, int]
|
|
259
|
+
:type undo: bool
|
|
283
260
|
"""
|
|
284
261
|
|
|
285
262
|
...
|
|
286
263
|
|
|
287
264
|
def select_linked(
|
|
288
|
-
override_context: typing.
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
292
|
-
undo: typing.Optional[bool] = None,
|
|
265
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
266
|
+
execution_context: typing.Union[str, int] = None,
|
|
267
|
+
undo: bool = None,
|
|
293
268
|
):
|
|
294
269
|
"""Select all points in curves with any point selection
|
|
295
270
|
|
|
296
|
-
:type override_context: typing.
|
|
297
|
-
:type execution_context: typing.
|
|
298
|
-
:type undo:
|
|
271
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
272
|
+
:type execution_context: typing.Union[str, int]
|
|
273
|
+
:type undo: bool
|
|
299
274
|
"""
|
|
300
275
|
|
|
301
276
|
...
|
|
302
277
|
|
|
303
278
|
def select_more(
|
|
304
|
-
override_context: typing.
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
308
|
-
undo: typing.Optional[bool] = None,
|
|
279
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
280
|
+
execution_context: typing.Union[str, int] = None,
|
|
281
|
+
undo: bool = None,
|
|
309
282
|
):
|
|
310
283
|
"""Grow the selection by one point
|
|
311
284
|
|
|
312
|
-
:type override_context: typing.
|
|
313
|
-
:type execution_context: typing.
|
|
314
|
-
:type undo:
|
|
285
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
286
|
+
:type execution_context: typing.Union[str, int]
|
|
287
|
+
:type undo: bool
|
|
315
288
|
"""
|
|
316
289
|
|
|
317
290
|
...
|
|
318
291
|
|
|
319
292
|
def select_random(
|
|
320
|
-
override_context: typing.
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
*,
|
|
326
|
-
seed: typing.Optional[typing.Any] = 0,
|
|
327
|
-
probability: typing.Optional[typing.Any] = 0.5,
|
|
293
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
294
|
+
execution_context: typing.Union[str, int] = None,
|
|
295
|
+
undo: bool = None,
|
|
296
|
+
seed: typing.Any = 0,
|
|
297
|
+
probability: typing.Any = 0.5,
|
|
328
298
|
):
|
|
329
299
|
"""Randomizes existing selection or create new random selection
|
|
330
300
|
|
|
331
|
-
:type override_context: typing.
|
|
332
|
-
:type execution_context: typing.
|
|
333
|
-
:type undo:
|
|
301
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
302
|
+
:type execution_context: typing.Union[str, int]
|
|
303
|
+
:type undo: bool
|
|
334
304
|
:param seed: Seed, Source of randomness
|
|
335
|
-
:type seed: typing.
|
|
305
|
+
:type seed: typing.Any
|
|
336
306
|
:param probability: Probability, Chance of every point or curve being included in the selection
|
|
337
|
-
:type probability: typing.
|
|
307
|
+
:type probability: typing.Any
|
|
338
308
|
"""
|
|
339
309
|
|
|
340
310
|
...
|
|
341
311
|
|
|
342
312
|
def set_selection_domain(
|
|
343
|
-
override_context: typing.
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
undo: typing.Optional[bool] = None,
|
|
348
|
-
*,
|
|
349
|
-
domain: typing.Optional[typing.Union[str, int]] = "POINT",
|
|
313
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
314
|
+
execution_context: typing.Union[str, int] = None,
|
|
315
|
+
undo: bool = None,
|
|
316
|
+
domain: typing.Any = "POINT",
|
|
350
317
|
):
|
|
351
318
|
"""Change the mode used for selection masking in curves sculpt mode
|
|
352
319
|
|
|
353
|
-
:type override_context: typing.
|
|
354
|
-
:type execution_context: typing.
|
|
355
|
-
:type undo:
|
|
320
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
321
|
+
:type execution_context: typing.Union[str, int]
|
|
322
|
+
:type undo: bool
|
|
356
323
|
:param domain: Domain
|
|
357
|
-
:type domain: typing.
|
|
324
|
+
:type domain: typing.Any
|
|
358
325
|
"""
|
|
359
326
|
|
|
360
327
|
...
|
|
361
328
|
|
|
362
329
|
def snap_curves_to_surface(
|
|
363
|
-
override_context: typing.
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
undo: typing.Optional[bool] = None,
|
|
368
|
-
*,
|
|
369
|
-
attach_mode: typing.Optional[typing.Any] = "NEAREST",
|
|
330
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
331
|
+
execution_context: typing.Union[str, int] = None,
|
|
332
|
+
undo: bool = None,
|
|
333
|
+
attach_mode: typing.Any = "NEAREST",
|
|
370
334
|
):
|
|
371
335
|
"""Move curves so that the first point is exactly on the surface mesh
|
|
372
336
|
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
337
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
338
|
+
:type execution_context: typing.Union[str, int]
|
|
339
|
+
:type undo: bool
|
|
340
|
+
:param attach_mode: Attach Mode, How to find the point on the surface to attach to
|
|
341
|
+
|
|
342
|
+
NEAREST
|
|
343
|
+
Nearest -- Find the closest point on the surface for the root point of every curve and move the root there.
|
|
344
|
+
|
|
345
|
+
DEFORM
|
|
346
|
+
Deform -- Re-attach curves to a deformed surface using the existing attachment information. This only works when the topology of the surface mesh has not changed.
|
|
347
|
+
:type attach_mode: typing.Any
|
|
378
348
|
"""
|
|
379
349
|
|
|
380
350
|
...
|
|
381
351
|
|
|
382
352
|
def surface_set(
|
|
383
|
-
override_context: typing.
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
387
|
-
undo: typing.Optional[bool] = None,
|
|
353
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
354
|
+
execution_context: typing.Union[str, int] = None,
|
|
355
|
+
undo: bool = None,
|
|
388
356
|
):
|
|
389
357
|
"""Use the active object as surface for selected curves objects and set it as the parent
|
|
390
358
|
|
|
391
|
-
:type override_context: typing.
|
|
392
|
-
:type execution_context: typing.
|
|
393
|
-
:type undo:
|
|
359
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
360
|
+
:type execution_context: typing.Union[str, int]
|
|
361
|
+
:type undo: bool
|
|
394
362
|
"""
|
|
395
363
|
|
|
396
364
|
...
|
|
397
365
|
|
|
398
366
|
def tilt_clear(
|
|
399
|
-
override_context: typing.
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
403
|
-
undo: typing.Optional[bool] = None,
|
|
367
|
+
override_context: typing.Union[dict, bpy.types.Context] = None,
|
|
368
|
+
execution_context: typing.Union[str, int] = None,
|
|
369
|
+
undo: bool = None,
|
|
404
370
|
):
|
|
405
371
|
"""Clear the tilt of selected control points
|
|
406
372
|
|
|
407
|
-
:type override_context: typing.
|
|
408
|
-
:type execution_context: typing.
|
|
409
|
-
:type undo:
|
|
373
|
+
:type override_context: typing.Union[dict, bpy.types.Context]
|
|
374
|
+
:type execution_context: typing.Union[str, int]
|
|
375
|
+
:type undo: bool
|
|
410
376
|
"""
|
|
411
377
|
|
|
412
378
|
...
|