Ya the 2 packages can do a lot of the same things but do it in very different ways. The java experience will help with python, I would recommend python over Mel for Mayas scripting, since Mel is less powerful and mostly just legacy now. Though Mel is needed if you have to modify existing scripts.
Ok, go to your 3Ds Max root folder then /script/startup folder. There should be a "XoliulShader_Startup.ms" file in there. If there isn't, it won't load. You should also have a XoliulShaderUi folder in /scripts. If you don't have these, do a manual install by extracting these files form the mzp (which is actually just a…
I used the 0.6 version in production and got a lot of issues. The script didn't allow to save the scene while i was working with it. If you save and open the scene, all the city generated will be not editable anymore by the script. You will have to rebuild a new one. I' am talking about 0.6. Hope this changed into the 0.8…
You could try to transfer the UV map with a script from the high to the lowpoly mesh http://vimeo.com/2413746 Maybe max has a inbuilt function for this. Otherwise you would need an external script. In softimage there is a tool called "gator" it allows you to copy UVs, weightmaps and other atributes from one geometry to…
I poopipe said will take you to the Wire Parameter and allow you to modify the expression. You may find this useful. I have a script that removes all the wire parameters from the selected objects. After you run the script look in the MaxScript listener for a "report" on what was disconnected.…
It works...but not as i expected it to work. Basicly while using Nitrus (cba to spell it proper every time) the script did nothing. But when i went back to OpenGL the problem looked worse at first, until i opened the script and just hit apply. Then it fixed everything. Would be intresting to know how and why this happend…
You might want to try out the script called Pixeled http://www.scriptspot.com/3ds-max/scripts/pixeled I doubt it will help much because I think its strictly 2D and not 3D voxel based, but there might be something that converts 3D to voxels which could give you some better results too?
The thing that bother me about this is that games like Gunstar Heroes was very lineary and heavily scripted. However, when people play "open" non-linear games like Deus Ex and Skyrim, they complain about the fact that the gameplay (boss fights) aren't scripted and linear. That's because you're playing the wrong type of…
Any way to do this in Maya LT? Nightshade uses Python, so it won't work. I downloaded and tried an old standalone mel script version of the Nightshade texel density script, and it didn't work for some reason either. Edit: Found it! in the new UV editor's UV Toolkit: Transform> Tools> Texel Density> set
Blender 3D. Export from Max to 3DS (I'm assuing this is a 'static' object), import into Blender, check re-orientate if required, export to LWO (no scripts required as it supports all this natively). Denpending on which version of Blender you have you can import ASE models directly into it using a script ( on my webbly site…