- Rhino 8 C# plugin for managing Block UserString properties - XML template import with merge modes - WinForms UI for property editing - .NET Framework 4.8
430 B
430 B
待办事项
插件开发
-
为插件生成真实的 GUID 并配置到项目中
- 生成唯一的 GUID(不含全零值)
- 将 GUID 配置到 AssemblyInfo 或 csproj 中
- 确保插件在 Rhino 插件管理器中正确注册
-
修复"重置模板"按钮的 bug
- 当前实现有 bug,需要排查并修复
-
简化"导入 XML"的判断逻辑
- 当前分两段判断过于繁琐,合并为一段