fake-bpy-module 20240424__py3-none-any.whl → 20240427__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/image/__init__.pyi +263 -0
- bl_operators/node/__init__.pyi +124 -0
- bl_ui/properties_paint_common/__init__.pyi +5 -0
- bl_ui/space_image/__init__.pyi +21 -722
- bl_ui/space_node/__init__.pyi +149 -0
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -5
- bl_ui/space_view3d/__init__.pyi +9 -0
- bpy/ops/curves/__init__.pyi +3 -0
- bpy/ops/export_scene/__init__.pyi +3 -3
- bpy/ops/geometry/__init__.pyi +3 -0
- bpy/ops/grease_pencil/__init__.pyi +59 -14
- bpy/ops/image/__init__.pyi +33 -17
- bpy/ops/nla/__init__.pyi +1 -1
- bpy/ops/node/__init__.pyi +8 -0
- bpy/ops/sculpt/__init__.pyi +50 -13
- bpy/ops/wm/__init__.pyi +3 -0
- bpy/types/__init__.pyi +29880 -29216
- {fake_bpy_module-20240424.dist-info → fake_bpy_module-20240427.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240424.dist-info → fake_bpy_module-20240427.dist-info}/RECORD +23 -23
- mathutils/__init__.pyi +10 -5
- mathutils/geometry/__init__.pyi +9 -1
- {fake_bpy_module-20240424.dist-info → fake_bpy_module-20240427.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240424.dist-info → fake_bpy_module-20240427.dist-info}/top_level.txt +0 -0
bl_ui/space_node/__init__.pyi
CHANGED
|
@@ -3589,6 +3589,155 @@ class NODE_PT_geometry_node_tool_object_types(bpy_types.Panel, bpy_types._Generi
|
|
|
3589
3589
|
""" """
|
|
3590
3590
|
...
|
|
3591
3591
|
|
|
3592
|
+
class NODE_PT_geometry_node_tool_options(bpy_types.Panel, bpy_types._GenericUI):
|
|
3593
|
+
""" """
|
|
3594
|
+
|
|
3595
|
+
bl_label: typing.Any
|
|
3596
|
+
""" """
|
|
3597
|
+
|
|
3598
|
+
bl_region_type: typing.Any
|
|
3599
|
+
""" """
|
|
3600
|
+
|
|
3601
|
+
bl_rna: typing.Any
|
|
3602
|
+
""" """
|
|
3603
|
+
|
|
3604
|
+
bl_space_type: typing.Any
|
|
3605
|
+
""" """
|
|
3606
|
+
|
|
3607
|
+
bl_ui_units_x: typing.Any
|
|
3608
|
+
""" """
|
|
3609
|
+
|
|
3610
|
+
id_data: typing.Any
|
|
3611
|
+
""" """
|
|
3612
|
+
|
|
3613
|
+
def append(self, draw_func):
|
|
3614
|
+
"""
|
|
3615
|
+
|
|
3616
|
+
:param draw_func:
|
|
3617
|
+
"""
|
|
3618
|
+
...
|
|
3619
|
+
|
|
3620
|
+
def as_pointer(self):
|
|
3621
|
+
""" """
|
|
3622
|
+
...
|
|
3623
|
+
|
|
3624
|
+
def bl_rna_get_subclass(self):
|
|
3625
|
+
""" """
|
|
3626
|
+
...
|
|
3627
|
+
|
|
3628
|
+
def bl_rna_get_subclass_py(self):
|
|
3629
|
+
""" """
|
|
3630
|
+
...
|
|
3631
|
+
|
|
3632
|
+
def draw(self, context):
|
|
3633
|
+
"""
|
|
3634
|
+
|
|
3635
|
+
:param context:
|
|
3636
|
+
"""
|
|
3637
|
+
...
|
|
3638
|
+
|
|
3639
|
+
def driver_add(self):
|
|
3640
|
+
""" """
|
|
3641
|
+
...
|
|
3642
|
+
|
|
3643
|
+
def driver_remove(self):
|
|
3644
|
+
""" """
|
|
3645
|
+
...
|
|
3646
|
+
|
|
3647
|
+
def get(self):
|
|
3648
|
+
""" """
|
|
3649
|
+
...
|
|
3650
|
+
|
|
3651
|
+
def id_properties_clear(self):
|
|
3652
|
+
""" """
|
|
3653
|
+
...
|
|
3654
|
+
|
|
3655
|
+
def id_properties_ensure(self):
|
|
3656
|
+
""" """
|
|
3657
|
+
...
|
|
3658
|
+
|
|
3659
|
+
def id_properties_ui(self):
|
|
3660
|
+
""" """
|
|
3661
|
+
...
|
|
3662
|
+
|
|
3663
|
+
def is_extended(self):
|
|
3664
|
+
""" """
|
|
3665
|
+
...
|
|
3666
|
+
|
|
3667
|
+
def is_property_hidden(self):
|
|
3668
|
+
""" """
|
|
3669
|
+
...
|
|
3670
|
+
|
|
3671
|
+
def is_property_overridable_library(self):
|
|
3672
|
+
""" """
|
|
3673
|
+
...
|
|
3674
|
+
|
|
3675
|
+
def is_property_readonly(self):
|
|
3676
|
+
""" """
|
|
3677
|
+
...
|
|
3678
|
+
|
|
3679
|
+
def is_property_set(self):
|
|
3680
|
+
""" """
|
|
3681
|
+
...
|
|
3682
|
+
|
|
3683
|
+
def items(self):
|
|
3684
|
+
""" """
|
|
3685
|
+
...
|
|
3686
|
+
|
|
3687
|
+
def keyframe_delete(self):
|
|
3688
|
+
""" """
|
|
3689
|
+
...
|
|
3690
|
+
|
|
3691
|
+
def keyframe_insert(self):
|
|
3692
|
+
""" """
|
|
3693
|
+
...
|
|
3694
|
+
|
|
3695
|
+
def keys(self):
|
|
3696
|
+
""" """
|
|
3697
|
+
...
|
|
3698
|
+
|
|
3699
|
+
def path_from_id(self):
|
|
3700
|
+
""" """
|
|
3701
|
+
...
|
|
3702
|
+
|
|
3703
|
+
def path_resolve(self):
|
|
3704
|
+
""" """
|
|
3705
|
+
...
|
|
3706
|
+
|
|
3707
|
+
def pop(self):
|
|
3708
|
+
""" """
|
|
3709
|
+
...
|
|
3710
|
+
|
|
3711
|
+
def prepend(self, draw_func):
|
|
3712
|
+
"""
|
|
3713
|
+
|
|
3714
|
+
:param draw_func:
|
|
3715
|
+
"""
|
|
3716
|
+
...
|
|
3717
|
+
|
|
3718
|
+
def property_overridable_library_set(self):
|
|
3719
|
+
""" """
|
|
3720
|
+
...
|
|
3721
|
+
|
|
3722
|
+
def property_unset(self):
|
|
3723
|
+
""" """
|
|
3724
|
+
...
|
|
3725
|
+
|
|
3726
|
+
def remove(self, draw_func):
|
|
3727
|
+
"""
|
|
3728
|
+
|
|
3729
|
+
:param draw_func:
|
|
3730
|
+
"""
|
|
3731
|
+
...
|
|
3732
|
+
|
|
3733
|
+
def type_recast(self):
|
|
3734
|
+
""" """
|
|
3735
|
+
...
|
|
3736
|
+
|
|
3737
|
+
def values(self):
|
|
3738
|
+
""" """
|
|
3739
|
+
...
|
|
3740
|
+
|
|
3592
3741
|
class NODE_PT_index_switch_node_items(bpy_types.Panel, bpy_types._GenericUI):
|
|
3593
3742
|
""" """
|
|
3594
3743
|
|
|
@@ -1303,12 +1303,14 @@ class _defs_image_uv_edit:
|
|
|
1303
1303
|
class _defs_image_uv_sculpt:
|
|
1304
1304
|
""" """
|
|
1305
1305
|
|
|
1306
|
-
|
|
1307
|
-
|
|
1306
|
+
grab: typing.Any
|
|
1307
|
+
""" """
|
|
1308
1308
|
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1309
|
+
pinch: typing.Any
|
|
1310
|
+
""" """
|
|
1311
|
+
|
|
1312
|
+
relax: typing.Any
|
|
1313
|
+
""" """
|
|
1312
1314
|
|
|
1313
1315
|
class _defs_image_uv_select:
|
|
1314
1316
|
""" """
|
bl_ui/space_view3d/__init__.pyi
CHANGED
|
@@ -44086,6 +44086,15 @@ class _draw_tool_settings_context_mode:
|
|
|
44086
44086
|
"""
|
|
44087
44087
|
...
|
|
44088
44088
|
|
|
44089
|
+
def WEIGHT_GREASE_PENCIL(self, context, layout, tool):
|
|
44090
|
+
"""
|
|
44091
|
+
|
|
44092
|
+
:param context:
|
|
44093
|
+
:param layout:
|
|
44094
|
+
:param tool:
|
|
44095
|
+
"""
|
|
44096
|
+
...
|
|
44097
|
+
|
|
44089
44098
|
class VIEW3D_MT_bone_options_disable(bpy_types._GenericUI, bpy_types.Menu, BoneOptions):
|
|
44090
44099
|
""" """
|
|
44091
44100
|
|
bpy/ops/curves/__init__.pyi
CHANGED
|
@@ -154,6 +154,7 @@ def curve_type_set(
|
|
|
154
154
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
155
155
|
undo: typing.Optional[bool] = None,
|
|
156
156
|
type: typing.Optional[typing.Union[str, int]] = "POLY",
|
|
157
|
+
use_handles: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
157
158
|
):
|
|
158
159
|
"""Set type of selected curves
|
|
159
160
|
|
|
@@ -162,6 +163,8 @@ def curve_type_set(
|
|
|
162
163
|
:type undo: typing.Optional[bool]
|
|
163
164
|
:param type: Type, Curve type
|
|
164
165
|
:type type: typing.Optional[typing.Union[str, int]]
|
|
166
|
+
:param use_handles: Handles, Take handle information into account in the conversion
|
|
167
|
+
:type use_handles: typing.Optional[typing.Union[bool, typing.Any]]
|
|
165
168
|
"""
|
|
166
169
|
|
|
167
170
|
...
|
|
@@ -20,12 +20,12 @@ def fbx(
|
|
|
20
20
|
use_space_transform: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
21
21
|
bake_space_transform: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
22
22
|
object_types: typing.Optional[typing.Any] = {
|
|
23
|
-
'"LIGHT"',
|
|
24
23
|
'"ARMATURE"',
|
|
25
|
-
'"CAMERA"',
|
|
26
24
|
'"EMPTY"',
|
|
27
|
-
'"
|
|
25
|
+
'"CAMERA"',
|
|
28
26
|
'"MESH"',
|
|
27
|
+
'"LIGHT"',
|
|
28
|
+
'"OTHER"',
|
|
29
29
|
},
|
|
30
30
|
use_mesh_modifiers: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
31
31
|
use_mesh_modifiers_render: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
bpy/ops/geometry/__init__.pyi
CHANGED
|
@@ -163,6 +163,7 @@ def execute_node_group(
|
|
|
163
163
|
relative_asset_identifier: typing.Union[str, typing.Any] = "",
|
|
164
164
|
name: typing.Union[str, typing.Any] = "",
|
|
165
165
|
session_uid: typing.Optional[typing.Any] = 0,
|
|
166
|
+
mouse_position: typing.Optional[typing.Any] = (0, 0),
|
|
166
167
|
):
|
|
167
168
|
"""Execute a node group on geometry
|
|
168
169
|
|
|
@@ -179,6 +180,8 @@ def execute_node_group(
|
|
|
179
180
|
:type name: typing.Union[str, typing.Any]
|
|
180
181
|
:param session_uid: Session UID, Session UID of the data-block to use by the operator
|
|
181
182
|
:type session_uid: typing.Optional[typing.Any]
|
|
183
|
+
:param mouse_position: Mouse Position, Mouse coordinates in region space
|
|
184
|
+
:type mouse_position: typing.Optional[typing.Any]
|
|
182
185
|
"""
|
|
183
186
|
|
|
184
187
|
...
|
|
@@ -175,20 +175,6 @@ def dissolve(
|
|
|
175
175
|
|
|
176
176
|
...
|
|
177
177
|
|
|
178
|
-
def draw_mode_toggle(
|
|
179
|
-
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
180
|
-
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
181
|
-
undo: typing.Optional[bool] = None,
|
|
182
|
-
):
|
|
183
|
-
"""Enter/Exit draw mode for grease pencil
|
|
184
|
-
|
|
185
|
-
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
186
|
-
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
187
|
-
:type undo: typing.Optional[bool]
|
|
188
|
-
"""
|
|
189
|
-
|
|
190
|
-
...
|
|
191
|
-
|
|
192
178
|
def duplicate(
|
|
193
179
|
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
194
180
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
@@ -1170,3 +1156,62 @@ def stroke_switch_direction(
|
|
|
1170
1156
|
"""
|
|
1171
1157
|
|
|
1172
1158
|
...
|
|
1159
|
+
|
|
1160
|
+
def weight_brush_stroke(
|
|
1161
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1162
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1163
|
+
undo: typing.Optional[bool] = None,
|
|
1164
|
+
stroke: typing.Optional[
|
|
1165
|
+
bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
1166
|
+
] = None,
|
|
1167
|
+
mode: typing.Optional[typing.Any] = "NORMAL",
|
|
1168
|
+
):
|
|
1169
|
+
"""Draw weight on stroke points in the active Grease Pencil object
|
|
1170
|
+
|
|
1171
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1172
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1173
|
+
:type undo: typing.Optional[bool]
|
|
1174
|
+
:param stroke: Stroke
|
|
1175
|
+
:type stroke: typing.Optional[bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]]
|
|
1176
|
+
:param mode: Stroke Mode, Action taken when a paint stroke is made
|
|
1177
|
+
|
|
1178
|
+
NORMAL
|
|
1179
|
+
Regular -- Apply brush normally.
|
|
1180
|
+
|
|
1181
|
+
INVERT
|
|
1182
|
+
Invert -- Invert action of brush for duration of stroke.
|
|
1183
|
+
|
|
1184
|
+
SMOOTH
|
|
1185
|
+
Smooth -- Switch brush to smooth mode for duration of stroke.
|
|
1186
|
+
:type mode: typing.Optional[typing.Any]
|
|
1187
|
+
"""
|
|
1188
|
+
|
|
1189
|
+
...
|
|
1190
|
+
|
|
1191
|
+
def weight_sample(
|
|
1192
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1193
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1194
|
+
undo: typing.Optional[bool] = None,
|
|
1195
|
+
):
|
|
1196
|
+
"""Set the weight of the Draw tool to the weight of the vertex under the mouse cursor
|
|
1197
|
+
|
|
1198
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1199
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1200
|
+
:type undo: typing.Optional[bool]
|
|
1201
|
+
"""
|
|
1202
|
+
|
|
1203
|
+
...
|
|
1204
|
+
|
|
1205
|
+
def weight_toggle_direction(
|
|
1206
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1207
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1208
|
+
undo: typing.Optional[bool] = None,
|
|
1209
|
+
):
|
|
1210
|
+
"""Toggle Add/Subtract for the weight paint draw tool
|
|
1211
|
+
|
|
1212
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1213
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1214
|
+
:type undo: typing.Optional[bool]
|
|
1215
|
+
"""
|
|
1216
|
+
|
|
1217
|
+
...
|
bpy/ops/image/__init__.pyi
CHANGED
|
@@ -383,7 +383,7 @@ def open(
|
|
|
383
383
|
show_multiview: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
384
384
|
use_multiview: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
385
385
|
display_type: typing.Optional[typing.Any] = "DEFAULT",
|
|
386
|
-
sort_method: typing.Optional[typing.Any] = "",
|
|
386
|
+
sort_method: typing.Optional[typing.Union[str, int, typing.Any]] = "",
|
|
387
387
|
use_sequence_detection: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
388
388
|
use_udim_detecting: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
389
389
|
):
|
|
@@ -461,22 +461,7 @@ def open(
|
|
|
461
461
|
Thumbnails -- Display files as thumbnails.
|
|
462
462
|
:type display_type: typing.Optional[typing.Any]
|
|
463
463
|
:param sort_method: File sorting mode
|
|
464
|
-
|
|
465
|
-
DEFAULT
|
|
466
|
-
Default -- Automatically determine sort method for files.
|
|
467
|
-
|
|
468
|
-
FILE_SORT_ALPHA
|
|
469
|
-
Name -- Sort the file list alphabetically.
|
|
470
|
-
|
|
471
|
-
FILE_SORT_EXTENSION
|
|
472
|
-
Extension -- Sort the file list by extension/type.
|
|
473
|
-
|
|
474
|
-
FILE_SORT_TIME
|
|
475
|
-
Modified Date -- Sort files by modification time.
|
|
476
|
-
|
|
477
|
-
FILE_SORT_SIZE
|
|
478
|
-
Size -- Sort files by size.
|
|
479
|
-
:type sort_method: typing.Optional[typing.Any]
|
|
464
|
+
:type sort_method: typing.Optional[typing.Union[str, int, typing.Any]]
|
|
480
465
|
:param use_sequence_detection: Detect Sequences, Automatically detect animated sequences in selected images (based on file names)
|
|
481
466
|
:type use_sequence_detection: typing.Optional[typing.Union[bool, typing.Any]]
|
|
482
467
|
:param use_udim_detecting: Detect UDIMs, Detect selected UDIM files and load all matching tiles
|
|
@@ -485,6 +470,37 @@ def open(
|
|
|
485
470
|
|
|
486
471
|
...
|
|
487
472
|
|
|
473
|
+
def open_images(
|
|
474
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
475
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
476
|
+
undo: typing.Optional[bool] = None,
|
|
477
|
+
directory: typing.Union[str, typing.Any] = "",
|
|
478
|
+
files: typing.Optional[
|
|
479
|
+
bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
480
|
+
] = None,
|
|
481
|
+
relative_path: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
482
|
+
use_sequence_detection: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
483
|
+
use_udim_detection: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
484
|
+
):
|
|
485
|
+
"""Undocumented, consider contributing.
|
|
486
|
+
|
|
487
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
488
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
489
|
+
:type undo: typing.Optional[bool]
|
|
490
|
+
:param directory: directory
|
|
491
|
+
:type directory: typing.Union[str, typing.Any]
|
|
492
|
+
:param files: files
|
|
493
|
+
:type files: typing.Optional[bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]]
|
|
494
|
+
:param relative_path: Use relative path
|
|
495
|
+
:type relative_path: typing.Optional[typing.Union[bool, typing.Any]]
|
|
496
|
+
:param use_sequence_detection: Use sequence detection
|
|
497
|
+
:type use_sequence_detection: typing.Optional[typing.Union[bool, typing.Any]]
|
|
498
|
+
:param use_udim_detection: Use UDIM detection
|
|
499
|
+
:type use_udim_detection: typing.Optional[typing.Union[bool, typing.Any]]
|
|
500
|
+
"""
|
|
501
|
+
|
|
502
|
+
...
|
|
503
|
+
|
|
488
504
|
def pack(
|
|
489
505
|
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
490
506
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
bpy/ops/nla/__init__.pyi
CHANGED
bpy/ops/node/__init__.pyi
CHANGED
|
@@ -30,6 +30,10 @@ def add_file(
|
|
|
30
30
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
31
31
|
undo: typing.Optional[bool] = None,
|
|
32
32
|
filepath: typing.Union[str, typing.Any] = "",
|
|
33
|
+
directory: typing.Union[str, typing.Any] = "",
|
|
34
|
+
files: typing.Optional[
|
|
35
|
+
bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]
|
|
36
|
+
] = None,
|
|
33
37
|
hide_props_region: typing.Optional[typing.Union[bool, typing.Any]] = True,
|
|
34
38
|
check_existing: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
35
39
|
filter_blender: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
@@ -65,6 +69,10 @@ def add_file(
|
|
|
65
69
|
:type undo: typing.Optional[bool]
|
|
66
70
|
:param filepath: File Path, Path to file
|
|
67
71
|
:type filepath: typing.Union[str, typing.Any]
|
|
72
|
+
:param directory: Directory, Directory of the file
|
|
73
|
+
:type directory: typing.Union[str, typing.Any]
|
|
74
|
+
:param files: Files
|
|
75
|
+
:type files: typing.Optional[bpy.types.bpy_prop_collection[bpy.types.OperatorFileListElement]]
|
|
68
76
|
:param hide_props_region: Hide Operator Properties, Collapse the region displaying the operator settings
|
|
69
77
|
:type hide_props_region: typing.Optional[typing.Union[bool, typing.Any]]
|
|
70
78
|
:param check_existing: Check Existing, Check and warn on overwriting existing files
|
bpy/ops/sculpt/__init__.pyi
CHANGED
|
@@ -49,7 +49,7 @@ def cloth_filter(
|
|
|
49
49
|
bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
50
50
|
] = None,
|
|
51
51
|
type: typing.Optional[typing.Any] = "GRAVITY",
|
|
52
|
-
force_axis: typing.Optional[typing.Any] = {'"
|
|
52
|
+
force_axis: typing.Optional[typing.Any] = {'"Z"', '"X"', '"Y"'},
|
|
53
53
|
orientation: typing.Optional[typing.Any] = "LOCAL",
|
|
54
54
|
cloth_mass: typing.Optional[typing.Any] = 1.0,
|
|
55
55
|
cloth_damping: typing.Optional[typing.Any] = 0.0,
|
|
@@ -603,7 +603,7 @@ def mesh_filter(
|
|
|
603
603
|
bpy.types.bpy_prop_collection[bpy.types.OperatorStrokeElement]
|
|
604
604
|
] = None,
|
|
605
605
|
type: typing.Optional[typing.Any] = "INFLATE",
|
|
606
|
-
deform_axis: typing.Optional[typing.Any] = {'"
|
|
606
|
+
deform_axis: typing.Optional[typing.Any] = {'"Z"', '"X"', '"Y"'},
|
|
607
607
|
orientation: typing.Optional[typing.Any] = "LOCAL",
|
|
608
608
|
surface_smooth_shape_preservation: typing.Optional[typing.Any] = 0.5,
|
|
609
609
|
surface_smooth_current_vertex: typing.Optional[typing.Any] = 0.5,
|
|
@@ -1015,28 +1015,65 @@ def trim_lasso_gesture(
|
|
|
1015
1015
|
|
|
1016
1016
|
...
|
|
1017
1017
|
|
|
1018
|
-
def
|
|
1018
|
+
def uv_sculpt_grab(
|
|
1019
1019
|
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1020
1020
|
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1021
1021
|
undo: typing.Optional[bool] = None,
|
|
1022
|
-
|
|
1022
|
+
use_invert: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1023
|
+
):
|
|
1024
|
+
"""Grab UVs
|
|
1025
|
+
|
|
1026
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1027
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1028
|
+
:type undo: typing.Optional[bool]
|
|
1029
|
+
:param use_invert: Invert, Invert action for the duration of the stroke
|
|
1030
|
+
:type use_invert: typing.Optional[typing.Union[bool, typing.Any]]
|
|
1031
|
+
"""
|
|
1032
|
+
|
|
1033
|
+
...
|
|
1034
|
+
|
|
1035
|
+
def uv_sculpt_pinch(
|
|
1036
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1037
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1038
|
+
undo: typing.Optional[bool] = None,
|
|
1039
|
+
use_invert: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1023
1040
|
):
|
|
1024
|
-
"""
|
|
1041
|
+
"""Pinch UVs
|
|
1042
|
+
|
|
1043
|
+
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1044
|
+
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1045
|
+
:type undo: typing.Optional[bool]
|
|
1046
|
+
:param use_invert: Invert, Invert action for the duration of the stroke
|
|
1047
|
+
:type use_invert: typing.Optional[typing.Union[bool, typing.Any]]
|
|
1048
|
+
"""
|
|
1049
|
+
|
|
1050
|
+
...
|
|
1051
|
+
|
|
1052
|
+
def uv_sculpt_relax(
|
|
1053
|
+
override_context: typing.Optional[typing.Union[dict, bpy.types.Context]] = None,
|
|
1054
|
+
execution_context: typing.Optional[typing.Union[str, int]] = None,
|
|
1055
|
+
undo: typing.Optional[bool] = None,
|
|
1056
|
+
use_invert: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
1057
|
+
relax_method: typing.Optional[typing.Any] = "COTAN",
|
|
1058
|
+
):
|
|
1059
|
+
"""Relax UVs
|
|
1025
1060
|
|
|
1026
1061
|
:type override_context: typing.Optional[typing.Union[dict, bpy.types.Context]]
|
|
1027
1062
|
:type execution_context: typing.Optional[typing.Union[str, int]]
|
|
1028
1063
|
:type undo: typing.Optional[bool]
|
|
1029
|
-
:param
|
|
1064
|
+
:param use_invert: Invert, Invert action for the duration of the stroke
|
|
1065
|
+
:type use_invert: typing.Optional[typing.Union[bool, typing.Any]]
|
|
1066
|
+
:param relax_method: Relax Method, Algorithm used for UV relaxation
|
|
1030
1067
|
|
|
1031
|
-
|
|
1032
|
-
|
|
1068
|
+
LAPLACIAN
|
|
1069
|
+
Laplacian -- Use Laplacian method for relaxation.
|
|
1033
1070
|
|
|
1034
|
-
|
|
1035
|
-
|
|
1071
|
+
HC
|
|
1072
|
+
HC -- Use HC method for relaxation.
|
|
1036
1073
|
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
:type
|
|
1074
|
+
COTAN
|
|
1075
|
+
Geometry -- Use Geometry (cotangent) relaxation, making UVs follow the underlying 3D geometry.
|
|
1076
|
+
:type relax_method: typing.Optional[typing.Any]
|
|
1040
1077
|
"""
|
|
1041
1078
|
|
|
1042
1079
|
...
|
bpy/ops/wm/__init__.pyi
CHANGED
|
@@ -5085,6 +5085,7 @@ def usd_import(
|
|
|
5085
5085
|
import_textures_dir: typing.Union[str, typing.Any] = "//textures/",
|
|
5086
5086
|
tex_name_collision_mode: typing.Optional[typing.Any] = "USE_EXISTING",
|
|
5087
5087
|
attr_import_mode: typing.Optional[typing.Any] = "ALL",
|
|
5088
|
+
validate_meshes: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
5088
5089
|
):
|
|
5089
5090
|
"""Import USD stage into current scene
|
|
5090
5091
|
|
|
@@ -5242,6 +5243,8 @@ def usd_import(
|
|
|
5242
5243
|
ALL
|
|
5243
5244
|
All Custom -- Import all USD custom attributes as Blender custom properties. Namespaces will be retained in the property names.
|
|
5244
5245
|
:type attr_import_mode: typing.Optional[typing.Any]
|
|
5246
|
+
:param validate_meshes: Validate Meshes, Check imported mesh objects for invalid data (slow)
|
|
5247
|
+
:type validate_meshes: typing.Optional[typing.Union[bool, typing.Any]]
|
|
5245
5248
|
"""
|
|
5246
5249
|
|
|
5247
5250
|
...
|