Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试编写一个 python 脚本,它将在 Maya 加载时运行。脚本应该检查存储在文件中某处的数字,可能只是一个名称对象,并将其与 perforce 中文件的最新版本进行比较。
如果存储在 Maya 中的数字不是最新版本,则应显示警告。这可能吗?
要询问工作站上文件的内容是否与服务器上文件的当前 head 修订的内容相匹配,您可以执行类似 'p4 diff -f //depot/path/to/file#head' 之类的操作。