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

Re-Import of multiple image files fails #39030

Open
SebieF opened this issue May 25, 2020 · 2 comments
Open

Re-Import of multiple image files fails #39030

SebieF opened this issue May 25, 2020 · 2 comments

Comments

@SebieF
Copy link

SebieF commented May 25, 2020

Godot version:
Godot_v3.2.1-stable (Steam) and also in Mono Version

OS/device including version:
Windows 10

Issue description:
When selecting the "Import" tab next to the "Scene" tab, it's easy to re-import a single file. Thus, when having selected multiple files, the re-import option is also available, but fails for every type (Any type -> Any type, e.g. Texture -> Image).

Only output produced in the console is:
C:\Program Files (x86)\Steam\steamapps\common\Godot Engine/editor_data/projects/BugTest-35d503ddec07605593a9ad447e692fea/filesystem_update4

When changing .ogg Loop Offset for example, this works also for multiple files. I think the bug may be caused because Godot has to restart upon re-import image files.

Steps to reproduce:

  1. Start a new project
  2. Add 2 or more image files (.png/.jpg/etc. doesn't matter)
  3. Try to re-import them into another type
  4. Godot shows that it's working and restarts, but then all of the files are not re-imported
@Calinou
Copy link
Member

Calinou commented May 25, 2020

Maybe this is because there's no checkbox besides the type option? When you select multiple files in the FileSystem dock, you can see a checkbox to the left of each option in the Import dock. You need to check it to apply changes when reimporting. If you don't, the property will be left unchanged on the selected files. (This is to allow mixed values when you don't want to change them.)

@SebieF
Copy link
Author

SebieF commented May 25, 2020

When reimporting multiple images as the same type with a checkbox selected and a value change made, it works indeed, but re-import as another type also with any checkbox selected does not work..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants