Files
sci-gui-agent-benchmark/evaluation_examples/examples/ovito/viewports_task5.json

47 lines
2.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "viewports_task5",
"snapshot": "ovito",
"instruction": "在 OVITO 中,通过视口菜单开启 Preview Mode预览模式显示最终渲染的可见区域。",
"source": "custom",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"C:\\OVITO Basic\\ovito.exe"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 5
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"ovito"
],
"evaluator": {
"postconfig": [
{
"type": "sleep",
"parameters": {
"seconds": 3
}
}
],
"func": "vllm_eval"
},
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low",
"metadata": {
"input_files": [
"sample.dump"
],
"steps": "1. 在软件主界面的顶部菜单栏中,单击 \"File\" 菜单项\n2. 在展开的下拉菜单中,单击 \"Load File...\" 选项\n3. 在弹出的文件选择对话框中,在文件列表区域单击选中 \"sample.dump\" 文件\n4. 单击文件选择对话框底部的 \"Open\" 按钮以加载文件\n5. 在 3D 视口区域的左上角,找到当前的视口文本标题控件(例如显示为 \"Perspective\"\n6. 单击该文本标题控件,展开视口下拉菜单\n7. 在弹出的视口下拉菜单中,单击 \"Preview Mode\" 菜单项,将其切换为勾选状态\n8. 观察视口左上角的文本标题控件,确认文字已更新为包含 \"(preview)\" 字样(例如 \"Perspective (preview)\"\n9. 观察视口内部显示区域,确认出现指示最终输出图像比例的可视区域边框,且四周呈现半透明遮罩效果",
"steps_original": "1. 在 OVITO 中,加载 \"sample.dump\" 文件\n2. 点击视口左上角的文本标题打开视口菜单\n3. 在下拉菜单中,点击 \"Preview Mode\" 选项使其处于打勾选中状态\n4. 确认视口标题旁出现 \"(preview)\" 字样,并且视口内出现指示最终输出图像比例的可视区域边框(四周可能有半透明遮罩)"
}
}