Message 1 of 5

Not applicable
12-06-2017
01:53 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I'm new in Maya programming and I can't figure out how to fix this.
In the DevKit there is an example python plug-in called yTwistNode.py.
When I compile it in Pycharm I get an error on these lines:
outputGeom = OpenMayaMPx.cvar.MPxDeformerNode_outputGeom
envelope = OpenMayaMPx.cvar.MPxDeformerNode_envelope
The error says: AttributeError: 'NoneType' object has no attribute 'MPxDeformerNode_outputGeom'
Could you help me to understand what is wrong?
I think this is something I have to set in PyCharm, but I can't figure it out
Solved! Go to Solution.