fake-bpy-module 20250630__py3-none-any.whl → 20250827__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 +6 -5
- bl_ui/node_add_menu/__init__.pyi +3 -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 +41 -46
- 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 +47 -15
- 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 +148 -38
- 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 +19 -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 +98 -53
- 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 +40 -25
- bpy/types/__init__.pyi +58124 -41707
- 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-20250630.dist-info → fake_bpy_module-20250827.dist-info}/METADATA +1 -1
- fake_bpy_module-20250827.dist-info/RECORD +370 -0
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250827.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 +5 -5
- 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 +20 -6
- 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-20250630.dist-info/RECORD +0 -367
- {bpy_types → _bpy_types}/py.typed +0 -0
- {fake_bpy_module-20250630.dist-info → fake_bpy_module-20250827.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
|
|
@@ -756,7 +768,9 @@ def layer_mask_add(
|
|
|
756
768
|
"""
|
|
757
769
|
|
|
758
770
|
def layer_mask_remove(
|
|
759
|
-
execution_context: int | str | None = None,
|
|
771
|
+
execution_context: int | str | None = None,
|
|
772
|
+
undo: bool | None = None,
|
|
773
|
+
/,
|
|
760
774
|
) -> None:
|
|
761
775
|
"""Remove Layer Mask
|
|
762
776
|
|
|
@@ -819,7 +833,9 @@ def layer_move(
|
|
|
819
833
|
"""
|
|
820
834
|
|
|
821
835
|
def layer_remove(
|
|
822
|
-
execution_context: int | str | None = None,
|
|
836
|
+
execution_context: int | str | None = None,
|
|
837
|
+
undo: bool | None = None,
|
|
838
|
+
/,
|
|
823
839
|
) -> None:
|
|
824
840
|
"""Remove the active Grease Pencil layer
|
|
825
841
|
|
|
@@ -828,7 +844,9 @@ def layer_remove(
|
|
|
828
844
|
"""
|
|
829
845
|
|
|
830
846
|
def layer_reveal(
|
|
831
|
-
execution_context: int | str | None = None,
|
|
847
|
+
execution_context: int | str | None = None,
|
|
848
|
+
undo: bool | None = None,
|
|
849
|
+
/,
|
|
832
850
|
) -> None:
|
|
833
851
|
"""Show all Grease Pencil layers
|
|
834
852
|
|
|
@@ -882,7 +900,9 @@ def material_isolate(
|
|
|
882
900
|
"""
|
|
883
901
|
|
|
884
902
|
def material_lock_all(
|
|
885
|
-
execution_context: int | str | None = None,
|
|
903
|
+
execution_context: int | str | None = None,
|
|
904
|
+
undo: bool | None = None,
|
|
905
|
+
/,
|
|
886
906
|
) -> None:
|
|
887
907
|
"""Lock all Grease Pencil materials to prevent them from being accidentally modified
|
|
888
908
|
|
|
@@ -891,7 +911,9 @@ def material_lock_all(
|
|
|
891
911
|
"""
|
|
892
912
|
|
|
893
913
|
def material_lock_unselected(
|
|
894
|
-
execution_context: int | str | None = None,
|
|
914
|
+
execution_context: int | str | None = None,
|
|
915
|
+
undo: bool | None = None,
|
|
916
|
+
/,
|
|
895
917
|
) -> None:
|
|
896
918
|
"""Lock any material not used in any selected stroke
|
|
897
919
|
|
|
@@ -900,7 +922,9 @@ def material_lock_unselected(
|
|
|
900
922
|
"""
|
|
901
923
|
|
|
902
924
|
def material_lock_unused(
|
|
903
|
-
execution_context: int | str | None = None,
|
|
925
|
+
execution_context: int | str | None = None,
|
|
926
|
+
undo: bool | None = None,
|
|
927
|
+
/,
|
|
904
928
|
) -> None:
|
|
905
929
|
"""Lock and hide any material not used
|
|
906
930
|
|
|
@@ -909,7 +933,9 @@ def material_lock_unused(
|
|
|
909
933
|
"""
|
|
910
934
|
|
|
911
935
|
def material_reveal(
|
|
912
|
-
execution_context: int | str | None = None,
|
|
936
|
+
execution_context: int | str | None = None,
|
|
937
|
+
undo: bool | None = None,
|
|
938
|
+
/,
|
|
913
939
|
) -> None:
|
|
914
940
|
"""Unhide all hidden Grease Pencil materials
|
|
915
941
|
|
|
@@ -933,7 +959,9 @@ def material_select(
|
|
|
933
959
|
"""
|
|
934
960
|
|
|
935
961
|
def material_unlock_all(
|
|
936
|
-
execution_context: int | str | None = None,
|
|
962
|
+
execution_context: int | str | None = None,
|
|
963
|
+
undo: bool | None = None,
|
|
964
|
+
/,
|
|
937
965
|
) -> None:
|
|
938
966
|
"""Unlock all Grease Pencil materials so that they can be edited
|
|
939
967
|
|
|
@@ -1020,6 +1048,60 @@ def paste(
|
|
|
1020
1048
|
:type keep_world_transform: bool | None
|
|
1021
1049
|
"""
|
|
1022
1050
|
|
|
1051
|
+
def pen(
|
|
1052
|
+
execution_context: int | str | None = None,
|
|
1053
|
+
undo: bool | None = None,
|
|
1054
|
+
/,
|
|
1055
|
+
*,
|
|
1056
|
+
extend: bool | None = False,
|
|
1057
|
+
deselect: bool | None = False,
|
|
1058
|
+
toggle: bool | None = False,
|
|
1059
|
+
deselect_all: bool | None = False,
|
|
1060
|
+
select_passthrough: bool | None = False,
|
|
1061
|
+
extrude_point: bool | None = False,
|
|
1062
|
+
extrude_handle: typing.Literal["AUTO", "VECTOR"] | None = "VECTOR",
|
|
1063
|
+
delete_point: bool | None = False,
|
|
1064
|
+
insert_point: bool | None = False,
|
|
1065
|
+
move_segment: bool | None = False,
|
|
1066
|
+
select_point: bool | None = False,
|
|
1067
|
+
move_point: bool | None = False,
|
|
1068
|
+
cycle_handle_type: bool | None = False,
|
|
1069
|
+
radius: float | None = 0.01,
|
|
1070
|
+
) -> None:
|
|
1071
|
+
"""Construct and edit splines
|
|
1072
|
+
|
|
1073
|
+
:type execution_context: int | str | None
|
|
1074
|
+
:type undo: bool | None
|
|
1075
|
+
:param extend: Extend, Extend selection instead of deselecting everything first
|
|
1076
|
+
:type extend: bool | None
|
|
1077
|
+
:param deselect: Deselect, Remove from selection
|
|
1078
|
+
:type deselect: bool | None
|
|
1079
|
+
:param toggle: Toggle Selection, Toggle the selection
|
|
1080
|
+
:type toggle: bool | None
|
|
1081
|
+
:param deselect_all: Deselect On Nothing, Deselect all when nothing under the cursor
|
|
1082
|
+
:type deselect_all: bool | None
|
|
1083
|
+
:param select_passthrough: Only Select Unselected, Ignore the select action when the element is already selected
|
|
1084
|
+
:type select_passthrough: bool | None
|
|
1085
|
+
:param extrude_point: Extrude Point, Add a point connected to the last selected point
|
|
1086
|
+
:type extrude_point: bool | None
|
|
1087
|
+
:param extrude_handle: Extrude Handle Type, Type of the extruded handle
|
|
1088
|
+
:type extrude_handle: typing.Literal['AUTO','VECTOR'] | None
|
|
1089
|
+
:param delete_point: Delete Point, Delete an existing point
|
|
1090
|
+
:type delete_point: bool | None
|
|
1091
|
+
:param insert_point: Insert Point, Insert Point into a curve segment
|
|
1092
|
+
:type insert_point: bool | None
|
|
1093
|
+
:param move_segment: Move Segment, Delete an existing point
|
|
1094
|
+
:type move_segment: bool | None
|
|
1095
|
+
:param select_point: Select Point, Select a point or its handles
|
|
1096
|
+
:type select_point: bool | None
|
|
1097
|
+
:param move_point: Move Point, Move a point or its handles
|
|
1098
|
+
:type move_point: bool | None
|
|
1099
|
+
:param cycle_handle_type: Cycle Handle Type, Cycle between all four handle types
|
|
1100
|
+
:type cycle_handle_type: bool | None
|
|
1101
|
+
:param radius: Radius
|
|
1102
|
+
:type radius: float | None
|
|
1103
|
+
"""
|
|
1104
|
+
|
|
1023
1105
|
def primitive_arc(
|
|
1024
1106
|
execution_context: int | str | None = None,
|
|
1025
1107
|
undo: bool | None = None,
|
|
@@ -1205,10 +1287,10 @@ def reproject(
|
|
|
1205
1287
|
Top -- Reproject the strokes using the X-Y plane.
|
|
1206
1288
|
|
|
1207
1289
|
VIEW
|
|
1208
|
-
View -- Reproject the strokes to end up on the same plane, as if drawn from the current viewpoint using
|
|
1290
|
+
View -- Reproject the strokes to end up on the same plane, as if drawn from the current viewpoint using Cursor Stroke Placement.
|
|
1209
1291
|
|
|
1210
1292
|
SURFACE
|
|
1211
|
-
Surface -- Reproject the strokes on to the scene geometry, as if drawn using
|
|
1293
|
+
Surface -- Reproject the strokes on to the scene geometry, as if drawn using Surface placement.
|
|
1212
1294
|
|
|
1213
1295
|
CURSOR
|
|
1214
1296
|
Cursor -- Reproject the strokes using the orientation of 3D cursor.
|
|
@@ -1220,7 +1302,9 @@ def reproject(
|
|
|
1220
1302
|
"""
|
|
1221
1303
|
|
|
1222
1304
|
def reset_uvs(
|
|
1223
|
-
execution_context: int | str | None = None,
|
|
1305
|
+
execution_context: int | str | None = None,
|
|
1306
|
+
undo: bool | None = None,
|
|
1307
|
+
/,
|
|
1224
1308
|
) -> None:
|
|
1225
1309
|
"""Reset UV transformation to default values
|
|
1226
1310
|
|
|
@@ -1258,7 +1342,7 @@ def sculpt_paint(
|
|
|
1258
1342
|
ERASE
|
|
1259
1343
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
1260
1344
|
:type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
|
|
1261
|
-
:param pen_flip: Pen Flip, Whether a
|
|
1345
|
+
:param pen_flip: Pen Flip, Whether a tablets eraser mode is being used
|
|
1262
1346
|
:type pen_flip: bool | None
|
|
1263
1347
|
"""
|
|
1264
1348
|
|
|
@@ -1338,7 +1422,9 @@ def select_ends(
|
|
|
1338
1422
|
"""
|
|
1339
1423
|
|
|
1340
1424
|
def select_less(
|
|
1341
|
-
execution_context: int | str | None = None,
|
|
1425
|
+
execution_context: int | str | None = None,
|
|
1426
|
+
undo: bool | None = None,
|
|
1427
|
+
/,
|
|
1342
1428
|
) -> None:
|
|
1343
1429
|
"""Shrink the selection by one point
|
|
1344
1430
|
|
|
@@ -1347,7 +1433,9 @@ def select_less(
|
|
|
1347
1433
|
"""
|
|
1348
1434
|
|
|
1349
1435
|
def select_linked(
|
|
1350
|
-
execution_context: int | str | None = None,
|
|
1436
|
+
execution_context: int | str | None = None,
|
|
1437
|
+
undo: bool | None = None,
|
|
1438
|
+
/,
|
|
1351
1439
|
) -> None:
|
|
1352
1440
|
"""Select all points in curves with any point selection
|
|
1353
1441
|
|
|
@@ -1356,7 +1444,9 @@ def select_linked(
|
|
|
1356
1444
|
"""
|
|
1357
1445
|
|
|
1358
1446
|
def select_more(
|
|
1359
|
-
execution_context: int | str | None = None,
|
|
1447
|
+
execution_context: int | str | None = None,
|
|
1448
|
+
undo: bool | None = None,
|
|
1449
|
+
/,
|
|
1360
1450
|
) -> None:
|
|
1361
1451
|
"""Grow the selection by one point
|
|
1362
1452
|
|
|
@@ -1435,7 +1525,9 @@ def separate(
|
|
|
1435
1525
|
"""
|
|
1436
1526
|
|
|
1437
1527
|
def set_active_material(
|
|
1438
|
-
execution_context: int | str | None = None,
|
|
1528
|
+
execution_context: int | str | None = None,
|
|
1529
|
+
undo: bool | None = None,
|
|
1530
|
+
/,
|
|
1439
1531
|
) -> None:
|
|
1440
1532
|
"""Set the selected stroke material as the active material
|
|
1441
1533
|
|
|
@@ -1522,7 +1614,9 @@ def set_selection_mode(
|
|
|
1522
1614
|
"""
|
|
1523
1615
|
|
|
1524
1616
|
def set_start_point(
|
|
1525
|
-
execution_context: int | str | None = None,
|
|
1617
|
+
execution_context: int | str | None = None,
|
|
1618
|
+
undo: bool | None = None,
|
|
1619
|
+
/,
|
|
1526
1620
|
) -> None:
|
|
1527
1621
|
"""Select which point is the beginning of the curve
|
|
1528
1622
|
|
|
@@ -1564,7 +1658,9 @@ def set_uniform_thickness(
|
|
|
1564
1658
|
"""
|
|
1565
1659
|
|
|
1566
1660
|
def snap_cursor_to_selected(
|
|
1567
|
-
execution_context: int | str | None = None,
|
|
1661
|
+
execution_context: int | str | None = None,
|
|
1662
|
+
undo: bool | None = None,
|
|
1663
|
+
/,
|
|
1568
1664
|
) -> None:
|
|
1569
1665
|
"""Snap cursor to center of selected points
|
|
1570
1666
|
|
|
@@ -1588,7 +1684,9 @@ def snap_to_cursor(
|
|
|
1588
1684
|
"""
|
|
1589
1685
|
|
|
1590
1686
|
def snap_to_grid(
|
|
1591
|
-
execution_context: int | str | None = None,
|
|
1687
|
+
execution_context: int | str | None = None,
|
|
1688
|
+
undo: bool | None = None,
|
|
1689
|
+
/,
|
|
1592
1690
|
) -> None:
|
|
1593
1691
|
"""Snap selected points to the nearest grid points
|
|
1594
1692
|
|
|
@@ -1717,7 +1815,9 @@ def stroke_smooth(
|
|
|
1717
1815
|
"""
|
|
1718
1816
|
|
|
1719
1817
|
def stroke_split(
|
|
1720
|
-
execution_context: int | str | None = None,
|
|
1818
|
+
execution_context: int | str | None = None,
|
|
1819
|
+
undo: bool | None = None,
|
|
1820
|
+
/,
|
|
1721
1821
|
) -> None:
|
|
1722
1822
|
"""Split selected points to a new stroke
|
|
1723
1823
|
|
|
@@ -1762,7 +1862,9 @@ def stroke_subdivide_smooth(
|
|
|
1762
1862
|
"""
|
|
1763
1863
|
|
|
1764
1864
|
def stroke_switch_direction(
|
|
1765
|
-
execution_context: int | str | None = None,
|
|
1865
|
+
execution_context: int | str | None = None,
|
|
1866
|
+
undo: bool | None = None,
|
|
1867
|
+
/,
|
|
1766
1868
|
) -> None:
|
|
1767
1869
|
"""Change direction of the points of the selected strokes
|
|
1768
1870
|
|
|
@@ -1917,7 +2019,7 @@ def vertex_brush_stroke(
|
|
|
1917
2019
|
ERASE
|
|
1918
2020
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
1919
2021
|
:type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
|
|
1920
|
-
:param pen_flip: Pen Flip, Whether a
|
|
2022
|
+
:param pen_flip: Pen Flip, Whether a tablets eraser mode is being used
|
|
1921
2023
|
:type pen_flip: bool | None
|
|
1922
2024
|
"""
|
|
1923
2025
|
|
|
@@ -2021,7 +2123,9 @@ def vertex_color_set(
|
|
|
2021
2123
|
"""
|
|
2022
2124
|
|
|
2023
2125
|
def vertex_group_normalize(
|
|
2024
|
-
execution_context: int | str | None = None,
|
|
2126
|
+
execution_context: int | str | None = None,
|
|
2127
|
+
undo: bool | None = None,
|
|
2128
|
+
/,
|
|
2025
2129
|
) -> None:
|
|
2026
2130
|
"""Normalize weights of the active vertex group
|
|
2027
2131
|
|
|
@@ -2107,12 +2211,14 @@ def weight_brush_stroke(
|
|
|
2107
2211
|
ERASE
|
|
2108
2212
|
Erase -- Switch brush to erase mode for duration of stroke.
|
|
2109
2213
|
:type mode: typing.Literal['NORMAL','INVERT','SMOOTH','ERASE'] | None
|
|
2110
|
-
:param pen_flip: Pen Flip, Whether a
|
|
2214
|
+
:param pen_flip: Pen Flip, Whether a tablets eraser mode is being used
|
|
2111
2215
|
:type pen_flip: bool | None
|
|
2112
2216
|
"""
|
|
2113
2217
|
|
|
2114
2218
|
def weight_invert(
|
|
2115
|
-
execution_context: int | str | None = None,
|
|
2219
|
+
execution_context: int | str | None = None,
|
|
2220
|
+
undo: bool | None = None,
|
|
2221
|
+
/,
|
|
2116
2222
|
) -> None:
|
|
2117
2223
|
"""Invert the weight of active vertex group
|
|
2118
2224
|
|
|
@@ -2121,7 +2227,9 @@ def weight_invert(
|
|
|
2121
2227
|
"""
|
|
2122
2228
|
|
|
2123
2229
|
def weight_sample(
|
|
2124
|
-
execution_context: int | str | None = None,
|
|
2230
|
+
execution_context: int | str | None = None,
|
|
2231
|
+
undo: bool | None = None,
|
|
2232
|
+
/,
|
|
2125
2233
|
) -> None:
|
|
2126
2234
|
"""Set the weight of the Draw tool to the weight of the vertex under the mouse cursor
|
|
2127
2235
|
|
|
@@ -2130,7 +2238,9 @@ def weight_sample(
|
|
|
2130
2238
|
"""
|
|
2131
2239
|
|
|
2132
2240
|
def weight_toggle_direction(
|
|
2133
|
-
execution_context: int | str | None = None,
|
|
2241
|
+
execution_context: int | str | None = None,
|
|
2242
|
+
undo: bool | None = None,
|
|
2243
|
+
/,
|
|
2134
2244
|
) -> None:
|
|
2135
2245
|
"""Toggle Add/Subtract for the weight paint draw tool
|
|
2136
2246
|
|