fake-bpy-module 20240524__py3-none-any.whl → 20240528__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fake-bpy-module might be problematic. Click here for more details.
- bl_operators/__init__.pyi +1 -0
- bl_operators/image_as_planes/__init__.pyi +457 -0
- bl_operators/userpref/__init__.pyi +0 -214
- bl_ui/generic_ui_list/__init__.pyi +2 -2
- bl_ui/properties_render/__init__.pyi +1 -1
- bpy/app/__init__.pyi +5 -1
- bpy/ops/action/__init__.pyi +21 -0
- bpy/ops/anim/__init__.pyi +34 -0
- bpy/ops/armature/__init__.pyi +31 -0
- bpy/ops/asset/__init__.pyi +5 -0
- bpy/ops/bl_pkg/__init__.pyi +28 -17
- bpy/ops/boid/__init__.pyi +1 -0
- bpy/ops/brush/__init__.pyi +6 -0
- bpy/ops/buttons/__init__.pyi +2 -0
- bpy/ops/cachefile/__init__.pyi +3 -0
- bpy/ops/camera/__init__.pyi +2 -0
- bpy/ops/clip/__init__.pyi +49 -0
- bpy/ops/cloth/__init__.pyi +1 -0
- bpy/ops/collection/__init__.pyi +7 -0
- bpy/ops/console/__init__.pyi +11 -0
- bpy/ops/constraint/__init__.pyi +15 -0
- bpy/ops/curve/__init__.pyi +28 -0
- bpy/ops/curves/__init__.pyi +14 -0
- bpy/ops/cycles/__init__.pyi +2 -0
- bpy/ops/dpaint/__init__.pyi +2 -0
- bpy/ops/ed/__init__.pyi +3 -0
- bpy/ops/export_anim/__init__.pyi +1 -0
- bpy/ops/export_scene/__init__.pyi +20 -3
- bpy/ops/file/__init__.pyi +14 -0
- bpy/ops/fluid/__init__.pyi +1 -0
- bpy/ops/font/__init__.pyi +13 -0
- bpy/ops/geometry/__init__.pyi +7 -0
- bpy/ops/gizmogroup/__init__.pyi +1 -0
- bpy/ops/gpencil/__init__.pyi +106 -0
- bpy/ops/graph/__init__.pyi +47 -0
- bpy/ops/grease_pencil/__init__.pyi +52 -0
- bpy/ops/image/__init__.pyi +308 -0
- bpy/ops/import_anim/__init__.pyi +1 -0
- bpy/ops/import_curve/__init__.pyi +1 -0
- bpy/ops/import_scene/__init__.pyi +2 -0
- bpy/ops/info/__init__.pyi +3 -0
- bpy/ops/lattice/__init__.pyi +5 -0
- bpy/ops/marker/__init__.pyi +9 -0
- bpy/ops/mask/__init__.pyi +22 -0
- bpy/ops/mball/__init__.pyi +7 -0
- bpy/ops/mesh/__init__.pyi +134 -0
- bpy/ops/nla/__init__.pyi +20 -0
- bpy/ops/node/__init__.pyi +47 -0
- bpy/ops/object/__init__.pyi +174 -0
- bpy/ops/outliner/__init__.pyi +25 -0
- bpy/ops/paint/__init__.pyi +39 -0
- bpy/ops/paintcurve/__init__.pyi +4 -0
- bpy/ops/palette/__init__.pyi +4 -0
- bpy/ops/particle/__init__.pyi +17 -0
- bpy/ops/pose/__init__.pyi +24 -0
- bpy/ops/poselib/__init__.pyi +4 -0
- bpy/ops/preferences/__init__.pyi +26 -14
- bpy/ops/ptcache/__init__.pyi +2 -0
- bpy/ops/render/__init__.pyi +9 -0
- bpy/ops/rigidbody/__init__.pyi +7 -0
- bpy/ops/scene/__init__.pyi +16 -0
- bpy/ops/screen/__init__.pyi +21 -0
- bpy/ops/script/__init__.pyi +2 -0
- bpy/ops/sculpt/__init__.pyi +25 -0
- bpy/ops/sculpt_curves/__init__.pyi +3 -0
- bpy/ops/sequencer/__init__.pyi +57 -0
- bpy/ops/sound/__init__.pyi +4 -0
- bpy/ops/spreadsheet/__init__.pyi +2 -0
- bpy/ops/surface/__init__.pyi +6 -0
- bpy/ops/text/__init__.pyi +18 -0
- bpy/ops/text_editor/__init__.pyi +1 -0
- bpy/ops/texture/__init__.pyi +1 -0
- bpy/ops/transform/__init__.pyi +25 -0
- bpy/ops/ui/__init__.pyi +13 -0
- bpy/ops/uilist/__init__.pyi +3 -0
- bpy/ops/uv/__init__.pyi +40 -0
- bpy/ops/view2d/__init__.pyi +11 -0
- bpy/ops/view3d/__init__.pyi +30 -0
- bpy/ops/wm/__init__.pyi +114 -0
- bpy/ops/workspace/__init__.pyi +1 -0
- bpy/path/__init__.pyi +6 -6
- bpy/props/__init__.pyi +11 -1
- bpy/types/__init__.pyi +393 -334
- bpy/utils/__init__.pyi +10 -8
- bpy_extras/anim_utils/__init__.pyi +3 -3
- bpy_extras/view3d_utils/__init__.pyi +2 -0
- {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240528.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240528.dist-info}/RECORD +93 -92
- gpu/types/__init__.pyi +4 -2
- gpu_extras/batch/__init__.pyi +1 -1
- gpu_extras/presets/__init__.pyi +1 -1
- {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240528.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240524.dist-info → fake_bpy_module-20240528.dist-info}/top_level.txt +0 -0
bpy/ops/gpencil/__init__.pyi
CHANGED
|
@@ -38,6 +38,7 @@ def annotate(
|
|
|
38
38
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
39
39
|
execution_context: str | int | None = None,
|
|
40
40
|
undo: bool | None = None,
|
|
41
|
+
*,
|
|
41
42
|
mode: str | None = "DRAW",
|
|
42
43
|
arrowstyle_start: str | None = "NONE",
|
|
43
44
|
arrowstyle_end: str | None = "NONE",
|
|
@@ -147,6 +148,7 @@ def bake_grease_pencil_animation(
|
|
|
147
148
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
148
149
|
execution_context: str | int | None = None,
|
|
149
150
|
undo: bool | None = None,
|
|
151
|
+
*,
|
|
150
152
|
frame_start: typing.Any | None = 1,
|
|
151
153
|
frame_end: typing.Any | None = 250,
|
|
152
154
|
step: typing.Any | None = 1,
|
|
@@ -197,6 +199,7 @@ def bake_mesh_animation(
|
|
|
197
199
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
198
200
|
execution_context: str | int | None = None,
|
|
199
201
|
undo: bool | None = None,
|
|
202
|
+
*,
|
|
200
203
|
target: str | None = "NEW",
|
|
201
204
|
frame_start: typing.Any | None = 1,
|
|
202
205
|
frame_end: typing.Any | None = 250,
|
|
@@ -265,6 +268,7 @@ def blank_frame_add(
|
|
|
265
268
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
266
269
|
execution_context: str | int | None = None,
|
|
267
270
|
undo: bool | None = None,
|
|
271
|
+
*,
|
|
268
272
|
all_layers: bool | typing.Any | None = False,
|
|
269
273
|
):
|
|
270
274
|
"""Insert a blank frame on the current frame (all subsequently existing frames, if any, are shifted right by one frame)
|
|
@@ -310,6 +314,7 @@ def convert(
|
|
|
310
314
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
311
315
|
execution_context: str | int | None = None,
|
|
312
316
|
undo: bool | None = None,
|
|
317
|
+
*,
|
|
313
318
|
type: str | None = "PATH",
|
|
314
319
|
bevel_depth: typing.Any | None = 0.0,
|
|
315
320
|
bevel_resolution: typing.Any | None = 0,
|
|
@@ -390,6 +395,7 @@ def convert_old_files(
|
|
|
390
395
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
391
396
|
execution_context: str | int | None = None,
|
|
392
397
|
undo: bool | None = None,
|
|
398
|
+
*,
|
|
393
399
|
annotation: bool | typing.Any | None = False,
|
|
394
400
|
):
|
|
395
401
|
"""Convert 2.7x grease pencil files to 2.80
|
|
@@ -435,6 +441,7 @@ def delete(
|
|
|
435
441
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
436
442
|
execution_context: str | int | None = None,
|
|
437
443
|
undo: bool | None = None,
|
|
444
|
+
*,
|
|
438
445
|
type: str | None = "POINTS",
|
|
439
446
|
):
|
|
440
447
|
"""Delete selected Grease Pencil strokes, vertices, or frames
|
|
@@ -461,6 +468,7 @@ def dissolve(
|
|
|
461
468
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
462
469
|
execution_context: str | int | None = None,
|
|
463
470
|
undo: bool | None = None,
|
|
471
|
+
*,
|
|
464
472
|
type: str | None = "POINTS",
|
|
465
473
|
):
|
|
466
474
|
"""Delete selected points without splitting strokes
|
|
@@ -487,6 +495,7 @@ def draw(
|
|
|
487
495
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
488
496
|
execution_context: str | int | None = None,
|
|
489
497
|
undo: bool | None = None,
|
|
498
|
+
*,
|
|
490
499
|
mode: str | None = "DRAW",
|
|
491
500
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
492
501
|
| None = None,
|
|
@@ -546,6 +555,7 @@ def duplicate_move(
|
|
|
546
555
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
547
556
|
execution_context: str | int | None = None,
|
|
548
557
|
undo: bool | None = None,
|
|
558
|
+
*,
|
|
549
559
|
GPENCIL_OT_duplicate: duplicate | None = None,
|
|
550
560
|
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
551
561
|
):
|
|
@@ -566,6 +576,7 @@ def editmode_toggle(
|
|
|
566
576
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
567
577
|
execution_context: str | int | None = None,
|
|
568
578
|
undo: bool | None = None,
|
|
579
|
+
*,
|
|
569
580
|
back: bool | typing.Any | None = False,
|
|
570
581
|
):
|
|
571
582
|
"""Enter/Exit edit mode for Grease Pencil strokes
|
|
@@ -583,6 +594,7 @@ def extract_palette_vertex(
|
|
|
583
594
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
584
595
|
execution_context: str | int | None = None,
|
|
585
596
|
undo: bool | None = None,
|
|
597
|
+
*,
|
|
586
598
|
selected: bool | typing.Any | None = False,
|
|
587
599
|
threshold: typing.Any | None = 1,
|
|
588
600
|
):
|
|
@@ -617,6 +629,7 @@ def extrude_move(
|
|
|
617
629
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
618
630
|
execution_context: str | int | None = None,
|
|
619
631
|
undo: bool | None = None,
|
|
632
|
+
*,
|
|
620
633
|
GPENCIL_OT_extrude: extrude | None = None,
|
|
621
634
|
TRANSFORM_OT_translate: bpy.ops.transform.translate | None = None,
|
|
622
635
|
):
|
|
@@ -637,6 +650,7 @@ def fill(
|
|
|
637
650
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
638
651
|
execution_context: str | int | None = None,
|
|
639
652
|
undo: bool | None = None,
|
|
653
|
+
*,
|
|
640
654
|
on_back: bool | typing.Any | None = False,
|
|
641
655
|
):
|
|
642
656
|
"""Fill with color the shape formed by strokes
|
|
@@ -654,6 +668,7 @@ def frame_clean_duplicate(
|
|
|
654
668
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
655
669
|
execution_context: str | int | None = None,
|
|
656
670
|
undo: bool | None = None,
|
|
671
|
+
*,
|
|
657
672
|
type: str | None = "ALL",
|
|
658
673
|
):
|
|
659
674
|
"""Remove duplicate keyframes
|
|
@@ -671,6 +686,7 @@ def frame_clean_fill(
|
|
|
671
686
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
672
687
|
execution_context: str | int | None = None,
|
|
673
688
|
undo: bool | None = None,
|
|
689
|
+
*,
|
|
674
690
|
mode: str | None = "ACTIVE",
|
|
675
691
|
):
|
|
676
692
|
"""Remove 'no fill' boundary strokes
|
|
@@ -694,6 +710,7 @@ def frame_clean_loose(
|
|
|
694
710
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
695
711
|
execution_context: str | int | None = None,
|
|
696
712
|
undo: bool | None = None,
|
|
713
|
+
*,
|
|
697
714
|
limit: typing.Any | None = 1,
|
|
698
715
|
):
|
|
699
716
|
"""Remove loose points
|
|
@@ -711,6 +728,7 @@ def frame_duplicate(
|
|
|
711
728
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
712
729
|
execution_context: str | int | None = None,
|
|
713
730
|
undo: bool | None = None,
|
|
731
|
+
*,
|
|
714
732
|
mode: str | None = "ACTIVE",
|
|
715
733
|
):
|
|
716
734
|
"""Make a copy of the active Grease Pencil Frame
|
|
@@ -734,6 +752,7 @@ def generate_weights(
|
|
|
734
752
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
735
753
|
execution_context: str | int | None = None,
|
|
736
754
|
undo: bool | None = None,
|
|
755
|
+
*,
|
|
737
756
|
mode: str | None = "NAME",
|
|
738
757
|
armature: str | None = "DEFAULT",
|
|
739
758
|
ratio: typing.Any | None = 0.1,
|
|
@@ -760,6 +779,7 @@ def guide_rotate(
|
|
|
760
779
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
761
780
|
execution_context: str | int | None = None,
|
|
762
781
|
undo: bool | None = None,
|
|
782
|
+
*,
|
|
763
783
|
increment: bool | typing.Any | None = True,
|
|
764
784
|
angle: typing.Any | None = 0.0,
|
|
765
785
|
):
|
|
@@ -780,6 +800,7 @@ def hide(
|
|
|
780
800
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
781
801
|
execution_context: str | int | None = None,
|
|
782
802
|
undo: bool | None = None,
|
|
803
|
+
*,
|
|
783
804
|
unselected: bool | typing.Any | None = False,
|
|
784
805
|
):
|
|
785
806
|
"""Hide selected/unselected Grease Pencil layers
|
|
@@ -797,6 +818,7 @@ def image_to_grease_pencil(
|
|
|
797
818
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
798
819
|
execution_context: str | int | None = None,
|
|
799
820
|
undo: bool | None = None,
|
|
821
|
+
*,
|
|
800
822
|
size: typing.Any | None = 0.005,
|
|
801
823
|
mask: bool | typing.Any | None = False,
|
|
802
824
|
):
|
|
@@ -817,6 +839,7 @@ def interpolate(
|
|
|
817
839
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
818
840
|
execution_context: str | int | None = None,
|
|
819
841
|
undo: bool | None = None,
|
|
842
|
+
*,
|
|
820
843
|
shift: typing.Any | None = 0.0,
|
|
821
844
|
layers: str | None = "ACTIVE",
|
|
822
845
|
interpolate_selected_only: bool | typing.Any | None = False,
|
|
@@ -869,6 +892,7 @@ def interpolate_sequence(
|
|
|
869
892
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
870
893
|
execution_context: str | int | None = None,
|
|
871
894
|
undo: bool | None = None,
|
|
895
|
+
*,
|
|
872
896
|
step: typing.Any | None = 1,
|
|
873
897
|
layers: str | None = "ACTIVE",
|
|
874
898
|
interpolate_selected_only: bool | typing.Any | None = False,
|
|
@@ -967,6 +991,7 @@ def layer_active(
|
|
|
967
991
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
968
992
|
execution_context: str | int | None = None,
|
|
969
993
|
undo: bool | None = None,
|
|
994
|
+
*,
|
|
970
995
|
layer: typing.Any | None = 0,
|
|
971
996
|
):
|
|
972
997
|
"""Active Grease Pencil layer
|
|
@@ -984,6 +1009,7 @@ def layer_add(
|
|
|
984
1009
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
985
1010
|
execution_context: str | int | None = None,
|
|
986
1011
|
undo: bool | None = None,
|
|
1012
|
+
*,
|
|
987
1013
|
layer: typing.Any | None = 0,
|
|
988
1014
|
new_layer_name: str | typing.Any = "",
|
|
989
1015
|
):
|
|
@@ -1018,6 +1044,7 @@ def layer_annotation_move(
|
|
|
1018
1044
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1019
1045
|
execution_context: str | int | None = None,
|
|
1020
1046
|
undo: bool | None = None,
|
|
1047
|
+
*,
|
|
1021
1048
|
type: str | None = "UP",
|
|
1022
1049
|
):
|
|
1023
1050
|
"""Move the active Annotation layer up/down in the list
|
|
@@ -1049,6 +1076,7 @@ def layer_change(
|
|
|
1049
1076
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1050
1077
|
execution_context: str | int | None = None,
|
|
1051
1078
|
undo: bool | None = None,
|
|
1079
|
+
*,
|
|
1052
1080
|
layer: str | None = "DEFAULT",
|
|
1053
1081
|
):
|
|
1054
1082
|
"""Change active Grease Pencil layer
|
|
@@ -1066,6 +1094,7 @@ def layer_duplicate(
|
|
|
1066
1094
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1067
1095
|
execution_context: str | int | None = None,
|
|
1068
1096
|
undo: bool | None = None,
|
|
1097
|
+
*,
|
|
1069
1098
|
mode: str | None = "ALL",
|
|
1070
1099
|
):
|
|
1071
1100
|
"""Make a copy of the active Grease Pencil layer
|
|
@@ -1083,6 +1112,7 @@ def layer_duplicate_object(
|
|
|
1083
1112
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1084
1113
|
execution_context: str | int | None = None,
|
|
1085
1114
|
undo: bool | None = None,
|
|
1115
|
+
*,
|
|
1086
1116
|
mode: str | None = "ALL",
|
|
1087
1117
|
only_active: bool | typing.Any | None = True,
|
|
1088
1118
|
):
|
|
@@ -1103,6 +1133,7 @@ def layer_isolate(
|
|
|
1103
1133
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1104
1134
|
execution_context: str | int | None = None,
|
|
1105
1135
|
undo: bool | None = None,
|
|
1136
|
+
*,
|
|
1106
1137
|
affect_visibility: bool | typing.Any | None = False,
|
|
1107
1138
|
):
|
|
1108
1139
|
"""Toggle whether the active layer is the only one that can be edited and/or visible
|
|
@@ -1120,6 +1151,7 @@ def layer_mask_add(
|
|
|
1120
1151
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1121
1152
|
execution_context: str | int | None = None,
|
|
1122
1153
|
undo: bool | None = None,
|
|
1154
|
+
*,
|
|
1123
1155
|
name: str | typing.Any = "",
|
|
1124
1156
|
):
|
|
1125
1157
|
"""Add new layer as masking
|
|
@@ -1137,6 +1169,7 @@ def layer_mask_move(
|
|
|
1137
1169
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1138
1170
|
execution_context: str | int | None = None,
|
|
1139
1171
|
undo: bool | None = None,
|
|
1172
|
+
*,
|
|
1140
1173
|
type: str | None = "UP",
|
|
1141
1174
|
):
|
|
1142
1175
|
"""Move the active Grease Pencil mask layer up/down in the list
|
|
@@ -1168,6 +1201,7 @@ def layer_merge(
|
|
|
1168
1201
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1169
1202
|
execution_context: str | int | None = None,
|
|
1170
1203
|
undo: bool | None = None,
|
|
1204
|
+
*,
|
|
1171
1205
|
mode: str | None = "ACTIVE",
|
|
1172
1206
|
):
|
|
1173
1207
|
"""Combine Layers
|
|
@@ -1191,6 +1225,7 @@ def layer_move(
|
|
|
1191
1225
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1192
1226
|
execution_context: str | int | None = None,
|
|
1193
1227
|
undo: bool | None = None,
|
|
1228
|
+
*,
|
|
1194
1229
|
type: str | None = "UP",
|
|
1195
1230
|
):
|
|
1196
1231
|
"""Move the active Grease Pencil layer up/down in the list
|
|
@@ -1250,6 +1285,7 @@ def material_hide(
|
|
|
1250
1285
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1251
1286
|
execution_context: str | int | None = None,
|
|
1252
1287
|
undo: bool | None = None,
|
|
1288
|
+
*,
|
|
1253
1289
|
unselected: bool | typing.Any | None = False,
|
|
1254
1290
|
):
|
|
1255
1291
|
"""Hide selected/unselected Grease Pencil materials
|
|
@@ -1267,6 +1303,7 @@ def material_isolate(
|
|
|
1267
1303
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1268
1304
|
execution_context: str | int | None = None,
|
|
1269
1305
|
undo: bool | None = None,
|
|
1306
|
+
*,
|
|
1270
1307
|
affect_visibility: bool | typing.Any | None = False,
|
|
1271
1308
|
):
|
|
1272
1309
|
"""Toggle whether the active material is the only one that is editable and/or visible
|
|
@@ -1326,6 +1363,7 @@ def material_select(
|
|
|
1326
1363
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1327
1364
|
execution_context: str | int | None = None,
|
|
1328
1365
|
undo: bool | None = None,
|
|
1366
|
+
*,
|
|
1329
1367
|
deselect: bool | typing.Any | None = False,
|
|
1330
1368
|
):
|
|
1331
1369
|
"""Select/Deselect all Grease Pencil strokes using current material
|
|
@@ -1343,6 +1381,7 @@ def material_set(
|
|
|
1343
1381
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1344
1382
|
execution_context: str | int | None = None,
|
|
1345
1383
|
undo: bool | None = None,
|
|
1384
|
+
*,
|
|
1346
1385
|
slot: str | None = "DEFAULT",
|
|
1347
1386
|
):
|
|
1348
1387
|
"""Set active material
|
|
@@ -1360,6 +1399,7 @@ def material_to_vertex_color(
|
|
|
1360
1399
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1361
1400
|
execution_context: str | int | None = None,
|
|
1362
1401
|
undo: bool | None = None,
|
|
1402
|
+
*,
|
|
1363
1403
|
remove: bool | typing.Any | None = True,
|
|
1364
1404
|
palette: bool | typing.Any | None = True,
|
|
1365
1405
|
selected: bool | typing.Any | None = False,
|
|
@@ -1400,6 +1440,7 @@ def materials_copy_to_object(
|
|
|
1400
1440
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1401
1441
|
execution_context: str | int | None = None,
|
|
1402
1442
|
undo: bool | None = None,
|
|
1443
|
+
*,
|
|
1403
1444
|
only_active: bool | typing.Any | None = True,
|
|
1404
1445
|
):
|
|
1405
1446
|
"""Append Materials of the active Grease Pencil to other object
|
|
@@ -1417,6 +1458,7 @@ def move_to_layer(
|
|
|
1417
1458
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1418
1459
|
execution_context: str | int | None = None,
|
|
1419
1460
|
undo: bool | None = None,
|
|
1461
|
+
*,
|
|
1420
1462
|
layer: typing.Any | None = 0,
|
|
1421
1463
|
new_layer_name: str | typing.Any = "",
|
|
1422
1464
|
):
|
|
@@ -1437,6 +1479,7 @@ def paintmode_toggle(
|
|
|
1437
1479
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1438
1480
|
execution_context: str | int | None = None,
|
|
1439
1481
|
undo: bool | None = None,
|
|
1482
|
+
*,
|
|
1440
1483
|
back: bool | typing.Any | None = False,
|
|
1441
1484
|
):
|
|
1442
1485
|
"""Enter/Exit paint mode for Grease Pencil strokes
|
|
@@ -1454,6 +1497,7 @@ def paste(
|
|
|
1454
1497
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1455
1498
|
execution_context: str | int | None = None,
|
|
1456
1499
|
undo: bool | None = None,
|
|
1500
|
+
*,
|
|
1457
1501
|
type: str | None = "ACTIVE",
|
|
1458
1502
|
paste_back: bool | typing.Any | None = False,
|
|
1459
1503
|
):
|
|
@@ -1474,6 +1518,7 @@ def primitive_box(
|
|
|
1474
1518
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1475
1519
|
execution_context: str | int | None = None,
|
|
1476
1520
|
undo: bool | None = None,
|
|
1521
|
+
*,
|
|
1477
1522
|
subdivision: typing.Any | None = 3,
|
|
1478
1523
|
edges: typing.Any | None = 1,
|
|
1479
1524
|
type: str | None = "BOX",
|
|
@@ -1500,6 +1545,7 @@ def primitive_circle(
|
|
|
1500
1545
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1501
1546
|
execution_context: str | int | None = None,
|
|
1502
1547
|
undo: bool | None = None,
|
|
1548
|
+
*,
|
|
1503
1549
|
subdivision: typing.Any | None = 94,
|
|
1504
1550
|
edges: typing.Any | None = 1,
|
|
1505
1551
|
type: str | None = "CIRCLE",
|
|
@@ -1526,6 +1572,7 @@ def primitive_curve(
|
|
|
1526
1572
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1527
1573
|
execution_context: str | int | None = None,
|
|
1528
1574
|
undo: bool | None = None,
|
|
1575
|
+
*,
|
|
1529
1576
|
subdivision: typing.Any | None = 62,
|
|
1530
1577
|
edges: typing.Any | None = 1,
|
|
1531
1578
|
type: str | None = "CURVE",
|
|
@@ -1552,6 +1599,7 @@ def primitive_line(
|
|
|
1552
1599
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1553
1600
|
execution_context: str | int | None = None,
|
|
1554
1601
|
undo: bool | None = None,
|
|
1602
|
+
*,
|
|
1555
1603
|
subdivision: typing.Any | None = 6,
|
|
1556
1604
|
edges: typing.Any | None = 1,
|
|
1557
1605
|
type: str | None = "LINE",
|
|
@@ -1578,6 +1626,7 @@ def primitive_polyline(
|
|
|
1578
1626
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1579
1627
|
execution_context: str | int | None = None,
|
|
1580
1628
|
undo: bool | None = None,
|
|
1629
|
+
*,
|
|
1581
1630
|
subdivision: typing.Any | None = 6,
|
|
1582
1631
|
edges: typing.Any | None = 1,
|
|
1583
1632
|
type: str | None = "POLYLINE",
|
|
@@ -1618,6 +1667,7 @@ def reproject(
|
|
|
1618
1667
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1619
1668
|
execution_context: str | int | None = None,
|
|
1620
1669
|
undo: bool | None = None,
|
|
1670
|
+
*,
|
|
1621
1671
|
type: str | None = "VIEW",
|
|
1622
1672
|
keep_original: bool | typing.Any | None = False,
|
|
1623
1673
|
offset: typing.Any | None = 0.0,
|
|
@@ -1659,6 +1709,7 @@ def reset_transform_fill(
|
|
|
1659
1709
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1660
1710
|
execution_context: str | int | None = None,
|
|
1661
1711
|
undo: bool | None = None,
|
|
1712
|
+
*,
|
|
1662
1713
|
mode: str | None = "ALL",
|
|
1663
1714
|
):
|
|
1664
1715
|
"""Reset any UV transformation and back to default values
|
|
@@ -1676,6 +1727,7 @@ def reveal(
|
|
|
1676
1727
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1677
1728
|
execution_context: str | int | None = None,
|
|
1678
1729
|
undo: bool | None = None,
|
|
1730
|
+
*,
|
|
1679
1731
|
select: bool | typing.Any | None = True,
|
|
1680
1732
|
):
|
|
1681
1733
|
"""Show all Grease Pencil layers
|
|
@@ -1693,6 +1745,7 @@ def sculpt_paint(
|
|
|
1693
1745
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1694
1746
|
execution_context: str | int | None = None,
|
|
1695
1747
|
undo: bool | None = None,
|
|
1748
|
+
*,
|
|
1696
1749
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
1697
1750
|
| None = None,
|
|
1698
1751
|
wait_for_input: bool | typing.Any | None = True,
|
|
@@ -1714,6 +1767,7 @@ def sculptmode_toggle(
|
|
|
1714
1767
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1715
1768
|
execution_context: str | int | None = None,
|
|
1716
1769
|
undo: bool | None = None,
|
|
1770
|
+
*,
|
|
1717
1771
|
back: bool | typing.Any | None = False,
|
|
1718
1772
|
):
|
|
1719
1773
|
"""Enter/Exit sculpt mode for Grease Pencil strokes
|
|
@@ -1731,6 +1785,7 @@ def segment_add(
|
|
|
1731
1785
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1732
1786
|
execution_context: str | int | None = None,
|
|
1733
1787
|
undo: bool | None = None,
|
|
1788
|
+
*,
|
|
1734
1789
|
modifier: str | typing.Any = "",
|
|
1735
1790
|
):
|
|
1736
1791
|
"""Add a segment to the dash modifier
|
|
@@ -1748,6 +1803,7 @@ def segment_move(
|
|
|
1748
1803
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1749
1804
|
execution_context: str | int | None = None,
|
|
1750
1805
|
undo: bool | None = None,
|
|
1806
|
+
*,
|
|
1751
1807
|
modifier: str | typing.Any = "",
|
|
1752
1808
|
type: str | None = "UP",
|
|
1753
1809
|
):
|
|
@@ -1768,6 +1824,7 @@ def segment_remove(
|
|
|
1768
1824
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1769
1825
|
execution_context: str | int | None = None,
|
|
1770
1826
|
undo: bool | None = None,
|
|
1827
|
+
*,
|
|
1771
1828
|
modifier: str | typing.Any = "",
|
|
1772
1829
|
index: typing.Any | None = 0,
|
|
1773
1830
|
):
|
|
@@ -1788,6 +1845,7 @@ def select(
|
|
|
1788
1845
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1789
1846
|
execution_context: str | int | None = None,
|
|
1790
1847
|
undo: bool | None = None,
|
|
1848
|
+
*,
|
|
1791
1849
|
extend: bool | typing.Any | None = False,
|
|
1792
1850
|
deselect: bool | typing.Any | None = False,
|
|
1793
1851
|
toggle: bool | typing.Any | None = False,
|
|
@@ -1826,6 +1884,7 @@ def select_all(
|
|
|
1826
1884
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1827
1885
|
execution_context: str | int | None = None,
|
|
1828
1886
|
undo: bool | None = None,
|
|
1887
|
+
*,
|
|
1829
1888
|
action: str | None = "TOGGLE",
|
|
1830
1889
|
):
|
|
1831
1890
|
"""Change selection of all Grease Pencil strokes currently visible
|
|
@@ -1855,6 +1914,7 @@ def select_alternate(
|
|
|
1855
1914
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1856
1915
|
execution_context: str | int | None = None,
|
|
1857
1916
|
undo: bool | None = None,
|
|
1917
|
+
*,
|
|
1858
1918
|
unselect_ends: bool | typing.Any | None = False,
|
|
1859
1919
|
):
|
|
1860
1920
|
"""Select alternative points in same strokes as already selected points
|
|
@@ -1872,6 +1932,7 @@ def select_box(
|
|
|
1872
1932
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1873
1933
|
execution_context: str | int | None = None,
|
|
1874
1934
|
undo: bool | None = None,
|
|
1935
|
+
*,
|
|
1875
1936
|
xmin: typing.Any | None = 0,
|
|
1876
1937
|
xmax: typing.Any | None = 0,
|
|
1877
1938
|
ymin: typing.Any | None = 0,
|
|
@@ -1919,6 +1980,7 @@ def select_circle(
|
|
|
1919
1980
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1920
1981
|
execution_context: str | int | None = None,
|
|
1921
1982
|
undo: bool | None = None,
|
|
1983
|
+
*,
|
|
1922
1984
|
x: typing.Any | None = 0,
|
|
1923
1985
|
y: typing.Any | None = 0,
|
|
1924
1986
|
radius: typing.Any | None = 25,
|
|
@@ -1957,6 +2019,7 @@ def select_first(
|
|
|
1957
2019
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1958
2020
|
execution_context: str | int | None = None,
|
|
1959
2021
|
undo: bool | None = None,
|
|
2022
|
+
*,
|
|
1960
2023
|
only_selected_strokes: bool | typing.Any | None = False,
|
|
1961
2024
|
extend: bool | typing.Any | None = False,
|
|
1962
2025
|
):
|
|
@@ -1977,6 +2040,7 @@ def select_grouped(
|
|
|
1977
2040
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
1978
2041
|
execution_context: str | int | None = None,
|
|
1979
2042
|
undo: bool | None = None,
|
|
2043
|
+
*,
|
|
1980
2044
|
type: str | None = "LAYER",
|
|
1981
2045
|
):
|
|
1982
2046
|
"""Select all strokes with similar characteristics
|
|
@@ -2000,6 +2064,7 @@ def select_lasso(
|
|
|
2000
2064
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2001
2065
|
execution_context: str | int | None = None,
|
|
2002
2066
|
undo: bool | None = None,
|
|
2067
|
+
*,
|
|
2003
2068
|
mode: str | None = "SET",
|
|
2004
2069
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
2005
2070
|
):
|
|
@@ -2035,6 +2100,7 @@ def select_last(
|
|
|
2035
2100
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2036
2101
|
execution_context: str | int | None = None,
|
|
2037
2102
|
undo: bool | None = None,
|
|
2103
|
+
*,
|
|
2038
2104
|
only_selected_strokes: bool | typing.Any | None = False,
|
|
2039
2105
|
extend: bool | typing.Any | None = False,
|
|
2040
2106
|
):
|
|
@@ -2097,6 +2163,7 @@ def select_random(
|
|
|
2097
2163
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2098
2164
|
execution_context: str | int | None = None,
|
|
2099
2165
|
undo: bool | None = None,
|
|
2166
|
+
*,
|
|
2100
2167
|
ratio: typing.Any | None = 0.5,
|
|
2101
2168
|
seed: typing.Any | None = 0,
|
|
2102
2169
|
action: str | None = "SELECT",
|
|
@@ -2129,6 +2196,7 @@ def select_vertex_color(
|
|
|
2129
2196
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2130
2197
|
execution_context: str | int | None = None,
|
|
2131
2198
|
undo: bool | None = None,
|
|
2199
|
+
*,
|
|
2132
2200
|
threshold: typing.Any | None = 0,
|
|
2133
2201
|
):
|
|
2134
2202
|
"""Select all points with similar vertex color of current selected
|
|
@@ -2160,6 +2228,7 @@ def selectmode_toggle(
|
|
|
2160
2228
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2161
2229
|
execution_context: str | int | None = None,
|
|
2162
2230
|
undo: bool | None = None,
|
|
2231
|
+
*,
|
|
2163
2232
|
mode: typing.Any | None = 0,
|
|
2164
2233
|
):
|
|
2165
2234
|
"""Set selection mode for Grease Pencil strokes
|
|
@@ -2205,6 +2274,7 @@ def snap_to_cursor(
|
|
|
2205
2274
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2206
2275
|
execution_context: str | int | None = None,
|
|
2207
2276
|
undo: bool | None = None,
|
|
2277
|
+
*,
|
|
2208
2278
|
use_offset: bool | typing.Any | None = True,
|
|
2209
2279
|
):
|
|
2210
2280
|
"""Snap selected points/strokes to the cursor
|
|
@@ -2250,6 +2320,7 @@ def stroke_arrange(
|
|
|
2250
2320
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2251
2321
|
execution_context: str | int | None = None,
|
|
2252
2322
|
undo: bool | None = None,
|
|
2323
|
+
*,
|
|
2253
2324
|
direction: str | None = "UP",
|
|
2254
2325
|
):
|
|
2255
2326
|
"""Arrange selected strokes up/down in the display order of the active layer
|
|
@@ -2267,6 +2338,7 @@ def stroke_caps_set(
|
|
|
2267
2338
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2268
2339
|
execution_context: str | int | None = None,
|
|
2269
2340
|
undo: bool | None = None,
|
|
2341
|
+
*,
|
|
2270
2342
|
type: str | None = "TOGGLE",
|
|
2271
2343
|
):
|
|
2272
2344
|
"""Change stroke caps mode (rounded or flat)
|
|
@@ -2296,6 +2368,7 @@ def stroke_change_color(
|
|
|
2296
2368
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2297
2369
|
execution_context: str | int | None = None,
|
|
2298
2370
|
undo: bool | None = None,
|
|
2371
|
+
*,
|
|
2299
2372
|
material: str | typing.Any = "",
|
|
2300
2373
|
):
|
|
2301
2374
|
"""Move selected strokes to active material
|
|
@@ -2313,6 +2386,7 @@ def stroke_cutter(
|
|
|
2313
2386
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2314
2387
|
execution_context: str | int | None = None,
|
|
2315
2388
|
undo: bool | None = None,
|
|
2389
|
+
*,
|
|
2316
2390
|
path: bpy.types.bpy_prop_collection[bpy.types.OperatorMousePath] | None = None,
|
|
2317
2391
|
flat_caps: bool | typing.Any | None = False,
|
|
2318
2392
|
):
|
|
@@ -2333,6 +2407,7 @@ def stroke_cyclical_set(
|
|
|
2333
2407
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2334
2408
|
execution_context: str | int | None = None,
|
|
2335
2409
|
undo: bool | None = None,
|
|
2410
|
+
*,
|
|
2336
2411
|
type: str | None = "TOGGLE",
|
|
2337
2412
|
geometry: bool | typing.Any | None = False,
|
|
2338
2413
|
):
|
|
@@ -2353,6 +2428,7 @@ def stroke_editcurve_set_handle_type(
|
|
|
2353
2428
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2354
2429
|
execution_context: str | int | None = None,
|
|
2355
2430
|
undo: bool | None = None,
|
|
2431
|
+
*,
|
|
2356
2432
|
type: str | None = "AUTOMATIC",
|
|
2357
2433
|
):
|
|
2358
2434
|
"""Set the type of an edit curve handle
|
|
@@ -2370,6 +2446,7 @@ def stroke_enter_editcurve_mode(
|
|
|
2370
2446
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2371
2447
|
execution_context: str | int | None = None,
|
|
2372
2448
|
undo: bool | None = None,
|
|
2449
|
+
*,
|
|
2373
2450
|
error_threshold: typing.Any | None = 0.1,
|
|
2374
2451
|
):
|
|
2375
2452
|
"""Called to transform a stroke into a curve
|
|
@@ -2401,6 +2478,7 @@ def stroke_join(
|
|
|
2401
2478
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2402
2479
|
execution_context: str | int | None = None,
|
|
2403
2480
|
undo: bool | None = None,
|
|
2481
|
+
*,
|
|
2404
2482
|
type: str | None = "JOIN",
|
|
2405
2483
|
leave_gaps: bool | typing.Any | None = False,
|
|
2406
2484
|
):
|
|
@@ -2421,6 +2499,7 @@ def stroke_merge(
|
|
|
2421
2499
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2422
2500
|
execution_context: str | int | None = None,
|
|
2423
2501
|
undo: bool | None = None,
|
|
2502
|
+
*,
|
|
2424
2503
|
mode: str | None = "STROKE",
|
|
2425
2504
|
back: bool | typing.Any | None = False,
|
|
2426
2505
|
additive: bool | typing.Any | None = False,
|
|
@@ -2453,6 +2532,7 @@ def stroke_merge_by_distance(
|
|
|
2453
2532
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2454
2533
|
execution_context: str | int | None = None,
|
|
2455
2534
|
undo: bool | None = None,
|
|
2535
|
+
*,
|
|
2456
2536
|
threshold: typing.Any | None = 0.001,
|
|
2457
2537
|
use_unselected: bool | typing.Any | None = False,
|
|
2458
2538
|
):
|
|
@@ -2473,6 +2553,7 @@ def stroke_merge_material(
|
|
|
2473
2553
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2474
2554
|
execution_context: str | int | None = None,
|
|
2475
2555
|
undo: bool | None = None,
|
|
2556
|
+
*,
|
|
2476
2557
|
hue_threshold: typing.Any | None = 0.001,
|
|
2477
2558
|
sat_threshold: typing.Any | None = 0.001,
|
|
2478
2559
|
val_threshold: typing.Any | None = 0.001,
|
|
@@ -2496,6 +2577,7 @@ def stroke_normalize(
|
|
|
2496
2577
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2497
2578
|
execution_context: str | int | None = None,
|
|
2498
2579
|
undo: bool | None = None,
|
|
2580
|
+
*,
|
|
2499
2581
|
mode: str | None = "THICKNESS",
|
|
2500
2582
|
factor: typing.Any | None = 1.0,
|
|
2501
2583
|
value: typing.Any | None = 10,
|
|
@@ -2525,6 +2607,7 @@ def stroke_outline(
|
|
|
2525
2607
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2526
2608
|
execution_context: str | int | None = None,
|
|
2527
2609
|
undo: bool | None = None,
|
|
2610
|
+
*,
|
|
2528
2611
|
view_mode: str | None = "VIEW",
|
|
2529
2612
|
material_mode: str | None = "ACTIVE",
|
|
2530
2613
|
thickness: typing.Any | None = 1,
|
|
@@ -2566,6 +2649,7 @@ def stroke_reset_vertex_color(
|
|
|
2566
2649
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2567
2650
|
execution_context: str | int | None = None,
|
|
2568
2651
|
undo: bool | None = None,
|
|
2652
|
+
*,
|
|
2569
2653
|
mode: str | None = "BOTH",
|
|
2570
2654
|
):
|
|
2571
2655
|
"""Reset vertex color for all or selected strokes
|
|
@@ -2592,6 +2676,7 @@ def stroke_sample(
|
|
|
2592
2676
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2593
2677
|
execution_context: str | int | None = None,
|
|
2594
2678
|
undo: bool | None = None,
|
|
2679
|
+
*,
|
|
2595
2680
|
length: typing.Any | None = 0.1,
|
|
2596
2681
|
sharp_threshold: typing.Any | None = 0.1,
|
|
2597
2682
|
):
|
|
@@ -2612,6 +2697,7 @@ def stroke_separate(
|
|
|
2612
2697
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2613
2698
|
execution_context: str | int | None = None,
|
|
2614
2699
|
undo: bool | None = None,
|
|
2700
|
+
*,
|
|
2615
2701
|
mode: str | None = "POINT",
|
|
2616
2702
|
):
|
|
2617
2703
|
"""Separate the selected strokes or layer in a new grease pencil object
|
|
@@ -2638,6 +2724,7 @@ def stroke_simplify(
|
|
|
2638
2724
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2639
2725
|
execution_context: str | int | None = None,
|
|
2640
2726
|
undo: bool | None = None,
|
|
2727
|
+
*,
|
|
2641
2728
|
factor: typing.Any | None = 0.0,
|
|
2642
2729
|
):
|
|
2643
2730
|
"""Simplify selected strokes, reducing number of points
|
|
@@ -2655,6 +2742,7 @@ def stroke_simplify_fixed(
|
|
|
2655
2742
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2656
2743
|
execution_context: str | int | None = None,
|
|
2657
2744
|
undo: bool | None = None,
|
|
2745
|
+
*,
|
|
2658
2746
|
step: typing.Any | None = 1,
|
|
2659
2747
|
):
|
|
2660
2748
|
"""Simplify selected strokes, reducing number of points using fixed algorithm
|
|
@@ -2672,6 +2760,7 @@ def stroke_smooth(
|
|
|
2672
2760
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2673
2761
|
execution_context: str | int | None = None,
|
|
2674
2762
|
undo: bool | None = None,
|
|
2763
|
+
*,
|
|
2675
2764
|
repeat: typing.Any | None = 2,
|
|
2676
2765
|
factor: typing.Any | None = 1.0,
|
|
2677
2766
|
only_selected: bool | typing.Any | None = True,
|
|
@@ -2735,6 +2824,7 @@ def stroke_subdivide(
|
|
|
2735
2824
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2736
2825
|
execution_context: str | int | None = None,
|
|
2737
2826
|
undo: bool | None = None,
|
|
2827
|
+
*,
|
|
2738
2828
|
number_cuts: typing.Any | None = 1,
|
|
2739
2829
|
factor: typing.Any | None = 0.0,
|
|
2740
2830
|
repeat: typing.Any | None = 1,
|
|
@@ -2787,6 +2877,7 @@ def time_segment_add(
|
|
|
2787
2877
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2788
2878
|
execution_context: str | int | None = None,
|
|
2789
2879
|
undo: bool | None = None,
|
|
2880
|
+
*,
|
|
2790
2881
|
modifier: str | typing.Any = "",
|
|
2791
2882
|
):
|
|
2792
2883
|
"""Add a segment to the time modifier
|
|
@@ -2804,6 +2895,7 @@ def time_segment_move(
|
|
|
2804
2895
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2805
2896
|
execution_context: str | int | None = None,
|
|
2806
2897
|
undo: bool | None = None,
|
|
2898
|
+
*,
|
|
2807
2899
|
modifier: str | typing.Any = "",
|
|
2808
2900
|
type: str | None = "UP",
|
|
2809
2901
|
):
|
|
@@ -2824,6 +2916,7 @@ def time_segment_remove(
|
|
|
2824
2916
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2825
2917
|
execution_context: str | int | None = None,
|
|
2826
2918
|
undo: bool | None = None,
|
|
2919
|
+
*,
|
|
2827
2920
|
modifier: str | typing.Any = "",
|
|
2828
2921
|
index: typing.Any | None = 0,
|
|
2829
2922
|
):
|
|
@@ -2858,6 +2951,7 @@ def trace_image(
|
|
|
2858
2951
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2859
2952
|
execution_context: str | int | None = None,
|
|
2860
2953
|
undo: bool | None = None,
|
|
2954
|
+
*,
|
|
2861
2955
|
target: str | None = "NEW",
|
|
2862
2956
|
thickness: typing.Any | None = 10,
|
|
2863
2957
|
resolution: typing.Any | None = 5,
|
|
@@ -2929,6 +3023,7 @@ def transform_fill(
|
|
|
2929
3023
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2930
3024
|
execution_context: str | int | None = None,
|
|
2931
3025
|
undo: bool | None = None,
|
|
3026
|
+
*,
|
|
2932
3027
|
mode: str | None = "ROTATE",
|
|
2933
3028
|
location: typing.Any | None = (0.0, 0.0),
|
|
2934
3029
|
rotation: typing.Any | None = 0.0,
|
|
@@ -2972,6 +3067,7 @@ def vertex_color_brightness_contrast(
|
|
|
2972
3067
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2973
3068
|
execution_context: str | int | None = None,
|
|
2974
3069
|
undo: bool | None = None,
|
|
3070
|
+
*,
|
|
2975
3071
|
mode: str | None = "BOTH",
|
|
2976
3072
|
brightness: typing.Any | None = 0.0,
|
|
2977
3073
|
contrast: typing.Any | None = 0.0,
|
|
@@ -2995,6 +3091,7 @@ def vertex_color_hsv(
|
|
|
2995
3091
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
2996
3092
|
execution_context: str | int | None = None,
|
|
2997
3093
|
undo: bool | None = None,
|
|
3094
|
+
*,
|
|
2998
3095
|
mode: str | None = "BOTH",
|
|
2999
3096
|
h: typing.Any | None = 0.5,
|
|
3000
3097
|
s: typing.Any | None = 1.0,
|
|
@@ -3021,6 +3118,7 @@ def vertex_color_invert(
|
|
|
3021
3118
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
3022
3119
|
execution_context: str | int | None = None,
|
|
3023
3120
|
undo: bool | None = None,
|
|
3121
|
+
*,
|
|
3024
3122
|
mode: str | None = "BOTH",
|
|
3025
3123
|
):
|
|
3026
3124
|
"""Invert RGB values
|
|
@@ -3038,6 +3136,7 @@ def vertex_color_levels(
|
|
|
3038
3136
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
3039
3137
|
execution_context: str | int | None = None,
|
|
3040
3138
|
undo: bool | None = None,
|
|
3139
|
+
*,
|
|
3041
3140
|
mode: str | None = "BOTH",
|
|
3042
3141
|
offset: typing.Any | None = 0.0,
|
|
3043
3142
|
gain: typing.Any | None = 1.0,
|
|
@@ -3061,6 +3160,7 @@ def vertex_color_set(
|
|
|
3061
3160
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
3062
3161
|
execution_context: str | int | None = None,
|
|
3063
3162
|
undo: bool | None = None,
|
|
3163
|
+
*,
|
|
3064
3164
|
mode: str | None = "BOTH",
|
|
3065
3165
|
factor: typing.Any | None = 1.0,
|
|
3066
3166
|
):
|
|
@@ -3137,6 +3237,7 @@ def vertex_group_normalize_all(
|
|
|
3137
3237
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
3138
3238
|
execution_context: str | int | None = None,
|
|
3139
3239
|
undo: bool | None = None,
|
|
3240
|
+
*,
|
|
3140
3241
|
lock_active: bool | typing.Any | None = True,
|
|
3141
3242
|
):
|
|
3142
3243
|
"""Normalize all weights of all vertex groups, so that for each vertex, the sum of all weights is 1.0
|
|
@@ -3182,6 +3283,7 @@ def vertex_group_smooth(
|
|
|
3182
3283
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
3183
3284
|
execution_context: str | int | None = None,
|
|
3184
3285
|
undo: bool | None = None,
|
|
3286
|
+
*,
|
|
3185
3287
|
factor: typing.Any | None = 0.5,
|
|
3186
3288
|
repeat: typing.Any | None = 1,
|
|
3187
3289
|
):
|
|
@@ -3202,6 +3304,7 @@ def vertex_paint(
|
|
|
3202
3304
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
3203
3305
|
execution_context: str | int | None = None,
|
|
3204
3306
|
undo: bool | None = None,
|
|
3307
|
+
*,
|
|
3205
3308
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
3206
3309
|
| None = None,
|
|
3207
3310
|
wait_for_input: bool | typing.Any | None = True,
|
|
@@ -3223,6 +3326,7 @@ def vertexmode_toggle(
|
|
|
3223
3326
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
3224
3327
|
execution_context: str | int | None = None,
|
|
3225
3328
|
undo: bool | None = None,
|
|
3329
|
+
*,
|
|
3226
3330
|
back: bool | typing.Any | None = False,
|
|
3227
3331
|
):
|
|
3228
3332
|
"""Enter/Exit vertex paint mode for Grease Pencil strokes
|
|
@@ -3240,6 +3344,7 @@ def weight_paint(
|
|
|
3240
3344
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
3241
3345
|
execution_context: str | int | None = None,
|
|
3242
3346
|
undo: bool | None = None,
|
|
3347
|
+
*,
|
|
3243
3348
|
stroke: bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
3244
3349
|
| None = None,
|
|
3245
3350
|
wait_for_input: bool | typing.Any | None = True,
|
|
@@ -3289,6 +3394,7 @@ def weightmode_toggle(
|
|
|
3289
3394
|
override_context: dict[str, typing.Any] | bpy.types.Context | None = None,
|
|
3290
3395
|
execution_context: str | int | None = None,
|
|
3291
3396
|
undo: bool | None = None,
|
|
3397
|
+
*,
|
|
3292
3398
|
back: bool | typing.Any | None = False,
|
|
3293
3399
|
):
|
|
3294
3400
|
"""Enter/Exit weight paint mode for Grease Pencil strokes
|