Files
workinf_Blender_Wasm/tests/files/web/manifest.json
2026-08-12 04:47:48 -04:00

155 lines
4.5 KiB
JSON

{
"schemaVersion": 1,
"blenderVersion": "5.2.0",
"fixtures": [
{
"id": "empty",
"path": "empty.blend",
"objects": 0,
"meshes": 0,
"materials": 1,
"frameRange": [1, 250]
},
{
"id": "basic_scene",
"path": "basic_scene.blend",
"objects": 3,
"meshes": 1,
"materials": 1,
"objectNames": ["BasicArea", "BasicCamera", "BasicCube"],
"frameRange": [1, 24]
},
{
"id": "attribute_scene",
"path": "attribute_scene.blend",
"objects": 2,
"meshes": 1,
"materials": 2,
"objectNames": ["AttributeMeshObject"],
"frameRange": [1, 24]
},
{
"id": "animation_scene",
"path": "animation_scene.blend",
"objects": 1,
"meshes": 1,
"materials": 1,
"objectNames": ["AnimatedObject"],
"frameRange": [1, 10],
"animationTargets": ["object:AnimatedObject"]
},
{
"id": "rigged_shape_scene",
"path": "rigged_shape_scene.blend",
"objects": 2,
"meshes": 1,
"materials": 0,
"objectNames": ["RiggedArmatureObject", "RiggedShapeObject"],
"features": ["modifier-stack", "vertex-weights", "shape-keys"]
},
{
"id": "pose_constraint_scene",
"path": "pose_constraint_scene.blend",
"objects": 3,
"meshes": 1,
"materials": 0,
"frameRange": [1, 10],
"objectNames": ["PoseConstraintArmatureObject", "PoseConstraintMeshObject", "PoseConstraintTarget"],
"features": ["pose-animation", "pose-constraint", "multi-frame-depsgraph"]
},
{
"id": "packed_image_scene",
"path": "packed_image_scene.blend",
"objects": 1,
"meshes": 1,
"materials": 1,
"objectNames": ["PackedImageObject"],
"features": ["packed-image"]
},
{
"id": "image_resource_matrix",
"path": "image_resource_matrix.blend",
"objects": 4,
"meshes": 4,
"materials": 4,
"objectNames": ["GeneratedImageObject", "UDIMImageObject", "MissingImageObject", "LinkedImageObject"],
"features": ["udim", "generated-image", "linked-library", "missing-external-image"]
},
{
"id": "corrupt_packed_image",
"path": "corrupt_packed_image.blend",
"objects": 1,
"meshes": 1,
"materials": 1,
"objectNames": ["CorruptPackedImageObject"],
"features": ["packed-image", "corrupt-resource", "structured-block"]
},
{
"id": "topology_scene",
"path": "topology_scene.blend",
"objects": 3,
"meshes": 3,
"materials": 0,
"objectNames": ["NonManifoldObject", "OpenNgonObject", "OpenQuadObject"],
"features": ["open-boundary-collapse", "open-ngon-collapse", "non-manifold-collapse"]
},
{
"id": "modifier_generate_scene",
"path": "modifier_generate_scene.blend",
"objects": 9,
"meshes": 9,
"features": ["generate-modifiers", "structured-unsupported"]
},
{
"id": "modifier_deform_scene",
"path": "modifier_deform_scene.blend",
"objects": 11,
"meshes": 9,
"features": ["lattice-golden", "deform-targets", "structured-unsupported"]
},
{
"id": "modifier_deform_curve_scene",
"path": "modifier_deform_curve_scene.blend",
"objects": 2,
"meshes": 1,
"features": ["curve-target", "wasm32-abi-capability-block"]
},
{
"id": "modifier_physics_scene",
"path": "modifier_physics_scene.blend",
"objects": 5,
"meshes": 5,
"frameRange": [1, 12],
"features": ["time-modifiers", "disabled-physics", "structured-unsupported"]
},
{
"id": "modifier_geometry_nodes_scene",
"path": "modifier_geometry_nodes_scene.blend",
"objects": 1,
"meshes": 1,
"features": ["geometry-nodes", "self-contained-node-group", "runtime-capability-block"]
},
{
"id": "modifier_grease_pencil_scene",
"path": "modifier_grease_pencil_scene.blend",
"objects": 1,
"meshes": 0,
"features": ["grease-pencil", "all-5.2-gp-modifier-types", "disabled-modifiers"]
},
{
"id": "modifier_dependency_cycle",
"path": "modifier_dependency_cycle.blend",
"objects": 4,
"meshes": 4,
"features": ["modifier-cycle", "missing-target", "mode-switches", "structured-block"]
},
{
"id": "modifier_extended_native",
"path": "modifier_extended_native.blend",
"objects": 2,
"meshes": 2,
"features": ["edge-split", "screw", "desktop-golden", "disabled-modifier"]
}
]
}