odd. yesterday on a computer at school i was able to just drag and drop the script into the viewport and it opened. today at home i do the same and nothing happens. is there another way to launch the script? (also going to MAXScript > Run Script does not work either) EDIT: nvm, should've read the first post. XD on a…
nope because they use the viewportshading to create those states oh and since more people will be using the 3ds clean script i added an extra check so it won't crash any more. If you want to you can remove the file again and update the script
and one last thing... the alpha mask layer currently doesn't account for double sided materials or the materials alpha channel :S Which is making my hair alpha planes a little tricky to work with. Transparency is set to None, shadows Hard and the Xoiliul material is double sided with clipping at 0.3.
glad you like it for future updates i'm planning on having the option to make the script automatically load the screenshots and all passes into photoshop with the right blending modes etc... and maybe also the option to tweak the SSAO setting like you do with the zdepth now other suggestions are always welcome
atm it doesn't but it's noted, next time i'm updating i'll look into it and if it wouldn't take too much time i'll add it in right away :) general message: For questions and bugreports about the new script please post them here http://www.polycount.com/forum/showthread.php?t=92812 i'll check this one more ofter
Wanted to request a feature. I tried looking for a solution myself, but havent come up with anything so far. I've been using it with the "realistic" view in 2012 and the lighting looks good in the viewport. When I use grabviewport, it actually grabs the view with none of the soft ambient occlusion lighting. I suspect its…
Thanks for the tip. Setting the transparency to None actually yielded better results and the grab viewport script works fine with my hair alpha. Simple also works, but doesn't look as good. Thanks Seeing as we are in the spirit of improvement ... I have a few suggestions on this script as well... Viewport Size ... can we…
Ravenslayer, the script not worked in max2009. :) There is little error in GetOriginalState function. fn GetOriginalState = ( --print "Creating Original State" m_originalwidth = gw.getWinSizeX() m_originalheight= gw.getWinSizeY() if (((maxVersion())[1] / 1000) > 11) then ( m_originalbgcolor = GetUIColor 41 m_bviewcube =…
hey seth , i don't really know what the problem is with some of these max versions but my check is adjusted in the new script i'll be releasing so it checks for the ViewCubeOps itself instead of the visibility attributes (which was a stupid thing to do to begin with) So i finally found the time to start adjusting and…