Shame on some of you, derailing the potato salad thread with talk of graphics cards.:shifty: Here's my specs: - 2 1/2 pounds red potatoes cubed - 1 cup sour cream - 1/2 cup mayonnaise - 1/2 bunch green onions chopped - 1 cup shredded Cheddar cheese - 1 tablespoon real bacon bits I'm thinking it might be time to put down…
@sprunghunt The vertex color solution works pretty good to control each object and assign specific colors, thanks :) @oglu I'll look into that video too! Arvid Schneider is really great in arnold shaders and procedural things For everyone interested, this is some code I write : import maya.cmds as cmds import pymel.core as…
a couple things i have found to help speed the process up with key bindings created in the hotkey editor (you will need to create a new command for most of them): a Rotate left and right polyRotateUVs 45; polyRotateUVs -45; flip selected uv's vertically polyFlipUV -flipType 1 -local on; flip selected UV's horizontally…
"Wouldn't you expect all those files to be imported to other programs at the same scale?" I personally wouldn't at all because it all depends on what the data actually says, and what the importers do or don't do with it. Let's say you have a simple plane, with verts placed at -1 -1 0 -1 1 0 1 -1 0 1 1 0 (And all transforms…
This script only works on Mesh Faces. How to add Poly Faces? Unfortunately, I don’t know coding, I will be grateful if you could help me. Thank you! <br/><br/>macroScript AlignWorkplaneToFaceSelection category:"csTools" tooltip:"AlignWorkplaneToFaceSelection"
(
macros.run "csTools" "RemoveWorkPlane"
fn…
Honestly, the best thing you can do is find a couple Photography books, in particular Landscape photography books, and study those. Start researching landscape painters and study their paintings asking yourself what mood they're portraying and more importantly, how they are doing it. I know it feels like I'm suggesting…
Hello everyone, apologies upfront as I lack the programming knowledge to understand the problem I am having. I have been trying to utilize Thinkbox Sequoia Meshing, the program comes with 3ds integration maxscript for loading Seq. .xmesh into 3ds. Code on GITHUB: They have provided a .ms file which I have loaded and run.…
I wanted to see how to shorten some of these expressions if possible as I'm still learning...It´s a script that'll toggle meshes between High Quality Display and Low Quality Display. Some of my bigger concerns are three: 1-To set something to HQ, I believe the only flag needed is -polygonObject, even though in the Script…
I tried importing the head as a static mesh (ASE) but I couldn't get it to handle overlapping UV's so I ended up exporting the eyes as separate objects. Strangely enough it still thinks that either UV's are out of bounds or are overlapping for the head despite me triple checking in max. I deleted the eyes, applied a single…
Rurouni Strife what should my plan of action be, i was pointed in the direction of a workflow like this on another thread: 1. In Maya or Max whatever you prefer, add a basic checker texture to the mesh maybe something with numbers to see the rotation of the uv's better. 2. Fire up your favorite image editing program and do…