How to write 2/3?


#1

I need to scale an object so that it’s exactly 2/3 its original size.

How can I input 2/3 into the scale attributes?


#2

“exactly” is probably too much to ask for, but multiply by 0.666666 and you will be close enough.

In the channel-box you can select all 3 scale attrs and enter *=0.666666 to do the math and get a result.

You could also multiply by 2 and divide the result by 3 but I doubt it would be much different.

David


#3

Actually, it’s not much work at all.

All you have to do is select the attribute in the attribute editor and input " =2.0/3.0 "

The reason I was struggling was because I wrote " =2/3 " which was evaluated as integers instead of float values.