fake-bpy-module 20240501__py3-none-any.whl → 20240503__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/properties_paint_common/__init__.pyi +23 -0
- bl_ui/space_sequencer/__init__.pyi +175 -181
- bl_ui/space_toolsystem_toolbar/__init__.pyi +3 -0
- bl_ui/space_view3d/__init__.pyi +191 -1
- bpy/ops/export_scene/__init__.pyi +4 -4
- bpy/ops/grease_pencil/__init__.pyi +34 -0
- bpy/ops/nla/__init__.pyi +2 -2
- bpy/ops/object/__init__.pyi +28 -0
- bpy/ops/paint/__init__.pyi +3 -3
- bpy/ops/sculpt/__init__.pyi +89 -6
- bpy/types/__init__.pyi +28700 -28303
- {fake_bpy_module-20240501.dist-info → fake_bpy_module-20240503.dist-info}/METADATA +1 -1
- {fake_bpy_module-20240501.dist-info → fake_bpy_module-20240503.dist-info}/RECORD +15 -15
- {fake_bpy_module-20240501.dist-info → fake_bpy_module-20240503.dist-info}/WHEEL +0 -0
- {fake_bpy_module-20240501.dist-info → fake_bpy_module-20240503.dist-info}/top_level.txt +0 -0
|
@@ -206,7 +206,7 @@ bl_ui/properties_object/__init__.pyi,sha256=taPxgaShGRFAItsfhWge4ncqKColUIiJkdQV
|
|
|
206
206
|
bl_ui/properties_object/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
207
207
|
bl_ui/properties_output/__init__.pyi,sha256=tab4BrItt_piZTGBhVSLC_wqfB4DEUCzhwfjSAHn_PE,45928
|
|
208
208
|
bl_ui/properties_output/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
209
|
-
bl_ui/properties_paint_common/__init__.pyi,sha256=
|
|
209
|
+
bl_ui/properties_paint_common/__init__.pyi,sha256=n94VAM4FTzMwa22r_P2sed_BtijNpRo8PvvNeQmVHLM,19481
|
|
210
210
|
bl_ui/properties_paint_common/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
211
211
|
bl_ui/properties_particle/__init__.pyi,sha256=gX1xY6DIGvSXOrrIh7qnYU1p8600OI0GKlv6fuhHZMw,128155
|
|
212
212
|
bl_ui/properties_particle/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -262,7 +262,7 @@ bl_ui/space_outliner/__init__.pyi,sha256=F3FPcDW32r5OfbuOafAUqEm0otLlksccGpadjRB
|
|
|
262
262
|
bl_ui/space_outliner/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
263
263
|
bl_ui/space_properties/__init__.pyi,sha256=UinQxegEVlaHM2kChYUjIKiydcTB_wcUkOJTo-JiAt4,6470
|
|
264
264
|
bl_ui/space_properties/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
265
|
-
bl_ui/space_sequencer/__init__.pyi,sha256=
|
|
265
|
+
bl_ui/space_sequencer/__init__.pyi,sha256=DY6cIL6RBR_rIdUmIEMxDShRq3mF1oPuagKBKqxBhg4,195458
|
|
266
266
|
bl_ui/space_sequencer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
267
267
|
bl_ui/space_spreadsheet/__init__.pyi,sha256=Qqn5v0g_C5hnS5V5jI5kb8G8AaQKCf_RFfzpOewN0Zc,3029
|
|
268
268
|
bl_ui/space_spreadsheet/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -274,13 +274,13 @@ bl_ui/space_time/__init__.pyi,sha256=dkaagkFhHYmq5rrPj9ujIEaTuKGYV-4gC7oaZVNdo0M
|
|
|
274
274
|
bl_ui/space_time/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
275
275
|
bl_ui/space_toolsystem_common/__init__.pyi,sha256=3NSHhm3bbYGSCE7U2aexYKvzhYhnCFmVcCABsO5W4Uc,6457
|
|
276
276
|
bl_ui/space_toolsystem_common/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
277
|
-
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=
|
|
277
|
+
bl_ui/space_toolsystem_toolbar/__init__.pyi,sha256=n3RblU0KGraCXj07YWF2vf8VNi-K4C8XNXfuD0ZOZY4,25928
|
|
278
278
|
bl_ui/space_toolsystem_toolbar/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
279
279
|
bl_ui/space_topbar/__init__.pyi,sha256=QEsZc7xfr-__L_urfSh-mu-7rSeZ6CYwWaIrE3JtOsI,70218
|
|
280
280
|
bl_ui/space_topbar/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
281
281
|
bl_ui/space_userpref/__init__.pyi,sha256=MuQnQPa1Y_vKELzXKpNGDroNWT_VJ69sO4zKDwUXAaI,213407
|
|
282
282
|
bl_ui/space_userpref/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
283
|
-
bl_ui/space_view3d/__init__.pyi,sha256=
|
|
283
|
+
bl_ui/space_view3d/__init__.pyi,sha256=07dA0S-neeWVFSeuhh6VMz8i5r8XksfwaPSL4-j4Mlg,714751
|
|
284
284
|
bl_ui/space_view3d/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
285
285
|
bl_ui/space_view3d_toolbar/__init__.pyi,sha256=1MP7iBMZqyv0oSDO2WSUUkgudpLfmfhOnFk556juRFk,266465
|
|
286
286
|
bl_ui/space_view3d_toolbar/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=QP5Wyk68A_zHImN051kH0HJ1JXpjjYmht8BOssYLJPE,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
|
|
@@ -382,7 +382,7 @@ bpy/ops/gpencil/__init__.pyi,sha256=Q202DJBn5wEbFFU9nBtnqCgZS4uAmOCGSgPkuekb0lE,
|
|
|
382
382
|
bpy/ops/gpencil/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
383
383
|
bpy/ops/graph/__init__.pyi,sha256=oA6Vhg4ya0fP9B6eU6_z6095wFUkUNXQRsnizuHhPPA,60320
|
|
384
384
|
bpy/ops/graph/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
385
|
-
bpy/ops/grease_pencil/__init__.pyi,sha256=
|
|
385
|
+
bpy/ops/grease_pencil/__init__.pyi,sha256=8wWDsPRL-TRzW33pjQMTIXsMjNR-lx42PmmK9aUgQsw,47033
|
|
386
386
|
bpy/ops/grease_pencil/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
387
387
|
bpy/ops/image/__init__.pyi,sha256=2IQrOc-K4ahW2opChLOjS727Vs4J_73d8cGbNYDKCdc,58265
|
|
388
388
|
bpy/ops/image/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -408,15 +408,15 @@ 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=T4jNXCH7zuettFkyR4aoLF6jDCA4aQsaaHyHfqBb_JI,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
|
|
415
|
-
bpy/ops/object/__init__.pyi,sha256=
|
|
415
|
+
bpy/ops/object/__init__.pyi,sha256=Glgo6OTz0-vJgfkHY8IMspuq1jf86OEwWkLrSndRDvc,240497
|
|
416
416
|
bpy/ops/object/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
417
417
|
bpy/ops/outliner/__init__.pyi,sha256=yMS9P3QbET1dhQa4kx0-UFVreWYnhODX6WN6ix36HwE,44334
|
|
418
418
|
bpy/ops/outliner/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
419
|
-
bpy/ops/paint/__init__.pyi,sha256=
|
|
419
|
+
bpy/ops/paint/__init__.pyi,sha256=x_NJTYSbbstfKGYMtmc9biR7gf-tAVRmypHvJP2y8f0,50562
|
|
420
420
|
bpy/ops/paint/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
421
421
|
bpy/ops/paintcurve/__init__.pyi,sha256=M26_9SqIlhsL0d_Z-rK0U7K_Gt6xH6X_TWhax0T_ETw,5218
|
|
422
422
|
bpy/ops/paintcurve/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=5BI1LU_7togHrS-M5Bob03pXe01fhigliBLcVgDiB2k,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=ufSNj5XHtYzVBoC-vxio0RapUEzcQQmZEJFNOnHdd_w,5516638
|
|
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
|
|
@@ -600,7 +600,7 @@ rna_xml/__init__.pyi,sha256=12yOlLxfl-1hZ6MN5TCak3gGdgz4TknNjZ4OuoJE7x4,578
|
|
|
600
600
|
rna_xml/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
601
601
|
sys_info/__init__.pyi,sha256=5cKQiE7NFvOTsjdqB7pO7uflClATfF-90sCEeo9JOO8,110
|
|
602
602
|
sys_info/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
603
|
-
fake_bpy_module-
|
|
604
|
-
fake_bpy_module-
|
|
605
|
-
fake_bpy_module-
|
|
606
|
-
fake_bpy_module-
|
|
603
|
+
fake_bpy_module-20240503.dist-info/METADATA,sha256=NreUDFXc_ivUDT6G2JTLmSoaqHx9ryKTkFsAGJiJ_-w,7008
|
|
604
|
+
fake_bpy_module-20240503.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
605
|
+
fake_bpy_module-20240503.dist-info/top_level.txt,sha256=laOLfHIg0_6N4ntsGrWh85yODawYeLVGI-wex_FGLUI,509
|
|
606
|
+
fake_bpy_module-20240503.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|