Fix for #32852: set uv unwrap default packing marging to 0.001.

This commit is contained in:
2012-10-15 17:56:51 +00:00
parent c10c6b1cea
commit ff16453866
2 changed files with 12 additions and 6 deletions

View File

@@ -446,6 +446,7 @@ Scene *BKE_scene_add(const char *name)
sce->toolsettings->uvcalc_cubesize = 1.0f;
sce->toolsettings->uvcalc_mapdir = 1;
sce->toolsettings->uvcalc_mapalign = 1;
sce->toolsettings->uvcalc_margin = 0.001f;
sce->toolsettings->unwrapper = 1;
sce->toolsettings->select_thresh = 0.01f;
sce->toolsettings->jointrilimit = 0.8f;