Notifications
Clear all

[Closed] UVW Editor dialog properties and MAXHELP

I wanted to keep these posts seperated.

I want to make a shortcut for the UVWUnwrap editor and open it with my own dimensions and position. If I open the editorwindow now, half of the window is behind my menubar which is annoying.

However I tried using the info from the maxhelp but alas, it doesnt work. Here is that script:

(	
 		if $ == undefined  or selection.count>1 then
 			(
 				format "select 1 object"
 				messagebox "Select 1 object" title:"Oops!"
 			)
 			else
 				(	
 				for o in selection do
 					(
 					max modify mode
 					theMod = unwrap_uvw() 
 					addmodifier o theMod
 						(modPanel.getCurrentObject()).unwrap.edit(); 
 					themod.setWindowXOffset 200 
 					themod.setWindowYOffset 200	
 					)
 				)
 )	

Is there any way to adjust the location and size of the UVW unwrap editor?

On top of that I would also like to know if there is a way to adjust the position of the MAX HELP window. This window is also opening behind my toolbar

1 Reply

anyone?

(10 chars)