Add Chromium-only Blender WebEngine parity work
This commit is contained in:
111
tests/golden/W-080/animation-depsgraph.json
Normal file
111
tests/golden/W-080/animation-depsgraph.json
Normal file
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"fixture": "animation_scene.blend",
|
||||
"evaluator": "Blender Depsgraph",
|
||||
"blenderVersion": "5.2.0 LTS",
|
||||
"object": "AnimatedObject",
|
||||
"mesh": "AnimationMesh",
|
||||
"frames": [
|
||||
{
|
||||
"frame": 1,
|
||||
"worldMatrix": [
|
||||
1.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"positions": [
|
||||
-1.0,
|
||||
-1.0,
|
||||
0.0,
|
||||
1.0,
|
||||
-1.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"frame": 5,
|
||||
"worldMatrix": [
|
||||
1.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.8340191841125488,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
1.2510287761688232,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
1.6680383682250977,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"positions": [
|
||||
-1.0,
|
||||
-1.0,
|
||||
0.0,
|
||||
1.0,
|
||||
-1.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
},
|
||||
{
|
||||
"frame": 10,
|
||||
"worldMatrix": [
|
||||
1.0,
|
||||
0.0,
|
||||
0.0,
|
||||
2.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0,
|
||||
3.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
4.0,
|
||||
0.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0
|
||||
],
|
||||
"positions": [
|
||||
-1.0,
|
||||
-1.0,
|
||||
0.0,
|
||||
1.0,
|
||||
-1.0,
|
||||
0.0,
|
||||
0.0,
|
||||
1.0,
|
||||
0.0
|
||||
]
|
||||
}
|
||||
],
|
||||
"tolerance": {
|
||||
"maxPositionError": 1e-05,
|
||||
"rmsPositionError": 1e-06,
|
||||
"maxMatrixError": 1e-05
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user