美文网首页
Blender写Python怎么看到system console

Blender写Python怎么看到system console

作者: zhyuzh3d | 来源:发表于2022-03-12 13:20 被阅读0次

mac下Blender写Python怎么看到system console输出

  • 需要从终端打开,才能看到system console输出的内容
    • sudo nano /etc/paths输入密码打开系统路径列表文件
    • 使用向下箭头到底添加/Applications/Blender.app/Contents/MacOS
    • ctrl+X保存,然后y确认
    • 之后就可以从终端用Blender命令启动了

相关文章

网友评论

      本文标题:Blender写Python怎么看到system console

      本文链接:https://www.haomeiwen.com/subject/waikdrtx.html