scaling the model by 10 by default didnt work for some people, scaling 1.0 by default for now.
This commit is contained in:
parent
19f15f6ab3
commit
18478d1e62
@ -2757,7 +2757,7 @@ def write_ui():
|
||||
# done setting globals
|
||||
|
||||
# Used by the user interface
|
||||
GLOBALS['_SCALE'] = Draw.Create(10.0)
|
||||
GLOBALS['_SCALE'] = Draw.Create(1.0)
|
||||
GLOBALS['_XROT90'] = Draw.Create(True)
|
||||
GLOBALS['_YROT90'] = Draw.Create(False)
|
||||
GLOBALS['_ZROT90'] = Draw.Create(False)
|
||||
|
Loading…
Reference in New Issue
Block a user