Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-15172

[Qt Bridge for Photoshop] Automatic distribution of imported assets into sub folders by group

    XMLWordPrintable

Details

    Description

      This is a proposal for a new feature addition to Qt Bridge for Photoshop.

      Overview
      When exporting data from Photoshop to Qt Design Studio via Qt Bridge for Photoshop, if multiple layer groups exist in Photoshop, the new feature will place the imported assets into subfolders named after the layer groups under the Asset folder, instead of placing all assets directly in the root Asset folder.

      Current Workflow
      When importing layer groups (e.g., an "info" group containing a.png/b.png and a "warning" group with c.png/d.png), assets are placed directly in the root Asset folder:{}

      Asset/
      ├─ a.png
      ├─ b.png
      ├─ c.png
      └─ d.png 

       

      Proposed Feature
      Assets will now be automatically organized into subfolders based on their original layer group names:

      Asset/
      ├─ info/
      │  ├─ a.png
      │  └─ b.png
      └─ warning/
         ├─ c.png
         └─ d.png

       

      Expected Use Cases

      • When importing PSD files provided from an external provider, if the assets are automatically organized into subfolders matching the layer group structure, it enables a efficient file management.
      • This also enables easy asset replacement on a per-group basis.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            vikas Vikas Pachdha
            hitoshiito Hitoshi Ito
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes