Initial commit: UserStringProperty Rhino plugin

- Rhino 8 C# plugin for managing Block UserString properties
- XML template import with merge modes
- WinForms UI for property editing
- .NET Framework 4.8
This commit is contained in:
2026-05-02 10:18:00 +08:00
commit c54bdebe59
15 changed files with 1678 additions and 0 deletions

14
PLAN.md Normal file
View File

@@ -0,0 +1,14 @@
# 待办事项
## 插件开发
- [ ] 为插件生成真实的 GUID 并配置到项目中
- 生成唯一的 GUID不含全零值
- 将 GUID 配置到 AssemblyInfo 或 csproj 中
- 确保插件在 Rhino 插件管理器中正确注册
- [ ] 修复"重置模板"按钮的 bug
- 当前实现有 bug需要排查并修复
- [ ] 简化"导入 XML"的判断逻辑
- 当前分两段判断过于繁琐,合并为一段