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…
Hello I am looking for a 3d CGI artist who can create a 3d CGI Animation video. let me give more details. I am creating a short CGI Fanmade 3d animation video based on Justice League and I have the 3d models prepared with textures as well as script. I will also prepare the voice overs as well. I need someone who can create…
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…
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:…
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…