Skip to content

Commit

Permalink
Name data in f3d_material_library.blend fast64-specific names (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragorn421 authored Jan 22, 2024
1 parent 5d8c835 commit b05273b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fast64_internal/f3d/f3d_material.py
Original file line number Diff line number Diff line change
Expand Up @@ -2297,8 +2297,8 @@ def createF3DMat(obj: Object | None, preset="Shaded Solid", index=None):
# link all node_groups + material from addon's data .blend
link_f3d_material_library()

# beefwashere is a linked material containing the default layout for all the linked node_groups
mat = bpy.data.materials["beefwashere"]
# a linked material containing the default layout for all the linked node_groups
mat = bpy.data.materials["fast64_f3d_material_library_beefwashere"]
# duplicate and rename the linked material
material = mat.copy()
material.name = "f3dlite_material"
Expand Down
Binary file modified fast64_internal/f3d/f3d_material_library.blend
Binary file not shown.

0 comments on commit b05273b

Please sign in to comment.