fake-bpy-module 20250828__py3-none-any.whl → 20260119__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-20260119.dist-info}/METADATA +4 -1
- fake_bpy_module-20260119.dist-info/RECORD +385 -0
- {fake_bpy_module-20250828.dist-info → fake_bpy_module-20260119.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-20260119.dist-info}/WHEEL +0 -0
bpy/ops/paintcurve/__init__.pyi
CHANGED
|
@@ -12,10 +12,7 @@ def add_point(
|
|
|
12
12
|
) -> None:
|
|
13
13
|
"""Add New Paint Curve Point
|
|
14
14
|
|
|
15
|
-
:type execution_context: int | str | None
|
|
16
|
-
:type undo: bool | None
|
|
17
15
|
:param location: Location, Location of vertex in area space
|
|
18
|
-
:type location: collections.abc.Iterable[int] | None
|
|
19
16
|
"""
|
|
20
17
|
|
|
21
18
|
def add_point_slide(
|
|
@@ -28,12 +25,8 @@ def add_point_slide(
|
|
|
28
25
|
) -> None:
|
|
29
26
|
"""Add new curve point and slide it
|
|
30
27
|
|
|
31
|
-
:type execution_context: int | str | None
|
|
32
|
-
:type undo: bool | None
|
|
33
28
|
:param PAINTCURVE_OT_add_point: Add New Paint Curve Point, Add New Paint Curve Point
|
|
34
|
-
:type PAINTCURVE_OT_add_point: add_point | None
|
|
35
29
|
:param PAINTCURVE_OT_slide: Slide Paint Curve Point, Select and slide paint curve point
|
|
36
|
-
:type PAINTCURVE_OT_slide: slide | None
|
|
37
30
|
"""
|
|
38
31
|
|
|
39
32
|
def cursor(
|
|
@@ -41,44 +34,28 @@ def cursor(
|
|
|
41
34
|
undo: bool | None = None,
|
|
42
35
|
/,
|
|
43
36
|
) -> None:
|
|
44
|
-
"""Place cursor
|
|
45
|
-
|
|
46
|
-
:type execution_context: int | str | None
|
|
47
|
-
:type undo: bool | None
|
|
48
|
-
"""
|
|
37
|
+
"""Place cursor"""
|
|
49
38
|
|
|
50
39
|
def delete_point(
|
|
51
40
|
execution_context: int | str | None = None,
|
|
52
41
|
undo: bool | None = None,
|
|
53
42
|
/,
|
|
54
43
|
) -> None:
|
|
55
|
-
"""Remove Paint Curve Point
|
|
56
|
-
|
|
57
|
-
:type execution_context: int | str | None
|
|
58
|
-
:type undo: bool | None
|
|
59
|
-
"""
|
|
44
|
+
"""Remove Paint Curve Point"""
|
|
60
45
|
|
|
61
46
|
def draw(
|
|
62
47
|
execution_context: int | str | None = None,
|
|
63
48
|
undo: bool | None = None,
|
|
64
49
|
/,
|
|
65
50
|
) -> None:
|
|
66
|
-
"""Draw curve
|
|
67
|
-
|
|
68
|
-
:type execution_context: int | str | None
|
|
69
|
-
:type undo: bool | None
|
|
70
|
-
"""
|
|
51
|
+
"""Draw curve"""
|
|
71
52
|
|
|
72
53
|
def new(
|
|
73
54
|
execution_context: int | str | None = None,
|
|
74
55
|
undo: bool | None = None,
|
|
75
56
|
/,
|
|
76
57
|
) -> None:
|
|
77
|
-
"""Add new paint curve
|
|
78
|
-
|
|
79
|
-
:type execution_context: int | str | None
|
|
80
|
-
:type undo: bool | None
|
|
81
|
-
"""
|
|
58
|
+
"""Add new paint curve"""
|
|
82
59
|
|
|
83
60
|
def select(
|
|
84
61
|
execution_context: int | str | None = None,
|
|
@@ -91,14 +68,9 @@ def select(
|
|
|
91
68
|
) -> None:
|
|
92
69
|
"""Select a paint curve point
|
|
93
70
|
|
|
94
|
-
:type execution_context: int | str | None
|
|
95
|
-
:type undo: bool | None
|
|
96
71
|
:param location: Location, Location of vertex in area space
|
|
97
|
-
:type location: collections.abc.Iterable[int] | None
|
|
98
72
|
:param toggle: Toggle, (De)select all
|
|
99
|
-
:type toggle: bool | None
|
|
100
73
|
:param extend: Extend, Extend selection
|
|
101
|
-
:type extend: bool | None
|
|
102
74
|
"""
|
|
103
75
|
|
|
104
76
|
def slide(
|
|
@@ -111,10 +83,6 @@ def slide(
|
|
|
111
83
|
) -> None:
|
|
112
84
|
"""Select and slide paint curve point
|
|
113
85
|
|
|
114
|
-
:type execution_context: int | str | None
|
|
115
|
-
:type undo: bool | None
|
|
116
86
|
:param align: Align Handles, Aligns opposite point handle during transform
|
|
117
|
-
:type align: bool | None
|
|
118
87
|
:param select: Select, Attempt to select a point handle before transform
|
|
119
|
-
:type select: bool | None
|
|
120
88
|
"""
|
bpy/ops/palette/__init__.pyi
CHANGED
|
@@ -8,22 +8,14 @@ def color_add(
|
|
|
8
8
|
undo: bool | None = None,
|
|
9
9
|
/,
|
|
10
10
|
) -> None:
|
|
11
|
-
"""Add new color to active palette
|
|
12
|
-
|
|
13
|
-
:type execution_context: int | str | None
|
|
14
|
-
:type undo: bool | None
|
|
15
|
-
"""
|
|
11
|
+
"""Add new color to active palette"""
|
|
16
12
|
|
|
17
13
|
def color_delete(
|
|
18
14
|
execution_context: int | str | None = None,
|
|
19
15
|
undo: bool | None = None,
|
|
20
16
|
/,
|
|
21
17
|
) -> None:
|
|
22
|
-
"""Remove active color from palette
|
|
23
|
-
|
|
24
|
-
:type execution_context: int | str | None
|
|
25
|
-
:type undo: bool | None
|
|
26
|
-
"""
|
|
18
|
+
"""Remove active color from palette"""
|
|
27
19
|
|
|
28
20
|
def color_move(
|
|
29
21
|
execution_context: int | str | None = None,
|
|
@@ -34,10 +26,7 @@ def color_move(
|
|
|
34
26
|
) -> None:
|
|
35
27
|
"""Move the active Color up/down in the list
|
|
36
28
|
|
|
37
|
-
:type execution_context: int | str | None
|
|
38
|
-
:type undo: bool | None
|
|
39
29
|
:param type: Type
|
|
40
|
-
:type type: typing.Literal['UP','DOWN'] | None
|
|
41
30
|
"""
|
|
42
31
|
|
|
43
32
|
def extract_from_image(
|
|
@@ -49,10 +38,7 @@ def extract_from_image(
|
|
|
49
38
|
) -> None:
|
|
50
39
|
"""Extract all colors used in Image and create a Palette
|
|
51
40
|
|
|
52
|
-
:type execution_context: int | str | None
|
|
53
|
-
:type undo: bool | None
|
|
54
41
|
:param threshold: Threshold
|
|
55
|
-
:type threshold: int | None
|
|
56
42
|
"""
|
|
57
43
|
|
|
58
44
|
def join(
|
|
@@ -64,10 +50,7 @@ def join(
|
|
|
64
50
|
) -> None:
|
|
65
51
|
"""Join Palette Swatches
|
|
66
52
|
|
|
67
|
-
:type execution_context: int | str | None
|
|
68
|
-
:type undo: bool | None
|
|
69
53
|
:param palette: Palette, Name of the Palette
|
|
70
|
-
:type palette: str
|
|
71
54
|
"""
|
|
72
55
|
|
|
73
56
|
def new(
|
|
@@ -75,11 +58,7 @@ def new(
|
|
|
75
58
|
undo: bool | None = None,
|
|
76
59
|
/,
|
|
77
60
|
) -> None:
|
|
78
|
-
"""Add new palette
|
|
79
|
-
|
|
80
|
-
:type execution_context: int | str | None
|
|
81
|
-
:type undo: bool | None
|
|
82
|
-
"""
|
|
61
|
+
"""Add new palette"""
|
|
83
62
|
|
|
84
63
|
def sort(
|
|
85
64
|
execution_context: int | str | None = None,
|
|
@@ -90,8 +69,5 @@ def sort(
|
|
|
90
69
|
) -> None:
|
|
91
70
|
"""Sort Palette Colors
|
|
92
71
|
|
|
93
|
-
:type execution_context: int | str | None
|
|
94
|
-
:type undo: bool | None
|
|
95
72
|
:param type: Type
|
|
96
|
-
:type type: typing.Literal['HSV','SVH','VHS','LUMINANCE'] | None
|
|
97
73
|
"""
|
bpy/ops/particle/__init__.pyi
CHANGED
|
@@ -15,12 +15,8 @@ def brush_edit(
|
|
|
15
15
|
) -> None:
|
|
16
16
|
"""Apply a stroke of brush to the particles
|
|
17
17
|
|
|
18
|
-
:type execution_context: int | str | None
|
|
19
|
-
:type undo: bool | None
|
|
20
18
|
:param stroke: Stroke
|
|
21
|
-
:type stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement] | None
|
|
22
19
|
:param pen_flip: Pen Flip, Whether a tablets eraser mode is being used
|
|
23
|
-
:type pen_flip: bool | None
|
|
24
20
|
"""
|
|
25
21
|
|
|
26
22
|
def connect_hair(
|
|
@@ -32,10 +28,7 @@ def connect_hair(
|
|
|
32
28
|
) -> None:
|
|
33
29
|
"""Connect hair to the emitter mesh
|
|
34
30
|
|
|
35
|
-
:type execution_context: int | str | None
|
|
36
|
-
:type undo: bool | None
|
|
37
31
|
:param all: All Hair, Connect all hair systems to the emitter mesh
|
|
38
|
-
:type all: bool | None
|
|
39
32
|
"""
|
|
40
33
|
|
|
41
34
|
def copy_particle_systems(
|
|
@@ -49,8 +42,6 @@ def copy_particle_systems(
|
|
|
49
42
|
) -> None:
|
|
50
43
|
"""Copy particle systems from the active object to selected objects
|
|
51
44
|
|
|
52
|
-
:type execution_context: int | str | None
|
|
53
|
-
:type undo: bool | None
|
|
54
45
|
:param space: Space, Space transform for copying from one object to another
|
|
55
46
|
|
|
56
47
|
OBJECT
|
|
@@ -58,11 +49,8 @@ def copy_particle_systems(
|
|
|
58
49
|
|
|
59
50
|
WORLD
|
|
60
51
|
World -- Copy in world space.
|
|
61
|
-
:type space: typing.Literal['OBJECT','WORLD'] | None
|
|
62
52
|
:param remove_target_particles: Remove Target Particles, Remove particle systems on the target objects
|
|
63
|
-
:type remove_target_particles: bool | None
|
|
64
53
|
:param use_active: Use Active, Use the active particle system from the context
|
|
65
|
-
:type use_active: bool | None
|
|
66
54
|
"""
|
|
67
55
|
|
|
68
56
|
def delete(
|
|
@@ -74,10 +62,7 @@ def delete(
|
|
|
74
62
|
) -> None:
|
|
75
63
|
"""Delete selected particles or keys
|
|
76
64
|
|
|
77
|
-
:type execution_context: int | str | None
|
|
78
|
-
:type undo: bool | None
|
|
79
65
|
:param type: Type, Delete a full particle or only keys
|
|
80
|
-
:type type: typing.Literal['PARTICLE','KEY'] | None
|
|
81
66
|
"""
|
|
82
67
|
|
|
83
68
|
def disconnect_hair(
|
|
@@ -89,10 +74,7 @@ def disconnect_hair(
|
|
|
89
74
|
) -> None:
|
|
90
75
|
"""Disconnect hair from the emitter mesh
|
|
91
76
|
|
|
92
|
-
:type execution_context: int | str | None
|
|
93
|
-
:type undo: bool | None
|
|
94
77
|
:param all: All Hair, Disconnect all hair systems from the emitter mesh
|
|
95
|
-
:type all: bool | None
|
|
96
78
|
"""
|
|
97
79
|
|
|
98
80
|
def duplicate_particle_system(
|
|
@@ -104,10 +86,7 @@ def duplicate_particle_system(
|
|
|
104
86
|
) -> None:
|
|
105
87
|
"""Duplicate particle system within the active object
|
|
106
88
|
|
|
107
|
-
:type execution_context: int | str | None
|
|
108
|
-
:type undo: bool | None
|
|
109
89
|
:param use_duplicate_settings: Duplicate Settings, Duplicate settings as well, so the new particle system uses its own settings
|
|
110
|
-
:type use_duplicate_settings: bool | None
|
|
111
90
|
"""
|
|
112
91
|
|
|
113
92
|
def dupliob_copy(
|
|
@@ -115,66 +94,42 @@ def dupliob_copy(
|
|
|
115
94
|
undo: bool | None = None,
|
|
116
95
|
/,
|
|
117
96
|
) -> None:
|
|
118
|
-
"""Duplicate the current instance object
|
|
119
|
-
|
|
120
|
-
:type execution_context: int | str | None
|
|
121
|
-
:type undo: bool | None
|
|
122
|
-
"""
|
|
97
|
+
"""Duplicate the current instance object"""
|
|
123
98
|
|
|
124
99
|
def dupliob_move_down(
|
|
125
100
|
execution_context: int | str | None = None,
|
|
126
101
|
undo: bool | None = None,
|
|
127
102
|
/,
|
|
128
103
|
) -> None:
|
|
129
|
-
"""Move instance object down in the list
|
|
130
|
-
|
|
131
|
-
:type execution_context: int | str | None
|
|
132
|
-
:type undo: bool | None
|
|
133
|
-
"""
|
|
104
|
+
"""Move instance object down in the list"""
|
|
134
105
|
|
|
135
106
|
def dupliob_move_up(
|
|
136
107
|
execution_context: int | str | None = None,
|
|
137
108
|
undo: bool | None = None,
|
|
138
109
|
/,
|
|
139
110
|
) -> None:
|
|
140
|
-
"""Move instance object up in the list
|
|
141
|
-
|
|
142
|
-
:type execution_context: int | str | None
|
|
143
|
-
:type undo: bool | None
|
|
144
|
-
"""
|
|
111
|
+
"""Move instance object up in the list"""
|
|
145
112
|
|
|
146
113
|
def dupliob_refresh(
|
|
147
114
|
execution_context: int | str | None = None,
|
|
148
115
|
undo: bool | None = None,
|
|
149
116
|
/,
|
|
150
117
|
) -> None:
|
|
151
|
-
"""Refresh list of instance objects and their weights
|
|
152
|
-
|
|
153
|
-
:type execution_context: int | str | None
|
|
154
|
-
:type undo: bool | None
|
|
155
|
-
"""
|
|
118
|
+
"""Refresh list of instance objects and their weights"""
|
|
156
119
|
|
|
157
120
|
def dupliob_remove(
|
|
158
121
|
execution_context: int | str | None = None,
|
|
159
122
|
undo: bool | None = None,
|
|
160
123
|
/,
|
|
161
124
|
) -> None:
|
|
162
|
-
"""Remove the selected instance object
|
|
163
|
-
|
|
164
|
-
:type execution_context: int | str | None
|
|
165
|
-
:type undo: bool | None
|
|
166
|
-
"""
|
|
125
|
+
"""Remove the selected instance object"""
|
|
167
126
|
|
|
168
127
|
def edited_clear(
|
|
169
128
|
execution_context: int | str | None = None,
|
|
170
129
|
undo: bool | None = None,
|
|
171
130
|
/,
|
|
172
131
|
) -> None:
|
|
173
|
-
"""Undo all edition performed on the particle system
|
|
174
|
-
|
|
175
|
-
:type execution_context: int | str | None
|
|
176
|
-
:type undo: bool | None
|
|
177
|
-
"""
|
|
132
|
+
"""Undo all edition performed on the particle system"""
|
|
178
133
|
|
|
179
134
|
def hair_dynamics_preset_add(
|
|
180
135
|
execution_context: int | str | None = None,
|
|
@@ -187,14 +142,9 @@ def hair_dynamics_preset_add(
|
|
|
187
142
|
) -> None:
|
|
188
143
|
"""Add or remove a Hair Dynamics Preset
|
|
189
144
|
|
|
190
|
-
:type execution_context: int | str | None
|
|
191
|
-
:type undo: bool | None
|
|
192
145
|
:param name: Name, Name of the preset, used to make the path name
|
|
193
|
-
:type name: str
|
|
194
146
|
:param remove_name: remove_name
|
|
195
|
-
:type remove_name: bool | None
|
|
196
147
|
:param remove_active: remove_active
|
|
197
|
-
:type remove_active: bool | None
|
|
198
148
|
"""
|
|
199
149
|
|
|
200
150
|
def hide(
|
|
@@ -206,10 +156,7 @@ def hide(
|
|
|
206
156
|
) -> None:
|
|
207
157
|
"""Hide selected particles
|
|
208
158
|
|
|
209
|
-
:type execution_context: int | str | None
|
|
210
|
-
:type undo: bool | None
|
|
211
159
|
:param unselected: Unselected, Hide unselected rather than selected
|
|
212
|
-
:type unselected: bool | None
|
|
213
160
|
"""
|
|
214
161
|
|
|
215
162
|
def mirror(
|
|
@@ -217,55 +164,35 @@ def mirror(
|
|
|
217
164
|
undo: bool | None = None,
|
|
218
165
|
/,
|
|
219
166
|
) -> None:
|
|
220
|
-
"""Duplicate and mirror the selected particles along the local X axis
|
|
221
|
-
|
|
222
|
-
:type execution_context: int | str | None
|
|
223
|
-
:type undo: bool | None
|
|
224
|
-
"""
|
|
167
|
+
"""Duplicate and mirror the selected particles along the local X axis"""
|
|
225
168
|
|
|
226
169
|
def new(
|
|
227
170
|
execution_context: int | str | None = None,
|
|
228
171
|
undo: bool | None = None,
|
|
229
172
|
/,
|
|
230
173
|
) -> None:
|
|
231
|
-
"""Add new particle settings
|
|
232
|
-
|
|
233
|
-
:type execution_context: int | str | None
|
|
234
|
-
:type undo: bool | None
|
|
235
|
-
"""
|
|
174
|
+
"""Add new particle settings"""
|
|
236
175
|
|
|
237
176
|
def new_target(
|
|
238
177
|
execution_context: int | str | None = None,
|
|
239
178
|
undo: bool | None = None,
|
|
240
179
|
/,
|
|
241
180
|
) -> None:
|
|
242
|
-
"""Add a new particle target
|
|
243
|
-
|
|
244
|
-
:type execution_context: int | str | None
|
|
245
|
-
:type undo: bool | None
|
|
246
|
-
"""
|
|
181
|
+
"""Add a new particle target"""
|
|
247
182
|
|
|
248
183
|
def particle_edit_toggle(
|
|
249
184
|
execution_context: int | str | None = None,
|
|
250
185
|
undo: bool | None = None,
|
|
251
186
|
/,
|
|
252
187
|
) -> None:
|
|
253
|
-
"""Toggle particle edit mode
|
|
254
|
-
|
|
255
|
-
:type execution_context: int | str | None
|
|
256
|
-
:type undo: bool | None
|
|
257
|
-
"""
|
|
188
|
+
"""Toggle particle edit mode"""
|
|
258
189
|
|
|
259
190
|
def particle_system_remove_all(
|
|
260
191
|
execution_context: int | str | None = None,
|
|
261
192
|
undo: bool | None = None,
|
|
262
193
|
/,
|
|
263
194
|
) -> None:
|
|
264
|
-
"""Remove all particle system within the active object
|
|
265
|
-
|
|
266
|
-
:type execution_context: int | str | None
|
|
267
|
-
:type undo: bool | None
|
|
268
|
-
"""
|
|
195
|
+
"""Remove all particle system within the active object"""
|
|
269
196
|
|
|
270
197
|
def rekey(
|
|
271
198
|
execution_context: int | str | None = None,
|
|
@@ -276,10 +203,7 @@ def rekey(
|
|
|
276
203
|
) -> None:
|
|
277
204
|
"""Change the number of keys of selected particles (root and tip keys included)
|
|
278
205
|
|
|
279
|
-
:type execution_context: int | str | None
|
|
280
|
-
:type undo: bool | None
|
|
281
206
|
:param keys_number: Number of Keys
|
|
282
|
-
:type keys_number: int | None
|
|
283
207
|
"""
|
|
284
208
|
|
|
285
209
|
def remove_doubles(
|
|
@@ -291,10 +215,7 @@ def remove_doubles(
|
|
|
291
215
|
) -> None:
|
|
292
216
|
"""Remove selected particles close enough of others
|
|
293
217
|
|
|
294
|
-
:type execution_context: int | str | None
|
|
295
|
-
:type undo: bool | None
|
|
296
218
|
:param threshold: Merge Distance, Threshold distance within which particles are removed
|
|
297
|
-
:type threshold: float | None
|
|
298
219
|
"""
|
|
299
220
|
|
|
300
221
|
def reveal(
|
|
@@ -306,10 +227,7 @@ def reveal(
|
|
|
306
227
|
) -> None:
|
|
307
228
|
"""Show hidden particles
|
|
308
229
|
|
|
309
|
-
:type execution_context: int | str | None
|
|
310
|
-
:type undo: bool | None
|
|
311
230
|
:param select: Select
|
|
312
|
-
:type select: bool | None
|
|
313
231
|
"""
|
|
314
232
|
|
|
315
233
|
def select_all(
|
|
@@ -321,8 +239,6 @@ def select_all(
|
|
|
321
239
|
) -> None:
|
|
322
240
|
"""(De)select all particles keys
|
|
323
241
|
|
|
324
|
-
:type execution_context: int | str | None
|
|
325
|
-
:type undo: bool | None
|
|
326
242
|
:param action: Action, Selection action to execute
|
|
327
243
|
|
|
328
244
|
TOGGLE
|
|
@@ -336,7 +252,6 @@ def select_all(
|
|
|
336
252
|
|
|
337
253
|
INVERT
|
|
338
254
|
Invert -- Invert selection of all elements.
|
|
339
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
340
255
|
"""
|
|
341
256
|
|
|
342
257
|
def select_less(
|
|
@@ -344,22 +259,14 @@ def select_less(
|
|
|
344
259
|
undo: bool | None = None,
|
|
345
260
|
/,
|
|
346
261
|
) -> None:
|
|
347
|
-
"""Deselect boundary selected keys of each particle
|
|
348
|
-
|
|
349
|
-
:type execution_context: int | str | None
|
|
350
|
-
:type undo: bool | None
|
|
351
|
-
"""
|
|
262
|
+
"""Deselect boundary selected keys of each particle"""
|
|
352
263
|
|
|
353
264
|
def select_linked(
|
|
354
265
|
execution_context: int | str | None = None,
|
|
355
266
|
undo: bool | None = None,
|
|
356
267
|
/,
|
|
357
268
|
) -> None:
|
|
358
|
-
"""Select all keys linked to already selected ones
|
|
359
|
-
|
|
360
|
-
:type execution_context: int | str | None
|
|
361
|
-
:type undo: bool | None
|
|
362
|
-
"""
|
|
269
|
+
"""Select all keys linked to already selected ones"""
|
|
363
270
|
|
|
364
271
|
def select_linked_pick(
|
|
365
272
|
execution_context: int | str | None = None,
|
|
@@ -371,12 +278,8 @@ def select_linked_pick(
|
|
|
371
278
|
) -> None:
|
|
372
279
|
"""Select nearest particle from mouse pointer
|
|
373
280
|
|
|
374
|
-
:type execution_context: int | str | None
|
|
375
|
-
:type undo: bool | None
|
|
376
281
|
:param deselect: Deselect, Deselect linked keys rather than selecting them
|
|
377
|
-
:type deselect: bool | None
|
|
378
282
|
:param location: Location
|
|
379
|
-
:type location: collections.abc.Iterable[int] | None
|
|
380
283
|
"""
|
|
381
284
|
|
|
382
285
|
def select_more(
|
|
@@ -384,11 +287,7 @@ def select_more(
|
|
|
384
287
|
undo: bool | None = None,
|
|
385
288
|
/,
|
|
386
289
|
) -> None:
|
|
387
|
-
"""Select keys linked to boundary selected keys of each particle
|
|
388
|
-
|
|
389
|
-
:type execution_context: int | str | None
|
|
390
|
-
:type undo: bool | None
|
|
391
|
-
"""
|
|
290
|
+
"""Select keys linked to boundary selected keys of each particle"""
|
|
392
291
|
|
|
393
292
|
def select_random(
|
|
394
293
|
execution_context: int | str | None = None,
|
|
@@ -402,12 +301,8 @@ def select_random(
|
|
|
402
301
|
) -> None:
|
|
403
302
|
"""Select a randomly distributed set of hair or points
|
|
404
303
|
|
|
405
|
-
:type execution_context: int | str | None
|
|
406
|
-
:type undo: bool | None
|
|
407
304
|
:param ratio: Ratio, Portion of items to select randomly
|
|
408
|
-
:type ratio: float | None
|
|
409
305
|
:param seed: Random Seed, Seed for the random number generator
|
|
410
|
-
:type seed: int | None
|
|
411
306
|
:param action: Action, Selection action to execute
|
|
412
307
|
|
|
413
308
|
SELECT
|
|
@@ -415,9 +310,7 @@ def select_random(
|
|
|
415
310
|
|
|
416
311
|
DESELECT
|
|
417
312
|
Deselect -- Deselect all elements.
|
|
418
|
-
:type action: typing.Literal['SELECT','DESELECT'] | None
|
|
419
313
|
:param type: Type, Select either hair or points
|
|
420
|
-
:type type: typing.Literal['HAIR','POINTS'] | None
|
|
421
314
|
"""
|
|
422
315
|
|
|
423
316
|
def select_roots(
|
|
@@ -429,8 +322,6 @@ def select_roots(
|
|
|
429
322
|
) -> None:
|
|
430
323
|
"""Select roots of all visible particles
|
|
431
324
|
|
|
432
|
-
:type execution_context: int | str | None
|
|
433
|
-
:type undo: bool | None
|
|
434
325
|
:param action: Action, Selection action to execute
|
|
435
326
|
|
|
436
327
|
TOGGLE
|
|
@@ -444,7 +335,6 @@ def select_roots(
|
|
|
444
335
|
|
|
445
336
|
INVERT
|
|
446
337
|
Invert -- Invert selection of all elements.
|
|
447
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
448
338
|
"""
|
|
449
339
|
|
|
450
340
|
def select_tips(
|
|
@@ -456,8 +346,6 @@ def select_tips(
|
|
|
456
346
|
) -> None:
|
|
457
347
|
"""Select tips of all visible particles
|
|
458
348
|
|
|
459
|
-
:type execution_context: int | str | None
|
|
460
|
-
:type undo: bool | None
|
|
461
349
|
:param action: Action, Selection action to execute
|
|
462
350
|
|
|
463
351
|
TOGGLE
|
|
@@ -471,7 +359,6 @@ def select_tips(
|
|
|
471
359
|
|
|
472
360
|
INVERT
|
|
473
361
|
Invert -- Invert selection of all elements.
|
|
474
|
-
:type action: typing.Literal['TOGGLE','SELECT','DESELECT','INVERT'] | None
|
|
475
362
|
"""
|
|
476
363
|
|
|
477
364
|
def shape_cut(
|
|
@@ -479,66 +366,42 @@ def shape_cut(
|
|
|
479
366
|
undo: bool | None = None,
|
|
480
367
|
/,
|
|
481
368
|
) -> None:
|
|
482
|
-
"""Cut hair to conform to the set shape object
|
|
483
|
-
|
|
484
|
-
:type execution_context: int | str | None
|
|
485
|
-
:type undo: bool | None
|
|
486
|
-
"""
|
|
369
|
+
"""Cut hair to conform to the set shape object"""
|
|
487
370
|
|
|
488
371
|
def subdivide(
|
|
489
372
|
execution_context: int | str | None = None,
|
|
490
373
|
undo: bool | None = None,
|
|
491
374
|
/,
|
|
492
375
|
) -> None:
|
|
493
|
-
"""Subdivide selected particles segments (adds keys)
|
|
494
|
-
|
|
495
|
-
:type execution_context: int | str | None
|
|
496
|
-
:type undo: bool | None
|
|
497
|
-
"""
|
|
376
|
+
"""Subdivide selected particles segments (adds keys)"""
|
|
498
377
|
|
|
499
378
|
def target_move_down(
|
|
500
379
|
execution_context: int | str | None = None,
|
|
501
380
|
undo: bool | None = None,
|
|
502
381
|
/,
|
|
503
382
|
) -> None:
|
|
504
|
-
"""Move particle target down in the list
|
|
505
|
-
|
|
506
|
-
:type execution_context: int | str | None
|
|
507
|
-
:type undo: bool | None
|
|
508
|
-
"""
|
|
383
|
+
"""Move particle target down in the list"""
|
|
509
384
|
|
|
510
385
|
def target_move_up(
|
|
511
386
|
execution_context: int | str | None = None,
|
|
512
387
|
undo: bool | None = None,
|
|
513
388
|
/,
|
|
514
389
|
) -> None:
|
|
515
|
-
"""Move particle target up in the list
|
|
516
|
-
|
|
517
|
-
:type execution_context: int | str | None
|
|
518
|
-
:type undo: bool | None
|
|
519
|
-
"""
|
|
390
|
+
"""Move particle target up in the list"""
|
|
520
391
|
|
|
521
392
|
def target_remove(
|
|
522
393
|
execution_context: int | str | None = None,
|
|
523
394
|
undo: bool | None = None,
|
|
524
395
|
/,
|
|
525
396
|
) -> None:
|
|
526
|
-
"""Remove the selected particle target
|
|
527
|
-
|
|
528
|
-
:type execution_context: int | str | None
|
|
529
|
-
:type undo: bool | None
|
|
530
|
-
"""
|
|
397
|
+
"""Remove the selected particle target"""
|
|
531
398
|
|
|
532
399
|
def unify_length(
|
|
533
400
|
execution_context: int | str | None = None,
|
|
534
401
|
undo: bool | None = None,
|
|
535
402
|
/,
|
|
536
403
|
) -> None:
|
|
537
|
-
"""Make selected hair the same length
|
|
538
|
-
|
|
539
|
-
:type execution_context: int | str | None
|
|
540
|
-
:type undo: bool | None
|
|
541
|
-
"""
|
|
404
|
+
"""Make selected hair the same length"""
|
|
542
405
|
|
|
543
406
|
def weight_set(
|
|
544
407
|
execution_context: int | str | None = None,
|
|
@@ -549,8 +412,5 @@ def weight_set(
|
|
|
549
412
|
) -> None:
|
|
550
413
|
"""Set the weight of selected keys
|
|
551
414
|
|
|
552
|
-
:type execution_context: int | str | None
|
|
553
|
-
:type undo: bool | None
|
|
554
415
|
:param factor: Factor, Interpolation factor between current brush weight, and keys weights
|
|
555
|
-
:type factor: float | None
|
|
556
416
|
"""
|