Page MenuHome

moshe (moko)
User

Projects

User does not belong to any projects.

User Details

User Since
May 3 2022, 2:13 AM (40 w, 3 d)

Recent Activity

May 27 2022

moshe (moko) created T98447: blender can't display .psd if its packed into the blender file .
May 27 2022, 4:43 PM · BF Blender

May 3 2022

moshe (moko) added a comment to T97787: not renaming image when unpacking resources.

I think writing a small python script going over all your image data-blocks to ensure they do have a unique filename should be fairly simple?

May 3 2022, 4:17 PM · Core, BF Blender
moshe (moko) added a comment to T97787: not renaming image when unpacking resources.

The problem here is that unpack uses the stored file name, not the ID name.

Your blue image has a path of //test\1.png, while your grren one has a path of //1.png. So they both have the exact same file name, just a different path... which is ignored/discarded when choosing one of the current directory unpack options. The original location options work fine though.

Even though this may not be ideal, there is no bug here, code is behaving as expected.

May 3 2022, 4:12 PM · Core, BF Blender
moshe (moko) created T97787: not renaming image when unpacking resources.
May 3 2022, 2:25 AM · Core, BF Blender