Jump to content

Deleting object that was cloned


ozRocker
 Share

Recommended Posts

A clone is an actual mesh with its own data. This data is simply copied from the original mesh, and recreated into a new, cloned, mesh.

An instance is the actual main mesh, where as a clone is an entirely new mesh.

Link to comment
Share on other sites

For real?  I'm going through Raanan's blog and it says "If all meshes are completely the same, including material, use instances. If the vertex data of the new meshes is the only thing that should be identical to the original mesh, use cloning." and "Cloning a mesh returns a Mesh object that you will be able to manipulate further. The main thing that is cloned here is the geometry - the vertex data of the mesh is reused across all meshes. The material, for example, can be changed."

I thought that meant clones will share the same vertex data but separate materials.  

Link to comment
Share on other sites

3 minutes ago, adam said:

I think I get it.  That statement checks to see if any other mesh is using that same geometry.  If it is, remove the mesh from the list of active meshes but keep the geometry in memory 'cos its still being used

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...