VDM brush baker #104580
@ -60,4 +60,4 @@ def get_vdm_bake_material():
|
||||
tree.links.new(tex_coord_node.outputs[3], separate_node2.inputs[0])
|
||||
tree.links.new(separate_node2.outputs[2], combine_node.inputs[2])
|
||||
|
||||
return bpy.data.materials['VDM_baking_material']
|
||||
return bpy.data.materials[material_name]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user
Missing empty line at the end
My local files do have an empty line at the end. I'm not sure why it doesn't show up in gitea 🤔