Remove unused mipmap limit properties from texture importers - #123137
Open
BlueCube3310 wants to merge 1 commit into
Open
Remove unused mipmap limit properties from texture importers#123137BlueCube3310 wants to merge 1 commit into
BlueCube3310 wants to merge 1 commit into
Conversation
Contributor
|
Why not remove it? Or is there a compatibility issue? If that's not the case, and it's actually needed (which I doubt), you can just reimplement it. |
BlueCube3310
force-pushed
the
mipmap-limit-hide
branch
from
September 3, 2026 18:56
c6732b6 to
781fbd2
Compare
BlueCube3310
force-pushed
the
mipmap-limit-hide
branch
from
September 3, 2026 19:04
781fbd2 to
e09fd21
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem(s) does this PR solve?
Removes dead code from the codebase as well as improves the editor's texture importer UX by removing unused settings that may be confusing to new users.
Additional information
These settings are not used at all currently and only add visual clutter to the UI. They can be readded if we decide to implement partial mipmaps in the engine (i.e. by #108720).