Skip to content

Instantly share code, notes, and snippets.

View mumu-lhl's full-sized avatar
🏠
Working from home

Mumulhl mumu-lhl

🏠
Working from home
View GitHub Profile
@mumu-lhl
mumu-lhl / clean_mesh_mumulhl.py
Created April 5, 2026 09:43
Blender Clean Mesh Addon
bl_info = {
"name": "Clean Mesh N Panel",
"author": "Mumulhl",
"version": (1, 0, 0),
"blender": (4, 2, 0),
"location": "View3D > Sidebar > Clean Mesh",
"description": "Clean mesh geometry from the N panel while preserving the original shading mode.",
"category": "Mesh",
}
@mumu-lhl
mumu-lhl / init.el
Created December 31, 2025 14:52
A simple emacs configure
(setq straight-vc-git-default-clone-depth 1)
(defvar bootstrap-version)
(let ((bootstrap-file
(expand-file-name
"straight/repos/straight.el/bootstrap.el"
(or (bound-and-true-p straight-base-dir)
user-emacs-directory)))
(bootstrap-version 7))
(unless (file-exists-p bootstrap-file)
(with-current-buffer