Blender模型表面建模贴图插件 DecalMachine V2.16.1

Blender模型表面建模贴图插件 DecalMachine V2.16.1
DECALmachine可以直接在模型的表面进行贴图建模,可视化操作,十分方便
DECALmachine is a blender addon, which through mesh Decals, allows for surface detailing in a very non-committal, non-destructive, UV-less way. And as such, it represents an alternative approach to hard surface texturing.Decals can be projected, sliced, material matched, and of course easily created.
支持的Blender版本:
- 2.3版本支持2.83, 2.90.1, 2.91,2.9.2
- 2.6.5版本支持2.93, 3.0,3.1,3.2
- 2.7.2版本支持3.3,3.4
- 2.8.1版本支持3.5
- 2.13版本支持4.2, 4.1, 4.0, 3.6
- 2.15版本支持4.3-4.5
- 2.16版本支持4.3-5.1
安装步骤:
- Blender 4或者低版本,在顶部菜单编辑(Edit)-偏好设置(Preference)-插件(Add-ons)-安装(Install),弹窗里选择对应ZIP安装
- Blender 4.1或者高版本,在顶部菜单编辑(Edit)-偏好设置(Preference)-插件(Add-ons),右上角下拉,选择从磁盘安装,弹窗里选择对应ZIP安装
提取密码:fjeg
提取密码:i8pn
提取密码:wvtt
提取密码:dlim
提取密码:px9d
提取密码:skqe
提取密码:5e0d

































1062372061
求更新~ 2.17,谢谢!
站长可以更新一个DECALmachine 2.16.1 么?适配Blender 4.3-5.1的版本 感谢
2.9 更新拉
求更新2.71,谢谢分享!!!
期待下个版本的更新
什么时候更新2.6.1呢
Mac版blender3.1,用decalmachine2.5,按d能出现饼状图,但是上面一排调整按钮没有。如何解决?
什么时候更新2.5.1
什么时候关系2.5.1
blender 2.93,DECALmachine 2.5版本用不了,安装了PIL,D键弹出菜单 有上面和下面的部分,但是没有素材文件,无法使用。preference里面可以看到错误提示两条:There are incompatible Decals Libraries in your assets location! 和 There are incompatible Trim Sheet Libraries in your assets location!
请问有2.5吗?
更新了
感谢
有人成功安装并运行了吗?
请问有Blender MESHmachine 插件的最新破解版吗?
3月29日,blender2.91安装decalmachine2.3出现问题1:pil无法安装。2:插入贴画后再进行其他操作会闪退。求解决方案?
自己尝试各种方法解决,翻 墙以后pil就可以成功下载安装,快捷键可以正常呼出饼菜单,但是插入后进行任何其他操作(甚至立刻闪退)都会直接闪退。想看看好兄弟们有没有解决方案。
我也遇到这种问题,你解决了吗
按快捷键调不出饼菜单没法用,BL版本2.91
安装插件后 安装PIL
打开插件目录C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.90\scripts\addons\DECALmachine下的
__init__.py用记事本打开
搜多core.update_check()删除
添加
core.invalid = False
core.checked = True
打开blender 点击Scripting 输入下面的内容:
import DECALmachine
DECALmachine.core.invalid = False
Enter
关闭blender重新打开
搜多core.update_check()删除找不到这个啊