I'm dusting off an old piece to add to my portfolio. I'm still undecided whether to make this cinematic level or game resolution but I have this as an idea for a IP I've been developing for awhile. Currently I'm redesigning the helmet and spaulders. The thought process behind it is the left side (Devil's Hand ;) ) has more…
[ EVEREST Home Edition (c) 2003, 2004 Lavalys, Inc. ] Version EVEREST v1.51.195 Homepage http://www.lavalys.com/ Report Type Report Wizard Operating System Microsoft Windows XP Professional 5.1.2600 (WinXP Retail) Date 2005-04-18 Time 13:31 [ Summary ] Computer: Operating System Microsoft Windows XP Professional OS Service…
Hey Pennywise, nice start so far, I think you might be making more work for yourself than you need to with such a symmetrical design. You could take just a quarter of that texture and tile it. There are multiple ways of making textures using Zbrush, hopefully at least one of these links will help you out: This series of…
Thank you for responding! The body isnt mine, as Im making this for Fallout 4 as a mod I'm am just using a body from there and I cant really change it as it will interfered with other players usability, not that I think anyone will use this once its finished anyway haha That said whilst making the clothing, there are…
I did, it's unclear. I even diffed the files in notepad++ with point groups on/off and the file generated identical, it's very cryptic. Some are obvious, this is what I've deduced. Groups: -On separate objects in the scene -Off everything combined into one object Point groups: -On no idea? -Off no idea? Materials: -On mat…
Thanks, that's a great help. Initially I was not that convinced of inserting a gamma adjustment layer that might have to be enabled and disabled based on the situation, but after thinking bout it a bit more I think, the best approach might actually be to just leave the gamma adjustment permanently turned on in the PSD…
when artistic directors are young....they seem to make more daring choices ie: ridley scott w/blade runner and alien. same for steven speilberg w/jaws and close encounters. as people get older...they tend play things a little safer...it's happened w/the majority of directors and other artists. stanley kubrick was one of…
I was able to get back to it last night... and I made the toggle. This will toggle the turbosmooths in a selection on or offfor i in $ do if isproperty i #turbosmooth == true do if i.modifiers[#turbosmooth].enabled == on then i.modifiers[#turbosmooth].enabled = off else i.modifiers[#turbosmooth].enabled = on The script…