fake-bpy-module 20250408__py3-none-any.whl → 20250410__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_ui/node_add_menu_geometry/__init__.pyi +48 -48
- bl_ui/properties_data_curve/__init__.pyi +0 -31
- bl_ui/space_view3d/__init__.pyi +35 -0
- bpy/_typing/rna_enums/__init__.pyi +4 -0
- bpy/app/__init__.pyi +1 -1
- bpy/ops/wm/__init__.pyi +4 -4
- bpy/types/__init__.pyi +867 -107
- {fake_bpy_module-20250408.dist-info → fake_bpy_module-20250410.dist-info}/METADATA +1 -1
- {fake_bpy_module-20250408.dist-info → fake_bpy_module-20250410.dist-info}/RECORD +12 -12
- freestyle/utils/__init__.pyi +1 -1
- {fake_bpy_module-20250408.dist-info → fake_bpy_module-20250410.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20250408.dist-info → fake_bpy_module-20250410.dist-info}/top_level.txt +0 -0
|
@@ -759,7 +759,7 @@ class NODE_MT_geometry_node_GEO_GEOMETRY_WRITE(bpy.types.Menu):
|
|
|
759
759
|
:param context:
|
|
760
760
|
"""
|
|
761
761
|
|
|
762
|
-
class
|
|
762
|
+
class NODE_MT_geometry_node_GEO_INPUT(bpy.types.Menu):
|
|
763
763
|
bl_idname: typing.Any
|
|
764
764
|
bl_label: typing.Any
|
|
765
765
|
bl_rna: typing.Any
|
|
@@ -779,16 +779,17 @@ class NODE_MT_geometry_node_GEO_GREASE_PENCIL(bpy.types.Menu):
|
|
|
779
779
|
:rtype: typing.Any
|
|
780
780
|
"""
|
|
781
781
|
|
|
782
|
-
def draw(self,
|
|
782
|
+
def draw(self, context):
|
|
783
783
|
"""
|
|
784
784
|
|
|
785
|
-
:param
|
|
785
|
+
:param context:
|
|
786
786
|
"""
|
|
787
787
|
|
|
788
|
-
class
|
|
788
|
+
class NODE_MT_geometry_node_GEO_INPUT_CONSTANT(bpy.types.Menu):
|
|
789
789
|
bl_idname: typing.Any
|
|
790
790
|
bl_label: typing.Any
|
|
791
791
|
bl_rna: typing.Any
|
|
792
|
+
bl_translation_context: typing.Any
|
|
792
793
|
id_data: typing.Any
|
|
793
794
|
|
|
794
795
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -811,7 +812,7 @@ class NODE_MT_geometry_node_GEO_GREASE_PENCIL_OPERATIONS(bpy.types.Menu):
|
|
|
811
812
|
:param _context:
|
|
812
813
|
"""
|
|
813
814
|
|
|
814
|
-
class
|
|
815
|
+
class NODE_MT_geometry_node_GEO_INPUT_GIZMO(bpy.types.Menu):
|
|
815
816
|
bl_idname: typing.Any
|
|
816
817
|
bl_label: typing.Any
|
|
817
818
|
bl_rna: typing.Any
|
|
@@ -831,13 +832,13 @@ class NODE_MT_geometry_node_GEO_GREASE_PENCIL_READ(bpy.types.Menu):
|
|
|
831
832
|
:rtype: typing.Any
|
|
832
833
|
"""
|
|
833
834
|
|
|
834
|
-
def draw(self,
|
|
835
|
+
def draw(self, context):
|
|
835
836
|
"""
|
|
836
837
|
|
|
837
|
-
:param
|
|
838
|
+
:param context:
|
|
838
839
|
"""
|
|
839
840
|
|
|
840
|
-
class
|
|
841
|
+
class NODE_MT_geometry_node_GEO_INPUT_GROUP(bpy.types.Menu):
|
|
841
842
|
bl_idname: typing.Any
|
|
842
843
|
bl_label: typing.Any
|
|
843
844
|
bl_rna: typing.Any
|
|
@@ -863,7 +864,7 @@ class NODE_MT_geometry_node_GEO_GREASE_PENCIL_WRITE(bpy.types.Menu):
|
|
|
863
864
|
:param _context:
|
|
864
865
|
"""
|
|
865
866
|
|
|
866
|
-
class
|
|
867
|
+
class NODE_MT_geometry_node_GEO_INPUT_SCENE(bpy.types.Menu):
|
|
867
868
|
bl_idname: typing.Any
|
|
868
869
|
bl_label: typing.Any
|
|
869
870
|
bl_rna: typing.Any
|
|
@@ -889,11 +890,10 @@ class NODE_MT_geometry_node_GEO_INPUT(bpy.types.Menu):
|
|
|
889
890
|
:param context:
|
|
890
891
|
"""
|
|
891
892
|
|
|
892
|
-
class
|
|
893
|
+
class NODE_MT_geometry_node_GEO_INSTANCE(bpy.types.Menu):
|
|
893
894
|
bl_idname: typing.Any
|
|
894
895
|
bl_label: typing.Any
|
|
895
896
|
bl_rna: typing.Any
|
|
896
|
-
bl_translation_context: typing.Any
|
|
897
897
|
id_data: typing.Any
|
|
898
898
|
|
|
899
899
|
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
@@ -916,7 +916,7 @@ class NODE_MT_geometry_node_GEO_INPUT_CONSTANT(bpy.types.Menu):
|
|
|
916
916
|
:param _context:
|
|
917
917
|
"""
|
|
918
918
|
|
|
919
|
-
class
|
|
919
|
+
class NODE_MT_geometry_node_GEO_MATERIAL(bpy.types.Menu):
|
|
920
920
|
bl_idname: typing.Any
|
|
921
921
|
bl_label: typing.Any
|
|
922
922
|
bl_rna: typing.Any
|
|
@@ -936,13 +936,13 @@ class NODE_MT_geometry_node_GEO_INPUT_GIZMO(bpy.types.Menu):
|
|
|
936
936
|
:rtype: typing.Any
|
|
937
937
|
"""
|
|
938
938
|
|
|
939
|
-
def draw(self,
|
|
939
|
+
def draw(self, _context):
|
|
940
940
|
"""
|
|
941
941
|
|
|
942
|
-
:param
|
|
942
|
+
:param _context:
|
|
943
943
|
"""
|
|
944
944
|
|
|
945
|
-
class
|
|
945
|
+
class NODE_MT_geometry_node_GEO_MESH(bpy.types.Menu):
|
|
946
946
|
bl_idname: typing.Any
|
|
947
947
|
bl_label: typing.Any
|
|
948
948
|
bl_rna: typing.Any
|
|
@@ -968,7 +968,7 @@ class NODE_MT_geometry_node_GEO_INPUT_GROUP(bpy.types.Menu):
|
|
|
968
968
|
:param _context:
|
|
969
969
|
"""
|
|
970
970
|
|
|
971
|
-
class
|
|
971
|
+
class NODE_MT_geometry_node_GEO_MESH_OPERATIONS(bpy.types.Menu):
|
|
972
972
|
bl_idname: typing.Any
|
|
973
973
|
bl_label: typing.Any
|
|
974
974
|
bl_rna: typing.Any
|
|
@@ -994,7 +994,7 @@ class NODE_MT_geometry_node_GEO_INPUT_SCENE(bpy.types.Menu):
|
|
|
994
994
|
:param context:
|
|
995
995
|
"""
|
|
996
996
|
|
|
997
|
-
class
|
|
997
|
+
class NODE_MT_geometry_node_GEO_MESH_READ(bpy.types.Menu):
|
|
998
998
|
bl_idname: typing.Any
|
|
999
999
|
bl_label: typing.Any
|
|
1000
1000
|
bl_rna: typing.Any
|
|
@@ -1014,13 +1014,13 @@ class NODE_MT_geometry_node_GEO_INSTANCE(bpy.types.Menu):
|
|
|
1014
1014
|
:rtype: typing.Any
|
|
1015
1015
|
"""
|
|
1016
1016
|
|
|
1017
|
-
def draw(self,
|
|
1017
|
+
def draw(self, context):
|
|
1018
1018
|
"""
|
|
1019
1019
|
|
|
1020
|
-
:param
|
|
1020
|
+
:param context:
|
|
1021
1021
|
"""
|
|
1022
1022
|
|
|
1023
|
-
class
|
|
1023
|
+
class NODE_MT_geometry_node_GEO_MESH_SAMPLE(bpy.types.Menu):
|
|
1024
1024
|
bl_idname: typing.Any
|
|
1025
1025
|
bl_label: typing.Any
|
|
1026
1026
|
bl_rna: typing.Any
|
|
@@ -1046,7 +1046,7 @@ class NODE_MT_geometry_node_GEO_MATERIAL(bpy.types.Menu):
|
|
|
1046
1046
|
:param _context:
|
|
1047
1047
|
"""
|
|
1048
1048
|
|
|
1049
|
-
class
|
|
1049
|
+
class NODE_MT_geometry_node_GEO_MESH_WRITE(bpy.types.Menu):
|
|
1050
1050
|
bl_idname: typing.Any
|
|
1051
1051
|
bl_label: typing.Any
|
|
1052
1052
|
bl_rna: typing.Any
|
|
@@ -1066,13 +1066,13 @@ class NODE_MT_geometry_node_GEO_MESH(bpy.types.Menu):
|
|
|
1066
1066
|
:rtype: typing.Any
|
|
1067
1067
|
"""
|
|
1068
1068
|
|
|
1069
|
-
def draw(self,
|
|
1069
|
+
def draw(self, context):
|
|
1070
1070
|
"""
|
|
1071
1071
|
|
|
1072
|
-
:param
|
|
1072
|
+
:param context:
|
|
1073
1073
|
"""
|
|
1074
1074
|
|
|
1075
|
-
class
|
|
1075
|
+
class NODE_MT_geometry_node_GEO_PRIMITIVES_CURVE(bpy.types.Menu):
|
|
1076
1076
|
bl_idname: typing.Any
|
|
1077
1077
|
bl_label: typing.Any
|
|
1078
1078
|
bl_rna: typing.Any
|
|
@@ -1092,13 +1092,13 @@ class NODE_MT_geometry_node_GEO_MESH_OPERATIONS(bpy.types.Menu):
|
|
|
1092
1092
|
:rtype: typing.Any
|
|
1093
1093
|
"""
|
|
1094
1094
|
|
|
1095
|
-
def draw(self,
|
|
1095
|
+
def draw(self, _context):
|
|
1096
1096
|
"""
|
|
1097
1097
|
|
|
1098
|
-
:param
|
|
1098
|
+
:param _context:
|
|
1099
1099
|
"""
|
|
1100
1100
|
|
|
1101
|
-
class
|
|
1101
|
+
class NODE_MT_geometry_node_GEO_VOLUME_OPERATIONS(bpy.types.Menu):
|
|
1102
1102
|
bl_idname: typing.Any
|
|
1103
1103
|
bl_label: typing.Any
|
|
1104
1104
|
bl_rna: typing.Any
|
|
@@ -1124,7 +1124,7 @@ class NODE_MT_geometry_node_GEO_MESH_READ(bpy.types.Menu):
|
|
|
1124
1124
|
:param context:
|
|
1125
1125
|
"""
|
|
1126
1126
|
|
|
1127
|
-
class
|
|
1127
|
+
class NODE_MT_geometry_node_GEO_VOLUME_PRIMITIVES(bpy.types.Menu):
|
|
1128
1128
|
bl_idname: typing.Any
|
|
1129
1129
|
bl_label: typing.Any
|
|
1130
1130
|
bl_rna: typing.Any
|
|
@@ -1144,13 +1144,13 @@ class NODE_MT_geometry_node_GEO_MESH_SAMPLE(bpy.types.Menu):
|
|
|
1144
1144
|
:rtype: typing.Any
|
|
1145
1145
|
"""
|
|
1146
1146
|
|
|
1147
|
-
def draw(self,
|
|
1147
|
+
def draw(self, context):
|
|
1148
1148
|
"""
|
|
1149
1149
|
|
|
1150
|
-
:param
|
|
1150
|
+
:param context:
|
|
1151
1151
|
"""
|
|
1152
1152
|
|
|
1153
|
-
class
|
|
1153
|
+
class NODE_MT_geometry_node_GEO_VOLUME_READ(bpy.types.Menu):
|
|
1154
1154
|
bl_idname: typing.Any
|
|
1155
1155
|
bl_label: typing.Any
|
|
1156
1156
|
bl_rna: typing.Any
|
|
@@ -1176,7 +1176,7 @@ class NODE_MT_geometry_node_GEO_MESH_WRITE(bpy.types.Menu):
|
|
|
1176
1176
|
:param context:
|
|
1177
1177
|
"""
|
|
1178
1178
|
|
|
1179
|
-
class
|
|
1179
|
+
class NODE_MT_geometry_node_GEO_VOLUME_WRITE(bpy.types.Menu):
|
|
1180
1180
|
bl_idname: typing.Any
|
|
1181
1181
|
bl_label: typing.Any
|
|
1182
1182
|
bl_rna: typing.Any
|
|
@@ -1196,13 +1196,13 @@ class NODE_MT_geometry_node_GEO_PRIMITIVES_CURVE(bpy.types.Menu):
|
|
|
1196
1196
|
:rtype: typing.Any
|
|
1197
1197
|
"""
|
|
1198
1198
|
|
|
1199
|
-
def draw(self,
|
|
1199
|
+
def draw(self, context):
|
|
1200
1200
|
"""
|
|
1201
1201
|
|
|
1202
|
-
:param
|
|
1202
|
+
:param context:
|
|
1203
1203
|
"""
|
|
1204
1204
|
|
|
1205
|
-
class
|
|
1205
|
+
class NODE_MT_geometry_node_add_all(bpy.types.Menu):
|
|
1206
1206
|
bl_idname: typing.Any
|
|
1207
1207
|
bl_label: typing.Any
|
|
1208
1208
|
bl_rna: typing.Any
|
|
@@ -1228,7 +1228,7 @@ class NODE_MT_geometry_node_GEO_VOLUME_OPERATIONS(bpy.types.Menu):
|
|
|
1228
1228
|
:param context:
|
|
1229
1229
|
"""
|
|
1230
1230
|
|
|
1231
|
-
class
|
|
1231
|
+
class NODE_MT_geometry_node_curve_topology(bpy.types.Menu):
|
|
1232
1232
|
bl_idname: typing.Any
|
|
1233
1233
|
bl_label: typing.Any
|
|
1234
1234
|
bl_rna: typing.Any
|
|
@@ -1248,13 +1248,13 @@ class NODE_MT_geometry_node_GEO_VOLUME_PRIMITIVES(bpy.types.Menu):
|
|
|
1248
1248
|
:rtype: typing.Any
|
|
1249
1249
|
"""
|
|
1250
1250
|
|
|
1251
|
-
def draw(self,
|
|
1251
|
+
def draw(self, _context):
|
|
1252
1252
|
"""
|
|
1253
1253
|
|
|
1254
|
-
:param
|
|
1254
|
+
:param _context:
|
|
1255
1255
|
"""
|
|
1256
1256
|
|
|
1257
|
-
class
|
|
1257
|
+
class NODE_MT_geometry_node_grease_pencil(bpy.types.Menu):
|
|
1258
1258
|
bl_idname: typing.Any
|
|
1259
1259
|
bl_label: typing.Any
|
|
1260
1260
|
bl_rna: typing.Any
|
|
@@ -1274,13 +1274,13 @@ class NODE_MT_geometry_node_GEO_VOLUME_READ(bpy.types.Menu):
|
|
|
1274
1274
|
:rtype: typing.Any
|
|
1275
1275
|
"""
|
|
1276
1276
|
|
|
1277
|
-
def draw(self,
|
|
1277
|
+
def draw(self, _context):
|
|
1278
1278
|
"""
|
|
1279
1279
|
|
|
1280
|
-
:param
|
|
1280
|
+
:param _context:
|
|
1281
1281
|
"""
|
|
1282
1282
|
|
|
1283
|
-
class
|
|
1283
|
+
class NODE_MT_geometry_node_grease_pencil_operations(bpy.types.Menu):
|
|
1284
1284
|
bl_idname: typing.Any
|
|
1285
1285
|
bl_label: typing.Any
|
|
1286
1286
|
bl_rna: typing.Any
|
|
@@ -1300,13 +1300,13 @@ class NODE_MT_geometry_node_GEO_VOLUME_WRITE(bpy.types.Menu):
|
|
|
1300
1300
|
:rtype: typing.Any
|
|
1301
1301
|
"""
|
|
1302
1302
|
|
|
1303
|
-
def draw(self,
|
|
1303
|
+
def draw(self, _context):
|
|
1304
1304
|
"""
|
|
1305
1305
|
|
|
1306
|
-
:param
|
|
1306
|
+
:param _context:
|
|
1307
1307
|
"""
|
|
1308
1308
|
|
|
1309
|
-
class
|
|
1309
|
+
class NODE_MT_geometry_node_grease_pencil_read(bpy.types.Menu):
|
|
1310
1310
|
bl_idname: typing.Any
|
|
1311
1311
|
bl_label: typing.Any
|
|
1312
1312
|
bl_rna: typing.Any
|
|
@@ -1326,13 +1326,13 @@ class NODE_MT_geometry_node_add_all(bpy.types.Menu):
|
|
|
1326
1326
|
:rtype: typing.Any
|
|
1327
1327
|
"""
|
|
1328
1328
|
|
|
1329
|
-
def draw(self,
|
|
1329
|
+
def draw(self, _context):
|
|
1330
1330
|
"""
|
|
1331
1331
|
|
|
1332
|
-
:param
|
|
1332
|
+
:param _context:
|
|
1333
1333
|
"""
|
|
1334
1334
|
|
|
1335
|
-
class
|
|
1335
|
+
class NODE_MT_geometry_node_grease_pencil_write(bpy.types.Menu):
|
|
1336
1336
|
bl_idname: typing.Any
|
|
1337
1337
|
bl_label: typing.Any
|
|
1338
1338
|
bl_rna: typing.Any
|
|
@@ -18,37 +18,6 @@ class CurveButtonsPanel:
|
|
|
18
18
|
:param context:
|
|
19
19
|
"""
|
|
20
20
|
|
|
21
|
-
class DATA_PT_active_spline(CurveButtonsPanelActive, bpy.types.Panel):
|
|
22
|
-
"""Same as above but for curves only"""
|
|
23
|
-
|
|
24
|
-
bl_context: typing.Any
|
|
25
|
-
bl_label: typing.Any
|
|
26
|
-
bl_options: typing.Any
|
|
27
|
-
bl_region_type: typing.Any
|
|
28
|
-
bl_rna: typing.Any
|
|
29
|
-
bl_space_type: typing.Any
|
|
30
|
-
id_data: typing.Any
|
|
31
|
-
|
|
32
|
-
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
33
|
-
"""
|
|
34
|
-
|
|
35
|
-
:return: The RNA type or default when not found.
|
|
36
|
-
:rtype: bpy.types.Struct
|
|
37
|
-
"""
|
|
38
|
-
|
|
39
|
-
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
40
|
-
"""
|
|
41
|
-
|
|
42
|
-
:return: The class or default when not found.
|
|
43
|
-
:rtype: typing.Any
|
|
44
|
-
"""
|
|
45
|
-
|
|
46
|
-
def draw(self, context):
|
|
47
|
-
"""
|
|
48
|
-
|
|
49
|
-
:param context:
|
|
50
|
-
"""
|
|
51
|
-
|
|
52
21
|
class DATA_PT_context_curve(CurveButtonsPanel, bpy.types.Panel):
|
|
53
22
|
bl_context: typing.Any
|
|
54
23
|
bl_label: typing.Any
|
bl_ui/space_view3d/__init__.pyi
CHANGED
|
@@ -5036,6 +5036,41 @@ class VIEW3D_MT_wpaint_vgroup_lock_pie(bpy.types.Menu):
|
|
|
5036
5036
|
:param _context:
|
|
5037
5037
|
"""
|
|
5038
5038
|
|
|
5039
|
+
class VIEW3D_PT_active_spline(bpy.types.Panel):
|
|
5040
|
+
bl_category: typing.Any
|
|
5041
|
+
bl_label: typing.Any
|
|
5042
|
+
bl_region_type: typing.Any
|
|
5043
|
+
bl_rna: typing.Any
|
|
5044
|
+
bl_space_type: typing.Any
|
|
5045
|
+
id_data: typing.Any
|
|
5046
|
+
|
|
5047
|
+
def bl_rna_get_subclass(self) -> bpy.types.Struct:
|
|
5048
|
+
"""
|
|
5049
|
+
|
|
5050
|
+
:return: The RNA type or default when not found.
|
|
5051
|
+
:rtype: bpy.types.Struct
|
|
5052
|
+
"""
|
|
5053
|
+
|
|
5054
|
+
def bl_rna_get_subclass_py(self) -> typing.Any:
|
|
5055
|
+
"""
|
|
5056
|
+
|
|
5057
|
+
:return: The class or default when not found.
|
|
5058
|
+
:rtype: typing.Any
|
|
5059
|
+
"""
|
|
5060
|
+
|
|
5061
|
+
def draw(self, context):
|
|
5062
|
+
"""
|
|
5063
|
+
|
|
5064
|
+
:param context:
|
|
5065
|
+
"""
|
|
5066
|
+
|
|
5067
|
+
@classmethod
|
|
5068
|
+
def poll(cls, context):
|
|
5069
|
+
"""
|
|
5070
|
+
|
|
5071
|
+
:param context:
|
|
5072
|
+
"""
|
|
5073
|
+
|
|
5039
5074
|
class VIEW3D_PT_active_tool(
|
|
5040
5075
|
bpy.types.Panel, bl_ui.space_toolsystem_common.ToolActivePanelHelper
|
|
5041
5076
|
):
|
|
@@ -2892,6 +2892,10 @@ type StripVideoModifierTypeItems = typing.Literal[
|
|
|
2892
2892
|
"TONEMAP", # Tone Map.
|
|
2893
2893
|
"WHITE_BALANCE", # White Balance.
|
|
2894
2894
|
]
|
|
2895
|
+
type StrokeDepthOrderItems = typing.Literal[
|
|
2896
|
+
"2D", # 2D Layers.Display strokes using Grease Pencil layer order and stroke order to define depth.
|
|
2897
|
+
"3D", # 3D Location.Display strokes using real 3D position in 3D space.
|
|
2898
|
+
]
|
|
2895
2899
|
type SubdivisionBoundarySmoothItems = typing.Literal[
|
|
2896
2900
|
"PRESERVE_CORNERS", # Keep Corners.Smooth boundaries, but corners are kept sharp.
|
|
2897
2901
|
"ALL", # All.Smooth boundaries, including corners.
|
bpy/app/__init__.pyi
CHANGED
|
@@ -98,7 +98,7 @@ build_linkflags: typing.Any
|
|
|
98
98
|
"""
|
|
99
99
|
|
|
100
100
|
build_options: typing.Any
|
|
101
|
-
""" Constant value bpy.app.build_options(bullet=True, codec_avi=False, codec_ffmpeg=True, codec_sndfile=True, compositor_cpu=True, cycles=True, cycles_osl=True, freestyle=True, image_cineon=True, image_dds=True, image_hdr=True, image_openexr=True, image_openjpeg=True, image_tiff=True, input_ndof=True, audaspace=True, international=True, openal=True, opensubdiv=True, sdl=False, coreaudio=False, jack=False, pulseaudio=False, wasapi=False, libmv=True, mod_oceansim=True, mod_remesh=True, collada=True, io_wavefront_obj=True, io_ply=True, io_stl=True, io_gpencil=True, opencolorio=True, openmp=False, openvdb=True, alembic=True, usd=True, fluid=True, xr_openxr=True, potrace=True, pugixml=True, haru=True)
|
|
101
|
+
""" Constant value bpy.app.build_options(bullet=True, codec_avi=False, codec_ffmpeg=True, codec_sndfile=True, compositor_cpu=True, cycles=True, cycles_osl=True, freestyle=True, image_cineon=True, image_dds=True, image_hdr=True, image_openexr=True, image_openjpeg=True, image_tiff=True, image_webp=True, input_ndof=True, audaspace=True, international=True, openal=True, opensubdiv=True, sdl=False, coreaudio=False, jack=False, pulseaudio=False, wasapi=False, libmv=True, mod_oceansim=True, mod_remesh=True, collada=True, io_wavefront_obj=True, io_ply=True, io_stl=True, io_gpencil=True, opencolorio=True, openmp=False, openvdb=True, alembic=True, usd=True, fluid=True, xr_openxr=True, potrace=True, pugixml=True, haru=True)
|
|
102
102
|
"""
|
|
103
103
|
|
|
104
104
|
build_platform: typing.Any
|
bpy/ops/wm/__init__.pyi
CHANGED
|
@@ -2676,7 +2676,7 @@ def open_mainfile(
|
|
|
2676
2676
|
| None = "DEFAULT",
|
|
2677
2677
|
sort_method: str | None = "",
|
|
2678
2678
|
load_ui: bool | None = True,
|
|
2679
|
-
use_scripts: bool | None =
|
|
2679
|
+
use_scripts: bool | None = False,
|
|
2680
2680
|
display_file_selector: bool | None = True,
|
|
2681
2681
|
state: int | None = 0,
|
|
2682
2682
|
):
|
|
@@ -3889,7 +3889,7 @@ def recover_auto_save(
|
|
|
3889
3889
|
]
|
|
3890
3890
|
| None = "LIST_VERTICAL",
|
|
3891
3891
|
sort_method: str | None = "",
|
|
3892
|
-
use_scripts: bool | None =
|
|
3892
|
+
use_scripts: bool | None = False,
|
|
3893
3893
|
):
|
|
3894
3894
|
"""Open an automatically saved file to recover it
|
|
3895
3895
|
|
|
@@ -3962,7 +3962,7 @@ def recover_last_session(
|
|
|
3962
3962
|
undo: bool | None = None,
|
|
3963
3963
|
/,
|
|
3964
3964
|
*,
|
|
3965
|
-
use_scripts: bool | None =
|
|
3965
|
+
use_scripts: bool | None = False,
|
|
3966
3966
|
):
|
|
3967
3967
|
"""Open the last closed file ("quit.blend")
|
|
3968
3968
|
|
|
@@ -4028,7 +4028,7 @@ def revert_mainfile(
|
|
|
4028
4028
|
undo: bool | None = None,
|
|
4029
4029
|
/,
|
|
4030
4030
|
*,
|
|
4031
|
-
use_scripts: bool | None =
|
|
4031
|
+
use_scripts: bool | None = False,
|
|
4032
4032
|
):
|
|
4033
4033
|
"""Reload the saved file
|
|
4034
4034
|
|