GithubHelp home page GithubHelp logo

Comments (4)

bjorn avatar bjorn commented on May 4, 2024 1

As of change bd17698 you can also press Ctrl+T to force-reload all tilesets of the current map.

from tiled.

stefanbeller avatar stefanbeller commented on May 4, 2024

This issue came up on irc again:

chillyguess: Oh yep, we figured out a workaround
chillyguess: create a batch file, and use xcopy to 'move' the files to another folder and get Tiled to use that folder instead for tilesets

from tiled.

fo-fo avatar fo-fo commented on May 4, 2024

The cause of the issue is in FileSystemWatcher::onFileChanged() (in filesystemwatcher.cpp). When saving from Photoshop, mWatcher->files().contains(path) returns false, but QFile::exists(path) returns false also, so the file is never readded to the watcher.

Not sure what would be a proper way to fix it. One way might be to also watch the directory where the file is/was, and add the file back to the watcher if/when it reappears in the directory.

from tiled.

bjorn avatar bjorn commented on May 4, 2024

Thanks for investigating this @fo-fo! At least this gives us a clue about why it is breaking with Photoshop and we can consider ways to fix it, but indeed it seems we have to start tracking the directories also.

from tiled.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.