shadowscion / Prop2Mesh

Garry's Mod Addon - Convert a group of props into a single clientside mesh
14 stars 8 forks source link

Confirming .obj addition from outside the game fails with console error (table expected, got nil) #10

Closed CheezusChrust closed 4 years ago

CheezusChrust commented 4 years ago
addons/prop2mesh/lua/entities/gmod_ent_p2m/init.lua:237: bad argument #1 to 'ipairs' (table expected, got nil)
  1. ipairs - [C]:-1
   2. func - addons/prop2mesh/lua/entities/gmod_ent_p2m/init.lua:237
    3. unknown - lua/includes/extensions/net.lua:32

This worked the first time I attempted it using a very basic model I made in blender as a test. I removed the p2m controller and attempted to do the same thing again while figuring things out, and I couldn't add the object because I'd get this error. Attempting to use a different model didn't make a difference.

shadowscion commented 4 years ago

Try it now please

CheezusChrust commented 4 years ago

Seems to be working now.