fake-bpy-module 20250407__py3-none-any.whl → 20250409__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.

@@ -40,7 +40,10 @@ class ANIM_OT_keying_set_export(bpy.types.Operator):
40
40
  """
41
41
 
42
42
  class ANIM_OT_slot_new_for_id(bpy.types.Operator):
43
- """Create a new Action Slot for an ID.Note that _which_ ID should get this slot must be set in the 'animated_id' context pointer, using:"""
43
+ """Create a new Action Slot for an ID.Note that _which_ ID should get this slot must be set in the 'animated_id' context pointer, using:When the ID already has a slot assigned, the newly-created slot will be
44
+ named after it (ensuring uniqueness with a numerical suffix) and any
45
+ animation data of the assigned slot will be duplicated for the new slot.
46
+ """
44
47
 
45
48
  bl_description: typing.Any
46
49
  bl_idname: typing.Any
@@ -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 NODE_MT_geometry_node_GEO_GREASE_PENCIL(bpy.types.Menu):
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, _context):
782
+ def draw(self, context):
783
783
  """
784
784
 
785
- :param _context:
785
+ :param context:
786
786
  """
787
787
 
788
- class NODE_MT_geometry_node_GEO_GREASE_PENCIL_OPERATIONS(bpy.types.Menu):
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 NODE_MT_geometry_node_GEO_GREASE_PENCIL_READ(bpy.types.Menu):
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, _context):
835
+ def draw(self, context):
835
836
  """
836
837
 
837
- :param _context:
838
+ :param context:
838
839
  """
839
840
 
840
- class NODE_MT_geometry_node_GEO_GREASE_PENCIL_WRITE(bpy.types.Menu):
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 NODE_MT_geometry_node_GEO_INPUT(bpy.types.Menu):
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 NODE_MT_geometry_node_GEO_INPUT_CONSTANT(bpy.types.Menu):
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 NODE_MT_geometry_node_GEO_INPUT_GIZMO(bpy.types.Menu):
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, context):
939
+ def draw(self, _context):
940
940
  """
941
941
 
942
- :param context:
942
+ :param _context:
943
943
  """
944
944
 
945
- class NODE_MT_geometry_node_GEO_INPUT_GROUP(bpy.types.Menu):
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 NODE_MT_geometry_node_GEO_INPUT_SCENE(bpy.types.Menu):
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 NODE_MT_geometry_node_GEO_INSTANCE(bpy.types.Menu):
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, _context):
1017
+ def draw(self, context):
1018
1018
  """
1019
1019
 
1020
- :param _context:
1020
+ :param context:
1021
1021
  """
1022
1022
 
1023
- class NODE_MT_geometry_node_GEO_MATERIAL(bpy.types.Menu):
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 NODE_MT_geometry_node_GEO_MESH(bpy.types.Menu):
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, _context):
1069
+ def draw(self, context):
1070
1070
  """
1071
1071
 
1072
- :param _context:
1072
+ :param context:
1073
1073
  """
1074
1074
 
1075
- class NODE_MT_geometry_node_GEO_MESH_OPERATIONS(bpy.types.Menu):
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, context):
1095
+ def draw(self, _context):
1096
1096
  """
1097
1097
 
1098
- :param context:
1098
+ :param _context:
1099
1099
  """
1100
1100
 
1101
- class NODE_MT_geometry_node_GEO_MESH_READ(bpy.types.Menu):
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 NODE_MT_geometry_node_GEO_MESH_SAMPLE(bpy.types.Menu):
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, _context):
1147
+ def draw(self, context):
1148
1148
  """
1149
1149
 
1150
- :param _context:
1150
+ :param context:
1151
1151
  """
1152
1152
 
1153
- class NODE_MT_geometry_node_GEO_MESH_WRITE(bpy.types.Menu):
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 NODE_MT_geometry_node_GEO_PRIMITIVES_CURVE(bpy.types.Menu):
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, _context):
1199
+ def draw(self, context):
1200
1200
  """
1201
1201
 
1202
- :param _context:
1202
+ :param context:
1203
1203
  """
1204
1204
 
1205
- class NODE_MT_geometry_node_GEO_VOLUME_OPERATIONS(bpy.types.Menu):
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 NODE_MT_geometry_node_GEO_VOLUME_PRIMITIVES(bpy.types.Menu):
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, context):
1251
+ def draw(self, _context):
1252
1252
  """
1253
1253
 
1254
- :param context:
1254
+ :param _context:
1255
1255
  """
1256
1256
 
1257
- class NODE_MT_geometry_node_GEO_VOLUME_READ(bpy.types.Menu):
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, context):
1277
+ def draw(self, _context):
1278
1278
  """
1279
1279
 
1280
- :param context:
1280
+ :param _context:
1281
1281
  """
1282
1282
 
1283
- class NODE_MT_geometry_node_GEO_VOLUME_WRITE(bpy.types.Menu):
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, context):
1303
+ def draw(self, _context):
1304
1304
  """
1305
1305
 
1306
- :param context:
1306
+ :param _context:
1307
1307
  """
1308
1308
 
1309
- class NODE_MT_geometry_node_add_all(bpy.types.Menu):
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, context):
1329
+ def draw(self, _context):
1330
1330
  """
1331
1331
 
1332
- :param context:
1332
+ :param _context:
1333
1333
  """
1334
1334
 
1335
- class NODE_MT_geometry_node_curve_topology(bpy.types.Menu):
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
@@ -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