update home use again

This commit is contained in:
2025-09-16 22:11:55 -06:00
parent 165c55a021
commit 5d5756a6d4
7 changed files with 618 additions and 263 deletions

View File

@@ -5,7 +5,7 @@ import os
def link_bsdf_materials():
"""Link all materials from the BSDF library file"""
library_path = r"A:\1 Amazon_Active_Projects\1 BlenderAssets\Amazon\MATERIALS_BSDF_pallette_v1.0.blend"
library_path = r"R:\Creative\artsy\maya\0 ProjectStructure\1 BlenderAssets\Amazon\MATERIALS_BSDF_pallette_v1.0.blend"
if not os.path.exists(library_path):
print(f"Warning: Library file not found at {library_path}")