Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LiceneType が Other でないときに入力した Other License Url の入力がなくなる #892

Closed
ousttrue opened this issue Apr 20, 2021 · 3 comments
Labels
bug Something isn't working
Milestone

Comments

@ousttrue
Copy link
Contributor

ousttrue commented Apr 20, 2021

エクスポーターの以下のコード。

                   if (meta.LicenseType == LicenseType.Other)
                    {
                        VRM.meta.otherLicenseUrl = meta.OtherLicenseUrl;
                    }

赤いところが、本来 OtherPermissionUrl なのだが、間違えて LicneseUrl を表示しているのがバグです。
LicenseType が Other ではないときは、OtherLicenseUrl の欄が現れないはずだった。

対処

ひとまず、 LicenseType に Other を選択してください。

@ousttrue ousttrue changed the title Other License Urlの入力がなくなる LiceneType が Other でないときに入力した Other License Url の入力がなくなる Apr 20, 2021
@ousttrue ousttrue added the bug Something isn't working label Apr 20, 2021
@ousttrue
Copy link
Contributor Author

605ea0b6186311f0b2d755c9ef69df79da9f9262

@ousttrue
Copy link
Contributor Author

from v0.59.0

@ousttrue ousttrue added this to the v0.73 milestone Apr 21, 2021
@ousttrue
Copy link
Contributor Author

v0.73.0 で otherPermissionUrl 表示を修正。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant