I'd probably try to drastically reduce the polycount of that element (reproject it later if necessary) so you can manipulate it with greater ease to get a bit more even texture flow, or use soft selections and pinning along with relaxing (or combine both approaches) to get the best possible outcome, but there will be some…
This is part 2 of our series on MaxScript. I'll cover some simple ways you can start to use maxscript in your every day workflow. Even if you have never touched code before, there are some simple ways you can start using maxscript that will help you automate tasks and remove some of the time wasting steps you have to take…
Okie, Scripts seems to be requested quite a bit (on other forums as well). I´m no coder, and I was hoping for original content... I guess I´ll have to enlist a scipting buddy or something Thanks dudes, keep ém coming.
I dont believe there is a way by default. However there has been a couple scripts that might do the job. http://www.zbrushcentral.com/showthread.php?161588-quot-Axis-quot-Plugin-for-ZBrush-4r2&p=903920&viewfull=1#post903920…
Yeah there is a issue with Zbrush not quite rendering out to the edges which gives the gap. Here is a script that helps http://www.zbrushcentral.com/showthread.php?94752-Useful-small-ZScripts-and-Macros-for-ZBrush-4-amp-4R2&p=848052&viewfull=1#post848052 This will take care of it. I would definitely keep a backup of the…
This has been around for a while, exporting the documents tends to add a few pixels to the edges. You could try either a best render, turning off shadows and other render properties, or trying this script:…
For the seam issue I have been using a script found here. http://www.zbrushcentral.com/showthread.php?94752-Useful-small-ZScripts-and-Macros-for-ZBrush-4-amp-4R2&p=848052&viewfull=1#post848052 I would work on a copy of your document and the canvas has to be 1 layer to work but it saves the headache of painting out the seam.
Hello, I have a little script that generate batch renders with a serie of HDRI that are located in a directory. The script gets the first HDRI, does 8 renders by rotating the HDRI every 45 degrees, save the renders and load the next HDRI in the directory. My problem is that this script works on certain scenes, and doesnt…
It's weird that the Local Tools mel script is not working on Maya LT 2015. (http://www.creativecrash.com/maya/script/local-tools). I can confirm that it is working on Maya 2014. Repro steps: 1. Download the script and unzip the script to script directory. 2. In script editor, type commands to bring up the UI: source…
Hi. I'm experiencing some major confusion in trying to install the smdExport script. I've put a copy of the script in maya/2012/prefs/scripts and maya/2012/scripts. I've typed the script name and arguments into the mel script line, but I get the following error: "Error: Cannot find file "paths" for source statement." I…