Skip to content

Commit

Permalink
plugin - shorten node frame names
Browse files Browse the repository at this point in the history
  • Loading branch information
HENDRIX-ZT2 committed Dec 21, 2023
1 parent da2623f commit dced368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/modules_import/material.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def check_dupe(file):
tex_check.add(png_base)
# Until better option to organize the shader info, create texture group node
tex_frame = tree.nodes.new('NodeFrame')
tex_frame.label = png_base
tex_frame.label = text_name

for png_name in textures:
png_path = os.path.join(in_dir, png_name)
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f7a249d63 - Thu Dec 21 00:30:25 2023 +0100
da2623f28 - Thu Dec 21 10:44:44 2023 +0100

0 comments on commit dced368

Please sign in to comment.