For those of you who might find this via search I got some help on this and here's the script I ended up with. import maya.cmds as cm driver = cm.ls(sl=True,fl=1,tl=1) selectedObjects = cm.ls(sl=True,fl=1) selectedObjects.remove(driver[0]) for object in selectedObjects: cm.select(driver,object)…
Reminds me of something from Red Dwarf. You think this is their voting system: 1st = 3points 2nd = 2points 3rd = 1 point Judge 1: 1. Red 2. Yellow 3. Blue Judge 2: 1. Blue 2. Yellow 3. Red Judge 3: 1. Purple 2. Yellow 3. Red Judge 4: 1. Red 2. Yellow 3. Purple Judge 5: 1. Blue 2. Yellow 3. Red Red = 9 Blue = 7 Purple = 4…
Sorry to bump an old thread yoou can use thi sscript as a shortcut for #1 - mines alt + a (for align). it will align both the move and scale to to the selected face/edge's axis. global proc alignAxis (){$compselection=`ls -sl -fl`;if (`size($compselection)`){if (`size($compselection)`<=1){manipMoveOrient…
And what about solution like this? Shelf with script which is opening window for running other scripts (it's basic - concept): global proc runScript(){ string $script = `scrollField -q -text scriptField`; eval $script;}global proc LTMel(){ if (`window -exists LTMelWin`) deleteUI LTMelWin; window -title "Micro Mel Editor"…
[ QUOTE ] Samsung all the way. They actually will color match, unlike all the Dell monitors I've used. Depending on your budget you can always go with an LCD TV that does 1:1 pixel matching and supports DVI or use a DVI to HDMI cable to connect to the TV. Of those I would recommend the Sharp Aquos line for that use. One of…
Hello, Our indie team is looking for a passionate 3D Artist/Animator to join us in developing our upcoming title - Space Spiders Arena. About the Project: Space Spiders Arena is a fast-paced sci-fi arena shooter where players control spider-like robots competing in tournaments that take part across space - from asteroid…
Some of the classes seem very similar, and there's only 1 "evil" one. 1 Human 1 Magic Nature plants 1 Magic Nature animals (Cold) 1 Magic tech (Cold) 1 Evil
Also to answer the question on textures memory used, I will list some of the common texture formats and the memory they consume R8G8B8A8 - 1:1 no compression - 2048 x 2048 = 16.0MB - 1024 x 1024 = 4.0MB - 512 x 512 = 1.000MB DXT1 - 8:1 compression (optional 1 bit alpha) - 2048 x 2048 = 2.0MB - 1024 x 1024 = 0.5MB - 512 x…
Hi ZippZopp, I'm trying to make my PC future proof. I want it to be in X99 motherboard and DDR4 memory(DDR4 memory is pretty cheap). You mentioned that Quad core is better than 6cores for this purpose. But Intel Quad is X97 motherboard chipset. Any other processor that could be just right for what I need, maximizing it's…