import pymel.core as pm
# Get all model editors in Maya and reset the editorChanged event
for item in pm.lsUI(editorsTrue):if isinstance(item, pm.ui.ModelEditor):pm.modelEditor(item, editTrue, editorChanged"")原文链接
题目链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode3332 Strange Country II 中文大意
某人到了一个陌生城市,这个城市的特点就是:每两个城市之间都有飞机直接到达,每两个城市 a 和 b, 有一个从 a 到 b 或…