MeshCreator - Edit meshes easily with free plugin

Ok i should add
Asians* then lol

v0.2.3 update - 2024-04-18

Full Changelog: Comparing v0.2.2...v0.2.3 · Name-hw/MeshCreator · GitHub

Added

  • Added Extrude Region tool.
  • Bug fixes.
  • Source code optimization.

와…! this looks very useful. definitely going to be an absolute time saver. i like it!!

1 Like

v0.2.4 update - 2024-04-27

Full Changelog: Comparing v0.2.3...v0.2.4 · Name-hw/MeshCreator · GitHub

Added

  • Bug fixes.
1 Like

I want to say a bit of things about what you can improve. First, when generating the attachments there is a huge lag. If you are making them by a loop, then you should add this inside the loop
(this is an example, I dont know how you do it)

for vertexID, Pos in pairs(VertexPositions) do
   --here your code
   if vertexID % 100 == 0 then --waits 0.01 seconds every 100 attachments spawned
      task.wait(0.01) 
   end
end

then when I click an attachment, I keep getting this error. You should check at line 211.
image

Edit: quick question, how can I regenerate the editableMesh with the string in configurations?

1 Like

Thanks for letting me know how to improve, and here’s the code to regenerate the EditableMesh from the configuration.