zyhsu
05-26-2003, 08:49 PM
Dear Sir:
I try to return the plug-in name of the objects by using the following command :
@warnings
generic
{
object = Scene().firstSelect();
info(object);
y=object.server(SERVER_DISPLACEMENT_H);
info(y);
}
I get a "nil" as return, but I did give the object a lot of plug-in, such as bend, twist , etc. Did anybody know why?
Thanks!
I try to return the plug-in name of the objects by using the following command :
@warnings
generic
{
object = Scene().firstSelect();
info(object);
y=object.server(SERVER_DISPLACEMENT_H);
info(y);
}
I get a "nil" as return, but I did give the object a lot of plug-in, such as bend, twist , etc. Did anybody know why?
Thanks!