1 Star 0 Fork 0

柏松/change solid name

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
change_solid_name.rb 542 Bytes
一键复制 编辑 原始数据 按行查看 历史
require 'sketchup'
require 'extensions'
# 注册插件,指明入口代码
module LiJia
module SolidName
unless file_loaded?(__FILE__)
ex = SketchupExtension.new('批量更改实体名称', 'change_solid_name/ruby/main')
ex.description = '批量修改实体名称 https://gitee.com/baisong/change-solid-name'
ex.version = '20240809'
ex.copyright = ''
ex.creator = '立家拆单 chaidan.net'
Sketchup.register_extension(ex, true)
file_loaded(__FILE__)
end
end # module SolidName
end # module LiJia
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Ruby
1
https://gitee.com/baisong/change-solid-name.git
[email protected]:baisong/change-solid-name.git
baisong
change-solid-name
change solid name
master

搜索帮助