Well, at least I get a crash dump with this one. I have a single combined object (~ 61 sub-objects combined) equalling 2005 polygons. Each sub-object has already been uv-mapped on its own. Now I want all the uv-maps to be in the correct size to each other. So I combine all the objects into one, uv-map and try to normalize sizes. Each and every time it results in an internal error with the following crash dump generated:
Any suggestions? A work around would be better since I know next to nothing regarding Erlang.
Thanks,
--jeff
Linux Mint Mate 17
Nevermind. I was able to find a solution from this posting: http://www.wings3d.com/forum/showthread....lize+sizes
Code:
Dump written 2016-10-11_10-34
Version: 2.0.5
Window: {autouv,1}
Reason: badarith
Short stack trace:
[]
Long stack trace:
[{wpc_autouv,'-handle_command_1/2-fun-4-',3,
[{file,"wpc_autouv.erl"},{line,873}]},
{lists,foldl,3,[{file,"lists.erl"},{line,1262}]},
{wpc_autouv,handle_command_1,2,[{file,"wpc_autouv.erl"},{line,882}]},
{wpc_autouv,handle_command,2,[{file,"wpc_autouv.erl"},{line,829}]},
{wings_wm,handle_event,3,[{file,"wings_wm.erl"},{line,931}]},
{wings_wm,send_event,2,[{file,"wings_wm.erl"},{line,903}]},
{wings_wm,do_dispatch,2,[{file,"wings_wm.erl"},{line,768}]},
{wings_wm,get_and_dispatch,0,[{file,"wings_wm.erl"},{line,660}]}]
Any suggestions? A work around would be better since I know next to nothing regarding Erlang.
Thanks,
--jeff
Linux Mint Mate 17
Nevermind. I was able to find a solution from this posting: http://www.wings3d.com/forum/showthread....lize+sizes