![]() |
||||||||||||||
|
|
||||||||||||||
| Sponsored Links |
|
|
#1 (permalink) |
|
Senior Member
Join Date: Jul 2007
Location: Edinburgh
Posts: 167
Name: nelson fernandes |
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.
|
|
|
|
|
|
#2 (permalink) |
|
Senior Member
|
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? |
|
|
|
|
|
#3 (permalink) | |
|
Member
Join Date: May 2008
Location: Lithuania
Posts: 66
Name: Gintaras Jonika |
Quote:
when i do this step : view>activate all maps i got error it crashes..nice... :/ its because of vray or what? |
|
|
|
|
|
|
#4 (permalink) |
|
Senior Member
|
Code:
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 ) )
__________________
Dave. TD / EwingCole DMG |
|
|
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Physical Camera Viewport Question | jophus14 | VRay Render | 7 | December 5th, 2007 07:52 AM |
| Maps :: Displaying hi res in viewport | mbr | 3ds Max | 1 | December 9th, 2005 08:36 AM |
| max viewport question | carlangas | 3ds Max | 6 | June 23rd, 2005 09:37 AM |
| Vray - Show map in viewport | djbob | VRay Render | 3 | May 11th, 2005 01:50 AM |
| Question on Alpha maps | sancheuz | General Discussions | 1 | August 22nd, 2003 07:05 AM |