fake-bpy-module 20240506__py3-none-any.whl → 20240507__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/sequencer/__init__.pyi +382 -0
- bpy/ops/export_scene/__init__.pyi +3 -3
- bpy/ops/nla/__init__.pyi +3 -3
- bpy/ops/sculpt/__init__.pyi +2 -2
- bpy/types/__init__.pyi +390 -26
- {fake_bpy_module-20240506.dist-info → fake_bpy_module-20240507.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240506.dist-info → fake_bpy_module-20240507.dist-info}/RECORD +9 -9
- {fake_bpy_module-20240506.dist-info → fake_bpy_module-20240507.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240506.dist-info → fake_bpy_module-20240507.dist-info}/top_level.txt +0 -0
|
@@ -32,6 +32,16 @@ class Fade:
|
|
|
32
32
|
"""
|
|
33
33
|
...
|
|
34
34
|
|
|
35
|
+
class SequencerFileHandlerBase:
|
|
36
|
+
""" """
|
|
37
|
+
|
|
38
|
+
def poll_drop(self, context):
|
|
39
|
+
"""
|
|
40
|
+
|
|
41
|
+
:param context:
|
|
42
|
+
"""
|
|
43
|
+
...
|
|
44
|
+
|
|
35
45
|
class SequencerCrossfadeSounds(bpy_types.Operator):
|
|
36
46
|
""" """
|
|
37
47
|
|
|
@@ -778,6 +788,378 @@ class SequencerSplitMulticam(bpy_types.Operator):
|
|
|
778
788
|
""" """
|
|
779
789
|
...
|
|
780
790
|
|
|
791
|
+
class SEQUENCER_FH_image_strip(bpy_types.FileHandler, SequencerFileHandlerBase):
|
|
792
|
+
""" """
|
|
793
|
+
|
|
794
|
+
bl_file_extensions: typing.Any
|
|
795
|
+
""" """
|
|
796
|
+
|
|
797
|
+
bl_idname: typing.Any
|
|
798
|
+
""" """
|
|
799
|
+
|
|
800
|
+
bl_import_operator: typing.Any
|
|
801
|
+
""" """
|
|
802
|
+
|
|
803
|
+
bl_label: typing.Any
|
|
804
|
+
""" """
|
|
805
|
+
|
|
806
|
+
bl_rna: typing.Any
|
|
807
|
+
""" """
|
|
808
|
+
|
|
809
|
+
id_data: typing.Any
|
|
810
|
+
""" """
|
|
811
|
+
|
|
812
|
+
def as_pointer(self):
|
|
813
|
+
""" """
|
|
814
|
+
...
|
|
815
|
+
|
|
816
|
+
def bl_rna_get_subclass(self):
|
|
817
|
+
""" """
|
|
818
|
+
...
|
|
819
|
+
|
|
820
|
+
def bl_rna_get_subclass_py(self):
|
|
821
|
+
""" """
|
|
822
|
+
...
|
|
823
|
+
|
|
824
|
+
def driver_add(self):
|
|
825
|
+
""" """
|
|
826
|
+
...
|
|
827
|
+
|
|
828
|
+
def driver_remove(self):
|
|
829
|
+
""" """
|
|
830
|
+
...
|
|
831
|
+
|
|
832
|
+
def get(self):
|
|
833
|
+
""" """
|
|
834
|
+
...
|
|
835
|
+
|
|
836
|
+
def id_properties_clear(self):
|
|
837
|
+
""" """
|
|
838
|
+
...
|
|
839
|
+
|
|
840
|
+
def id_properties_ensure(self):
|
|
841
|
+
""" """
|
|
842
|
+
...
|
|
843
|
+
|
|
844
|
+
def id_properties_ui(self):
|
|
845
|
+
""" """
|
|
846
|
+
...
|
|
847
|
+
|
|
848
|
+
def is_property_hidden(self):
|
|
849
|
+
""" """
|
|
850
|
+
...
|
|
851
|
+
|
|
852
|
+
def is_property_overridable_library(self):
|
|
853
|
+
""" """
|
|
854
|
+
...
|
|
855
|
+
|
|
856
|
+
def is_property_readonly(self):
|
|
857
|
+
""" """
|
|
858
|
+
...
|
|
859
|
+
|
|
860
|
+
def is_property_set(self):
|
|
861
|
+
""" """
|
|
862
|
+
...
|
|
863
|
+
|
|
864
|
+
def items(self):
|
|
865
|
+
""" """
|
|
866
|
+
...
|
|
867
|
+
|
|
868
|
+
def keyframe_delete(self):
|
|
869
|
+
""" """
|
|
870
|
+
...
|
|
871
|
+
|
|
872
|
+
def keyframe_insert(self):
|
|
873
|
+
""" """
|
|
874
|
+
...
|
|
875
|
+
|
|
876
|
+
def keys(self):
|
|
877
|
+
""" """
|
|
878
|
+
...
|
|
879
|
+
|
|
880
|
+
def path_from_id(self):
|
|
881
|
+
""" """
|
|
882
|
+
...
|
|
883
|
+
|
|
884
|
+
def path_resolve(self):
|
|
885
|
+
""" """
|
|
886
|
+
...
|
|
887
|
+
|
|
888
|
+
def poll_drop(self, context):
|
|
889
|
+
"""
|
|
890
|
+
|
|
891
|
+
:param context:
|
|
892
|
+
"""
|
|
893
|
+
...
|
|
894
|
+
|
|
895
|
+
def pop(self):
|
|
896
|
+
""" """
|
|
897
|
+
...
|
|
898
|
+
|
|
899
|
+
def property_overridable_library_set(self):
|
|
900
|
+
""" """
|
|
901
|
+
...
|
|
902
|
+
|
|
903
|
+
def property_unset(self):
|
|
904
|
+
""" """
|
|
905
|
+
...
|
|
906
|
+
|
|
907
|
+
def type_recast(self):
|
|
908
|
+
""" """
|
|
909
|
+
...
|
|
910
|
+
|
|
911
|
+
def values(self):
|
|
912
|
+
""" """
|
|
913
|
+
...
|
|
914
|
+
|
|
915
|
+
class SEQUENCER_FH_movie_strip(bpy_types.FileHandler, SequencerFileHandlerBase):
|
|
916
|
+
""" """
|
|
917
|
+
|
|
918
|
+
bl_file_extensions: typing.Any
|
|
919
|
+
""" """
|
|
920
|
+
|
|
921
|
+
bl_idname: typing.Any
|
|
922
|
+
""" """
|
|
923
|
+
|
|
924
|
+
bl_import_operator: typing.Any
|
|
925
|
+
""" """
|
|
926
|
+
|
|
927
|
+
bl_label: typing.Any
|
|
928
|
+
""" """
|
|
929
|
+
|
|
930
|
+
bl_rna: typing.Any
|
|
931
|
+
""" """
|
|
932
|
+
|
|
933
|
+
id_data: typing.Any
|
|
934
|
+
""" """
|
|
935
|
+
|
|
936
|
+
def as_pointer(self):
|
|
937
|
+
""" """
|
|
938
|
+
...
|
|
939
|
+
|
|
940
|
+
def bl_rna_get_subclass(self):
|
|
941
|
+
""" """
|
|
942
|
+
...
|
|
943
|
+
|
|
944
|
+
def bl_rna_get_subclass_py(self):
|
|
945
|
+
""" """
|
|
946
|
+
...
|
|
947
|
+
|
|
948
|
+
def driver_add(self):
|
|
949
|
+
""" """
|
|
950
|
+
...
|
|
951
|
+
|
|
952
|
+
def driver_remove(self):
|
|
953
|
+
""" """
|
|
954
|
+
...
|
|
955
|
+
|
|
956
|
+
def get(self):
|
|
957
|
+
""" """
|
|
958
|
+
...
|
|
959
|
+
|
|
960
|
+
def id_properties_clear(self):
|
|
961
|
+
""" """
|
|
962
|
+
...
|
|
963
|
+
|
|
964
|
+
def id_properties_ensure(self):
|
|
965
|
+
""" """
|
|
966
|
+
...
|
|
967
|
+
|
|
968
|
+
def id_properties_ui(self):
|
|
969
|
+
""" """
|
|
970
|
+
...
|
|
971
|
+
|
|
972
|
+
def is_property_hidden(self):
|
|
973
|
+
""" """
|
|
974
|
+
...
|
|
975
|
+
|
|
976
|
+
def is_property_overridable_library(self):
|
|
977
|
+
""" """
|
|
978
|
+
...
|
|
979
|
+
|
|
980
|
+
def is_property_readonly(self):
|
|
981
|
+
""" """
|
|
982
|
+
...
|
|
983
|
+
|
|
984
|
+
def is_property_set(self):
|
|
985
|
+
""" """
|
|
986
|
+
...
|
|
987
|
+
|
|
988
|
+
def items(self):
|
|
989
|
+
""" """
|
|
990
|
+
...
|
|
991
|
+
|
|
992
|
+
def keyframe_delete(self):
|
|
993
|
+
""" """
|
|
994
|
+
...
|
|
995
|
+
|
|
996
|
+
def keyframe_insert(self):
|
|
997
|
+
""" """
|
|
998
|
+
...
|
|
999
|
+
|
|
1000
|
+
def keys(self):
|
|
1001
|
+
""" """
|
|
1002
|
+
...
|
|
1003
|
+
|
|
1004
|
+
def path_from_id(self):
|
|
1005
|
+
""" """
|
|
1006
|
+
...
|
|
1007
|
+
|
|
1008
|
+
def path_resolve(self):
|
|
1009
|
+
""" """
|
|
1010
|
+
...
|
|
1011
|
+
|
|
1012
|
+
def poll_drop(self, context):
|
|
1013
|
+
"""
|
|
1014
|
+
|
|
1015
|
+
:param context:
|
|
1016
|
+
"""
|
|
1017
|
+
...
|
|
1018
|
+
|
|
1019
|
+
def pop(self):
|
|
1020
|
+
""" """
|
|
1021
|
+
...
|
|
1022
|
+
|
|
1023
|
+
def property_overridable_library_set(self):
|
|
1024
|
+
""" """
|
|
1025
|
+
...
|
|
1026
|
+
|
|
1027
|
+
def property_unset(self):
|
|
1028
|
+
""" """
|
|
1029
|
+
...
|
|
1030
|
+
|
|
1031
|
+
def type_recast(self):
|
|
1032
|
+
""" """
|
|
1033
|
+
...
|
|
1034
|
+
|
|
1035
|
+
def values(self):
|
|
1036
|
+
""" """
|
|
1037
|
+
...
|
|
1038
|
+
|
|
1039
|
+
class SEQUENCER_FH_sound_strip(bpy_types.FileHandler, SequencerFileHandlerBase):
|
|
1040
|
+
""" """
|
|
1041
|
+
|
|
1042
|
+
bl_file_extensions: typing.Any
|
|
1043
|
+
""" """
|
|
1044
|
+
|
|
1045
|
+
bl_idname: typing.Any
|
|
1046
|
+
""" """
|
|
1047
|
+
|
|
1048
|
+
bl_import_operator: typing.Any
|
|
1049
|
+
""" """
|
|
1050
|
+
|
|
1051
|
+
bl_label: typing.Any
|
|
1052
|
+
""" """
|
|
1053
|
+
|
|
1054
|
+
bl_rna: typing.Any
|
|
1055
|
+
""" """
|
|
1056
|
+
|
|
1057
|
+
id_data: typing.Any
|
|
1058
|
+
""" """
|
|
1059
|
+
|
|
1060
|
+
def as_pointer(self):
|
|
1061
|
+
""" """
|
|
1062
|
+
...
|
|
1063
|
+
|
|
1064
|
+
def bl_rna_get_subclass(self):
|
|
1065
|
+
""" """
|
|
1066
|
+
...
|
|
1067
|
+
|
|
1068
|
+
def bl_rna_get_subclass_py(self):
|
|
1069
|
+
""" """
|
|
1070
|
+
...
|
|
1071
|
+
|
|
1072
|
+
def driver_add(self):
|
|
1073
|
+
""" """
|
|
1074
|
+
...
|
|
1075
|
+
|
|
1076
|
+
def driver_remove(self):
|
|
1077
|
+
""" """
|
|
1078
|
+
...
|
|
1079
|
+
|
|
1080
|
+
def get(self):
|
|
1081
|
+
""" """
|
|
1082
|
+
...
|
|
1083
|
+
|
|
1084
|
+
def id_properties_clear(self):
|
|
1085
|
+
""" """
|
|
1086
|
+
...
|
|
1087
|
+
|
|
1088
|
+
def id_properties_ensure(self):
|
|
1089
|
+
""" """
|
|
1090
|
+
...
|
|
1091
|
+
|
|
1092
|
+
def id_properties_ui(self):
|
|
1093
|
+
""" """
|
|
1094
|
+
...
|
|
1095
|
+
|
|
1096
|
+
def is_property_hidden(self):
|
|
1097
|
+
""" """
|
|
1098
|
+
...
|
|
1099
|
+
|
|
1100
|
+
def is_property_overridable_library(self):
|
|
1101
|
+
""" """
|
|
1102
|
+
...
|
|
1103
|
+
|
|
1104
|
+
def is_property_readonly(self):
|
|
1105
|
+
""" """
|
|
1106
|
+
...
|
|
1107
|
+
|
|
1108
|
+
def is_property_set(self):
|
|
1109
|
+
""" """
|
|
1110
|
+
...
|
|
1111
|
+
|
|
1112
|
+
def items(self):
|
|
1113
|
+
""" """
|
|
1114
|
+
...
|
|
1115
|
+
|
|
1116
|
+
def keyframe_delete(self):
|
|
1117
|
+
""" """
|
|
1118
|
+
...
|
|
1119
|
+
|
|
1120
|
+
def keyframe_insert(self):
|
|
1121
|
+
""" """
|
|
1122
|
+
...
|
|
1123
|
+
|
|
1124
|
+
def keys(self):
|
|
1125
|
+
""" """
|
|
1126
|
+
...
|
|
1127
|
+
|
|
1128
|
+
def path_from_id(self):
|
|
1129
|
+
""" """
|
|
1130
|
+
...
|
|
1131
|
+
|
|
1132
|
+
def path_resolve(self):
|
|
1133
|
+
""" """
|
|
1134
|
+
...
|
|
1135
|
+
|
|
1136
|
+
def poll_drop(self, context):
|
|
1137
|
+
"""
|
|
1138
|
+
|
|
1139
|
+
:param context:
|
|
1140
|
+
"""
|
|
1141
|
+
...
|
|
1142
|
+
|
|
1143
|
+
def pop(self):
|
|
1144
|
+
""" """
|
|
1145
|
+
...
|
|
1146
|
+
|
|
1147
|
+
def property_overridable_library_set(self):
|
|
1148
|
+
""" """
|
|
1149
|
+
...
|
|
1150
|
+
|
|
1151
|
+
def property_unset(self):
|
|
1152
|
+
""" """
|
|
1153
|
+
...
|
|
1154
|
+
|
|
1155
|
+
def type_recast(self):
|
|
1156
|
+
""" """
|
|
1157
|
+
...
|
|
1158
|
+
|
|
1159
|
+
def values(self):
|
|
1160
|
+
""" """
|
|
1161
|
+
...
|
|
1162
|
+
|
|
781
1163
|
def calculate_duration_frames(scene, duration_seconds):
|
|
782
1164
|
""" """
|
|
783
1165
|
|
|
@@ -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
|
+
'"MESH"',
|
|
25
|
+
'"EMPTY"',
|
|
23
26
|
'"ARMATURE"',
|
|
24
27
|
'"CAMERA"',
|
|
25
|
-
'"EMPTY"',
|
|
26
|
-
'"LIGHT"',
|
|
27
28
|
'"OTHER"',
|
|
28
|
-
'"MESH"',
|
|
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/nla/__init__.pyi
CHANGED
|
@@ -101,11 +101,11 @@ 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
|
-
'"
|
|
105
|
-
'"SCALE"',
|
|
104
|
+
'"BBONE"',
|
|
106
105
|
'"ROTATION"',
|
|
106
|
+
'"SCALE"',
|
|
107
|
+
'"LOCATION"',
|
|
107
108
|
'"PROPS"',
|
|
108
|
-
'"BBONE"',
|
|
109
109
|
},
|
|
110
110
|
):
|
|
111
111
|
"""Bake all selected objects location/scale/rotation animation to an action
|
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] = {'"X"', '"
|
|
52
|
+
force_axis: typing.Optional[typing.Any] = {'"X"', '"Z"', '"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] = {'"X"', '"
|
|
606
|
+
deform_axis: typing.Optional[typing.Any] = {'"X"', '"Z"', '"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,
|
bpy/types/__init__.pyi
CHANGED
|
@@ -34372,6 +34372,95 @@ Base class for integrating USD Hydra based renderers.
|
|
|
34372
34372
|
:columns: 2
|
|
34373
34373
|
|
|
34374
34374
|
|
|
34375
|
+
--------------------
|
|
34376
|
+
|
|
34377
|
+
* bpy_struct.id_data
|
|
34378
|
+
* Node.type
|
|
34379
|
+
* Node.location
|
|
34380
|
+
* Node.width
|
|
34381
|
+
* Node.height
|
|
34382
|
+
* Node.dimensions
|
|
34383
|
+
* Node.name
|
|
34384
|
+
* Node.label
|
|
34385
|
+
* Node.inputs
|
|
34386
|
+
* Node.outputs
|
|
34387
|
+
* Node.internal_links
|
|
34388
|
+
* Node.parent
|
|
34389
|
+
* Node.use_custom_color
|
|
34390
|
+
* Node.color
|
|
34391
|
+
* Node.select
|
|
34392
|
+
* Node.show_options
|
|
34393
|
+
* Node.show_preview
|
|
34394
|
+
* Node.hide
|
|
34395
|
+
* Node.mute
|
|
34396
|
+
* Node.show_texture
|
|
34397
|
+
* Node.bl_idname
|
|
34398
|
+
* Node.bl_label
|
|
34399
|
+
* Node.bl_description
|
|
34400
|
+
* Node.bl_icon
|
|
34401
|
+
* Node.bl_static_type
|
|
34402
|
+
* Node.bl_width_default
|
|
34403
|
+
* Node.bl_width_min
|
|
34404
|
+
* Node.bl_width_max
|
|
34405
|
+
* Node.bl_height_default
|
|
34406
|
+
* Node.bl_height_min
|
|
34407
|
+
* Node.bl_height_max
|
|
34408
|
+
|
|
34409
|
+
:columns: 2
|
|
34410
|
+
|
|
34411
|
+
|
|
34412
|
+
--------------------
|
|
34413
|
+
|
|
34414
|
+
* bpy_struct.as_pointer
|
|
34415
|
+
* bpy_struct.driver_add
|
|
34416
|
+
* bpy_struct.driver_remove
|
|
34417
|
+
* bpy_struct.get
|
|
34418
|
+
* bpy_struct.id_properties_clear
|
|
34419
|
+
* bpy_struct.id_properties_ensure
|
|
34420
|
+
* bpy_struct.id_properties_ui
|
|
34421
|
+
* bpy_struct.is_property_hidden
|
|
34422
|
+
* bpy_struct.is_property_overridable_library
|
|
34423
|
+
* bpy_struct.is_property_readonly
|
|
34424
|
+
* bpy_struct.is_property_set
|
|
34425
|
+
* bpy_struct.items
|
|
34426
|
+
* bpy_struct.keyframe_delete
|
|
34427
|
+
* bpy_struct.keyframe_insert
|
|
34428
|
+
* bpy_struct.keys
|
|
34429
|
+
* bpy_struct.path_from_id
|
|
34430
|
+
* bpy_struct.path_resolve
|
|
34431
|
+
* bpy_struct.pop
|
|
34432
|
+
* bpy_struct.property_overridable_library_set
|
|
34433
|
+
* bpy_struct.property_unset
|
|
34434
|
+
* bpy_struct.type_recast
|
|
34435
|
+
* bpy_struct.values
|
|
34436
|
+
* Node.socket_value_update
|
|
34437
|
+
* Node.is_registered_node_type
|
|
34438
|
+
* Node.poll
|
|
34439
|
+
* Node.poll_instance
|
|
34440
|
+
* Node.update
|
|
34441
|
+
* Node.insert_link
|
|
34442
|
+
* Node.init
|
|
34443
|
+
* Node.copy
|
|
34444
|
+
* Node.free
|
|
34445
|
+
* Node.draw_buttons
|
|
34446
|
+
* Node.draw_buttons_ext
|
|
34447
|
+
* Node.draw_label
|
|
34448
|
+
* Node.poll
|
|
34449
|
+
* Node.bl_rna_get_subclass
|
|
34450
|
+
* Node.bl_rna_get_subclass_py
|
|
34451
|
+
* NodeInternal.poll
|
|
34452
|
+
* NodeInternal.poll_instance
|
|
34453
|
+
* NodeInternal.update
|
|
34454
|
+
* NodeInternal.draw_buttons
|
|
34455
|
+
* NodeInternal.draw_buttons_ext
|
|
34456
|
+
* NodeInternal.bl_rna_get_subclass
|
|
34457
|
+
* NodeInternal.bl_rna_get_subclass_py
|
|
34458
|
+
* FunctionNode.bl_rna_get_subclass
|
|
34459
|
+
* FunctionNode.bl_rna_get_subclass_py
|
|
34460
|
+
|
|
34461
|
+
:columns: 2
|
|
34462
|
+
|
|
34463
|
+
|
|
34375
34464
|
--------------------
|
|
34376
34465
|
|
|
34377
34466
|
* bpy_struct.id_data
|
|
@@ -60068,6 +60157,49 @@ Executing the operator will then print all values.
|
|
|
60068
60157
|
:columns: 2
|
|
60069
60158
|
|
|
60070
60159
|
|
|
60160
|
+
--------------------
|
|
60161
|
+
|
|
60162
|
+
* bpy_struct.id_data
|
|
60163
|
+
* FileHandler.bl_idname
|
|
60164
|
+
* FileHandler.bl_import_operator
|
|
60165
|
+
* FileHandler.bl_export_operator
|
|
60166
|
+
* FileHandler.bl_label
|
|
60167
|
+
* FileHandler.bl_file_extensions
|
|
60168
|
+
|
|
60169
|
+
:columns: 2
|
|
60170
|
+
|
|
60171
|
+
|
|
60172
|
+
--------------------
|
|
60173
|
+
|
|
60174
|
+
* bpy_struct.as_pointer
|
|
60175
|
+
* bpy_struct.driver_add
|
|
60176
|
+
* bpy_struct.driver_remove
|
|
60177
|
+
* bpy_struct.get
|
|
60178
|
+
* bpy_struct.id_properties_clear
|
|
60179
|
+
* bpy_struct.id_properties_ensure
|
|
60180
|
+
* bpy_struct.id_properties_ui
|
|
60181
|
+
* bpy_struct.is_property_hidden
|
|
60182
|
+
* bpy_struct.is_property_overridable_library
|
|
60183
|
+
* bpy_struct.is_property_readonly
|
|
60184
|
+
* bpy_struct.is_property_set
|
|
60185
|
+
* bpy_struct.items
|
|
60186
|
+
* bpy_struct.keyframe_delete
|
|
60187
|
+
* bpy_struct.keyframe_insert
|
|
60188
|
+
* bpy_struct.keys
|
|
60189
|
+
* bpy_struct.path_from_id
|
|
60190
|
+
* bpy_struct.path_resolve
|
|
60191
|
+
* bpy_struct.pop
|
|
60192
|
+
* bpy_struct.property_overridable_library_set
|
|
60193
|
+
* bpy_struct.property_unset
|
|
60194
|
+
* bpy_struct.type_recast
|
|
60195
|
+
* bpy_struct.values
|
|
60196
|
+
* FileHandler.poll_drop
|
|
60197
|
+
* FileHandler.bl_rna_get_subclass
|
|
60198
|
+
* FileHandler.bl_rna_get_subclass_py
|
|
60199
|
+
|
|
60200
|
+
:columns: 2
|
|
60201
|
+
|
|
60202
|
+
|
|
60071
60203
|
--------------------
|
|
60072
60204
|
|
|
60073
60205
|
* bpy_struct.id_data
|
|
@@ -69681,6 +69813,49 @@ Property types used in class declarations are all in bpy.props
|
|
|
69681
69813
|
:columns: 2
|
|
69682
69814
|
|
|
69683
69815
|
|
|
69816
|
+
--------------------
|
|
69817
|
+
|
|
69818
|
+
* bpy_struct.id_data
|
|
69819
|
+
* FileHandler.bl_idname
|
|
69820
|
+
* FileHandler.bl_import_operator
|
|
69821
|
+
* FileHandler.bl_export_operator
|
|
69822
|
+
* FileHandler.bl_label
|
|
69823
|
+
* FileHandler.bl_file_extensions
|
|
69824
|
+
|
|
69825
|
+
:columns: 2
|
|
69826
|
+
|
|
69827
|
+
|
|
69828
|
+
--------------------
|
|
69829
|
+
|
|
69830
|
+
* bpy_struct.as_pointer
|
|
69831
|
+
* bpy_struct.driver_add
|
|
69832
|
+
* bpy_struct.driver_remove
|
|
69833
|
+
* bpy_struct.get
|
|
69834
|
+
* bpy_struct.id_properties_clear
|
|
69835
|
+
* bpy_struct.id_properties_ensure
|
|
69836
|
+
* bpy_struct.id_properties_ui
|
|
69837
|
+
* bpy_struct.is_property_hidden
|
|
69838
|
+
* bpy_struct.is_property_overridable_library
|
|
69839
|
+
* bpy_struct.is_property_readonly
|
|
69840
|
+
* bpy_struct.is_property_set
|
|
69841
|
+
* bpy_struct.items
|
|
69842
|
+
* bpy_struct.keyframe_delete
|
|
69843
|
+
* bpy_struct.keyframe_insert
|
|
69844
|
+
* bpy_struct.keys
|
|
69845
|
+
* bpy_struct.path_from_id
|
|
69846
|
+
* bpy_struct.path_resolve
|
|
69847
|
+
* bpy_struct.pop
|
|
69848
|
+
* bpy_struct.property_overridable_library_set
|
|
69849
|
+
* bpy_struct.property_unset
|
|
69850
|
+
* bpy_struct.type_recast
|
|
69851
|
+
* bpy_struct.values
|
|
69852
|
+
* FileHandler.poll_drop
|
|
69853
|
+
* FileHandler.bl_rna_get_subclass
|
|
69854
|
+
* FileHandler.bl_rna_get_subclass_py
|
|
69855
|
+
|
|
69856
|
+
:columns: 2
|
|
69857
|
+
|
|
69858
|
+
|
|
69684
69859
|
--------------------
|
|
69685
69860
|
|
|
69686
69861
|
* bpy_struct.id_data
|
|
@@ -74860,6 +75035,49 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
74860
75035
|
:columns: 2
|
|
74861
75036
|
|
|
74862
75037
|
|
|
75038
|
+
--------------------
|
|
75039
|
+
|
|
75040
|
+
* bpy_struct.id_data
|
|
75041
|
+
* FileHandler.bl_idname
|
|
75042
|
+
* FileHandler.bl_import_operator
|
|
75043
|
+
* FileHandler.bl_export_operator
|
|
75044
|
+
* FileHandler.bl_label
|
|
75045
|
+
* FileHandler.bl_file_extensions
|
|
75046
|
+
|
|
75047
|
+
:columns: 2
|
|
75048
|
+
|
|
75049
|
+
|
|
75050
|
+
--------------------
|
|
75051
|
+
|
|
75052
|
+
* bpy_struct.as_pointer
|
|
75053
|
+
* bpy_struct.driver_add
|
|
75054
|
+
* bpy_struct.driver_remove
|
|
75055
|
+
* bpy_struct.get
|
|
75056
|
+
* bpy_struct.id_properties_clear
|
|
75057
|
+
* bpy_struct.id_properties_ensure
|
|
75058
|
+
* bpy_struct.id_properties_ui
|
|
75059
|
+
* bpy_struct.is_property_hidden
|
|
75060
|
+
* bpy_struct.is_property_overridable_library
|
|
75061
|
+
* bpy_struct.is_property_readonly
|
|
75062
|
+
* bpy_struct.is_property_set
|
|
75063
|
+
* bpy_struct.items
|
|
75064
|
+
* bpy_struct.keyframe_delete
|
|
75065
|
+
* bpy_struct.keyframe_insert
|
|
75066
|
+
* bpy_struct.keys
|
|
75067
|
+
* bpy_struct.path_from_id
|
|
75068
|
+
* bpy_struct.path_resolve
|
|
75069
|
+
* bpy_struct.pop
|
|
75070
|
+
* bpy_struct.property_overridable_library_set
|
|
75071
|
+
* bpy_struct.property_unset
|
|
75072
|
+
* bpy_struct.type_recast
|
|
75073
|
+
* bpy_struct.values
|
|
75074
|
+
* FileHandler.poll_drop
|
|
75075
|
+
* FileHandler.bl_rna_get_subclass
|
|
75076
|
+
* FileHandler.bl_rna_get_subclass_py
|
|
75077
|
+
|
|
75078
|
+
:columns: 2
|
|
75079
|
+
|
|
75080
|
+
|
|
74863
75081
|
--------------------
|
|
74864
75082
|
|
|
74865
75083
|
* bpy_struct.id_data
|
|
@@ -78692,6 +78910,8 @@ at its creation, all editing in the original image's buffer is 'lost' in its cop
|
|
|
78692
78910
|
* FunctionNodeInputColor.output_template
|
|
78693
78911
|
* FunctionNodeInputInt.input_template
|
|
78694
78912
|
* FunctionNodeInputInt.output_template
|
|
78913
|
+
* FunctionNodeInputRotation.input_template
|
|
78914
|
+
* FunctionNodeInputRotation.output_template
|
|
78695
78915
|
* FunctionNodeInputSpecialCharacters.input_template
|
|
78696
78916
|
* FunctionNodeInputSpecialCharacters.output_template
|
|
78697
78917
|
* FunctionNodeInputString.input_template
|
|
@@ -97242,6 +97462,7 @@ import bl_operators.image
|
|
|
97242
97462
|
import bl_operators.node
|
|
97243
97463
|
import bl_operators.object
|
|
97244
97464
|
import bl_operators.presets
|
|
97465
|
+
import bl_operators.sequencer
|
|
97245
97466
|
import bl_operators.spreadsheet
|
|
97246
97467
|
import bl_operators.userpref
|
|
97247
97468
|
import bl_operators.view3d
|
|
@@ -124052,9 +124273,9 @@ class KeyConfigurations(bpy_struct):
|
|
|
124052
124273
|
properties: typing.Optional[OperatorProperties] = None,
|
|
124053
124274
|
include: typing.Optional[typing.Any] = {
|
|
124054
124275
|
'"NDOF"',
|
|
124055
|
-
'"ACTIONZONE"',
|
|
124056
124276
|
'"MOUSE"',
|
|
124057
124277
|
'"KEYBOARD"',
|
|
124278
|
+
'"ACTIONZONE"',
|
|
124058
124279
|
},
|
|
124059
124280
|
exclude: typing.Optional[typing.Any] = {},
|
|
124060
124281
|
):
|
|
@@ -124548,9 +124769,9 @@ class KeyMapItems(bpy_struct):
|
|
|
124548
124769
|
properties: typing.Optional[OperatorProperties] = None,
|
|
124549
124770
|
include: typing.Optional[typing.Any] = {
|
|
124550
124771
|
'"NDOF"',
|
|
124551
|
-
'"ACTIONZONE"',
|
|
124552
124772
|
'"MOUSE"',
|
|
124553
124773
|
'"KEYBOARD"',
|
|
124774
|
+
'"ACTIONZONE"',
|
|
124554
124775
|
},
|
|
124555
124776
|
exclude: typing.Optional[typing.Any] = {},
|
|
124556
124777
|
) -> KeyMapItem:
|
|
@@ -128531,18 +128752,6 @@ class MovieClipProxy(bpy_struct):
|
|
|
128531
128752
|
:type: bool
|
|
128532
128753
|
"""
|
|
128533
128754
|
|
|
128534
|
-
build_free_run: bool
|
|
128535
|
-
""" Build free run time code index
|
|
128536
|
-
|
|
128537
|
-
:type: bool
|
|
128538
|
-
"""
|
|
128539
|
-
|
|
128540
|
-
build_free_run_rec_date: bool
|
|
128541
|
-
""" Build free run time code index using Record Date/Time
|
|
128542
|
-
|
|
128543
|
-
:type: bool
|
|
128544
|
-
"""
|
|
128545
|
-
|
|
128546
128755
|
build_record_run: bool
|
|
128547
128756
|
""" Build record run time code index
|
|
128548
128757
|
|
|
@@ -142649,18 +142858,6 @@ class SequenceProxy(bpy_struct):
|
|
|
142649
142858
|
:type: bool
|
|
142650
142859
|
"""
|
|
142651
142860
|
|
|
142652
|
-
build_free_run: bool
|
|
142653
|
-
""" Build free run time code index
|
|
142654
|
-
|
|
142655
|
-
:type: bool
|
|
142656
|
-
"""
|
|
142657
|
-
|
|
142658
|
-
build_free_run_rec_date: bool
|
|
142659
|
-
""" Build free run time code index using Record Date/Time
|
|
142660
|
-
|
|
142661
|
-
:type: bool
|
|
142662
|
-
"""
|
|
142663
|
-
|
|
142664
142861
|
build_record_run: bool
|
|
142665
142862
|
""" Build record run time code index
|
|
142666
142863
|
|
|
@@ -161065,6 +161262,93 @@ class NODE_FH_image_node(FileHandler, bpy_struct):
|
|
|
161065
161262
|
"""
|
|
161066
161263
|
...
|
|
161067
161264
|
|
|
161265
|
+
class SEQUENCER_FH_image_strip(FileHandler, bpy_struct):
|
|
161266
|
+
""" """
|
|
161267
|
+
|
|
161268
|
+
@classmethod
|
|
161269
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
161270
|
+
"""
|
|
161271
|
+
|
|
161272
|
+
:param id: The RNA type identifier.
|
|
161273
|
+
:type id: typing.Optional[str]
|
|
161274
|
+
:param default:
|
|
161275
|
+
:return: The RNA type or default when not found.
|
|
161276
|
+
:rtype: Struct
|
|
161277
|
+
"""
|
|
161278
|
+
...
|
|
161279
|
+
|
|
161280
|
+
@classmethod
|
|
161281
|
+
def bl_rna_get_subclass_py(
|
|
161282
|
+
cls, id: typing.Optional[str], default=None
|
|
161283
|
+
) -> typing.Any:
|
|
161284
|
+
"""
|
|
161285
|
+
|
|
161286
|
+
:param id: The RNA type identifier.
|
|
161287
|
+
:type id: typing.Optional[str]
|
|
161288
|
+
:param default:
|
|
161289
|
+
:return: The class or default when not found.
|
|
161290
|
+
:rtype: typing.Any
|
|
161291
|
+
"""
|
|
161292
|
+
...
|
|
161293
|
+
|
|
161294
|
+
class SEQUENCER_FH_movie_strip(FileHandler, bpy_struct):
|
|
161295
|
+
""" """
|
|
161296
|
+
|
|
161297
|
+
@classmethod
|
|
161298
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
161299
|
+
"""
|
|
161300
|
+
|
|
161301
|
+
:param id: The RNA type identifier.
|
|
161302
|
+
:type id: typing.Optional[str]
|
|
161303
|
+
:param default:
|
|
161304
|
+
:return: The RNA type or default when not found.
|
|
161305
|
+
:rtype: Struct
|
|
161306
|
+
"""
|
|
161307
|
+
...
|
|
161308
|
+
|
|
161309
|
+
@classmethod
|
|
161310
|
+
def bl_rna_get_subclass_py(
|
|
161311
|
+
cls, id: typing.Optional[str], default=None
|
|
161312
|
+
) -> typing.Any:
|
|
161313
|
+
"""
|
|
161314
|
+
|
|
161315
|
+
:param id: The RNA type identifier.
|
|
161316
|
+
:type id: typing.Optional[str]
|
|
161317
|
+
:param default:
|
|
161318
|
+
:return: The class or default when not found.
|
|
161319
|
+
:rtype: typing.Any
|
|
161320
|
+
"""
|
|
161321
|
+
...
|
|
161322
|
+
|
|
161323
|
+
class SEQUENCER_FH_sound_strip(FileHandler, bpy_struct):
|
|
161324
|
+
""" """
|
|
161325
|
+
|
|
161326
|
+
@classmethod
|
|
161327
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
161328
|
+
"""
|
|
161329
|
+
|
|
161330
|
+
:param id: The RNA type identifier.
|
|
161331
|
+
:type id: typing.Optional[str]
|
|
161332
|
+
:param default:
|
|
161333
|
+
:return: The RNA type or default when not found.
|
|
161334
|
+
:rtype: Struct
|
|
161335
|
+
"""
|
|
161336
|
+
...
|
|
161337
|
+
|
|
161338
|
+
@classmethod
|
|
161339
|
+
def bl_rna_get_subclass_py(
|
|
161340
|
+
cls, id: typing.Optional[str], default=None
|
|
161341
|
+
) -> typing.Any:
|
|
161342
|
+
"""
|
|
161343
|
+
|
|
161344
|
+
:param id: The RNA type identifier.
|
|
161345
|
+
:type id: typing.Optional[str]
|
|
161346
|
+
:param default:
|
|
161347
|
+
:return: The class or default when not found.
|
|
161348
|
+
:rtype: typing.Any
|
|
161349
|
+
"""
|
|
161350
|
+
...
|
|
161351
|
+
|
|
161068
161352
|
class VIEW3D_FH_camera_background_image(FileHandler, bpy_struct):
|
|
161069
161353
|
""" """
|
|
161070
161354
|
|
|
@@ -213454,6 +213738,74 @@ class FunctionNodeInputInt(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
|
213454
213738
|
"""
|
|
213455
213739
|
...
|
|
213456
213740
|
|
|
213741
|
+
class FunctionNodeInputRotation(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
213742
|
+
""" """
|
|
213743
|
+
|
|
213744
|
+
rotation_euler: typing.Union[
|
|
213745
|
+
typing.List[float], typing.Tuple[float, float, float], mathutils.Euler
|
|
213746
|
+
]
|
|
213747
|
+
""" Input value used for unconnected socket
|
|
213748
|
+
|
|
213749
|
+
:type: typing.Union[typing.List[float], typing.Tuple[float, float, float], mathutils.Euler]
|
|
213750
|
+
"""
|
|
213751
|
+
|
|
213752
|
+
@classmethod
|
|
213753
|
+
def is_registered_node_type(cls) -> bool:
|
|
213754
|
+
"""True if a registered node type
|
|
213755
|
+
|
|
213756
|
+
:return: Result
|
|
213757
|
+
:rtype: bool
|
|
213758
|
+
"""
|
|
213759
|
+
...
|
|
213760
|
+
|
|
213761
|
+
@classmethod
|
|
213762
|
+
def input_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
|
|
213763
|
+
"""Input socket template
|
|
213764
|
+
|
|
213765
|
+
:param index: Index
|
|
213766
|
+
:type index: typing.Optional[int]
|
|
213767
|
+
:return: result
|
|
213768
|
+
:rtype: NodeInternalSocketTemplate
|
|
213769
|
+
"""
|
|
213770
|
+
...
|
|
213771
|
+
|
|
213772
|
+
@classmethod
|
|
213773
|
+
def output_template(cls, index: typing.Optional[int]) -> NodeInternalSocketTemplate:
|
|
213774
|
+
"""Output socket template
|
|
213775
|
+
|
|
213776
|
+
:param index: Index
|
|
213777
|
+
:type index: typing.Optional[int]
|
|
213778
|
+
:return: result
|
|
213779
|
+
:rtype: NodeInternalSocketTemplate
|
|
213780
|
+
"""
|
|
213781
|
+
...
|
|
213782
|
+
|
|
213783
|
+
@classmethod
|
|
213784
|
+
def bl_rna_get_subclass(cls, id: typing.Optional[str], default=None) -> Struct:
|
|
213785
|
+
"""
|
|
213786
|
+
|
|
213787
|
+
:param id: The RNA type identifier.
|
|
213788
|
+
:type id: typing.Optional[str]
|
|
213789
|
+
:param default:
|
|
213790
|
+
:return: The RNA type or default when not found.
|
|
213791
|
+
:rtype: Struct
|
|
213792
|
+
"""
|
|
213793
|
+
...
|
|
213794
|
+
|
|
213795
|
+
@classmethod
|
|
213796
|
+
def bl_rna_get_subclass_py(
|
|
213797
|
+
cls, id: typing.Optional[str], default=None
|
|
213798
|
+
) -> typing.Any:
|
|
213799
|
+
"""
|
|
213800
|
+
|
|
213801
|
+
:param id: The RNA type identifier.
|
|
213802
|
+
:type id: typing.Optional[str]
|
|
213803
|
+
:param default:
|
|
213804
|
+
:return: The class or default when not found.
|
|
213805
|
+
:rtype: typing.Any
|
|
213806
|
+
"""
|
|
213807
|
+
...
|
|
213808
|
+
|
|
213457
213809
|
class FunctionNodeInputSpecialCharacters(FunctionNode, NodeInternal, Node, bpy_struct):
|
|
213458
213810
|
""" """
|
|
213459
213811
|
|
|
@@ -240035,6 +240387,18 @@ SCENE_UL_keying_set_paths: bl_ui.properties_scene.SCENE_UL_keying_set_paths
|
|
|
240035
240387
|
"""
|
|
240036
240388
|
"""
|
|
240037
240389
|
|
|
240390
|
+
SEQUENCER_FH_image_strip: bl_operators.sequencer.SEQUENCER_FH_image_strip
|
|
240391
|
+
"""
|
|
240392
|
+
"""
|
|
240393
|
+
|
|
240394
|
+
SEQUENCER_FH_movie_strip: bl_operators.sequencer.SEQUENCER_FH_movie_strip
|
|
240395
|
+
"""
|
|
240396
|
+
"""
|
|
240397
|
+
|
|
240398
|
+
SEQUENCER_FH_sound_strip: bl_operators.sequencer.SEQUENCER_FH_sound_strip
|
|
240399
|
+
"""
|
|
240400
|
+
"""
|
|
240401
|
+
|
|
240038
240402
|
SEQUENCER_HT_header: bl_ui.space_sequencer.SEQUENCER_HT_header
|
|
240039
240403
|
"""
|
|
240040
240404
|
"""
|
|
@@ -102,7 +102,7 @@ bl_operators/rigidbody/__init__.pyi,sha256=S_vGz6oUFYqdyq1s7K8jMQNezWPaUxEuFJBAv
|
|
|
102
102
|
bl_operators/rigidbody/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
103
103
|
bl_operators/screen_play_rendered_anim/__init__.pyi,sha256=BjUM19AVNF4RbH_uc55Z6mAAAdh_yxf4gCZ39qbN0tM,2052
|
|
104
104
|
bl_operators/screen_play_rendered_anim/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
105
|
-
bl_operators/sequencer/__init__.pyi,sha256=
|
|
105
|
+
bl_operators/sequencer/__init__.pyi,sha256=7Z5tWV8PRFO39SlzqR2L_SvF0RBxDi20Mf6eOdp9hfg,17390
|
|
106
106
|
bl_operators/sequencer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
107
107
|
bl_operators/spreadsheet/__init__.pyi,sha256=DDjBxRBqyXc4tGMk_mjs_LlNLZsmnrKXdeNeBznG3ZI,2281
|
|
108
108
|
bl_operators/spreadsheet/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -366,7 +366,7 @@ bpy/ops/export_anim/__init__.pyi,sha256=0IogQVQXsp9G7kyI5JtxOuFJWBg4MmEqK5Wz8ehl
|
|
|
366
366
|
bpy/ops/export_anim/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
367
367
|
bpy/ops/export_mesh/__init__.pyi,sha256=g-ly7MhwZagMZDhISeopxZ4mafvL7SAOZJ82kRr_uu8,3023
|
|
368
368
|
bpy/ops/export_mesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
369
|
-
bpy/ops/export_scene/__init__.pyi,sha256=
|
|
369
|
+
bpy/ops/export_scene/__init__.pyi,sha256=j3okCcrdECkXOrEFuF5irrB5Stn93XUx3PRLGN5qEO4,48978
|
|
370
370
|
bpy/ops/export_scene/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
371
371
|
bpy/ops/file/__init__.pyi,sha256=oJ_cnxgkGpmc6T6XujhgxqGpl58UABapHlLv27yGl7U,30920
|
|
372
372
|
bpy/ops/file/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -408,7 +408,7 @@ bpy/ops/mball/__init__.pyi,sha256=AuChtWVSrHuEk3JuYc2bJhxsLJpbmlWgENwV93ISDO0,62
|
|
|
408
408
|
bpy/ops/mball/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
409
409
|
bpy/ops/mesh/__init__.pyi,sha256=-jX4QanNDVYtcAaGC3q2jlgltNqfIDqmcu6U7QydqC4,181614
|
|
410
410
|
bpy/ops/mesh/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
411
|
-
bpy/ops/nla/__init__.pyi,sha256=
|
|
411
|
+
bpy/ops/nla/__init__.pyi,sha256=JvxBZbRODkyGCv4KygwSJowd9efOas4vojMWpmJcFhM,29427
|
|
412
412
|
bpy/ops/nla/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
413
413
|
bpy/ops/node/__init__.pyi,sha256=Teo0e6YTazie1Z8GRci3dIq3JltOWZ1J368fnaliVcE,75452
|
|
414
414
|
bpy/ops/node/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -442,7 +442,7 @@ bpy/ops/screen/__init__.pyi,sha256=HWERXpcuatdnc1mlodbF2k0b093T_JBRm2lSSyzi4wQ,3
|
|
|
442
442
|
bpy/ops/screen/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
443
443
|
bpy/ops/script/__init__.pyi,sha256=MOIKig_wQqP18-jVJxQeOIRJIi7hkIgSt9XFIMsUh6o,1860
|
|
444
444
|
bpy/ops/script/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
445
|
-
bpy/ops/sculpt/__init__.pyi,sha256=
|
|
445
|
+
bpy/ops/sculpt/__init__.pyi,sha256=GINLZ9nHpbIEUYfKICXr73m3VYHSXYd8Tyvqa82RY7U,48106
|
|
446
446
|
bpy/ops/sculpt/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
447
447
|
bpy/ops/sculpt_curves/__init__.pyi,sha256=2wH48Nlv36qbV0i0yYFFmLYqCUT4t0TcRKk-b9lzjec,3794
|
|
448
448
|
bpy/ops/sculpt_curves/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -482,7 +482,7 @@ bpy/path/__init__.pyi,sha256=sZMxM2jeuZMbQOzNmFS4jlYHCnr-of5PN8XT5t6vg7M,7169
|
|
|
482
482
|
bpy/path/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
483
483
|
bpy/props/__init__.pyi,sha256=FXgbYoK8g8h7efFV8tL9R7E6tPI1MjJzyRC9rJ_sYnw,31482
|
|
484
484
|
bpy/props/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
485
|
-
bpy/types/__init__.pyi,sha256=
|
|
485
|
+
bpy/types/__init__.pyi,sha256=Ub9HiZGlPXiJpyDIql0gBehUnQzIsKgW4S7jIdHdASo,5523813
|
|
486
486
|
bpy/types/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
487
487
|
bpy/utils/__init__.pyi,sha256=MtlLDnlInvRAEUqg7RVOZ49o6ncgLDgknamY1wr-hyI,13069
|
|
488
488
|
bpy/utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -612,7 +612,7 @@ rna_xml/__init__.pyi,sha256=12yOlLxfl-1hZ6MN5TCak3gGdgz4TknNjZ4OuoJE7x4,578
|
|
|
612
612
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
613
613
|
sys_info/__init__.pyi,sha256=5cKQiE7NFvOTsjdqB7pO7uflClATfF-90sCEeo9JOO8,110
|
|
614
614
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
615
|
-
fake_bpy_module-
|
|
616
|
-
fake_bpy_module-
|
|
617
|
-
fake_bpy_module-
|
|
618
|
-
fake_bpy_module-
|
|
615
|
+
fake_bpy_module-20240507.dist-info/METADATA,sha256=O_QjnYbnXM7lFhQla2owzr8kLcHZHfFEA3FZ3jeDWkE,7008
|
|
616
|
+
fake_bpy_module-20240507.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
617
|
+
fake_bpy_module-20240507.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
|
|
618
|
+
fake_bpy_module-20240507.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|