View Single Post
# 108 28-07-2006 , 05:45 PM
arneoog's Avatar
Registered User
Join Date: Mar 2006
Posts: 189
I got an idea! user added image
People should be able to set options for all the individual objects in a scene.
made a little GUI example:
Code:
window -title "Object Editor" -h 340 -w 480 objE0076;
rowLayout -numberOfColumns 2 -columnWidth2 170 310;
scrollLayout -h 306 -w 170 -backgroundColor 1 1 1;
 			                setParent ..;
 			setParent ..;
columnLayout;
text -label "Object Settings for " -w 480 -align "left" -font "boldLabelFont";
separator -w 480 -h 10;
checkBox -label "Convert this object to XML" -value 1;
checkBox -label "Normal Smoothing" -value 1;

			showWindow;
All the objects in the scene pops up in the list at the left and the options is on the right.
No idea how to make this but i'll try to do something later...
user added image