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.
我如何使用 pymel 或一般的 python 来使用给定的任何设置渲染当前帧?
我查看了 pymel.core.rendering,但我能找到的只是渲染特定命令。我尝试了基本的 cmds.render() 但它没有做任何事情。
我基本上想要与 UI 顶部的“渲染当前帧”按钮相同的功能 - 无论设置是什么,它都会渲染当前活动的视图。
我希望你能帮帮我!
我通过查看脚本编辑器弄清楚了。它在运行时模块中。所以对于其他有这个问题的人,命令是:
pymel.Core.runtime.RenderIntoNewWindow()