From b093f370b94aede1eda7343aaa3747eed85dbf19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=85=9C?= <2082529121@qq.com> Date: Thu, 1 Jan 2026 23:08:47 +0800 Subject: [PATCH] chore: Update gitignore and README with debug resources - Add body_select.blend to gitignore to exclude blend file from repository - Update README with debug file reference and CDN link - Add newline at end of .gitignore file for consistency - Include Chinese documentation section for debug resources --- .gitignore | 3 ++- README.txt | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 074ae73..d673294 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .hypothesis/ __pycache__/ -*.pyc \ No newline at end of file +*.pyc +editor/body_mesh/body_select.blend diff --git a/README.txt b/README.txt index ed0b994..c86aa8f 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,6 @@ # VRM Add-on for Blender See https://vrm-addon-for-blender.info for more information. + +# 调试文件 +https://cdn.blendercg.art/oss/gitea/body_select.blend \ No newline at end of file