You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After clicking "Save atlas to.." the materials are simply merged or the atlas image does not have all the textures
Textures are packaged in a .blend file. Save the .blend file to a location of your choice, then go to File > External Data > Unpack Resources / Unpack All Into Files to extract the textures.
Your version of Blender is not in English, in this case the nodes will be named differently, their names are strictly written in the script. You need to manually rename the nodes to their own names, or switch the blender version to English and regenerate the nodes by re-importing the model.
You are using an unsupported shader (Surface property of material) or incorrect node names. You can check the file utils/materials.py to see which shaders are supported and what node names should be used. For more details, refer to the relevant discussion on GitHub: Issue #98.
If objects already share the same material with the same texture, they will not be atlased because they are already optimized, and the existing image will be used instead.
Pillow installation process is repeated
Make sure the VPN is not currently active.
Windows | Verify that Blender is not installed from the Windows Store, as it may not function correctly. To install Pillow manually, navigate to your Blender installation folder, then to the folder with the blender version name\python\bin and copy this path. Press Win+R on your keyboard, type cmd.exe, and press Enter. In the Windows console, enter the following commands:
set PythonPath="Your\Copied\Path\To\Python\bin\Folder"%PythonPath%\python.exe-m pip install Pillow --user --upgrade
Replace Your\Copied\Path\To\Python\bin\Folder with the path you copied.
MacOS | Open a Terminal console and execute the following commands:
If you installed Blender in a different location, adjust the path at the beginning of each command accordingly.
No module named 'material-combiner-addon-2'
You have installed the source code from the Releases. Instead, install from the master branch Material-combiner. Before doing so, remove the old installation folder. The default locations are:
Read the below:
INSTALLATION
material-combiner-addon-master.zip
archive.HOW OT USE
N
key on your keyboard.Save atlas to..
button to start the atlasing process.After clicking "Save atlas to.." the materials are simply merged or the atlas image does not have all the textures.
KNOWN ISSUES
After clicking "Save atlas to.." the materials are simply merged or the atlas image does not have all the textures
Pillow installation process is repeated
Make sure the VPN is not currently active.
Windows | Verify that Blender is not installed from the Windows Store, as it may not function correctly. To install Pillow manually, navigate to your Blender installation folder, then to the folder with the blender version name\python\bin and copy this path. Press Win+R on your keyboard, type cmd.exe, and press Enter. In the Windows console, enter the following commands:
Replace Your\Copied\Path\To\Python\bin\Folder with the path you copied.
MacOS | Open a Terminal console and execute the following commands:
If you installed Blender in a different location, adjust the path at the beginning of each command accordingly.
No module named 'material-combiner-addon-2'
You have installed the source code from the Releases. Instead, install from the master branch Material-combiner. Before doing so, remove the old installation folder. The default locations are:
C:\Users\YourUserName\AppData\Roaming\Blender Foundation\Blender\BlenderVersion\scripts\addons
/Users/YourUserName/Library/Application Support/Blender/BlenderVersion/scripts/addons
If you still have an issue after reading the above, please report it on the Unoffical Cats Github, if you open an issue on this Github it will be closed: https://github.com/teamneoneko/Cats-Blender-Plugin-Unofficial-/issues
The text was updated successfully, but these errors were encountered: