adding two columns of detail attributes together into one

   2060   2   0
User Avatar
Member
38 posts
Joined: Sept. 2010
Offline
Hi guys,

How do i adding two columns of detail attributes together into one?

For example, i click on my details tab, to find that i have two detail attributes. one of them is A and the other is B, How do i sum them up?

Thanks
User Avatar
Member
8588 posts
Joined: July 2007
Offline
if your float detail attributes are named A and B and have correct variables assigned to them (by default they usually behave like that)
then append AttributeCreate SOP
Name: A
Class: detail
Type: float
Value: $A + $B

then you can append Attribute SOP to delete B attribute
so in Detail tab in Delete Attributes parameter type: B
or to delete everything except A type: * ^A
Tomas Slancik
FX Supervisor
Method Studios, NY
User Avatar
Member
38 posts
Joined: Sept. 2010
Offline
Hey thanks tamte it works wonders
have a nice day
  • Quick Links