博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Maya Library Mode, Missing Python Module
阅读量:5164 次
发布时间:2019-06-13

本文共 649 字,大约阅读时间需要 2 分钟。

So, maybe you are trying to execute Autodesk Maya in Library Mode, you will get some python error, it can't find Maya's python modules. You should add enviroment variables in you Visual Studio's project, like this

MAYA_LOCATION=C:\Program Files (x86)\Autodesk\Maya2008

PYTHONHOME=C:\Program Files (x86)\Autodesk\Maya2008\Python
PYTHONPATH=C:\Program Files (x86)\Autodesk\Maya2008\bin\Python25.zip;C:\Program Files (x86)\Autodesk\Maya2008\Python\lib\site-packages 

 

I am working on hair procedural DSO which like Houdini and some PBR rendering shader in my free time.

See you soon.

转载于:https://www.cnblogs.com/Jedimaster/archive/2010/02/09/1666361.html

你可能感兴趣的文章
FreeNas安装配置使用
查看>>
Scrapy框架-CrawlSpider
查看>>
Django(一)框架简介
查看>>
Python操作SQLite数据库的方法详解
查看>>
实验二:编写输出"Hello World!"
查看>>
菜单和工具条(二)
查看>>
hadoop17---RPC和Socket的区别
查看>>
[BZOJ 3531] [Sdoi2014] 旅行 【离线+LCT】
查看>>
使用JMeter代理录制app测试脚本
查看>>
MVC 未启用角色管理功能
查看>>
Linq to Object实现分页获取数据
查看>>
mac常用系统命令
查看>>
第42章:MongoDB-集群--Sharding(分片)--单机的搭建
查看>>
异步执行js脚本——防止阻塞
查看>>
利用Excel导出sql语句
查看>>
hdu 3065 病毒侵袭持续中
查看>>
JDBC反射
查看>>
android上传文件到服务器
查看>>
JavaScript学习笔记——语法基础1.1
查看>>
我回答了90%的面试题,为什么还被拒?
查看>>