nelpiper Posted June 19, 2008 Share Posted June 19, 2008 Ok. when you aplly a material with a map in it, if you don't click on the "show map in the viewport button", you only going to see the color from the base material. So far so good. If you applied lots of different materials with maps applied to them and never clicked on the "show map in the viewport" button, you only going to see a bunch of coloured geometry. Is there a way to show all the maps for all geometries in just one step? I hope now I've been clear. Thanks. I'm using MAX 8 (not 2008) by the way. Link to comment Share on other sites More sharing options...
mattclinch Posted June 19, 2008 Share Posted June 19, 2008 IIRC max 9 (and probably max 8) had a View -> 'Activate All Maps' option to do this. You might need to 'Show Map in Viewport' on a diffuse map first so it knows which channel to activate. Where has this option gone in the latest versions? Link to comment Share on other sites More sharing options...
whori Posted June 19, 2008 Share Posted June 19, 2008 IIRC max 9 (and probably max 8) had a View -> 'Activate All Maps' option to do this. You might need to 'Show Map in Viewport' on a diffuse map first so it knows which channel to activate. Where has this option gone in the latest versions? when i do this step : view>activate all maps i got error:) it crashes..nice... :/ its because of vray or what? Link to comment Share on other sites More sharing options...
Dave Buchhofer Posted June 19, 2008 Share Posted June 19, 2008 sel = selection as array for n = 1 to sel.count do ( if classof sel[n].material == Multimaterial then ( for i in 1 to sel[n].material.numsubs do ( sel[n].material.materiallist[i].showinviewport = true ) ) else ( sel[n].material.showinviewport = true ) ) to turn them ON for the selected objects.. or replace true with false to turn them OFF.. no error checking or anything, and probably chokes on a few non-standard(orvray) material types, but a start Link to comment Share on other sites More sharing options...
nelpiper Posted June 24, 2008 Author Share Posted June 24, 2008 Thanks guys. Link to comment Share on other sites More sharing options...
whitetr Posted June 24, 2008 Share Posted June 24, 2008 when i do this step : view>activate all maps i got error:) it crashes..nice... :/ its because of vray or what? Yes...if you have an older version of VRay, this will crash it. Link to comment Share on other sites More sharing options...
whori Posted June 25, 2008 Share Posted June 25, 2008 Yes...if you have an older version of VRay, this will crash it. but i got a latest version. and using max9 Link to comment Share on other sites More sharing options...
nelpiper Posted June 26, 2008 Author Share Posted June 26, 2008 Well guys. It works pretty good for me and I'm using max 8. Link to comment Share on other sites More sharing options...
whori Posted June 26, 2008 Share Posted June 26, 2008 Well guys. It works pretty good for me and I'm using max 8. with vray? Link to comment Share on other sites More sharing options...
nelpiper Posted June 30, 2008 Author Share Posted June 30, 2008 Yes! Link to comment Share on other sites More sharing options...
amer abidi Posted June 30, 2008 Share Posted June 30, 2008 when i do this step : view>activate all maps i got error:) it crashes..nice... :/ its because of vray or what? Showing maps in viewport at once usually uses up a large portion of the system's RAM.. it can well go over double the RAM usage for the same file without maps showing. open up your task manager, and watch the RAM usage as you activate viewport maps; It might be using more RAM than you have installed, and thus crashing Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now