VDM brush baker #104580

Merged
Joseph Eagar merged 10 commits from robin.hohni/blender-addons:vdm-brush-baker into main 2023-05-12 15:42:12 +02:00
Showing only changes of commit 5162ec56ba - Show all commits

View File

@ -60,4 +60,4 @@ def get_vdm_bake_material():
tree.links.new(tex_coord_node.outputs[3], separate_node2.inputs[0]) tree.links.new(tex_coord_node.outputs[3], separate_node2.inputs[0])
tree.links.new(separate_node2.outputs[2], combine_node.inputs[2]) tree.links.new(separate_node2.outputs[2], combine_node.inputs[2])
return bpy.data.materials['VDM_baking_material'] return bpy.data.materials[material_name]

Missing empty line at the end

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 🤔

My local files do have an empty line at the end. I'm not sure why it doesn't show up in gitea 🤔