After I enter a value of '1', it gets divided by '2'. Why does this happen, and how do I get rid of it? This happens everywhere where I enter a value. Enter '4' it becomes '2', enter '16', it becomes '8'. Are one of my settings wrong or something?
Asked
Active
Viewed 160 times
1 Answers
5
You must have accidentally set the Unit Scale property to 0.5. It can be found in the Scene tab, in the Properties Editor under Units. You should set it to 1.
Martynas Žiemys
- 24,274
- 2
- 34
- 77



0.5Unit Scale and set to metric. When I directly enter1in Transform panel, it set to1mand the actual value isbpy.context.object.location[i] = 2– HikariTW May 25 '19 at 08:18