Welcome to CGarchitect.com Untitled Document

Go Back   CGarchitect.com > 3D SOFTWARE > 3ds Max

Notices

3ds Max Autodesk 3ds Max

Reply
 
LinkBack Thread Tools Display Modes
Sponsored Links

Old June 19th, 2008   #1 (permalink)
Senior Member
 
nelpiper's Avatar
 
Join Date: Jul 2007
Location: Edinburgh
Posts: 167

Name: nelson fernandes


United Kingdom 


Default show maps in viewport question

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.
nelpiper is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 19th, 2008   #2 (permalink)
Senior Member
 
mattclinch's Avatar
 
Join Date: Jun 2007
Location: W. London
Age: 25
Posts: 315

Name: Matt Clinch


England  Send a message via MSN to mattclinch


Default Re: show maps in viewport question

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?
__________________
Matt Clinch
Arch Viz Artist @ Hayes Davidson
http://www.hayesdavidson.com
mattclinch is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 19th, 2008   #3 (permalink)
Member
 
Join Date: May 2008
Location: Lithuania
Posts: 66

Name: Gintaras Jonika


Lithuania 


Default Re: show maps in viewport question

Quote:
Originally Posted by mattclinch View Post
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?
whori is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 19th, 2008   #4 (permalink)
Senior Member
 
Dave Buchhofer's Avatar
 
Join Date: May 2002
Location: Philadelphia
Posts: 278

Name: Dave Buchhofer


United_States  Send a message via AIM to Dave Buchhofer


Default Re: show maps in viewport question

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
	)
)
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
__________________
Dave.
TD / EwingCole DMG
Dave Buchhofer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 24th, 2008   #5 (permalink)
Senior Member
 
nelpiper's Avatar
 
Join Date: Jul 2007
Location: Edinburgh
Posts: 167

Name: nelson fernandes


United Kingdom 


Default Re: show maps in viewport question

Thanks guys.
nelpiper is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 24th, 2008   #6 (permalink)
Member
 
Join Date: Feb 2008
Location: Denver, CO
Age: 40
Posts: 67

Name: Tracey White


United_States 


Default Re: show maps in viewport question

Quote:
Originally Posted by whori View Post
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.
__________________
Tracey White
PB
Design Visualization Specialist
http://www.pbprojectviz.com/
whitetr is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 25th, 2008   #7 (permalink)
Member
 
Join Date: May 2008
Location: Lithuania
Posts: 66

Name: Gintaras Jonika


Lithuania 


Default Re: show maps in viewport question

Quote:
Originally Posted by whitetr View Post
Yes...if you have an older version of VRay, this will crash it.
but i got a latest version. and using max9
whori is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 26th, 2008   #8 (permalink)
Senior Member
 
nelpiper's Avatar
 
Join Date: Jul 2007
Location: Edinburgh
Posts: 167

Name: nelson fernandes


United Kingdom 


Default Re: show maps in viewport question

Well guys. It works pretty good for me and I'm using max 8.
nelpiper is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 26th, 2008   #9 (permalink)
Member
 
Join Date: May 2008
Location: Lithuania
Posts: 66

Name: Gintaras Jonika


Lithuania 


Default Re: show maps in viewport question

Quote:
Originally Posted by nelpiper View Post
Well guys. It works pretty good for me and I'm using max 8.
with vray?
whori is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old June 30th, 2008   #10 (permalink)
Senior Member
 
nelpiper's Avatar
 
Join Date: Jul 2007
Location: Edinburgh
Posts: 167

Name: nelson fernandes


United Kingdom 


Default Re: show maps in viewport question

Yes!
nelpiper is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
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


All times are GMT -7. The time now is 11:19 PM.





Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
© Copyright 2001 – 2008 CGarchitect Digital Media Corp. All Rights Reserved.