Error with Sketchup 6

Hi,

You've got some problem in the code when checking for the software version, at least in my case it was reporting "6004112" which is way bigger than "7" and made the plugin crash silently ;) (well, just doing nothing)

So i commented everything out and it worked but i thought i would let you know... big thanks for the plugin anyway!

<code>

# if (Sketchup.version_number < 7)
      model.start_operation("export_dxf_mesh")
# else
#    model.start_operation("export_dxf_mesh", true)
# end

</code>

Forums: