Author : afisher


Reply
Reply
 
Thread Tools Display Modes
Revel's Avatar
Old (#1)
Guys, I've installed Blender along with the Python Script on my machine with no problem. But recently I notice that 3ds Max acting weird after I installed them, which is the viewport default light become over bright. I check the material slots and all the sphere are kinda over-exposed, normally they are all gray in color, but now its bright white.

Does anyone know how am I suppose to fix this?
Or is it only by uninstalling Python?..which then cause my Blender not working correctly. I don't think this is the only way to solve this problem, cus I try to google on this problem but i found people wanting it Python to work with 3ds Max instead of separating it and causing problem.

PS: I have started another thread regarding it on another AREA. But seems until now no one has any answer for me yet.

_Revel
Offline , triangle, 366 Posts, Join Date Apr 2010, Location Kuala Lumpur, Malaysia  
   Reply With Quote

aniceto's Avatar
Old (#2)
has nothing to do with python. go into your scene and hit 8 for for the environment and effects window(or go Rendering -> Environment) and change the ambient colour to black
Offline , triangle, 428 Posts, Join Date Feb 2006, Location Canberra Send a message via MSN to aniceto Send a message via Skype™ to aniceto  
   Reply With Quote

pior's Avatar
Old (#3)
Theres also a nasty bug in max 2009 (and other releases maybe ?) when even if the color picker shows grey for ambient, the scene displays it black until you manually click the spinner ever so slightly.

Anyone got a fix for that? Even a Maxstart.max doesnt fix it ...
Online , veteran polycounter, 4,988 Posts, Join Date Oct 2004, Location Irvine CA  
   Reply With Quote

Bryan Cavett's Avatar
Old (#4)
Pior: You could use a startup script or a new scene callback script to do this but it would change the ambient value for every scene you open unless you run a test to see if there has been a filename set for the current scene.
Offline , triangle, 334 Posts, Join Date Oct 2004,  
   Reply With Quote

pior's Avatar
Old (#5)
Any idea on how to set it up ? I find myself adjusting that stupid value back to mid grey pretty much ... every day haha. Ill run some tests to see if I can somehow narrow it down. Thanks for the suggestions btw. Is it still happening in newer Maxs ? This, and the antialias incompatibility (even forcing the Nvidia driver to AA doesnt work) are the only problems I have with Max2009. Besides this it really is the best version for me....
Online , veteran polycounter, 4,988 Posts, Join Date Oct 2004, Location Irvine CA  
   Reply With Quote

Revel's Avatar
Old (#6)
@aniceto
That's actually worked man..Hmm, I wonder how did that change by it self?..Well, at least now I know how to fix that problem. Thanks!

@pior
Hi man, as what I understand from your post, you need to set the ambient color every time you restart max, correct?..I already try in Max 2010 and it looks like the value that I put in the ambient will stay for the next launch of Max. But if you set the color and save it the with scene then it will save together with the scene. So you can have your default value and if want to change for certain scene, change it and it will stay with the scene.

_Revel
Offline , triangle, 366 Posts, Join Date Apr 2010, Location Kuala Lumpur, Malaysia  
   Reply With Quote

Bryan Cavett's Avatar
Old (#7)
Pior: Turns out I had this laying around on my HDD. It toggles between black and any other color you want to define but you'll have to edit the script. I would think that adding it to a hotkey would be better than a startup/callback script.

Code:
macroScript modeling_Env category:"BCTools"
(
	on execute do
	(
		global modeling_Env
		if modeling_Env != undefined and modeling_Env then
		(
			modeling_Env = off
			ambientColor = black
		)
		else
		(
			modeling_Env =  on
			ambientColor = color 38 38 38 --change this value
		)
		
		redrawViews()
	)
	
)
You'll want to adjust the "38 38 38" values to the color you want to use.

I imagine the bug in 2009 is just a redraw views bug on scene startup.

Last edited by Bryan Cavett; 05-10-2010 at 08:05 PM..
Offline , triangle, 334 Posts, Join Date Oct 2004,  
   Reply With Quote

renderhjs's Avatar
Old (#8)
Quote:
Originally Posted by Revel View Post
PS: I have started another thread regarding it on another AREA. But seems until now no one has any answer for me yet.
Thats because the Area every now and then turns out to be a graveyard.
CGtalk is the place to talk with Maxscript veterans - maybe add a thread there as well and have a look at their Python Mxs thread.
Offline , veteran polycounter, 3,041 Posts, Join Date Mar 2008, Location Sydney Australia Send a message via AIM to renderhjs Send a message via MSN to renderhjs  
   Reply With Quote

Revel's Avatar
Old (#9)
Heheh..they're not that bad all the time, some times those guys at AREA also give you a good answer~
CGTalk, hang out there quite often but haven't register yet..dunno why..

_Revel
Offline , triangle, 366 Posts, Join Date Apr 2010, Location Kuala Lumpur, Malaysia  
   Reply With Quote

Reply

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

Forum Jump

Copyright 1998-2012 A. Risch