I think it is broken in 2014, haven't tested but reb never distubute the real code, but instead the compiled python bytecode, which is dependent on the python version. And Maya 2014 uses python 2.7 while all earlier versions are still on python 2.6.4 or earlier. It could likely be decompiled back to normal python code to…
@Kodde : Yeah it looks like you have a newer Python overriding the one that comes with Maya2009. Try setting the "PYTHONPATH" value inside the Maya2009 Maya.env file to "<YourMaya2009Directory>\Python" first. @haiddasalami : Yep that doesn't work. Either load up the r7_vertCurvature.py using the script-editor in Maya and…
Rebb> Cool thanks. Will give it a go. No I remember fiddling with updating python on that specific computer which I had the bad magic number error on. So I uninstalled the newer version of python and that did the trick.
I saw this somewhere and I was wondering if someone knows the same script for maya. Would be really appreciated. http://www.neilblevins.com/cg_education/vertex_map_wear/vertex_map_wear.htm This would do the darkening of the edges by angle or convexity of the mesh. Probably we can call it as a convexity map as Xnormal does?…
Trying to run rebb's script but with no success. Anyone know what I'm doing wrong here? I'm thinking maybe I'm using a different version of python? import r7_vertCurvature.py # Error: Bad magic number in C:/Users/kgia1/Documents/maya/2009/scripts\r7_vertCurvature_main.pyc # Traceback (most recent call last): # File "<maya…
I just updated the script to Version 0.2. It's now an actual Command-Plugin that supports Undo. This also means that Maya now treats it more like a MEL Command, and it should mainly be used in this way, altho its still possible to invoke it through Python, just slightly differently. Other additions are a proper readme.txt,…
You can use MentalRay Batch-Baking if you set up a material on the mesh like this. I hope it makes sense. Btw did you try the Maya.env PYTHONPATH approach ?
Well I just use rebs tool, but knald does a good job. Also you say you don't see it in the plugin list at all? If it isn't working due to the pythonvversion mismatch it would still show in the plugin list, it would just fail to load. Are you sure its in the right path?