Linking selection modes to custom PSets 2004-02-18 - By John Raho
Back hello , i have an poly object, and i want to link a custom parameter set to the scale values of selected edges, i know how to do it if i were using an extude op or something, but not on edges already there. heres some code to explain a bit better what i mean:
AddToSelection "object_name.edge[19,26,21,16]", , True Scale , 1.00852972299231, 1, 1.00852972299231, siRelative, siGlobal, siObj, siXYZ //linked to minimum PSet slider value Scale , 2.20943014228669E-03, 1, 2.20943014228669E-03, siRelative, siGlobal, siObj, siXYZ //linked to maximum Pset slider value InspectObj "object_name.pset_name"
thanks for any help anotherhell.com <http://www.anotherhell.com>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859 (See http://ISO-8859.ora-code.com)-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> hello , i have an poly object, and i want to link a custom parameter set to the scale values of selected edges, i know how to do it if i were using an extude op or something, but not on edges already there. heres some code to explain a bit better what i mean:<br> <br> <br> AddToSelection "object_name.edge[19,26,21,16]", , True<br> Scale , 1.00852972299231, 1, 1.00852972299231, siRelative, siGlobal, siObj, siXYZ //linked to minimum PSet slider value<br> Scale , 2.20943014228669E-03, 1, 2.20943014228669E-03, siRelative, siGlobal, siObj, siXYZ //linked to maximum Pset slider value <br> InspectObj "object_name.pset_name"<br> <br> thanks for any help<br> <a href="http://www.anotherhell.com">anotherhell.com</a><br> <br> <br> <br> </body> </html>
|
|