Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the fundamental difference between object mode and edit mode?

Tags:

3d

blender

I'm trying to find out what is the difference from the 3D engine's point of view between these 2 modes. On a model with a lot of vertices, the editing mode tends to lag a little when you rotate the 3D view for example.

like image 905
pandoux Avatar asked Oct 28 '25 02:10

pandoux


1 Answers

Edit mode is made for modify the geometry of your mesh, like adding vertex, faces, and so on. In object mode you use your mesh as an unique entity, and you can edit it's properties (ie: position, rotation and so on). So:

  • Have you to work on some aspect of your object? Have you to sculpt it? Edit Mode.
  • Have you to place your object on the scene, choose it's size, apply on it some modifier? Object mode.
like image 53
Claudio Mazzuco Avatar answered Oct 31 '25 13:10

Claudio Mazzuco