Does someone know how to import multi sub directories with *.py and *.pyw files with python? For exemple to import my mel script lib I am using the following mel script code : // ================== global proc LoadLib (string $libsToLoad[]) { string $dir = `internalVar -userScriptDir` + "_SAMA_LIB/MEL/"; for ($lib in…
https://youtu.be/2nFzlEA4LEA This tutorial focuses on taking a dirty mesh from Blender into Zbrush and Keyshot. I created this mesh with a lot of boolean operations via a script by MasterXeon1001 called Hardops. This script is very useful in quickly chopping up your mesh. The problem is the geo can be really dirty and…
Okay I've hit brick wall with a script I'm working on. Essentially I'm checking that two objects have the same topology, so I'm using a morph and adding one to another and checking that it worked. originalMesh = $box01newMesh = $box003originalMeshCheck = copy originalMesh--Delete modifier because the original mesh already…
Thanks for the help Pixaeiro but I finally found an excellent script/plugin that does this effectively. Texture Atlas Generator. http://www.scriptspot.com/3ds-max/scripts/texture-atlas-generator?page=1 It can be used to subdivide your mesh using the UV cordinates of 1-0 in the Unwrap modifier. Though that isn't what it was…
SyncViewS, thanks for this very useful tool. I have one suggestion for wish list. Can you make a Skip edge/poly/vertex Loop and Skip Edge/Poly/Vertex Ring script, but my wish is script which lets a user select a couple of edges and it will continue the selection pattern around an edge ring or edge loop. PolyBoost has this…
@D_Choi @jose.fuentes Hey guys, so I think ya'll are in luck! I was also wanting to start from curves and convert to geo, at first I was using the maya's CVs to geo tool but that wasn't giving me much control with the results. I was shown this wonderful scripter named sizovalex, he has two scripts. One for grabbing and…
I don't know of any default option to transfer the specific setting (and transferring them all would probably end up making half the brushes useless), but it would be very simple to create a user interface button that sets the value so that you at least wont have to dive into several pallets. Just throw the button wherever…
I guess you should focus on a few key examples, there are just to many cases one could tackle for environment production. A few things you could tackle: * Pipeline Mainly about optimizing data (meshes, meta objects, colliders,...) or just getting stuff ready for the engine. This can be a very time consuming job for the…
I have a script I wrote that sets the active time segment to 100f based on the sliders current position. I have this script bound to a key so its a quick press. Not that the ctrl-alt-MB approach is bad but it can take a little time to scroll it to a desired frame range. macroScript…
It's been a while since I had to animate with Character Studio, but if I remember correctly, there is no way to stop the head and arms from counter-rotating / staying in their current rotation when twisting the spine? Similar for some other limbs/connections. Edit: Basically talking abou this:…