Mailing List
Home
Forum Home
Softimage
Carrara
trueSpace
Dir3d-l
Maya - a powerful 3D animation and visual effects software
Macromedia Flash Development
Subjects
Cameras
scaleDown command
black out solved
Aircraft Tutorial
Mathematical XYZ ?
Its done This vs That
Its done first week
recommendations for screen video captures?
3DExplorer "Oddity "
New Director
ProTeam renewals
Fuel 's new websites (X post)
Blue peter create a make toy
targeting groups question
XPost: Shockwave 3D game ( sort of )
RES: RES: RES: Fish Modeling
Emitting particles from object intersection
Fuel 's new websites (X post)
Texturing
Big Break Contest Videos
New Plugins
Models and Texture on my updated site
Error Installing Patch tS6 6
Plasma?
Looking for Inspiration
Weird EMail Q
It 's done first week ?
Cherry not cranberry
New game
Camera Animation Problem
Particle plugins?
 
Linking selection modes to custom PSets

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&nbsp;&nbsp;&nbsp; //linked to minimum PSet slider value<br>
Scale , 2.20943014228669E-03, 1, 2.20943014228669E-03, siRelative,
siGlobal, siObj, siXYZ&nbsp;&nbsp;&nbsp; //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>