fake-bpy-module 20250628__py3-none-any.whl → 20250830__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.
- _bpy_internal/__init__.pyi +1 -0
- _bpy_internal/assets/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/__init__.pyi +5 -0
- _bpy_internal/assets/remote_library_listing/blender_asset_library_openapi/__init__.pyi +13 -0
- _bpy_internal/extensions/wheel_manager/__init__.pyi +1 -1
- _bpy_internal/grease_pencil/stroke/__init__.pyi +2 -2
- _bpy_types/__init__.pyi +1594 -0
- aud/__init__.pyi +84 -31
- bl_i18n_utils/settings/__init__.pyi +1 -1
- bl_i18n_utils/utils/__init__.pyi +4 -4
- bl_math/__init__.pyi +1 -1
- bl_operators/add_mesh_torus/__init__.pyi +2 -1
- bl_operators/anim/__init__.pyi +15 -14
- bl_operators/assets/__init__.pyi +4 -3
- bl_operators/bone_selection_sets/__init__.pyi +15 -14
- bl_operators/clip/__init__.pyi +12 -11
- bl_operators/connect_to_output/__init__.pyi +2 -1
- bl_operators/console/__init__.pyi +6 -5
- bl_operators/constraint/__init__.pyi +6 -5
- bl_operators/file/__init__.pyi +6 -5
- bl_operators/freestyle/__init__.pyi +5 -4
- bl_operators/geometry_nodes/__init__.pyi +5 -4
- bl_operators/grease_pencil/__init__.pyi +2 -1
- bl_operators/image/__init__.pyi +6 -5
- bl_operators/image_as_planes/__init__.pyi +3 -2
- bl_operators/mesh/__init__.pyi +4 -3
- bl_operators/node/__init__.pyi +18 -17
- bl_operators/object/__init__.pyi +17 -16
- bl_operators/object_align/__init__.pyi +2 -1
- bl_operators/object_quick_effects/__init__.pyi +5 -4
- bl_operators/object_randomize_transform/__init__.pyi +2 -1
- bl_operators/presets/__init__.pyi +26 -25
- bl_operators/rigidbody/__init__.pyi +4 -3
- bl_operators/screen_play_rendered_anim/__init__.pyi +2 -1
- bl_operators/sequencer/__init__.pyi +12 -11
- bl_operators/spreadsheet/__init__.pyi +2 -1
- bl_operators/userpref/__init__.pyi +26 -25
- bl_operators/uvcalc_follow_active/__init__.pyi +2 -1
- bl_operators/uvcalc_lightmap/__init__.pyi +3 -2
- bl_operators/uvcalc_transform/__init__.pyi +5 -4
- bl_operators/vertexpaint_dirt/__init__.pyi +2 -1
- bl_operators/view3d/__init__.pyi +9 -8
- bl_operators/wm/__init__.pyi +48 -47
- bl_operators/world/__init__.pyi +3 -2
- bl_ui/__init__.pyi +4 -3
- bl_ui/anim/__init__.pyi +2 -1
- bl_ui/asset_shelf/__init__.pyi +2 -1
- bl_ui/generic_ui_list/__init__.pyi +4 -3
- bl_ui/node_add_menu/__init__.pyi +6 -2
- bl_ui/node_add_menu_compositor/__init__.pyi +19 -18
- bl_ui/node_add_menu_geometry/__init__.pyi +133 -54
- bl_ui/node_add_menu_shader/__init__.pyi +11 -10
- bl_ui/node_add_menu_texture/__init__.pyi +10 -9
- bl_ui/properties_collection/__init__.pyi +9 -8
- bl_ui/properties_constraint/__init__.pyi +78 -77
- bl_ui/properties_data_armature/__init__.pyi +22 -21
- bl_ui/properties_data_bone/__init__.pyi +12 -11
- bl_ui/properties_data_camera/__init__.pyi +18 -17
- bl_ui/properties_data_curve/__init__.pyi +18 -17
- bl_ui/properties_data_curves/__init__.pyi +11 -10
- bl_ui/properties_data_empty/__init__.pyi +3 -2
- bl_ui/properties_data_grease_pencil/__init__.pyi +23 -22
- bl_ui/properties_data_lattice/__init__.pyi +7 -6
- bl_ui/properties_data_light/__init__.pyi +13 -12
- bl_ui/properties_data_lightprobe/__init__.pyi +16 -15
- bl_ui/properties_data_mesh/__init__.pyi +48 -22
- bl_ui/properties_data_metaball/__init__.pyi +9 -8
- bl_ui/properties_data_modifier/__init__.pyi +10 -9
- bl_ui/properties_data_pointcloud/__init__.pyi +8 -7
- bl_ui/properties_data_shaderfx/__init__.pyi +2 -1
- bl_ui/properties_data_speaker/__init__.pyi +9 -8
- bl_ui/properties_data_volume/__init__.pyi +12 -11
- bl_ui/properties_freestyle/__init__.pyi +27 -26
- bl_ui/properties_grease_pencil_common/__init__.pyi +11 -10
- bl_ui/properties_mask_common/__init__.pyi +8 -7
- bl_ui/properties_material/__init__.pyi +19 -18
- bl_ui/properties_material_gpencil/__init__.pyi +14 -13
- bl_ui/properties_object/__init__.pyi +24 -23
- bl_ui/properties_output/__init__.pyi +21 -20
- bl_ui/properties_paint_common/__init__.pyi +8 -4
- bl_ui/properties_particle/__init__.pyi +58 -55
- bl_ui/properties_physics_cloth/__init__.pyi +15 -14
- bl_ui/properties_physics_common/__init__.pyi +2 -1
- bl_ui/properties_physics_dynamicpaint/__init__.pyi +23 -22
- bl_ui/properties_physics_field/__init__.pyi +11 -10
- bl_ui/properties_physics_fluid/__init__.pyi +29 -28
- bl_ui/properties_physics_geometry_nodes/__init__.pyi +2 -1
- bl_ui/properties_physics_rigidbody/__init__.pyi +9 -8
- bl_ui/properties_physics_rigidbody_constraint/__init__.pyi +14 -13
- bl_ui/properties_physics_softbody/__init__.pyi +16 -15
- bl_ui/properties_render/__init__.pyi +44 -74
- bl_ui/properties_scene/__init__.pyi +48 -18
- bl_ui/properties_texture/__init__.pyi +30 -29
- bl_ui/properties_view_layer/__init__.pyi +52 -14
- bl_ui/properties_workspace/__init__.pyi +6 -5
- bl_ui/properties_world/__init__.pyi +14 -13
- bl_ui/space_clip/__init__.pyi +76 -73
- bl_ui/space_console/__init__.pyi +7 -6
- bl_ui/space_dopesheet/__init__.pyi +32 -31
- bl_ui/space_filebrowser/__init__.pyi +33 -30
- bl_ui/space_graph/__init__.pyi +24 -23
- bl_ui/space_image/__init__.pyi +88 -72
- bl_ui/space_info/__init__.pyi +7 -6
- bl_ui/space_nla/__init__.pyi +22 -19
- bl_ui/space_node/__init__.pyi +66 -31
- bl_ui/space_outliner/__init__.pyi +16 -15
- bl_ui/space_properties/__init__.pyi +5 -4
- bl_ui/space_sequencer/__init__.pyi +131 -91
- bl_ui/space_spreadsheet/__init__.pyi +4 -3
- bl_ui/space_statusbar/__init__.pyi +2 -1
- bl_ui/space_text/__init__.pyi +17 -16
- bl_ui/space_time/__init__.pyi +7 -6
- bl_ui/space_toolsystem_common/__init__.pyi +2 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +23 -5
- bl_ui/space_topbar/__init__.pyi +28 -27
- bl_ui/space_userpref/__init__.pyi +103 -92
- bl_ui/space_view3d/__init__.pyi +268 -266
- bl_ui/space_view3d_toolbar/__init__.pyi +106 -99
- blf/__init__.pyi +3 -5
- bmesh/__init__.pyi +2 -2
- bmesh/geometry/__init__.pyi +1 -1
- bmesh/ops/__init__.pyi +29 -14
- bmesh/types/__init__.pyi +34 -40
- bmesh/utils/__init__.pyi +1 -0
- bpy/__init__.pyi +1 -1
- bpy/app/__init__.pyi +34 -37
- bpy/app/handlers/__init__.pyi +19 -19
- bpy/app/timers/__init__.pyi +2 -1
- bpy/app/translations/__init__.pyi +8 -8
- bpy/msgbus/__init__.pyi +3 -2
- bpy/ops/action/__init__.pyi +58 -20
- bpy/ops/anim/__init__.pyi +115 -31
- bpy/ops/armature/__init__.pyi +59 -19
- bpy/ops/asset/__init__.pyi +35 -11
- bpy/ops/boid/__init__.pyi +21 -7
- bpy/ops/brush/__init__.pyi +10 -4
- bpy/ops/buttons/__init__.pyi +12 -4
- bpy/ops/cachefile/__init__.pyi +6 -2
- bpy/ops/clip/__init__.pyi +132 -46
- bpy/ops/collection/__init__.pyi +23 -4
- bpy/ops/console/__init__.pyi +30 -10
- bpy/ops/constraint/__init__.pyi +12 -6
- bpy/ops/curve/__init__.pyi +72 -24
- bpy/ops/curves/__init__.pyi +69 -21
- bpy/ops/cycles/__init__.pyi +4 -2
- bpy/ops/dpaint/__init__.pyi +11 -3
- bpy/ops/ed/__init__.pyi +34 -10
- bpy/ops/export_scene/__init__.pyi +15 -15
- bpy/ops/extensions/__init__.pyi +45 -15
- bpy/ops/file/__init__.pyi +81 -30
- bpy/ops/fluid/__init__.pyi +39 -13
- bpy/ops/font/__init__.pyi +30 -10
- bpy/ops/geometry/__init__.pyi +9 -3
- bpy/ops/gizmogroup/__init__.pyi +3 -1
- bpy/ops/gpencil/__init__.pyi +20 -8
- bpy/ops/graph/__init__.pyi +67 -29
- bpy/ops/grease_pencil/__init__.pyi +178 -49
- bpy/ops/image/__init__.pyi +68 -58
- bpy/ops/import_anim/__init__.pyi +2 -2
- bpy/ops/import_curve/__init__.pyi +3 -0
- bpy/ops/import_scene/__init__.pyi +15 -2
- bpy/ops/info/__init__.pyi +12 -4
- bpy/ops/lattice/__init__.pyi +9 -3
- bpy/ops/marker/__init__.pyi +8 -2
- bpy/ops/mask/__init__.pyi +53 -19
- bpy/ops/material/__init__.pyi +15 -3
- bpy/ops/mball/__init__.pyi +3 -1
- bpy/ops/mesh/__init__.pyi +116 -45
- bpy/ops/nla/__init__.pyi +67 -25
- bpy/ops/node/__init__.pyi +285 -119
- bpy/ops/object/__init__.pyi +278 -116
- bpy/ops/outliner/__init__.pyi +145 -49
- bpy/ops/paint/__init__.pyi +65 -37
- bpy/ops/paintcurve/__init__.pyi +16 -4
- bpy/ops/palette/__init__.pyi +11 -3
- bpy/ops/particle/__init__.pyi +66 -24
- bpy/ops/pointcloud/__init__.pyi +9 -3
- bpy/ops/pose/__init__.pyi +80 -28
- bpy/ops/poselib/__init__.pyi +40 -7
- bpy/ops/preferences/__init__.pyi +29 -11
- bpy/ops/ptcache/__init__.pyi +17 -5
- bpy/ops/render/__init__.pyi +10 -4
- bpy/ops/rigidbody/__init__.pyi +19 -7
- bpy/ops/scene/__init__.pyi +93 -22
- bpy/ops/screen/__init__.pyi +58 -20
- bpy/ops/script/__init__.pyi +3 -1
- bpy/ops/sculpt/__init__.pyi +30 -14
- bpy/ops/sculpt_curves/__init__.pyi +4 -2
- bpy/ops/sequencer/__init__.pyi +262 -125
- bpy/ops/sound/__init__.pyi +13 -5
- bpy/ops/spreadsheet/__init__.pyi +15 -5
- bpy/ops/text/__init__.pyi +85 -25
- bpy/ops/texture/__init__.pyi +11 -3
- bpy/ops/transform/__init__.pyi +7 -3
- bpy/ops/ui/__init__.pyi +106 -52
- bpy/ops/uv/__init__.pyi +43 -17
- bpy/ops/view2d/__init__.pyi +13 -3
- bpy/ops/view3d/__init__.pyi +116 -38
- bpy/ops/wm/__init__.pyi +144 -86
- bpy/ops/workspace/__init__.pyi +31 -6
- bpy/ops/world/__init__.pyi +9 -3
- bpy/path/__init__.pyi +1 -1
- bpy/props/__init__.pyi +31 -31
- bpy/stub_internal/rna_enums/__init__.pyi +54 -34
- bpy/types/__init__.pyi +55628 -39419
- bpy/utils/__init__.pyi +8 -8
- bpy/utils/previews/__init__.pyi +2 -2
- bpy/utils/units/__init__.pyi +5 -3
- bpy_extras/anim_utils/__init__.pyi +1 -1
- bpy_extras/id_map_utils/__init__.pyi +1 -1
- bpy_extras/image_utils/__init__.pyi +2 -2
- bpy_extras/io_utils/__init__.pyi +5 -5
- bpy_extras/keyconfig_utils/__init__.pyi +1 -1
- bpy_extras/node_shader_utils/__init__.pyi +1 -1
- bpy_extras/object_utils/__init__.pyi +1 -1
- bpy_extras/wm_utils/progress_report/__init__.pyi +1 -1
- {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250830.dist-info}/METADATA +1 -1
- fake_bpy_module-20250830.dist-info/RECORD +370 -0
- {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250830.dist-info}/top_level.txt +1 -1
- freestyle/chainingiterators/__init__.pyi +5 -5
- freestyle/predicates/__init__.pyi +2 -2
- freestyle/shaders/__init__.pyi +16 -17
- freestyle/types/__init__.pyi +25 -27
- freestyle/utils/__init__.pyi +6 -6
- gpu/platform/__init__.pyi +2 -2
- gpu/shader/__init__.pyi +3 -3
- gpu/state/__init__.pyi +1 -1
- gpu/texture/__init__.pyi +3 -3
- gpu/types/__init__.pyi +25 -14
- gpu_extras/batch/__init__.pyi +1 -1
- idprop/types/__init__.pyi +2 -2
- imbuf/__init__.pyi +1 -1
- imbuf/types/__init__.pyi +12 -6
- keyingsets_builtins/__init__.pyi +23 -22
- mathutils/__init__.pyi +157 -61
- mathutils/bvhtree/__init__.pyi +17 -4
- mathutils/geometry/__init__.pyi +54 -12
- mathutils/interpolate/__init__.pyi +4 -2
- mathutils/kdtree/__init__.pyi +1 -0
- mathutils/noise/__init__.pyi +61 -44
- rna_info/__init__.pyi +4 -1
- rna_prop_ui/__init__.pyi +1 -1
- bpy_types/__init__.pyi +0 -30
- fake_bpy_module-20250628.dist-info/RECORD +0 -367
- {bpy_types → _bpy_types}/py.typed +0 -0
- {fake_bpy_module-20250628.dist-info → fake_bpy_module-20250830.dist-info}/WHEEL +0 -0
|
@@ -63,7 +63,7 @@ def bake_grease_pencil_animation(
|
|
|
63
63
|
Top -- Reproject the strokes using the X-Y plane.
|
|
64
64
|
|
|
65
65
|
VIEW
|
|
66
|
-
View -- Reproject the strokes to end up on the same plane, as if drawn from the current viewpoint using
|
|
66
|
+
View -- Reproject the strokes to end up on the same plane, as if drawn from the current viewpoint using Cursor Stroke Placement.
|
|
67
67
|
|
|
68
68
|
CURSOR
|
|
69
69
|
Cursor -- Reproject the strokes using the orientation of 3D cursor.
|
|
@@ -100,7 +100,7 @@ def brush_stroke(
|
|
|
100
100
|
ERASE
|
|
101
101
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
102
102
|
:type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
|
|
103
|
-
:param pen_flip: Pen Flip, Whether a
|
|
103
|
+
:param pen_flip: Pen Flip, Whether a tablets eraser mode is being used
|
|
104
104
|
:type pen_flip: bool | None
|
|
105
105
|
"""
|
|
106
106
|
|
|
@@ -164,7 +164,11 @@ def convert_curve_type(
|
|
|
164
164
|
:type threshold: float | None
|
|
165
165
|
"""
|
|
166
166
|
|
|
167
|
-
def copy(
|
|
167
|
+
def copy(
|
|
168
|
+
execution_context: int | str | None = None,
|
|
169
|
+
undo: bool | None = None,
|
|
170
|
+
/,
|
|
171
|
+
) -> None:
|
|
168
172
|
"""Copy the selected Grease Pencil points or strokes to the internal clipboard
|
|
169
173
|
|
|
170
174
|
:type execution_context: int | str | None
|
|
@@ -190,7 +194,9 @@ def cyclical_set(
|
|
|
190
194
|
"""
|
|
191
195
|
|
|
192
196
|
def delete(
|
|
193
|
-
execution_context: int | str | None = None,
|
|
197
|
+
execution_context: int | str | None = None,
|
|
198
|
+
undo: bool | None = None,
|
|
199
|
+
/,
|
|
194
200
|
) -> None:
|
|
195
201
|
"""Delete selected strokes or points
|
|
196
202
|
|
|
@@ -199,7 +205,9 @@ def delete(
|
|
|
199
205
|
"""
|
|
200
206
|
|
|
201
207
|
def delete_breakdown(
|
|
202
|
-
execution_context: int | str | None = None,
|
|
208
|
+
execution_context: int | str | None = None,
|
|
209
|
+
undo: bool | None = None,
|
|
210
|
+
/,
|
|
203
211
|
) -> None:
|
|
204
212
|
"""Remove breakdown frames generated by interpolating between two Grease Pencil frames
|
|
205
213
|
|
|
@@ -253,7 +261,9 @@ def dissolve(
|
|
|
253
261
|
"""
|
|
254
262
|
|
|
255
263
|
def duplicate(
|
|
256
|
-
execution_context: int | str | None = None,
|
|
264
|
+
execution_context: int | str | None = None,
|
|
265
|
+
undo: bool | None = None,
|
|
266
|
+
/,
|
|
257
267
|
) -> None:
|
|
258
268
|
"""Duplicate the selected points
|
|
259
269
|
|
|
@@ -331,7 +341,9 @@ def erase_lasso(
|
|
|
331
341
|
"""
|
|
332
342
|
|
|
333
343
|
def extrude(
|
|
334
|
-
execution_context: int | str | None = None,
|
|
344
|
+
execution_context: int | str | None = None,
|
|
345
|
+
undo: bool | None = None,
|
|
346
|
+
/,
|
|
335
347
|
) -> None:
|
|
336
348
|
"""Extrude the selected points
|
|
337
349
|
|
|
@@ -489,7 +501,7 @@ def interpolate_sequence(
|
|
|
489
501
|
amplitude: float | None = 0.15,
|
|
490
502
|
period: float | None = 0.15,
|
|
491
503
|
) -> None:
|
|
492
|
-
"""Generate
|
|
504
|
+
"""Generate in-betweens to smoothly interpolate between Grease Pencil frames
|
|
493
505
|
|
|
494
506
|
:type execution_context: int | str | None
|
|
495
507
|
:type undo: bool | None
|
|
@@ -507,7 +519,7 @@ def interpolate_sequence(
|
|
|
507
519
|
:type smooth_steps: int | None
|
|
508
520
|
:param smooth_factor: Smooth, Amount of smoothing to apply to interpolated strokes, to reduce jitter/noise
|
|
509
521
|
:type smooth_factor: float | None
|
|
510
|
-
:param type: Type, Interpolation method to use the next time
|
|
522
|
+
:param type: Type, Interpolation method to use the next time Interpolate Sequence is run
|
|
511
523
|
|
|
512
524
|
LINEAR
|
|
513
525
|
Linear -- Straight-line interpolation between A and B (i.e. no ease in/out).
|
|
@@ -547,9 +559,9 @@ def interpolate_sequence(
|
|
|
547
559
|
:type type: typing.Literal['LINEAR','CUSTOM','SINE','QUAD','CUBIC','QUART','QUINT','EXPO','CIRC','BACK','BOUNCE','ELASTIC'] | None
|
|
548
560
|
:param easing: Easing, Which ends of the segment between the preceding and following Grease Pencil frames easing interpolation is applied to
|
|
549
561
|
:type easing: bpy.stub_internal.rna_enums.BeztripleInterpolationEasingItems | None
|
|
550
|
-
:param back: Back, Amount of overshoot for
|
|
562
|
+
:param back: Back, Amount of overshoot for back easing
|
|
551
563
|
:type back: float | None
|
|
552
|
-
:param amplitude: Amplitude, Amount to boost elastic bounces for
|
|
564
|
+
:param amplitude: Amplitude, Amount to boost elastic bounces for elastic easing
|
|
553
565
|
:type amplitude: float | None
|
|
554
566
|
:param period: Period, Time between bounces for elastic easing
|
|
555
567
|
:type period: float | None
|
|
@@ -560,7 +572,7 @@ def join_selection(
|
|
|
560
572
|
undo: bool | None = None,
|
|
561
573
|
/,
|
|
562
574
|
*,
|
|
563
|
-
type: typing.Literal["
|
|
575
|
+
type: typing.Literal["JOINSTROKES", "SPLITCOPY", "SPLIT"] | None = "JOINSTROKES",
|
|
564
576
|
) -> None:
|
|
565
577
|
"""New stroke from selected points/strokes
|
|
566
578
|
|
|
@@ -568,12 +580,15 @@ def join_selection(
|
|
|
568
580
|
:type undo: bool | None
|
|
569
581
|
:param type: Type, Defines how the operator will behave on the selection in the active layer
|
|
570
582
|
|
|
571
|
-
|
|
572
|
-
Join
|
|
583
|
+
JOINSTROKES
|
|
584
|
+
Join Strokes -- Join the selected strokes into one stroke.
|
|
573
585
|
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
586
|
+
SPLITCOPY
|
|
587
|
+
Split and Copy -- Copy the selected points to a new stroke.
|
|
588
|
+
|
|
589
|
+
SPLIT
|
|
590
|
+
Split -- Split the selected point to a new stroke.
|
|
591
|
+
:type type: typing.Literal['JOINSTROKES','SPLITCOPY','SPLIT'] | None
|
|
577
592
|
"""
|
|
578
593
|
|
|
579
594
|
def layer_active(
|
|
@@ -756,7 +771,9 @@ def layer_mask_add(
|
|
|
756
771
|
"""
|
|
757
772
|
|
|
758
773
|
def layer_mask_remove(
|
|
759
|
-
execution_context: int | str | None = None,
|
|
774
|
+
execution_context: int | str | None = None,
|
|
775
|
+
undo: bool | None = None,
|
|
776
|
+
/,
|
|
760
777
|
) -> None:
|
|
761
778
|
"""Remove Layer Mask
|
|
762
779
|
|
|
@@ -819,7 +836,9 @@ def layer_move(
|
|
|
819
836
|
"""
|
|
820
837
|
|
|
821
838
|
def layer_remove(
|
|
822
|
-
execution_context: int | str | None = None,
|
|
839
|
+
execution_context: int | str | None = None,
|
|
840
|
+
undo: bool | None = None,
|
|
841
|
+
/,
|
|
823
842
|
) -> None:
|
|
824
843
|
"""Remove the active Grease Pencil layer
|
|
825
844
|
|
|
@@ -828,7 +847,9 @@ def layer_remove(
|
|
|
828
847
|
"""
|
|
829
848
|
|
|
830
849
|
def layer_reveal(
|
|
831
|
-
execution_context: int | str | None = None,
|
|
850
|
+
execution_context: int | str | None = None,
|
|
851
|
+
undo: bool | None = None,
|
|
852
|
+
/,
|
|
832
853
|
) -> None:
|
|
833
854
|
"""Show all Grease Pencil layers
|
|
834
855
|
|
|
@@ -882,7 +903,9 @@ def material_isolate(
|
|
|
882
903
|
"""
|
|
883
904
|
|
|
884
905
|
def material_lock_all(
|
|
885
|
-
execution_context: int | str | None = None,
|
|
906
|
+
execution_context: int | str | None = None,
|
|
907
|
+
undo: bool | None = None,
|
|
908
|
+
/,
|
|
886
909
|
) -> None:
|
|
887
910
|
"""Lock all Grease Pencil materials to prevent them from being accidentally modified
|
|
888
911
|
|
|
@@ -891,7 +914,9 @@ def material_lock_all(
|
|
|
891
914
|
"""
|
|
892
915
|
|
|
893
916
|
def material_lock_unselected(
|
|
894
|
-
execution_context: int | str | None = None,
|
|
917
|
+
execution_context: int | str | None = None,
|
|
918
|
+
undo: bool | None = None,
|
|
919
|
+
/,
|
|
895
920
|
) -> None:
|
|
896
921
|
"""Lock any material not used in any selected stroke
|
|
897
922
|
|
|
@@ -900,7 +925,9 @@ def material_lock_unselected(
|
|
|
900
925
|
"""
|
|
901
926
|
|
|
902
927
|
def material_lock_unused(
|
|
903
|
-
execution_context: int | str | None = None,
|
|
928
|
+
execution_context: int | str | None = None,
|
|
929
|
+
undo: bool | None = None,
|
|
930
|
+
/,
|
|
904
931
|
) -> None:
|
|
905
932
|
"""Lock and hide any material not used
|
|
906
933
|
|
|
@@ -909,7 +936,9 @@ def material_lock_unused(
|
|
|
909
936
|
"""
|
|
910
937
|
|
|
911
938
|
def material_reveal(
|
|
912
|
-
execution_context: int | str | None = None,
|
|
939
|
+
execution_context: int | str | None = None,
|
|
940
|
+
undo: bool | None = None,
|
|
941
|
+
/,
|
|
913
942
|
) -> None:
|
|
914
943
|
"""Unhide all hidden Grease Pencil materials
|
|
915
944
|
|
|
@@ -933,7 +962,9 @@ def material_select(
|
|
|
933
962
|
"""
|
|
934
963
|
|
|
935
964
|
def material_unlock_all(
|
|
936
|
-
execution_context: int | str | None = None,
|
|
965
|
+
execution_context: int | str | None = None,
|
|
966
|
+
undo: bool | None = None,
|
|
967
|
+
/,
|
|
937
968
|
) -> None:
|
|
938
969
|
"""Unlock all Grease Pencil materials so that they can be edited
|
|
939
970
|
|
|
@@ -1020,6 +1051,60 @@ def paste(
|
|
|
1020
1051
|
:type keep_world_transform: bool | None
|
|
1021
1052
|
"""
|
|
1022
1053
|
|
|
1054
|
+
def pen(
|
|
1055
|
+
execution_context: int | str | None = None,
|
|
1056
|
+
undo: bool | None = None,
|
|
1057
|
+
/,
|
|
1058
|
+
*,
|
|
1059
|
+
extend: bool | None = False,
|
|
1060
|
+
deselect: bool | None = False,
|
|
1061
|
+
toggle: bool | None = False,
|
|
1062
|
+
deselect_all: bool | None = False,
|
|
1063
|
+
select_passthrough: bool | None = False,
|
|
1064
|
+
extrude_point: bool | None = False,
|
|
1065
|
+
extrude_handle: typing.Literal["AUTO", "VECTOR"] | None = "VECTOR",
|
|
1066
|
+
delete_point: bool | None = False,
|
|
1067
|
+
insert_point: bool | None = False,
|
|
1068
|
+
move_segment: bool | None = False,
|
|
1069
|
+
select_point: bool | None = False,
|
|
1070
|
+
move_point: bool | None = False,
|
|
1071
|
+
cycle_handle_type: bool | None = False,
|
|
1072
|
+
radius: float | None = 0.01,
|
|
1073
|
+
) -> None:
|
|
1074
|
+
"""Construct and edit splines
|
|
1075
|
+
|
|
1076
|
+
:type execution_context: int | str | None
|
|
1077
|
+
:type undo: bool | None
|
|
1078
|
+
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
1079
|
+
:type extend: bool | None
|
|
1080
|
+
:param deselect: Deselect, Remove from selection
|
|
1081
|
+
:type deselect: bool | None
|
|
1082
|
+
:param toggle: Toggle Selection, Toggle the selection
|
|
1083
|
+
:type toggle: bool | None
|
|
1084
|
+
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
1085
|
+
:type deselect_all: bool | None
|
|
1086
|
+
:param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
|
|
1087
|
+
:type select_passthrough: bool | None
|
|
1088
|
+
:param extrude_point: Extrude Point, Add a point connected to the last selected point
|
|
1089
|
+
:type extrude_point: bool | None
|
|
1090
|
+
:param extrude_handle: Extrude Handle Type, Type of the extruded handle
|
|
1091
|
+
:type extrude_handle: typing.Literal['AUTO','VECTOR'] | None
|
|
1092
|
+
:param delete_point: Delete Point, Delete an existing point
|
|
1093
|
+
:type delete_point: bool | None
|
|
1094
|
+
:param insert_point: Insert Point, Insert Point into a curve segment
|
|
1095
|
+
:type insert_point: bool | None
|
|
1096
|
+
:param move_segment: Move Segment, Delete an existing point
|
|
1097
|
+
:type move_segment: bool | None
|
|
1098
|
+
:param select_point: Select Point, Select a point or its handles
|
|
1099
|
+
:type select_point: bool | None
|
|
1100
|
+
:param move_point: Move Point, Move a point or its handles
|
|
1101
|
+
:type move_point: bool | None
|
|
1102
|
+
:param cycle_handle_type: Cycle Handle Type, Cycle between all four handle types
|
|
1103
|
+
:type cycle_handle_type: bool | None
|
|
1104
|
+
:param radius: Radius
|
|
1105
|
+
:type radius: float | None
|
|
1106
|
+
"""
|
|
1107
|
+
|
|
1023
1108
|
def primitive_arc(
|
|
1024
1109
|
execution_context: int | str | None = None,
|
|
1025
1110
|
undo: bool | None = None,
|
|
@@ -1205,10 +1290,10 @@ def reproject(
|
|
|
1205
1290
|
Top -- Reproject the strokes using the X-Y plane.
|
|
1206
1291
|
|
|
1207
1292
|
VIEW
|
|
1208
|
-
View -- Reproject the strokes to end up on the same plane, as if drawn from the current viewpoint using
|
|
1293
|
+
View -- Reproject the strokes to end up on the same plane, as if drawn from the current viewpoint using Cursor Stroke Placement.
|
|
1209
1294
|
|
|
1210
1295
|
SURFACE
|
|
1211
|
-
Surface -- Reproject the strokes on to the scene geometry, as if drawn using
|
|
1296
|
+
Surface -- Reproject the strokes on to the scene geometry, as if drawn using Surface placement.
|
|
1212
1297
|
|
|
1213
1298
|
CURSOR
|
|
1214
1299
|
Cursor -- Reproject the strokes using the orientation of 3D cursor.
|
|
@@ -1220,7 +1305,9 @@ def reproject(
|
|
|
1220
1305
|
"""
|
|
1221
1306
|
|
|
1222
1307
|
def reset_uvs(
|
|
1223
|
-
execution_context: int | str | None = None,
|
|
1308
|
+
execution_context: int | str | None = None,
|
|
1309
|
+
undo: bool | None = None,
|
|
1310
|
+
/,
|
|
1224
1311
|
) -> None:
|
|
1225
1312
|
"""Reset UV transformation to default values
|
|
1226
1313
|
|
|
@@ -1258,7 +1345,7 @@ def sculpt_paint(
|
|
|
1258
1345
|
ERASE
|
|
1259
1346
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
1260
1347
|
:type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
|
|
1261
|
-
:param pen_flip: Pen Flip, Whether a
|
|
1348
|
+
:param pen_flip: Pen Flip, Whether a tablets eraser mode is being used
|
|
1262
1349
|
:type pen_flip: bool | None
|
|
1263
1350
|
"""
|
|
1264
1351
|
|
|
@@ -1338,7 +1425,9 @@ def select_ends(
|
|
|
1338
1425
|
"""
|
|
1339
1426
|
|
|
1340
1427
|
def select_less(
|
|
1341
|
-
execution_context: int | str | None = None,
|
|
1428
|
+
execution_context: int | str | None = None,
|
|
1429
|
+
undo: bool | None = None,
|
|
1430
|
+
/,
|
|
1342
1431
|
) -> None:
|
|
1343
1432
|
"""Shrink the selection by one point
|
|
1344
1433
|
|
|
@@ -1347,7 +1436,9 @@ def select_less(
|
|
|
1347
1436
|
"""
|
|
1348
1437
|
|
|
1349
1438
|
def select_linked(
|
|
1350
|
-
execution_context: int | str | None = None,
|
|
1439
|
+
execution_context: int | str | None = None,
|
|
1440
|
+
undo: bool | None = None,
|
|
1441
|
+
/,
|
|
1351
1442
|
) -> None:
|
|
1352
1443
|
"""Select all points in curves with any point selection
|
|
1353
1444
|
|
|
@@ -1356,7 +1447,9 @@ def select_linked(
|
|
|
1356
1447
|
"""
|
|
1357
1448
|
|
|
1358
1449
|
def select_more(
|
|
1359
|
-
execution_context: int | str | None = None,
|
|
1450
|
+
execution_context: int | str | None = None,
|
|
1451
|
+
undo: bool | None = None,
|
|
1452
|
+
/,
|
|
1360
1453
|
) -> None:
|
|
1361
1454
|
"""Grow the selection by one point
|
|
1362
1455
|
|
|
@@ -1435,7 +1528,9 @@ def separate(
|
|
|
1435
1528
|
"""
|
|
1436
1529
|
|
|
1437
1530
|
def set_active_material(
|
|
1438
|
-
execution_context: int | str | None = None,
|
|
1531
|
+
execution_context: int | str | None = None,
|
|
1532
|
+
undo: bool | None = None,
|
|
1533
|
+
/,
|
|
1439
1534
|
) -> None:
|
|
1440
1535
|
"""Set the selected stroke material as the active material
|
|
1441
1536
|
|
|
@@ -1481,14 +1576,30 @@ def set_handle_type(
|
|
|
1481
1576
|
undo: bool | None = None,
|
|
1482
1577
|
/,
|
|
1483
1578
|
*,
|
|
1484
|
-
type:
|
|
1579
|
+
type: typing.Literal["AUTO", "VECTOR", "ALIGN", "FREE_ALIGN", "TOGGLE_FREE_ALIGN"]
|
|
1580
|
+
| None = "AUTO",
|
|
1485
1581
|
) -> None:
|
|
1486
1582
|
"""Set the handle type for bezier curves
|
|
1487
1583
|
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1584
|
+
:type execution_context: int | str | None
|
|
1585
|
+
:type undo: bool | None
|
|
1586
|
+
:param type: Type
|
|
1587
|
+
|
|
1588
|
+
AUTO
|
|
1589
|
+
Auto -- The location is automatically calculated to be smooth.
|
|
1590
|
+
|
|
1591
|
+
VECTOR
|
|
1592
|
+
Vector -- The location is calculated to point to the next/previous control point.
|
|
1593
|
+
|
|
1594
|
+
ALIGN
|
|
1595
|
+
Align -- The location is constrained to point in the opposite direction as the other handle.
|
|
1596
|
+
|
|
1597
|
+
FREE_ALIGN
|
|
1598
|
+
Free -- The handle can be moved anywhere, and does not influence the points other handle.
|
|
1599
|
+
|
|
1600
|
+
TOGGLE_FREE_ALIGN
|
|
1601
|
+
Toggle Free/Align -- Replace Free handles with Align, and all Align with Free handles.
|
|
1602
|
+
:type type: typing.Literal['AUTO','VECTOR','ALIGN','FREE_ALIGN','TOGGLE_FREE_ALIGN'] | None
|
|
1492
1603
|
"""
|
|
1493
1604
|
|
|
1494
1605
|
def set_material(
|
|
@@ -1522,7 +1633,9 @@ def set_selection_mode(
|
|
|
1522
1633
|
"""
|
|
1523
1634
|
|
|
1524
1635
|
def set_start_point(
|
|
1525
|
-
execution_context: int | str | None = None,
|
|
1636
|
+
execution_context: int | str | None = None,
|
|
1637
|
+
undo: bool | None = None,
|
|
1638
|
+
/,
|
|
1526
1639
|
) -> None:
|
|
1527
1640
|
"""Select which point is the beginning of the curve
|
|
1528
1641
|
|
|
@@ -1564,7 +1677,9 @@ def set_uniform_thickness(
|
|
|
1564
1677
|
"""
|
|
1565
1678
|
|
|
1566
1679
|
def snap_cursor_to_selected(
|
|
1567
|
-
execution_context: int | str | None = None,
|
|
1680
|
+
execution_context: int | str | None = None,
|
|
1681
|
+
undo: bool | None = None,
|
|
1682
|
+
/,
|
|
1568
1683
|
) -> None:
|
|
1569
1684
|
"""Snap cursor to center of selected points
|
|
1570
1685
|
|
|
@@ -1588,7 +1703,9 @@ def snap_to_cursor(
|
|
|
1588
1703
|
"""
|
|
1589
1704
|
|
|
1590
1705
|
def snap_to_grid(
|
|
1591
|
-
execution_context: int | str | None = None,
|
|
1706
|
+
execution_context: int | str | None = None,
|
|
1707
|
+
undo: bool | None = None,
|
|
1708
|
+
/,
|
|
1592
1709
|
) -> None:
|
|
1593
1710
|
"""Snap selected points to the nearest grid points
|
|
1594
1711
|
|
|
@@ -1717,7 +1834,9 @@ def stroke_smooth(
|
|
|
1717
1834
|
"""
|
|
1718
1835
|
|
|
1719
1836
|
def stroke_split(
|
|
1720
|
-
execution_context: int | str | None = None,
|
|
1837
|
+
execution_context: int | str | None = None,
|
|
1838
|
+
undo: bool | None = None,
|
|
1839
|
+
/,
|
|
1721
1840
|
) -> None:
|
|
1722
1841
|
"""Split selected points to a new stroke
|
|
1723
1842
|
|
|
@@ -1762,7 +1881,9 @@ def stroke_subdivide_smooth(
|
|
|
1762
1881
|
"""
|
|
1763
1882
|
|
|
1764
1883
|
def stroke_switch_direction(
|
|
1765
|
-
execution_context: int | str | None = None,
|
|
1884
|
+
execution_context: int | str | None = None,
|
|
1885
|
+
undo: bool | None = None,
|
|
1886
|
+
/,
|
|
1766
1887
|
) -> None:
|
|
1767
1888
|
"""Change direction of the points of the selected strokes
|
|
1768
1889
|
|
|
@@ -1917,7 +2038,7 @@ def vertex_brush_stroke(
|
|
|
1917
2038
|
ERASE
|
|
1918
2039
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
1919
2040
|
:type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
|
|
1920
|
-
:param pen_flip: Pen Flip, Whether a
|
|
2041
|
+
:param pen_flip: Pen Flip, Whether a tablets eraser mode is being used
|
|
1921
2042
|
:type pen_flip: bool | None
|
|
1922
2043
|
"""
|
|
1923
2044
|
|
|
@@ -2021,7 +2142,9 @@ def vertex_color_set(
|
|
|
2021
2142
|
"""
|
|
2022
2143
|
|
|
2023
2144
|
def vertex_group_normalize(
|
|
2024
|
-
execution_context: int | str | None = None,
|
|
2145
|
+
execution_context: int | str | None = None,
|
|
2146
|
+
undo: bool | None = None,
|
|
2147
|
+
/,
|
|
2025
2148
|
) -> None:
|
|
2026
2149
|
"""Normalize weights of the active vertex group
|
|
2027
2150
|
|
|
@@ -2107,12 +2230,14 @@ def weight_brush_stroke(
|
|
|
2107
2230
|
ERASE
|
|
2108
2231
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
2109
2232
|
:type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
|
|
2110
|
-
:param pen_flip: Pen Flip, Whether a
|
|
2233
|
+
:param pen_flip: Pen Flip, Whether a tablets eraser mode is being used
|
|
2111
2234
|
:type pen_flip: bool | None
|
|
2112
2235
|
"""
|
|
2113
2236
|
|
|
2114
2237
|
def weight_invert(
|
|
2115
|
-
execution_context: int | str | None = None,
|
|
2238
|
+
execution_context: int | str | None = None,
|
|
2239
|
+
undo: bool | None = None,
|
|
2240
|
+
/,
|
|
2116
2241
|
) -> None:
|
|
2117
2242
|
"""Invert the weight of active vertex group
|
|
2118
2243
|
|
|
@@ -2121,7 +2246,9 @@ def weight_invert(
|
|
|
2121
2246
|
"""
|
|
2122
2247
|
|
|
2123
2248
|
def weight_sample(
|
|
2124
|
-
execution_context: int | str | None = None,
|
|
2249
|
+
execution_context: int | str | None = None,
|
|
2250
|
+
undo: bool | None = None,
|
|
2251
|
+
/,
|
|
2125
2252
|
) -> None:
|
|
2126
2253
|
"""Set the weight of the Draw tool to the weight of the vertex under the mouse cursor
|
|
2127
2254
|
|
|
@@ -2130,7 +2257,9 @@ def weight_sample(
|
|
|
2130
2257
|
"""
|
|
2131
2258
|
|
|
2132
2259
|
def weight_toggle_direction(
|
|
2133
|
-
execution_context: int | str | None = None,
|
|
2260
|
+
execution_context: int | str | None = None,
|
|
2261
|
+
undo: bool | None = None,
|
|
2262
|
+
/,
|
|
2134
2263
|
) -> None:
|
|
2135
2264
|
"""Toggle Add/Subtract for the weight paint draw tool
|
|
2136
2265
|
|