Blender写Python怎么看到system console输出

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

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

你可能感兴趣的:(Blender写Python怎么看到system console输出)