oslo Posted December 24, 2017 Share Posted December 24, 2017 Hello guys. Anybody have experience how to use pymel in standalone without GUI ? import sys path = '/usr/autodesk/maya2016/lib/python2.7/site-packages' sys.path.append(path) import maya.standalone Unfortunately with code doesnt work. Quote Link to comment Share on other sites More sharing options...
kiryha Posted December 27, 2017 Share Posted December 27, 2017 (edited) You have to run mayapy.exe (on windows) and enter your code in that environment. And I guess you can set up your external editor (like PyCharm) to use mayapy. Edited December 27, 2017 by kiryha 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.