I'm actually creating a script using the surfaceSampler function... It worked very well during to last days, and this morning I obtain a stupid error, and impossible to know what it means! T_T.... if someone knows what means : // Error: line 1: image has unsupported number of bytes per channel: 255 // // Error: line 1:…
Hi, I'm working on a script to place cylinders on selected faces for booleans. I need to place the first selected object into a token so I can call it up, but am confused on how I can bring the selection into a string to tokenize between the "." The script is meant to allow me to select adjacent components on a poly…
I made a custom mouse matte, fabric style top layer and added a medium firmness sponge under layer, so its gives in to the shape of my wrist under its weight, but is still firm for the mouse to track correctly. This combo works for me so i dont need a fancy mouse, or those wierd gel lumps supports.
Hey Guys, I am trying to make my maya mirroring a little bit smarter. If I am in object transform mode it should mirror the object based on my pivot point's orientation, not just its position Even if there are no transforms on the object anymore. I need to work with the manipPivot orientation, to align my object to a world…
EDIT : Maya initial idea isn't really necessary after I've discovered pivot marking menu. When pivot edit mode is toggled (press "d"), you can right click to open common options for pivot. So no need to hotkey those. I'd like to get the script which runs the "Reset" button on the pivot. When I open script editor and press…
Hi, I'm working on a free Nut_Bolt script but I'm getting an error. Let's say I'm Importing the Bolt_01 it's snapping to the selected face but again when I run this script on a new selected face it's taking back Bolt_01 to the origin. It shouldn't happen like that. For more REFER VIDEO. {
// create a window
window -title…
Long shot, but I'm hoping someone in this community might be able to help with a preservation project. Chromacolour (the UK-based animation supply company behind the cel paints used on films like *Who Framed Roger Rabbit*) sold three digital color palettes up until around 2012: - **Series 100** — 600 colors - **Series…
Hello everyone, I am a little stuck with user inputs. I am trying to create a window where the user can write the name of the fbx they want to import then pass it on to the string that contains the file path to open that fbx. I have tried different combinations but I getting only errors. I thought I was closed, but I cant…
Greetings all, I'm trying to figure out a means of which to snap a vertices of an object to a vertices of another object quickly. I made a bunch of morph targets that need certain vertices to be matched up precisely with the base shape. Now of course I could always do it manually but each morph has to have around 40…
malcolm: Try this... I just threw it together in 20 minutes now but it seems to work fairly well on the stuff I tried it out on. It may be a bit slower on objects with tens of thousands of UVs... it will work on any selection, but it'll be fastest if you manually select the parts you want to move into the 0-1 range first.…