Shape Extruder Bug - Printable Version +- Wings 3D Development Forum (https://www.wings3d.com/forum) +-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1) +--- Forum: ManifoldLab Plug-ins Collection (https://www.wings3d.com/forum/forumdisplay.php?fid=14) +--- Thread: Shape Extruder Bug (/showthread.php?tid=629) |
Shape Extruder Bug - Britfox - 03-23-2014 Hi, The Shape Extruder isn't working correctly with the last manifoldlab version of Wings3d (Wings 3D 1.5.2.2014-03-17---19-58.mlab) Nothing appear at the preview and no object is created after clicking OK. The console window: wpc_shape_extruder:command/3: bad return value: {'EXIT', {badarith, [{wpc_shape_extruder, make_ngon,6}, {wpc_shape_extruder, make_ngon,6}, {wpc_shape_extruder, generate_frustoms,7}, {wpc_shape_extruder, make_shape,17}, {wpc_shape_extruder, command,2}, {wings_develop, time_command,2}, {wings_plugin,command,3}, {wings,raw_command_1,3}]}} wpc_shape_extruder:command/3: bad return value: {'EXIT', {badarith, [{wpc_shape_extruder, make_ngon,6}, {wpc_shape_extruder, make_ngon,6}, {wpc_shape_extruder, generate_frustoms,7}, {wpc_shape_extruder, make_shape,17}, {wpc_shape_extruder, command,2}, {wings_develop, time_command,2}, {wings_plugin,command,3}, {wings,raw_command_1,3}]}} wpc_shape_extruder:command/3: bad return value: {'EXIT', {badarith, [{wpc_shape_extruder, make_ngon,6}, {wpc_shape_extruder, make_ngon,6}, {wpc_shape_extruder, generate_frustoms,7}, {wpc_shape_extruder, make_shape,17}, {wpc_shape_extruder, command,2}, {wings_develop, time_command,2}, {wings_plugin,command,3}, {wings,raw_command_1,3}]}} RE: Shape Extruder Bug - ggaliens - 03-26-2014 Can you tell me where in the invocation process things got wrong ? Do you get a menu of shapes ? Or you don't even see a menu ? I would say try getting a newer release. And if that's the solution ... I'll go and delete the old distro. OK ... I see that it is just generally BUSTED. Sorry. Will fix soon. Thanks for heads up. RE: Shape Extruder Bug - Britfox - 03-28-2014 Thank you for the wings-1.5.2.2014-03-27---23-49.mlab version Are you aware of those strange bugs ? It looks like if the rotation value of the 'first' extruded face is different each time I move from parameters to parameters (without changing them) at the preview and I get different objects after clicking OK: RE: Shape Extruder Bug - ggaliens - 03-29-2014 Supposed to be like "STATE" machine based on inputs. No random. I don't think I have any randomizers in there ... so yep. That's a strange result. If you can tell me more about it i'll try to debug it. |