
Blender自带插件


找到rig_ui_template.py 打开后 大概在925行 左右

row2.prop(coll, ‘is_visible’, toggle=True, text=title, translate=False)
改成
row2.prop(coll, ‘is_visible’, toggle=True, text=title, translate=true)
true表示开启翻译 False表示关闭翻译

注意:改这个代码只能新建的才能翻译,已经绑定好的不能,因为它内置到骨骼(blend文件)里了
原文链接:https://budeco.top/123374.html,转载请注明出处。




评论1