Install issues. This is what Im getting when I run the the latest update in Maya 2026, import maya.cmds as cmdsfrom CreasePlus import CreasePlusMainCreasePlusMain.start() # Error: ModuleNotFoundError: file C:\Users/xxxx/Documents/maya/2026/scripts\CreasePlus\CreasePlusCore.py line 25: No module named 'CreasePlusNodes'…
Hi, The installation procedure changed. Here is some sort of troubleshooting guide. Any of these (in any order) might solve the issue. But if you want a bullet-proof run, maybe execute all of these : 1. Re-install Crease+ by dropping the CreasePlus_install.py in the viewport and restarting maya 2. After 1. Run this…
Hello! It looks like this is the first time I can not install the script myself =) I copied the "CreasePlus" folder to my script folder, even in two places at once. Here: c:\Users\Alex\Documents\maya\2017\scripts\ And here: c:\Users\Alex\Documents\maya\scripts\ I also copy the "CreasePlusIcons" folder in the folder with…
Okay. My сolleague help me to understand what I am doing wrong. In Maya.env file I add path to CreasePlus folder script. In my case it look like this: MAYA_PLUG_IN_PATH = %REDSHIFT_PLUG_IN_PATH%;c:\Users\Alex\Documents\maya\2017\scripts\CreasePlus\Due to the fact that the MAYA_PLUG_IN_PATH line already existed in this…
So we did some test in the studio here to try out some different pipelines, Artist are pretty happy but there were some issues (its normal i know) -Short cuts seam to be wonky and crash stuff ( not sure yet if its because of the use with other scripts) -We had to restart many times to let the script work again, rehashing…
Could there be an error in the command that I run? I take whole this code and run: import maya.cmds as cmdsfrom CreasePlus import CreasePlusMainCreasePlusMain.start() if not cmds.pluginInfo("CreasePlusNodes", q=True, loaded=True): cmds.loadPlugin("CreasePlusNodes.py") # attach it as python script / runtime command to…
@WaYWO Man I'm so glad you decided to revitalize the script, I use it on a daily basis and have been for the last three years. Hope you've dealt with your personal stuff and gonna keep on making our lives easier with your script magic The only question I have so far is this, am I doing something wrong with the new crease…
That's more or less what's going on in Fansub's script, I hope the fancy capping going on in Swordslayer's script makes it in. Typically you'd use birail, boundary or extrude for that example, what are you trying to accomplish?
Wow it's great news! let me know if when it need to be tested! Now i starting learn more about python scripting for maya ) May someone give any useful likns about scripting for newbe?