This can easily be done with dockControl: http://download.autodesk.com/us/maya/2011help/Commands/dockControl.html dockControl -area "left" -content transferMapsPanel1 -allowedArea "left" -allowedArea "right"; Now transferMapsPanel1 is the incorrect name, so this is what I did to find it (hopefully you learn something):…
Scripting: Anyone here actually scripted anything on the latest Unreal engine? stop worrying about it. As of UE3 the scripting even has a precompiler. The first time I ever touched C# I went, "Oh. Microsoft copied Unrealscript." While I am biased, unrealscript has to be one of the most powerful scripting languages out…
hey guys i was wondering if someone can tell me if CompleteRedraw() in max stops a script until the redraw is complete or let's it continue the script before the entire redraw is complete? I'm having some issues with my grabviewport script and i think it's because of the script being faster than the viewportupdating on…
First thing you do in Modo. 1)Go to Mesh edit tab 2)press Mesh cleanup 3)press F5 4)find mesh.cleanup true 5)right click - map command to key Press the hotkey A LOT when you model stuff. The only way to work Second, symmetry is broken in Modo. You can do two things 1)Download Pushing Points toolkit (google it, it comes…
hmm ok, I thought thats what command did, never used it myself, as I am happy with the use of both standard and raycast polgon selection modes. What you could do is: * copy this code below to a script file and save it. * Then open a new custom toolbar, select the script and drag it to this toolbar. * Create the button as…
Actually it's quite good in doing that . Suggests very well though solutions in many shaders design issues. Looks like quite well trained in the area . Makes very well working scripts and node constructs for Blender .
Thanks for the script! However I am pretty dumb when it comes to MAX script...I have tried MAXScript > New Script and pasted your code but to no avail. Also tried saving as a max script file. Am I doing this correctly?
Obliviboy already have script that do the same that you want to do, but his script is not free. Go to cgtalk and search for similar thread. There is a guy who post similar script, but the script is encrypted. Ask him for help.:)
You should tweak the normals on the tree leaf clusters. There are some max scripts in: UDK\Binaries\SpeedTreeModeler\Scripts\3ds Max The mesh utility script does a similar thing as the normal thief script, except that it's faster.
Thanks for the help. If I'm not mistaken that is one of the scripts that includes cvars. I am pretty new to scripting so I am not sure which cvar in the script to map to a hotkey. I just mapped the script itself to a key but I'm guessing that's not the right way to go about it. Which cvar do I select to simply mirror the…