惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
罗磊的独立博客
量子位
Microsoft Azure Blog
Microsoft Azure Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks
M
MIT News - Artificial intelligence
月光博客
月光博客
IT之家
IT之家
D
DataBreaches.Net
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Last Week in AI
Last Week in AI
D
Docker
The GitHub Blog
The GitHub Blog
B
Blog
V
Visual Studio Blog
博客园 - Franky
N
Netflix TechBlog - Medium
博客园 - 【当耐特】
Martin Fowler
Martin Fowler
博客园 - 聂微东
U
Unit 42

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
The 'Why is it floating?!' Problem in Blender — I Made a ...
Mitarashi6be · 2026-05-22 · via DEV Community

Mitarashi6bear

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, you can just snap it to Z = 0 and it sits perfectly on the floor.
But getting there requires a few annoying steps:

  1. Switch to Edit Mode, select the bottom face/vertices, and snap the 3D Cursor there
  2. Switch back to Object Mode and set the origin to the 3D Cursor

When you're building an interior scene with a bunch of furniture, doing this over and over gets old fast.

So I made an add-on that handles it with a right-click.


Origin to Bottom Center

A simple Blender add-on that automatically moves an object's origin to the center of its lowest point (bottom face).

Select multiple objects and it updates each one individually — no need to do them one by one.


When it comes in handy

Placing furniture and props
With the origin at the bottom, dropping something at Z = 0 places it perfectly on the floor. No manual height adjustment needed.

Fixing imported models
Models from other apps often have inconsistent origin positions. Select them all and fix in one shot.

Organizing a scene
When arranging multiple objects side by side, having consistent origin positions makes placement a lot easier.


Download (Free)

Available for free on Booth:

👉 https://epartworks.booth.pm/items/8275371


Wrapping up

I'm planning to keep building small add-ons for operations that feel like they should be in Blender already but aren't.

If this was useful, a follow would make my day 😊