PythonForMayaSamples icon indicating copy to clipboard operation
PythonForMayaSamples copied to clipboard

Code samples for people who take part in my Python for Maya course

Results 2 PythonForMayaSamples issues
Sort by recently updated
recently updated
newest added

In - Jupiter Notebook - I set the path to: sys.path.append ("C:\Program Files\Autodesk\Maya2022\Python37\Lib\site-packages") run this: import maya.OpenMaya as om worldOrigin = om.MVector(0,0,0) but error came: AttributeError: module 'maya.OpenMaya' has no...

Received the following error when loading the .json file in Maya2019 (Product version: 2019.0.0.F) from `C:/Users//Documents/maya/lightManager\lightFile_0916.json` ``` # Traceback (most recent call last): # File "C:/Users/oleu/Documents/maya/2019/scripts\lightingManager.py", line 178, in importLights...