The 'Why is it floating?!' Problem in Blender — I Made a Free Add-on for That
A new free add-on for Blender addresses the common issue of object origins being misaligned. This tool allows users to quickly move an object's origin to the bottom center with a simple right-click. It is particularly useful for placing furniture and props accurately in 3D scenes without manual adjustments.
- ▪The add-on automatically moves an object's origin to the center of its lowest point.
- ▪Users can select multiple objects and update their origins individually.
- ▪It simplifies the process of placing furniture and fixing imported models with inconsistent origin positions.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3944011) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Mitarashi6bear Posted on May 22 The 'Why is it floating?!' Problem in Blender — I Made a Free Add-on for That #blender #addon #3d #python Have you ever run into any of these situations in Blender? You placed an object at Z = 0, but it's floating in the air (or half-buried in the floor) An imported model has its origin at the mesh center instead of the bottom You tried to move the origin to the bottom, and it took way more steps than it should If the origin is at the bottom center,…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).