Could someone please explain these to me and their differences?
I’m used to having to name a mesh in other 3d programs, so two names is a bit confusing?
I noticed in the OOPs window they are represented differently.
Object names are represented as what looks like vectors while the meshes are represented as vertices.
Objects holds the position, size and rotation (the matrix, in math terms), while the Datablock holds the inner structure of the object and define what it is. You can have more than one object linked to the same Datablock (instances), but not more than one Datablock for an Object.
Datablocks type are Mesh, Surface, Curve, Lamp, Camera, …
All Objects have a Datablock link to it (with the exception of Emptys, which are placeholders).
no. the Object holds the positionnal data (general data such as rotation, translation, resizing, …) and the datablock holds all the mesh structure. If you modify the mesh, the datablock remains the same.
This is very useful when having many instance of the same mesh. That is, many objects all linked to the same datablock. When modifying the mesh structure, the modification will be applied to all the other objects, since they all share the same datablock.