fake-bpy-module 20250828__py3-none-any.whl → 20260118__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.
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_calltip/__init__.pyi +0 -13
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_import/__init__.pyi +0 -5
- {bl_console_utils → _bl_console_utils}/autocomplete/complete_namespace/__init__.pyi +0 -11
- {bl_console_utils → _bl_console_utils}/autocomplete/intellisense/__init__.pyi +0 -10
- {bl_i18n_utils → _bl_i18n_utils}/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/bl_extract_messages/__init__.pyi +1 -0
- {bl_i18n_utils → _bl_i18n_utils}/settings/__init__.pyi +2 -0
- _bl_i18n_utils/utils_spell_check/__init__.pyi +22 -0
- {bl_ui_utils → _bl_ui_utils}/__init__.pyi +1 -0
- _bpy_internal/__init__.pyi +3 -1
- _bpy_internal/disk_file_hash_service/__init__.pyi +19 -0
- _bpy_internal/disk_file_hash_service/backend_sqlite/__init__.pyi +48 -0
- _bpy_internal/disk_file_hash_service/hash_service/__init__.pyi +64 -0
- _bpy_internal/disk_file_hash_service/types/__init__.pyi +53 -0
- _bpy_internal/filesystem/__init__.pyi +5 -0
- _bpy_internal/filesystem/locking/__init__.pyi +28 -0
- _bpy_internal/platform/__init__.pyi +5 -0
- _bpy_types/__init__.pyi +115 -117
- {rna_info → _rna_info}/__init__.pyi +0 -1
- addon_utils/__init__.pyi +0 -13
- aud/__init__.pyi +66 -142
- bl_app_templates_system/Storyboarding/__init__.pyi +11 -0
- bl_app_templates_system/__init__.pyi +5 -0
- bl_app_templates_system/py.typed +0 -0
- bl_math/__init__.pyi +2 -12
- bl_operators/__init__.pyi +1 -0
- bl_operators/add_mesh_torus/__init__.pyi +0 -2
- bl_operators/anim/__init__.pyi +47 -24
- bl_operators/assets/__init__.pyi +0 -6
- bl_operators/bone_selection_sets/__init__.pyi +0 -28
- bl_operators/clip/__init__.pyi +0 -20
- bl_operators/connect_to_output/__init__.pyi +0 -2
- bl_operators/console/__init__.pyi +0 -10
- bl_operators/constraint/__init__.pyi +0 -8
- bl_operators/copy_global_transform/__init__.pyi +261 -0
- bl_operators/file/__init__.pyi +0 -6
- bl_operators/freestyle/__init__.pyi +0 -8
- bl_operators/geometry_nodes/__init__.pyi +0 -8
- bl_operators/grease_pencil/__init__.pyi +0 -2
- bl_operators/image/__init__.pyi +0 -10
- bl_operators/image_as_planes/__init__.pyi +0 -4
- bl_operators/mesh/__init__.pyi +0 -47
- bl_operators/node/__init__.pyi +277 -57
- bl_operators/object/__init__.pyi +0 -37
- bl_operators/object_align/__init__.pyi +0 -2
- bl_operators/object_quick_effects/__init__.pyi +0 -8
- bl_operators/object_randomize_transform/__init__.pyi +0 -2
- bl_operators/presets/__init__.pyi +1 -51
- bl_operators/rigidbody/__init__.pyi +0 -6
- bl_operators/screen_play_rendered_anim/__init__.pyi +0 -2
- bl_operators/sequencer/__init__.pyi +0 -16
- bl_operators/spreadsheet/__init__.pyi +0 -2
- bl_operators/userpref/__init__.pyi +0 -50
- bl_operators/uvcalc_follow_active/__init__.pyi +1 -3
- bl_operators/uvcalc_lightmap/__init__.pyi +0 -2
- bl_operators/uvcalc_transform/__init__.pyi +21 -12
- bl_operators/vertexpaint_dirt/__init__.pyi +0 -2
- bl_operators/view3d/__init__.pyi +0 -16
- bl_operators/wm/__init__.pyi +0 -92
- bl_operators/world/__init__.pyi +0 -2
- bl_ui/__init__.pyi +3 -4
- bl_ui/anim/__init__.pyi +0 -2
- bl_ui/asset_shelf/__init__.pyi +0 -2
- bl_ui/generic_ui_list/__init__.pyi +1 -17
- bl_ui/node_add_menu/__init__.pyi +261 -6
- bl_ui/node_add_menu_compositor/__init__.pyi +96 -80
- bl_ui/node_add_menu_geometry/__init__.pyi +266 -306
- bl_ui/node_add_menu_shader/__init__.pyi +49 -50
- bl_ui/node_add_menu_texture/__init__.pyi +16 -62
- bl_ui/properties_collection/__init__.pyi +0 -14
- bl_ui/properties_constraint/__init__.pyi +55 -209
- bl_ui/properties_data_armature/__init__.pyi +0 -36
- bl_ui/properties_data_bone/__init__.pyi +0 -20
- bl_ui/properties_data_camera/__init__.pyi +0 -30
- bl_ui/properties_data_curve/__init__.pyi +0 -30
- bl_ui/properties_data_curves/__init__.pyi +0 -16
- bl_ui/properties_data_empty/__init__.pyi +0 -4
- bl_ui/properties_data_grease_pencil/__init__.pyi +0 -40
- bl_ui/properties_data_lattice/__init__.pyi +0 -8
- bl_ui/properties_data_light/__init__.pyi +0 -20
- bl_ui/properties_data_lightprobe/__init__.pyi +0 -28
- bl_ui/properties_data_mesh/__init__.pyi +1 -42
- bl_ui/properties_data_metaball/__init__.pyi +0 -12
- bl_ui/properties_data_modifier/__init__.pyi +12 -19
- bl_ui/properties_data_pointcloud/__init__.pyi +0 -12
- bl_ui/properties_data_shaderfx/__init__.pyi +0 -2
- bl_ui/properties_data_speaker/__init__.pyi +0 -12
- bl_ui/properties_data_volume/__init__.pyi +0 -18
- bl_ui/properties_freestyle/__init__.pyi +0 -50
- bl_ui/properties_grease_pencil_common/__init__.pyi +0 -159
- bl_ui/properties_mask_common/__init__.pyi +0 -14
- bl_ui/properties_material/__init__.pyi +0 -32
- bl_ui/properties_material_gpencil/__init__.pyi +23 -45
- bl_ui/properties_object/__init__.pyi +35 -42
- bl_ui/properties_output/__init__.pyi +0 -40
- bl_ui/properties_paint_common/__init__.pyi +23 -19
- bl_ui/properties_particle/__init__.pyi +0 -106
- bl_ui/properties_physics_cloth/__init__.pyi +0 -28
- bl_ui/properties_physics_common/__init__.pyi +0 -2
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +0 -44
- bl_ui/properties_physics_field/__init__.pyi +0 -20
- bl_ui/properties_physics_fluid/__init__.pyi +0 -56
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +0 -2
- bl_ui/properties_physics_rigidbody/__init__.pyi +0 -16
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +0 -26
- bl_ui/properties_physics_softbody/__init__.pyi +0 -30
- bl_ui/properties_render/__init__.pyi +58 -86
- bl_ui/properties_scene/__init__.pyi +0 -34
- bl_ui/properties_strip/__init__.pyi +744 -0
- bl_ui/properties_strip_modifier/__init__.pyi +45 -0
- bl_ui/properties_texture/__init__.pyi +0 -54
- bl_ui/properties_view_layer/__init__.pyi +7 -28
- bl_ui/properties_workspace/__init__.pyi +0 -8
- bl_ui/properties_world/__init__.pyi +0 -22
- bl_ui/space_clip/__init__.pyi +82 -166
- bl_ui/space_console/__init__.pyi +0 -12
- bl_ui/space_dopesheet/__init__.pyi +67 -76
- bl_ui/space_filebrowser/__init__.pyi +0 -60
- bl_ui/space_graph/__init__.pyi +0 -66
- bl_ui/space_image/__init__.pyi +28 -162
- bl_ui/space_info/__init__.pyi +0 -12
- bl_ui/space_nla/__init__.pyi +0 -58
- bl_ui/space_node/__init__.pyi +99 -132
- bl_ui/space_outliner/__init__.pyi +0 -30
- bl_ui/space_properties/__init__.pyi +29 -6
- bl_ui/space_sequencer/__init__.pyi +159 -987
- bl_ui/space_spreadsheet/__init__.pyi +0 -6
- bl_ui/space_statusbar/__init__.pyi +0 -2
- bl_ui/space_text/__init__.pyi +0 -32
- bl_ui/space_time/__init__.pyi +29 -22
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -2
- bl_ui/space_topbar/__init__.pyi +7 -52
- bl_ui/space_userpref/__init__.pyi +77 -225
- bl_ui/space_view3d/__init__.pyi +69 -551
- bl_ui/space_view3d_sidebar/__init__.pyi +127 -0
- bl_ui/space_view3d_toolbar/__init__.pyi +22 -799
- bl_ui/utils/__init__.pyi +0 -17
- blf/__init__.pyi +6 -50
- bmesh/__init__.pyi +0 -7
- bmesh/geometry/__init__.pyi +0 -3
- bmesh/ops/__init__.pyi +5 -450
- bmesh/types/__init__.pyi +298 -639
- bmesh/utils/__init__.pyi +16 -43
- bpy/app/__init__.pyi +66 -58
- bpy/app/icons/__init__.pyi +0 -6
- bpy/app/timers/__init__.pyi +0 -6
- bpy/app/translations/__init__.pyi +1 -16
- bpy/msgbus/__init__.pyi +1 -4
- bpy/ops/action/__init__.pyi +17 -186
- bpy/ops/anim/__init__.pyi +38 -279
- bpy/ops/armature/__init__.pyi +20 -191
- bpy/ops/asset/__init__.pyi +11 -97
- bpy/ops/boid/__init__.pyi +7 -38
- bpy/ops/brush/__init__.pyi +3 -104
- bpy/ops/buttons/__init__.pyi +4 -71
- bpy/ops/cachefile/__init__.pyi +2 -63
- bpy/ops/camera/__init__.pyi +0 -11
- bpy/ops/clip/__init__.pyi +43 -427
- bpy/ops/cloth/__init__.pyi +0 -5
- bpy/ops/collection/__init__.pyi +3 -35
- bpy/ops/console/__init__.pyi +10 -88
- bpy/ops/constraint/__init__.pyi +3 -80
- bpy/ops/curve/__init__.pyi +23 -254
- bpy/ops/curves/__init__.pyi +54 -149
- bpy/ops/cycles/__init__.pyi +1 -14
- bpy/ops/dpaint/__init__.pyi +3 -21
- bpy/ops/ed/__init__.pyi +10 -82
- bpy/ops/export_anim/__init__.pyi +2 -10
- bpy/ops/export_scene/__init__.pyi +1 -155
- bpy/ops/extensions/__init__.pyi +15 -150
- bpy/ops/file/__init__.pyi +29 -216
- bpy/ops/fluid/__init__.pyi +13 -70
- bpy/ops/font/__init__.pyi +10 -134
- bpy/ops/geometry/__init__.pyi +3 -124
- bpy/ops/gizmogroup/__init__.pyi +1 -12
- bpy/ops/gpencil/__init__.pyi +5 -49
- bpy/ops/graph/__init__.pyi +20 -315
- bpy/ops/grease_pencil/__init__.pyi +62 -523
- bpy/ops/image/__init__.pyi +19 -379
- bpy/ops/import_anim/__init__.pyi +2 -16
- bpy/ops/import_curve/__init__.pyi +0 -6
- bpy/ops/import_scene/__init__.pyi +0 -50
- bpy/ops/info/__init__.pyi +4 -35
- bpy/ops/lattice/__init__.pyi +3 -33
- bpy/ops/marker/__init__.pyi +4 -49
- bpy/ops/mask/__init__.pyi +17 -176
- bpy/ops/material/__init__.pyi +3 -15
- bpy/ops/mball/__init__.pyi +1 -30
- bpy/ops/mesh/__init__.pyi +34 -932
- bpy/ops/nla/__init__.pyi +22 -183
- bpy/ops/node/__init__.pyi +420 -625
- bpy/ops/object/__init__.pyi +197 -1239
- bpy/ops/outliner/__init__.pyi +47 -327
- bpy/ops/paint/__init__.pyi +29 -282
- bpy/ops/paintcurve/__init__.pyi +4 -36
- bpy/ops/palette/__init__.pyi +3 -27
- bpy/ops/particle/__init__.pyi +20 -160
- bpy/ops/pointcloud/__init__.pyi +3 -35
- bpy/ops/pose/__init__.pyi +29 -234
- bpy/ops/poselib/__init__.pyi +19 -66
- bpy/ops/preferences/__init__.pyi +9 -177
- bpy/ops/ptcache/__init__.pyi +5 -31
- bpy/ops/render/__init__.pyi +10 -68
- bpy/ops/rigidbody/__init__.pyi +6 -56
- bpy/ops/scene/__init__.pyi +23 -168
- bpy/ops/screen/__init__.pyi +36 -202
- bpy/ops/script/__init__.pyi +1 -12
- bpy/ops/sculpt/__init__.pyi +42 -313
- bpy/ops/sculpt_curves/__init__.pyi +6 -21
- bpy/ops/sequencer/__init__.pyi +187 -644
- bpy/ops/sound/__init__.pyi +3 -109
- bpy/ops/spreadsheet/__init__.pyi +5 -32
- bpy/ops/surface/__init__.pyi +0 -48
- bpy/ops/text/__init__.pyi +27 -225
- bpy/ops/text_editor/__init__.pyi +0 -5
- bpy/ops/texture/__init__.pyi +3 -18
- bpy/ops/transform/__init__.pyi +10 -382
- bpy/ops/ui/__init__.pyi +29 -154
- bpy/ops/uilist/__init__.pyi +0 -13
- bpy/ops/uv/__init__.pyi +195 -288
- bpy/ops/view2d/__init__.pyi +3 -73
- bpy/ops/view3d/__init__.pyi +37 -339
- bpy/ops/wm/__init__.pyi +129 -1317
- bpy/ops/workspace/__init__.pyi +7 -39
- bpy/ops/world/__init__.pyi +2 -10
- bpy/path/__init__.pyi +0 -34
- bpy/props/__init__.pyi +332 -203
- bpy/stub_internal/rna_enums/__init__.pyi +102 -82
- bpy/types/__init__.pyi +51712 -89245
- bpy/utils/__init__.pyi +4 -75
- bpy/utils/previews/__init__.pyi +1 -10
- bpy/utils/units/__init__.pyi +0 -12
- bpy_extras/anim_utils/__init__.pyi +24 -16
- bpy_extras/bmesh_utils/__init__.pyi +0 -1
- bpy_extras/id_map_utils/__init__.pyi +14 -6
- bpy_extras/image_utils/__init__.pyi +0 -9
- bpy_extras/io_utils/__init__.pyi +4 -23
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/mesh_utils/__init__.pyi +0 -12
- bpy_extras/node_shader_utils/__init__.pyi +0 -8
- bpy_extras/object_utils/__init__.pyi +0 -14
- bpy_extras/view3d_utils/__init__.pyi +0 -18
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/METADATA +4 -1
- fake_bpy_module-20260118.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/top_level.txt +15 -14
- freestyle/chainingiterators/__init__.pyi +0 -22
- freestyle/functions/__init__.pyi +0 -139
- freestyle/predicates/__init__.pyi +0 -51
- freestyle/shaders/__init__.pyi +0 -65
- freestyle/types/__init__.pyi +139 -777
- freestyle/utils/ContextFunctions/__init__.pyi +0 -23
- freestyle/utils/__init__.pyi +0 -6
- gpu/capabilities/__init__.pyi +0 -21
- gpu/matrix/__init__.pyi +1 -10
- gpu/platform/__init__.pyi +0 -5
- gpu/shader/__init__.pyi +22 -6
- gpu/state/__init__.pyi +59 -38
- gpu/texture/__init__.pyi +0 -2
- gpu/types/__init__.pyi +84 -152
- gpu_extras/batch/__init__.pyi +0 -4
- gpu_extras/presets/__init__.pyi +6 -8
- idprop/types/__init__.pyi +6 -6
- imbuf/__init__.pyi +2 -9
- imbuf/types/__init__.pyi +5 -25
- keyingsets_builtins/__init__.pyi +1 -45
- mathutils/__init__.pyi +106 -2168
- mathutils/bvhtree/__init__.pyi +3 -25
- mathutils/geometry/__init__.pyi +41 -133
- mathutils/interpolate/__init__.pyi +3 -4
- mathutils/kdtree/__init__.pyi +0 -11
- mathutils/noise/__init__.pyi +0 -62
- fake_bpy_module-20250828.dist-info/RECORD +0 -370
- {animsys_refactor → _animsys_refactor}/__init__.pyi +0 -0
- {animsys_refactor → _animsys_refactor}/py.typed +0 -0
- {bl_console_utils → _bl_console_utils}/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/autocomplete/__init__.pyi +0 -0
- {bl_console_utils → _bl_console_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/merge_po/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/py.typed +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_cli/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_languages_menu/__init__.pyi +0 -0
- {bl_i18n_utils → _bl_i18n_utils}/utils_rtl/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/bl_previews_render/__init__.pyi +0 -0
- {bl_previews_utils → _bl_previews_utils}/py.typed +0 -0
- {bl_rna_utils → _bl_rna_utils}/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/data_path/__init__.pyi +0 -0
- {bl_rna_utils → _bl_rna_utils}/py.typed +0 -0
- {bl_text_utils → _bl_text_utils}/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/external_editor/__init__.pyi +0 -0
- {bl_text_utils → _bl_text_utils}/py.typed +0 -0
- {bl_ui_utils → _bl_ui_utils}/layout/__init__.pyi +0 -0
- {bl_ui_utils → _bl_ui_utils}/py.typed +0 -0
- /_bpy_internal/{freedesktop → platform/freedesktop}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/__init__.pyi +0 -0
- {bpy_restrict_state → _bpy_restrict_state}/py.typed +0 -0
- {console_python → _console_python}/__init__.pyi +0 -0
- {console_python → _console_python}/py.typed +0 -0
- {console_shell → _console_shell}/__init__.pyi +0 -0
- {console_shell → _console_shell}/py.typed +0 -0
- {graphviz_export → _graphviz_export}/__init__.pyi +0 -0
- {graphviz_export → _graphviz_export}/py.typed +0 -0
- {keyingsets_utils → _keyingsets_utils}/__init__.pyi +0 -0
- {keyingsets_utils → _keyingsets_utils}/py.typed +0 -0
- {rna_info → _rna_info}/py.typed +0 -0
- {rna_xml → _rna_xml}/__init__.pyi +0 -0
- {rna_xml → _rna_xml}/py.typed +0 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260118.dist-info}/WHEEL +0 -0
bpy/ops/curve/__init__.pyi
CHANGED
|
@@ -16,10 +16,7 @@ def cyclic_toggle(
|
|
|
16
16
|
) -> None:
|
|
17
17
|
"""Make active spline closed/opened loop
|
|
18
18
|
|
|
19
|
-
:type execution_context: int | str | None
|
|
20
|
-
:type undo: bool | None
|
|
21
19
|
:param direction: Direction, Direction to make surface cyclic in
|
|
22
|
-
:type direction: typing.Literal['CYCLIC_U','CYCLIC_V'] | None
|
|
23
20
|
"""
|
|
24
21
|
|
|
25
22
|
def de_select_first(
|
|
@@ -27,22 +24,14 @@ def de_select_first(
|
|
|
27
24
|
undo: bool | None = None,
|
|
28
25
|
/,
|
|
29
26
|
) -> None:
|
|
30
|
-
"""(De)select first of visible part of each NURBS
|
|
31
|
-
|
|
32
|
-
:type execution_context: int | str | None
|
|
33
|
-
:type undo: bool | None
|
|
34
|
-
"""
|
|
27
|
+
"""(De)select first of visible part of each NURBS"""
|
|
35
28
|
|
|
36
29
|
def de_select_last(
|
|
37
30
|
execution_context: int | str | None = None,
|
|
38
31
|
undo: bool | None = None,
|
|
39
32
|
/,
|
|
40
33
|
) -> None:
|
|
41
|
-
"""(De)select last of visible part of each NURBS
|
|
42
|
-
|
|
43
|
-
:type execution_context: int | str | None
|
|
44
|
-
:type undo: bool | None
|
|
45
|
-
"""
|
|
34
|
+
"""(De)select last of visible part of each NURBS"""
|
|
46
35
|
|
|
47
36
|
def decimate(
|
|
48
37
|
execution_context: int | str | None = None,
|
|
@@ -53,10 +42,7 @@ def decimate(
|
|
|
53
42
|
) -> None:
|
|
54
43
|
"""Simplify selected curves
|
|
55
44
|
|
|
56
|
-
:type execution_context: int | str | None
|
|
57
|
-
:type undo: bool | None
|
|
58
45
|
:param ratio: Ratio
|
|
59
|
-
:type ratio: float | None
|
|
60
46
|
"""
|
|
61
47
|
|
|
62
48
|
def delete(
|
|
@@ -68,10 +54,7 @@ def delete(
|
|
|
68
54
|
) -> None:
|
|
69
55
|
"""Delete selected control points or segments
|
|
70
56
|
|
|
71
|
-
:type execution_context: int | str | None
|
|
72
|
-
:type undo: bool | None
|
|
73
57
|
:param type: Type, Which elements to delete
|
|
74
|
-
:type type: typing.Literal['VERT','SEGMENT'] | None
|
|
75
58
|
"""
|
|
76
59
|
|
|
77
60
|
def dissolve_verts(
|
|
@@ -79,11 +62,7 @@ def dissolve_verts(
|
|
|
79
62
|
undo: bool | None = None,
|
|
80
63
|
/,
|
|
81
64
|
) -> None:
|
|
82
|
-
"""Delete selected control points, correcting surrounding handles
|
|
83
|
-
|
|
84
|
-
:type execution_context: int | str | None
|
|
85
|
-
:type undo: bool | None
|
|
86
|
-
"""
|
|
65
|
+
"""Delete selected control points, correcting surrounding handles"""
|
|
87
66
|
|
|
88
67
|
def draw(
|
|
89
68
|
execution_context: int | str | None = None,
|
|
@@ -100,20 +79,12 @@ def draw(
|
|
|
100
79
|
) -> None:
|
|
101
80
|
"""Draw a freehand spline
|
|
102
81
|
|
|
103
|
-
:type execution_context: int | str | None
|
|
104
|
-
:type undo: bool | None
|
|
105
82
|
:param error_threshold: Error, Error distance threshold (in object units)
|
|
106
|
-
:type error_threshold: float | None
|
|
107
83
|
:param fit_method: Fit Method
|
|
108
|
-
:type fit_method: bpy.stub_internal.rna_enums.CurveFitMethodItems | None
|
|
109
84
|
:param corner_angle: Corner Angle
|
|
110
|
-
:type corner_angle: float | None
|
|
111
85
|
:param use_cyclic: Cyclic
|
|
112
|
-
:type use_cyclic: bool | None
|
|
113
86
|
:param stroke: Stroke
|
|
114
|
-
:type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
|
|
115
87
|
:param wait_for_input: Wait for Input
|
|
116
|
-
:type wait_for_input: bool | None
|
|
117
88
|
"""
|
|
118
89
|
|
|
119
90
|
def duplicate(
|
|
@@ -121,11 +92,7 @@ def duplicate(
|
|
|
121
92
|
undo: bool | None = None,
|
|
122
93
|
/,
|
|
123
94
|
) -> None:
|
|
124
|
-
"""Duplicate selected control points
|
|
125
|
-
|
|
126
|
-
:type execution_context: int | str | None
|
|
127
|
-
:type undo: bool | None
|
|
128
|
-
"""
|
|
95
|
+
"""Duplicate selected control points"""
|
|
129
96
|
|
|
130
97
|
def duplicate_move(
|
|
131
98
|
execution_context: int | str | None = None,
|
|
@@ -137,12 +104,8 @@ def duplicate_move(
|
|
|
137
104
|
) -> None:
|
|
138
105
|
"""Duplicate curve and move
|
|
139
106
|
|
|
140
|
-
:type execution_context: int | str | None
|
|
141
|
-
:type undo: bool | None
|
|
142
107
|
:param CURVE_OT_duplicate: Duplicate Curve, Duplicate selected control points
|
|
143
|
-
:type CURVE_OT_duplicate: duplicate | None
|
|
144
108
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
145
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
146
109
|
"""
|
|
147
110
|
|
|
148
111
|
def extrude(
|
|
@@ -154,10 +117,7 @@ def extrude(
|
|
|
154
117
|
) -> None:
|
|
155
118
|
"""Extrude selected control point(s)
|
|
156
119
|
|
|
157
|
-
:type execution_context: int | str | None
|
|
158
|
-
:type undo: bool | None
|
|
159
120
|
:param mode: Mode
|
|
160
|
-
:type mode: bpy.stub_internal.rna_enums.TransformModeTypeItems | None
|
|
161
121
|
"""
|
|
162
122
|
|
|
163
123
|
def extrude_move(
|
|
@@ -170,12 +130,8 @@ def extrude_move(
|
|
|
170
130
|
) -> None:
|
|
171
131
|
"""Extrude curve and move result
|
|
172
132
|
|
|
173
|
-
:type execution_context: int | str | None
|
|
174
|
-
:type undo: bool | None
|
|
175
133
|
:param CURVE_OT_extrude: Extrude, Extrude selected control point(s)
|
|
176
|
-
:type CURVE_OT_extrude: extrude | None
|
|
177
134
|
:param TRANSFORM_OT_translate: Move, Move selected items
|
|
178
|
-
:type TRANSFORM_OT_translate: bpy.ops.transform.translate | None
|
|
179
135
|
"""
|
|
180
136
|
|
|
181
137
|
def handle_type_set(
|
|
@@ -190,10 +146,7 @@ def handle_type_set(
|
|
|
190
146
|
) -> None:
|
|
191
147
|
"""Set type of handles for selected control points
|
|
192
148
|
|
|
193
|
-
:type execution_context: int | str | None
|
|
194
|
-
:type undo: bool | None
|
|
195
149
|
:param type: Type, Spline type
|
|
196
|
-
:type type: typing.Literal['AUTOMATIC','VECTOR','ALIGNED','FREE_ALIGN','TOGGLE_FREE_ALIGN'] | None
|
|
197
150
|
"""
|
|
198
151
|
|
|
199
152
|
def hide(
|
|
@@ -205,10 +158,7 @@ def hide(
|
|
|
205
158
|
) -> None:
|
|
206
159
|
"""Hide (un)selected control points
|
|
207
160
|
|
|
208
|
-
:type execution_context: int | str | None
|
|
209
|
-
:type undo: bool | None
|
|
210
161
|
:param unselected: Unselected, Hide unselected rather than selected
|
|
211
|
-
:type unselected: bool | None
|
|
212
162
|
"""
|
|
213
163
|
|
|
214
164
|
def make_segment(
|
|
@@ -216,22 +166,14 @@ def make_segment(
|
|
|
216
166
|
undo: bool | None = None,
|
|
217
167
|
/,
|
|
218
168
|
) -> None:
|
|
219
|
-
"""Join two curves by their selected ends
|
|
220
|
-
|
|
221
|
-
:type execution_context: int | str | None
|
|
222
|
-
:type undo: bool | None
|
|
223
|
-
"""
|
|
169
|
+
"""Join two curves by their selected ends"""
|
|
224
170
|
|
|
225
171
|
def match_texture_space(
|
|
226
172
|
execution_context: int | str | None = None,
|
|
227
173
|
undo: bool | None = None,
|
|
228
174
|
/,
|
|
229
175
|
) -> None:
|
|
230
|
-
"""Match texture space to objects bounding box
|
|
231
|
-
|
|
232
|
-
:type execution_context: int | str | None
|
|
233
|
-
:type undo: bool | None
|
|
234
|
-
"""
|
|
176
|
+
"""Match texture space to objects bounding box"""
|
|
235
177
|
|
|
236
178
|
def normals_make_consistent(
|
|
237
179
|
execution_context: int | str | None = None,
|
|
@@ -242,10 +184,7 @@ def normals_make_consistent(
|
|
|
242
184
|
) -> None:
|
|
243
185
|
"""Recalculate the direction of selected handles
|
|
244
186
|
|
|
245
|
-
:type execution_context: int | str | None
|
|
246
|
-
:type undo: bool | None
|
|
247
187
|
:param calc_length: Length, Recalculate handle length
|
|
248
|
-
:type calc_length: bool | None
|
|
249
188
|
"""
|
|
250
189
|
|
|
251
190
|
def pen(
|
|
@@ -272,34 +211,19 @@ def pen(
|
|
|
272
211
|
) -> None:
|
|
273
212
|
"""Construct and edit splines
|
|
274
213
|
|
|
275
|
-
:type execution_context: int | str | None
|
|
276
|
-
:type undo: bool | None
|
|
277
214
|
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
278
|
-
:type extend: bool | None
|
|
279
215
|
:param deselect: Deselect, Remove from selection
|
|
280
|
-
:type deselect: bool | None
|
|
281
216
|
:param toggle: Toggle Selection, Toggle the selection
|
|
282
|
-
:type toggle: bool | None
|
|
283
217
|
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
284
|
-
:type deselect_all: bool | None
|
|
285
218
|
:param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
|
|
286
|
-
:type select_passthrough: bool | None
|
|
287
219
|
:param extrude_point: Extrude Point, Add a point connected to the last selected point
|
|
288
|
-
:type extrude_point: bool | None
|
|
289
220
|
:param extrude_handle: Extrude Handle Type, Type of the extruded handle
|
|
290
|
-
:type extrude_handle: typing.Literal['AUTO','VECTOR'] | None
|
|
291
221
|
:param delete_point: Delete Point, Delete an existing point
|
|
292
|
-
:type delete_point: bool | None
|
|
293
222
|
:param insert_point: Insert Point, Insert Point into a curve segment
|
|
294
|
-
:type insert_point: bool | None
|
|
295
223
|
:param move_segment: Move Segment, Delete an existing point
|
|
296
|
-
:type move_segment: bool | None
|
|
297
224
|
:param select_point: Select Point, Select a point or its handles
|
|
298
|
-
:type select_point: bool | None
|
|
299
225
|
:param move_point: Move Point, Move a point or its handles
|
|
300
|
-
:type move_point: bool | None
|
|
301
226
|
:param close_spline: Close Spline, Make a spline cyclic by clicking endpoints
|
|
302
|
-
:type close_spline: bool | None
|
|
303
227
|
:param close_spline_method: Close Spline Method, The condition for close spline to activate
|
|
304
228
|
|
|
305
229
|
OFF
|
|
@@ -310,11 +234,8 @@ def pen(
|
|
|
310
234
|
|
|
311
235
|
ON_CLICK
|
|
312
236
|
On Click -- Spline closes on release if not dragged.
|
|
313
|
-
:type close_spline_method: typing.Literal['OFF','ON_PRESS','ON_CLICK'] | None
|
|
314
237
|
:param toggle_vector: Toggle Vector, Toggle between Vector and Auto handles
|
|
315
|
-
:type toggle_vector: bool | None
|
|
316
238
|
:param cycle_handle_type: Cycle Handle Type, Cycle between all four handle types
|
|
317
|
-
:type cycle_handle_type: bool | None
|
|
318
239
|
"""
|
|
319
240
|
|
|
320
241
|
def primitive_bezier_circle_add(
|
|
@@ -339,12 +260,8 @@ def primitive_bezier_circle_add(
|
|
|
339
260
|
) -> None:
|
|
340
261
|
"""Construct a Bézier Circle
|
|
341
262
|
|
|
342
|
-
:type execution_context: int | str | None
|
|
343
|
-
:type undo: bool | None
|
|
344
263
|
:param radius: Radius
|
|
345
|
-
:type radius: float | None
|
|
346
264
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
347
|
-
:type enter_editmode: bool | None
|
|
348
265
|
:param align: Align, The alignment of the new object
|
|
349
266
|
|
|
350
267
|
WORLD
|
|
@@ -355,13 +272,9 @@ def primitive_bezier_circle_add(
|
|
|
355
272
|
|
|
356
273
|
CURSOR
|
|
357
274
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
358
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
359
275
|
:param location: Location, Location for the newly added object
|
|
360
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
361
276
|
:param rotation: Rotation, Rotation for the newly added object
|
|
362
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
363
277
|
:param scale: Scale, Scale for the newly added object
|
|
364
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
365
278
|
"""
|
|
366
279
|
|
|
367
280
|
def primitive_bezier_curve_add(
|
|
@@ -386,12 +299,8 @@ def primitive_bezier_curve_add(
|
|
|
386
299
|
) -> None:
|
|
387
300
|
"""Construct a Bézier Curve
|
|
388
301
|
|
|
389
|
-
:type execution_context: int | str | None
|
|
390
|
-
:type undo: bool | None
|
|
391
302
|
:param radius: Radius
|
|
392
|
-
:type radius: float | None
|
|
393
303
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
394
|
-
:type enter_editmode: bool | None
|
|
395
304
|
:param align: Align, The alignment of the new object
|
|
396
305
|
|
|
397
306
|
WORLD
|
|
@@ -402,13 +311,9 @@ def primitive_bezier_curve_add(
|
|
|
402
311
|
|
|
403
312
|
CURSOR
|
|
404
313
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
405
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
406
314
|
:param location: Location, Location for the newly added object
|
|
407
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
408
315
|
:param rotation: Rotation, Rotation for the newly added object
|
|
409
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
410
316
|
:param scale: Scale, Scale for the newly added object
|
|
411
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
412
317
|
"""
|
|
413
318
|
|
|
414
319
|
def primitive_nurbs_circle_add(
|
|
@@ -433,12 +338,8 @@ def primitive_nurbs_circle_add(
|
|
|
433
338
|
) -> None:
|
|
434
339
|
"""Construct a Nurbs Circle
|
|
435
340
|
|
|
436
|
-
:type execution_context: int | str | None
|
|
437
|
-
:type undo: bool | None
|
|
438
341
|
:param radius: Radius
|
|
439
|
-
:type radius: float | None
|
|
440
342
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
441
|
-
:type enter_editmode: bool | None
|
|
442
343
|
:param align: Align, The alignment of the new object
|
|
443
344
|
|
|
444
345
|
WORLD
|
|
@@ -449,13 +350,9 @@ def primitive_nurbs_circle_add(
|
|
|
449
350
|
|
|
450
351
|
CURSOR
|
|
451
352
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
452
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
453
353
|
:param location: Location, Location for the newly added object
|
|
454
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
455
354
|
:param rotation: Rotation, Rotation for the newly added object
|
|
456
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
457
355
|
:param scale: Scale, Scale for the newly added object
|
|
458
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
459
356
|
"""
|
|
460
357
|
|
|
461
358
|
def primitive_nurbs_curve_add(
|
|
@@ -480,12 +377,8 @@ def primitive_nurbs_curve_add(
|
|
|
480
377
|
) -> None:
|
|
481
378
|
"""Construct a Nurbs Curve
|
|
482
379
|
|
|
483
|
-
:type execution_context: int | str | None
|
|
484
|
-
:type undo: bool | None
|
|
485
380
|
:param radius: Radius
|
|
486
|
-
:type radius: float | None
|
|
487
381
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
488
|
-
:type enter_editmode: bool | None
|
|
489
382
|
:param align: Align, The alignment of the new object
|
|
490
383
|
|
|
491
384
|
WORLD
|
|
@@ -496,13 +389,9 @@ def primitive_nurbs_curve_add(
|
|
|
496
389
|
|
|
497
390
|
CURSOR
|
|
498
391
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
499
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
500
392
|
:param location: Location, Location for the newly added object
|
|
501
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
502
393
|
:param rotation: Rotation, Rotation for the newly added object
|
|
503
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
504
394
|
:param scale: Scale, Scale for the newly added object
|
|
505
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
506
395
|
"""
|
|
507
396
|
|
|
508
397
|
def primitive_nurbs_path_add(
|
|
@@ -527,12 +416,8 @@ def primitive_nurbs_path_add(
|
|
|
527
416
|
) -> None:
|
|
528
417
|
"""Construct a Path
|
|
529
418
|
|
|
530
|
-
:type execution_context: int | str | None
|
|
531
|
-
:type undo: bool | None
|
|
532
419
|
:param radius: Radius
|
|
533
|
-
:type radius: float | None
|
|
534
420
|
:param enter_editmode: Enter Edit Mode, Enter edit mode when adding this object
|
|
535
|
-
:type enter_editmode: bool | None
|
|
536
421
|
:param align: Align, The alignment of the new object
|
|
537
422
|
|
|
538
423
|
WORLD
|
|
@@ -543,13 +428,9 @@ def primitive_nurbs_path_add(
|
|
|
543
428
|
|
|
544
429
|
CURSOR
|
|
545
430
|
3D Cursor -- Use the 3D cursor orientation for the new object.
|
|
546
|
-
:type align: typing.Literal['WORLD','VIEW','CURSOR'] | None
|
|
547
431
|
:param location: Location, Location for the newly added object
|
|
548
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
549
432
|
:param rotation: Rotation, Rotation for the newly added object
|
|
550
|
-
:type rotation: collections.abc.Sequence[float] | mathutils.Euler | None
|
|
551
433
|
:param scale: Scale, Scale for the newly added object
|
|
552
|
-
:type scale: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
553
434
|
"""
|
|
554
435
|
|
|
555
436
|
def radius_set(
|
|
@@ -561,10 +442,7 @@ def radius_set(
|
|
|
561
442
|
) -> None:
|
|
562
443
|
"""Set per-point radius which is used for bevel tapering
|
|
563
444
|
|
|
564
|
-
:type execution_context: int | str | None
|
|
565
|
-
:type undo: bool | None
|
|
566
445
|
:param radius: Radius
|
|
567
|
-
:type radius: float | None
|
|
568
446
|
"""
|
|
569
447
|
|
|
570
448
|
def reveal(
|
|
@@ -576,10 +454,7 @@ def reveal(
|
|
|
576
454
|
) -> None:
|
|
577
455
|
"""Reveal hidden control points
|
|
578
456
|
|
|
579
|
-
:type execution_context: int | str | None
|
|
580
|
-
:type undo: bool | None
|
|
581
457
|
:param select: Select
|
|
582
|
-
:type select: bool | None
|
|
583
458
|
"""
|
|
584
459
|
|
|
585
460
|
def select_all(
|
|
@@ -591,8 +466,6 @@ def select_all(
|
|
|
591
466
|
) -> None:
|
|
592
467
|
"""(De)select all control points
|
|
593
468
|
|
|
594
|
-
:type execution_context: int | str | None
|
|
595
|
-
:type undo: bool | None
|
|
596
469
|
:param action: Action, Selection action to execute
|
|
597
470
|
|
|
598
471
|
TOGGLE
|
|
@@ -606,7 +479,6 @@ def select_all(
|
|
|
606
479
|
|
|
607
480
|
INVERT
|
|
608
481
|
Invert -- Invert selection of all elements.
|
|
609
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
610
482
|
"""
|
|
611
483
|
|
|
612
484
|
def select_less(
|
|
@@ -614,22 +486,14 @@ def select_less(
|
|
|
614
486
|
undo: bool | None = None,
|
|
615
487
|
/,
|
|
616
488
|
) -> None:
|
|
617
|
-
"""Deselect control points at the boundary of each selection region
|
|
618
|
-
|
|
619
|
-
:type execution_context: int | str | None
|
|
620
|
-
:type undo: bool | None
|
|
621
|
-
"""
|
|
489
|
+
"""Deselect control points at the boundary of each selection region"""
|
|
622
490
|
|
|
623
491
|
def select_linked(
|
|
624
492
|
execution_context: int | str | None = None,
|
|
625
493
|
undo: bool | None = None,
|
|
626
494
|
/,
|
|
627
495
|
) -> None:
|
|
628
|
-
"""Select all control points linked to the current selection
|
|
629
|
-
|
|
630
|
-
:type execution_context: int | str | None
|
|
631
|
-
:type undo: bool | None
|
|
632
|
-
"""
|
|
496
|
+
"""Select all control points linked to the current selection"""
|
|
633
497
|
|
|
634
498
|
def select_linked_pick(
|
|
635
499
|
execution_context: int | str | None = None,
|
|
@@ -640,10 +504,7 @@ def select_linked_pick(
|
|
|
640
504
|
) -> None:
|
|
641
505
|
"""Select all control points linked to already selected ones
|
|
642
506
|
|
|
643
|
-
:type execution_context: int | str | None
|
|
644
|
-
:type undo: bool | None
|
|
645
507
|
:param deselect: Deselect, Deselect linked control points rather than selecting them
|
|
646
|
-
:type deselect: bool | None
|
|
647
508
|
"""
|
|
648
509
|
|
|
649
510
|
def select_more(
|
|
@@ -651,22 +512,14 @@ def select_more(
|
|
|
651
512
|
undo: bool | None = None,
|
|
652
513
|
/,
|
|
653
514
|
) -> None:
|
|
654
|
-
"""Select control points at the boundary of each selection region
|
|
655
|
-
|
|
656
|
-
:type execution_context: int | str | None
|
|
657
|
-
:type undo: bool | None
|
|
658
|
-
"""
|
|
515
|
+
"""Select control points at the boundary of each selection region"""
|
|
659
516
|
|
|
660
517
|
def select_next(
|
|
661
518
|
execution_context: int | str | None = None,
|
|
662
519
|
undo: bool | None = None,
|
|
663
520
|
/,
|
|
664
521
|
) -> None:
|
|
665
|
-
"""Select control points following already selected ones along the curves
|
|
666
|
-
|
|
667
|
-
:type execution_context: int | str | None
|
|
668
|
-
:type undo: bool | None
|
|
669
|
-
"""
|
|
522
|
+
"""Select control points following already selected ones along the curves"""
|
|
670
523
|
|
|
671
524
|
def select_nth(
|
|
672
525
|
execution_context: int | str | None = None,
|
|
@@ -679,14 +532,9 @@ def select_nth(
|
|
|
679
532
|
) -> None:
|
|
680
533
|
"""Deselect every Nth point starting from the active one
|
|
681
534
|
|
|
682
|
-
:type execution_context: int | str | None
|
|
683
|
-
:type undo: bool | None
|
|
684
535
|
:param skip: Deselected, Number of deselected elements in the repetitive sequence
|
|
685
|
-
:type skip: int | None
|
|
686
536
|
:param nth: Selected, Number of selected elements in the repetitive sequence
|
|
687
|
-
:type nth: int | None
|
|
688
537
|
:param offset: Offset, Offset from the starting point
|
|
689
|
-
:type offset: int | None
|
|
690
538
|
"""
|
|
691
539
|
|
|
692
540
|
def select_previous(
|
|
@@ -694,11 +542,7 @@ def select_previous(
|
|
|
694
542
|
undo: bool | None = None,
|
|
695
543
|
/,
|
|
696
544
|
) -> None:
|
|
697
|
-
"""Select control points preceding already selected ones along the curves
|
|
698
|
-
|
|
699
|
-
:type execution_context: int | str | None
|
|
700
|
-
:type undo: bool | None
|
|
701
|
-
"""
|
|
545
|
+
"""Select control points preceding already selected ones along the curves"""
|
|
702
546
|
|
|
703
547
|
def select_random(
|
|
704
548
|
execution_context: int | str | None = None,
|
|
@@ -711,12 +555,8 @@ def select_random(
|
|
|
711
555
|
) -> None:
|
|
712
556
|
"""Randomly select some control points
|
|
713
557
|
|
|
714
|
-
:type execution_context: int | str | None
|
|
715
|
-
:type undo: bool | None
|
|
716
558
|
:param ratio: Ratio, Portion of items to select randomly
|
|
717
|
-
:type ratio: float | None
|
|
718
559
|
:param seed: Random Seed, Seed for the random number generator
|
|
719
|
-
:type seed: int | None
|
|
720
560
|
:param action: Action, Selection action to execute
|
|
721
561
|
|
|
722
562
|
SELECT
|
|
@@ -724,7 +564,6 @@ def select_random(
|
|
|
724
564
|
|
|
725
565
|
DESELECT
|
|
726
566
|
Deselect -- Deselect all elements.
|
|
727
|
-
:type action: typing.Literal['SELECT','DESELECT'] | None
|
|
728
567
|
"""
|
|
729
568
|
|
|
730
569
|
def select_row(
|
|
@@ -732,11 +571,7 @@ def select_row(
|
|
|
732
571
|
undo: bool | None = None,
|
|
733
572
|
/,
|
|
734
573
|
) -> None:
|
|
735
|
-
"""Select a row of control points including active one. Successive use on the same point switches between U/V directions
|
|
736
|
-
|
|
737
|
-
:type execution_context: int | str | None
|
|
738
|
-
:type undo: bool | None
|
|
739
|
-
"""
|
|
574
|
+
"""Select a row of control points including active one. Successive use on the same point switches between U/V directions"""
|
|
740
575
|
|
|
741
576
|
def select_similar(
|
|
742
577
|
execution_context: int | str | None = None,
|
|
@@ -749,14 +584,9 @@ def select_similar(
|
|
|
749
584
|
) -> None:
|
|
750
585
|
"""Select similar curve points by property type
|
|
751
586
|
|
|
752
|
-
:type execution_context: int | str | None
|
|
753
|
-
:type undo: bool | None
|
|
754
587
|
:param type: Type
|
|
755
|
-
:type type: typing.Literal['TYPE','RADIUS','WEIGHT','DIRECTION'] | None
|
|
756
588
|
:param compare: Compare
|
|
757
|
-
:type compare: typing.Literal['EQUAL','GREATER','LESS'] | None
|
|
758
589
|
:param threshold: Threshold
|
|
759
|
-
:type threshold: float | None
|
|
760
590
|
"""
|
|
761
591
|
|
|
762
592
|
def separate(
|
|
@@ -764,88 +594,56 @@ def separate(
|
|
|
764
594
|
undo: bool | None = None,
|
|
765
595
|
/,
|
|
766
596
|
) -> None:
|
|
767
|
-
"""Separate selected points from connected unselected points into a new object
|
|
768
|
-
|
|
769
|
-
:type execution_context: int | str | None
|
|
770
|
-
:type undo: bool | None
|
|
771
|
-
"""
|
|
597
|
+
"""Separate selected points from connected unselected points into a new object"""
|
|
772
598
|
|
|
773
599
|
def shade_flat(
|
|
774
600
|
execution_context: int | str | None = None,
|
|
775
601
|
undo: bool | None = None,
|
|
776
602
|
/,
|
|
777
603
|
) -> None:
|
|
778
|
-
"""Set shading to flat
|
|
779
|
-
|
|
780
|
-
:type execution_context: int | str | None
|
|
781
|
-
:type undo: bool | None
|
|
782
|
-
"""
|
|
604
|
+
"""Set shading to flat"""
|
|
783
605
|
|
|
784
606
|
def shade_smooth(
|
|
785
607
|
execution_context: int | str | None = None,
|
|
786
608
|
undo: bool | None = None,
|
|
787
609
|
/,
|
|
788
610
|
) -> None:
|
|
789
|
-
"""Set shading to smooth
|
|
790
|
-
|
|
791
|
-
:type execution_context: int | str | None
|
|
792
|
-
:type undo: bool | None
|
|
793
|
-
"""
|
|
611
|
+
"""Set shading to smooth"""
|
|
794
612
|
|
|
795
613
|
def shortest_path_pick(
|
|
796
614
|
execution_context: int | str | None = None,
|
|
797
615
|
undo: bool | None = None,
|
|
798
616
|
/,
|
|
799
617
|
) -> None:
|
|
800
|
-
"""Select shortest path between two selections
|
|
801
|
-
|
|
802
|
-
:type execution_context: int | str | None
|
|
803
|
-
:type undo: bool | None
|
|
804
|
-
"""
|
|
618
|
+
"""Select shortest path between two selections"""
|
|
805
619
|
|
|
806
620
|
def smooth(
|
|
807
621
|
execution_context: int | str | None = None,
|
|
808
622
|
undo: bool | None = None,
|
|
809
623
|
/,
|
|
810
624
|
) -> None:
|
|
811
|
-
"""Flatten angles of selected points
|
|
812
|
-
|
|
813
|
-
:type execution_context: int | str | None
|
|
814
|
-
:type undo: bool | None
|
|
815
|
-
"""
|
|
625
|
+
"""Flatten angles of selected points"""
|
|
816
626
|
|
|
817
627
|
def smooth_radius(
|
|
818
628
|
execution_context: int | str | None = None,
|
|
819
629
|
undo: bool | None = None,
|
|
820
630
|
/,
|
|
821
631
|
) -> None:
|
|
822
|
-
"""Interpolate radii of selected points
|
|
823
|
-
|
|
824
|
-
:type execution_context: int | str | None
|
|
825
|
-
:type undo: bool | None
|
|
826
|
-
"""
|
|
632
|
+
"""Interpolate radii of selected points"""
|
|
827
633
|
|
|
828
634
|
def smooth_tilt(
|
|
829
635
|
execution_context: int | str | None = None,
|
|
830
636
|
undo: bool | None = None,
|
|
831
637
|
/,
|
|
832
638
|
) -> None:
|
|
833
|
-
"""Interpolate tilt of selected points
|
|
834
|
-
|
|
835
|
-
:type execution_context: int | str | None
|
|
836
|
-
:type undo: bool | None
|
|
837
|
-
"""
|
|
639
|
+
"""Interpolate tilt of selected points"""
|
|
838
640
|
|
|
839
641
|
def smooth_weight(
|
|
840
642
|
execution_context: int | str | None = None,
|
|
841
643
|
undo: bool | None = None,
|
|
842
644
|
/,
|
|
843
645
|
) -> None:
|
|
844
|
-
"""Interpolate weight of selected points
|
|
845
|
-
|
|
846
|
-
:type execution_context: int | str | None
|
|
847
|
-
:type undo: bool | None
|
|
848
|
-
"""
|
|
646
|
+
"""Interpolate weight of selected points"""
|
|
849
647
|
|
|
850
648
|
def spin(
|
|
851
649
|
execution_context: int | str | None = None,
|
|
@@ -857,12 +655,8 @@ def spin(
|
|
|
857
655
|
) -> None:
|
|
858
656
|
"""Extrude selected boundary row around pivot point and current view axis
|
|
859
657
|
|
|
860
|
-
:type execution_context: int | str | None
|
|
861
|
-
:type undo: bool | None
|
|
862
658
|
:param center: Center, Center in global view space
|
|
863
|
-
:type center: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
864
659
|
:param axis: Axis, Axis in global view space
|
|
865
|
-
:type axis: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
866
660
|
"""
|
|
867
661
|
|
|
868
662
|
def spline_type_set(
|
|
@@ -875,12 +669,8 @@ def spline_type_set(
|
|
|
875
669
|
) -> None:
|
|
876
670
|
"""Set type of active spline
|
|
877
671
|
|
|
878
|
-
:type execution_context: int | str | None
|
|
879
|
-
:type undo: bool | None
|
|
880
672
|
:param type: Type, Spline type
|
|
881
|
-
:type type: typing.Literal['POLY','BEZIER','NURBS'] | None
|
|
882
673
|
:param use_handles: Handles, Use handles when converting Bézier curves into polygons
|
|
883
|
-
:type use_handles: bool | None
|
|
884
674
|
"""
|
|
885
675
|
|
|
886
676
|
def spline_weight_set(
|
|
@@ -892,10 +682,7 @@ def spline_weight_set(
|
|
|
892
682
|
) -> None:
|
|
893
683
|
"""Set softbody goal weight for selected points
|
|
894
684
|
|
|
895
|
-
:type execution_context: int | str | None
|
|
896
|
-
:type undo: bool | None
|
|
897
685
|
:param weight: Weight
|
|
898
|
-
:type weight: float | None
|
|
899
686
|
"""
|
|
900
687
|
|
|
901
688
|
def split(
|
|
@@ -903,11 +690,7 @@ def split(
|
|
|
903
690
|
undo: bool | None = None,
|
|
904
691
|
/,
|
|
905
692
|
) -> None:
|
|
906
|
-
"""Split off selected points from connected unselected points
|
|
907
|
-
|
|
908
|
-
:type execution_context: int | str | None
|
|
909
|
-
:type undo: bool | None
|
|
910
|
-
"""
|
|
693
|
+
"""Split off selected points from connected unselected points"""
|
|
911
694
|
|
|
912
695
|
def subdivide(
|
|
913
696
|
execution_context: int | str | None = None,
|
|
@@ -918,10 +701,7 @@ def subdivide(
|
|
|
918
701
|
) -> None:
|
|
919
702
|
"""Subdivide selected segments
|
|
920
703
|
|
|
921
|
-
:type execution_context: int | str | None
|
|
922
|
-
:type undo: bool | None
|
|
923
704
|
:param number_cuts: Number of Cuts
|
|
924
|
-
:type number_cuts: int | None
|
|
925
705
|
"""
|
|
926
706
|
|
|
927
707
|
def switch_direction(
|
|
@@ -929,22 +709,14 @@ def switch_direction(
|
|
|
929
709
|
undo: bool | None = None,
|
|
930
710
|
/,
|
|
931
711
|
) -> None:
|
|
932
|
-
"""Switch direction of selected splines
|
|
933
|
-
|
|
934
|
-
:type execution_context: int | str | None
|
|
935
|
-
:type undo: bool | None
|
|
936
|
-
"""
|
|
712
|
+
"""Switch direction of selected splines"""
|
|
937
713
|
|
|
938
714
|
def tilt_clear(
|
|
939
715
|
execution_context: int | str | None = None,
|
|
940
716
|
undo: bool | None = None,
|
|
941
717
|
/,
|
|
942
718
|
) -> None:
|
|
943
|
-
"""Clear the tilt of selected control points
|
|
944
|
-
|
|
945
|
-
:type execution_context: int | str | None
|
|
946
|
-
:type undo: bool | None
|
|
947
|
-
"""
|
|
719
|
+
"""Clear the tilt of selected control points"""
|
|
948
720
|
|
|
949
721
|
def vertex_add(
|
|
950
722
|
execution_context: int | str | None = None,
|
|
@@ -959,8 +731,5 @@ def vertex_add(
|
|
|
959
731
|
) -> None:
|
|
960
732
|
"""Add a new control point (linked to only selected end-curve one, if any)
|
|
961
733
|
|
|
962
|
-
:type execution_context: int | str | None
|
|
963
|
-
:type undo: bool | None
|
|
964
734
|
:param location: Location, Location to add new vertex at
|
|
965
|
-
:type location: collections.abc.Sequence[float] | mathutils.Vector | None
|
|
966
735
|
"""
|