fake-bpy-module 20240426__py3-none-any.whl → 20240428__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/node/__init__.pyi +124 -0
- bl_ui/properties_material/__init__.pyi +167 -0
- bl_ui/space_clip/__init__.pyi +2 -2
- bl_ui/space_image/__init__.pyi +23 -724
- bl_ui/space_node/__init__.pyi +149 -0
- bl_ui/space_sequencer/__init__.pyi +2 -2
- bl_ui/space_toolsystem_toolbar/__init__.pyi +7 -5
- bpy/ops/export_scene/__init__.pyi +3 -3
- bpy/ops/geometry/__init__.pyi +3 -0
- bpy/ops/nla/__init__.pyi +2 -2
- bpy/ops/node/__init__.pyi +8 -0
- bpy/ops/sculpt/__init__.pyi +50 -13
- bpy/types/__init__.pyi +28412 -27995
- {fake_bpy_module-20240426.dist-info → fake_bpy_module-20240428.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240426.dist-info → fake_bpy_module-20240428.dist-info}/RECORD +18 -18
- mathutils/__init__.pyi +10 -5
- {fake_bpy_module-20240426.dist-info → fake_bpy_module-20240428.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240426.dist-info → fake_bpy_module-20240428.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
|
|
|
@@ -3453,10 +3453,10 @@ class SEQUENCER_MT_preview_zoom(bpy_types.Menu, bpy_types._GenericUI):
|
|
|
3453
3453
|
""" """
|
|
3454
3454
|
...
|
|
3455
3455
|
|
|
3456
|
-
def draw(self,
|
|
3456
|
+
def draw(self, context):
|
|
3457
3457
|
"""
|
|
3458
3458
|
|
|
3459
|
-
:param
|
|
3459
|
+
:param context:
|
|
3460
3460
|
"""
|
|
3461
3461
|
...
|
|
3462
3462
|
|
|
@@ -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
|
""" """
|
|
@@ -21,11 +21,11 @@ def fbx(
|
|
|
21
21
|
bake_space_transform: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
22
22
|
object_types: typing.Optional[typing.Any] = {
|
|
23
23
|
'"LIGHT"',
|
|
24
|
-
'"EMPTY"',
|
|
25
|
-
'"CAMERA"',
|
|
26
24
|
'"OTHER"',
|
|
27
|
-
'"
|
|
25
|
+
'"EMPTY"',
|
|
28
26
|
'"MESH"',
|
|
27
|
+
'"ARMATURE"',
|
|
28
|
+
'"CAMERA"',
|
|
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
|
...
|
bpy/ops/nla/__init__.pyi
CHANGED
|
@@ -101,10 +101,10 @@ def bake(
|
|
|
101
101
|
clean_curves: typing.Optional[typing.Union[bool, typing.Any]] = False,
|
|
102
102
|
bake_types: typing.Optional[typing.Any] = {'"POSE"'},
|
|
103
103
|
channel_types: typing.Optional[typing.Any] = {
|
|
104
|
-
'"LOCATION"',
|
|
105
104
|
'"PROPS"',
|
|
106
|
-
'"BBONE"',
|
|
107
105
|
'"ROTATION"',
|
|
106
|
+
'"BBONE"',
|
|
107
|
+
'"LOCATION"',
|
|
108
108
|
'"SCALE"',
|
|
109
109
|
},
|
|
110
110
|
):
|
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] = {'"Z"', '"
|
|
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] = {'"Z"', '"
|
|
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
|
...
|