You could just do a small script for it, this works on single objects:import maya.cmds as cmdslist = cmds.ls(sl=True)for item in list: vtxCount = cmds.polyEvaluate(v=True) cmds.select(cl=True) cmds.select(item+'.vtx[0:'+str(vtxCount)+']', add=True) just throw that onto some hotkey and it will select all the verts of a…
@Pedro Safest bet: http://www.newegg.com/Product/Product.aspx?Item=N82E16824236294 If you're feeling lucky: http://www.newegg.com/Product/Product.aspx?Item=9SIA2RY0X59885 Personally, I'd go with the Asus. Has a huge number of adjustment settings…
@evelynSoa I dig those weapon designs. You are finding some fun silhouettes! I would love to render the staff on the bottom right :D I'm working on a similar side project but is more Dungeons and Dragons inspired. It's an item set for my DM friends out there. I'm making my way through the weapons listed in the D&D Players…
Micro transactions seems like the safest route to go these days. This way you can monitor item distributement and catch accounts that are generating items without purchase. I don't mind buying games online so long as I can play them offline as well. Steam was terribly buggy for the longest time and I still have nightmares…
I thought I posted. Preview button slip argh Anyway, obtaining the items via ghostbuster wasn't immediately obvious, had to figure out randomly when I did what I did (find the black/white item) the way to exit the level wasn't clear enough for me to understand. All I see is a flashing series of blocks on the top right. I…
I use Ctrl+1 and Ctrl+0 to zoom to 100% and "fit on screen" respectively. Also if you are using CS6, if you go to the Workspace dropdown at the top right of the window and switch from Essentials to New in CS6, all the menu items will be colored to indicate a new addition or change to that tool. Speaking of colors, you can…
Hi! I had the same issue as Gordon when trying to do this in Modo. I used the above naming of items in the obj I tested with. When using the quickloader in Marmoset, with this setup, I just get one item in the Baker with the shaders (the first bake group where removed as well). However if I export the same setup as an FBX…
Cholden and I were at our local Best Buy this afternoon and they have the new preorder boxes out on the shelf for the non collector's editions. They come with some freebies even thought it's not a collector's edition (some in game unique items, trading card game pack and that all important head start key). I believe all…
Been making more progress on this! Ron's gotten a first pass. I've spent some more time tweaking some elements, some of which help a little (like cloth sim sweater) and others which are more successful (like the frost on the window). Hermione and her chair are the last major items to make, and then I might rework a few…
Hello, I want to create an Inventory System the only problem I have right now is adding the Item to 1 Slot... The Tutorial wich I watched and finished made the System that all Inventory Pictures are directly spawned in the beginning it is just a White Box in every Inventory Slot and when I pick up an Item the white Box is…