I was looking at a tutorial about corrective blend shapes and in that steps the author says i have to download a phyton script he uses for corrective blend shapes.
I downloaded the script and put it in the script folder of my user document files (...Documents\maya\2012-x64\scripts: to make sure it's correct) I also followed step by step the guide for installing the script.
Both by typing:
Code:
import extractDeltas extractDeltas.extractDeltasDuplicateMesh()
# Error: AttributeError: 'module' object has no attribute 'extractDeltasDuplicateMesh' #
and
# Error: AttributeError: 'module' object has no attribute 'performExtractDeltas' #
By the way, a similar mistake happens when i try to install this tool for renaming mutiple objects at once:
# Error: RuntimeError: Can't find file '' #
I just don't understand what's the issue i have with python. Importing MEL scripts is totally fine but with Phyton i have the same damned problem.
Could this problem be related to the fact that my username has a spacebar between the two words i used?
Edit: O_o I don't know how it happened but the Rename Tool has suddenly started working. I swear today it didn't work at all. But i'm still getting problems with the blendshape script one.
Edit 2: I solved this. Unfortunately, the tutorial didn't specify that despite being a python plugin, you had to put MEL commands in the command line (or in the shelf editor) This was because the python were once two MEL scripts (a kind of DBZ fusion). I also tried this previously but didn't work. It didn't give me any error message so i thought it was an error but i found out that the script doesn't work with referenced models (SCREW ) so it didn't work.