Edit Material button wipes existing textures instead of allowing small tweaks #42
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
kkbp-dev/KKBP_Importer#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Environment:
Blender 5.0.1
KKBP Importer 9.1.0
KKBP Exporter 5.02
Character: Every Character
Summary
When using the
Edit Materialbutton on a character imported from Koikatsu, the existing texture setup is completely overwritten instead of allowing small, incremental adjustments on top of the current look. This makes the common workflow feel a bit unintuitive and inconvenient.Workflow / Context
Edit Materialbutton to slightly adjust the existing material/texture setup (for example, small color or roughness changes).In this workflow, the expectation is that
Edit Materialwould preserve the current textures and let the user make minor tweaks, not reset or replace them.Actual behavior
Edit Materialbutton wipes or replaces the current textures/material setup.Expected behavior
Edit Materialbutton should keep the existing texture setup intact and allow small, non-destructive changes on top of it.Why this is problematic
For users who rely on Koikatsu for the main texture authoring and Blender only for slight adjustments, this behavior adds a lot of extra work and makes the workflow harder to use than expected.
Thanks for your work on this project, and I hope this explanation helps clarify the issue.
Yes I agree. When I originally added the feature I was worried that the user wouldn't be able to return to the original look so I made it reset each time. In the future I'm probably going to make the edit material button behave like you described, where you can make small changes, and then add a reset button that lets you return to the original look.