Asset Browser
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Write
        • Owners
        • Signed-in users
        • Everyone
        Owners Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.

      Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Explore these features while you wait
      Complete general settings
      Bookmark and like published notes
      Write a few more notes
      Complete general settings
      Write a few more notes
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Help
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Write
Owners
  • Owners
  • Signed-in users
  • Everyone
Owners Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.

    Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Explore these features while you wait
    Complete general settings
    Bookmark and like published notes
    Write a few more notes
    Complete general settings
    Write a few more notes
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    --- tags: Workshop --- # Daily Write-up Friday, 28 May 2021 - [Thursday](https://hackmd.io/inagPQH0QR-rFfnoJhZg5Q) - Friday: this document ### Start of workshop *Attendees:* Brecht Van Lommel, Julian Eisel, Julien Kaspar, Pablo Dobarro, Pablo Vazquez, Sybren Stüvel, Vilhém Duha Continued yesterday's discussion about specific use cases, see the [Collaborative Notes](/wpPacLTsQ_i8cs9GsTMjRw). ### Organisation & Navigation Julian: Currently categories based on ID type, and that's not enough. For example, "Node Trees" need to be split up into shading & geometry nodes. Same for "Lights"; the combination of lights & HDRi lighting need to live together. Same for poses, poses for a character need to be grouped together and not mixed with other characters. Pablo V: Indeed, for example, where do the "World" settings go? Environment? Lighting? Scene? Similarly, where do light probes go? Julian: assets should go into some container, but may need to appear into multiple contaners at once. Pablo D: assets should be able to go into multiple catalogs, and we should have nested catalogs. Opening a catalog shows the union of all assets in sub-catalogs. Pablo V: the hierarchy view should maybe reflect the on-disk hierarchy of directories. Julian: hierarchies are super useful, but can be hard to manage. Vilhém: we could use tags for this. Julian: Catalogs are not directories, but are a preset of filter settings. By dragging an asset into a catalog, a specific tag is added to that asset that refers to the catalog. This tag is visible, and coloured differently. Behind the scenes it uses some UUID to ensure renaming the category doesn't break this connection. Pablo V: does this mean that user-definable tags aren't available? Julian: yes, those are definitely useful, and can be used in those filter settings that a certain catalog searches for. Pablo V: Having this category-specific UUID would also allow translating category names. Sybren: explains categorised tags like `char:rex` to indicate the character. Julian: can become redundant when we have catalogs, because those also already identify the character, the body part, etc. Sybren: How would the pose library use the catalogs to select poses for a character? Julian: Could use the catalog hierarchy + asset types. Vilhém: Free-form tags could work, but setting some standards for how to tag is useful. Pablo D: +1 for standards, to have some common tagging style that can be used by different asset libraries from different suppliers. Julian: Yes, and regardless, the catalog system should work without such standards in place. Everybody agrees. ### Editing catalogs & organisation Sybren: We have to discuss how to manipulate the origanisation of assets. Writing only to the current blend file means that the a library cannot be edited as a whole. Julian: hierarchy on disk should not be reflected in how assets are displayed & navigated. Sometimes this is nice, so it could be an option, but the organisation system should not rely on this. Vilhém: we could let the file browser show the on-disk structure of the asset library, and not make this a mode of the asset browser. Pablo D agrees. Pablo D: users will complain if on-disk structure is not visible. Pablo V: dropping images into a folder that I know is part of the asset library will be much faster than opening a new blend file, and dropping the images in there. Pablo D: Blender could do this automatically when you drag images on top of it. ### Organisation of Folders & Assets Pablo D: when user has selected a higher-level folder in the hierarchy, the browser should show all assets contained in that hierarchy. Sybren: in that case, selecting assets should highlight the lowest-level folders these are stored in, otherwise you loose the sense of location of these assets. Sybren: Where are the catalogs defined? Some may be user preference, but others could be part of the asset library. Maybe some would even be blend file specific. Julian: Blender Kit could come with its own catalogs, and you may want to add to those via user settings as well. Vilém: it should be stored per asset, which catalogs it is contained in. Julian: - Catalog defs could be stored in JSON file at top of asset library. - Could also be stored in the blend file itself (could also thus be in the assets themselves) Pablo D: we could have both, and show them in different sections. Sybren: I think it may be nicer to merge these section. Julian: explains the blender project idea (bottom of [T73366: Asset Manager “Basics”](https://developer.blender.org/T73366)) Julian: where do we show self-made dynamic catalogs? - Between other sections (like in "Objects") - In a separate top-level section (like "quick-searches" or "dynamic folders" or something similar) Pablo D: we could pin a certain sub-tree of the hierarchy in a workspace, for example sculpting brushes in the sculpting workspace. Sybren: we could use the categorised-tags for creating hierarchies, by saying all tags `char:....` are at the highest level, and then `bodypart:...` tags underneath that. Pablo D: we could make the catalog system change properties of the assets to match what that particular catalog filters on. Vilhém: question is when you decide something should go into a category. It's like a suggestion system, where dragging onto a catalog would make suggestions to match the other assets in that catalog. Sybren: it's not guaranteed that all catalog filters are compatible, i.e. that there are combination of filters that are incompatible. As a suggestion system it would be powerful, but it shouldn't be the core way in which assets are organised. Brecht: maybe Blender should just reject dragging on "too smart" catalogs. Not too nice, though. Sybren: maybe separate simple hierarchy of folders (easily drag & drop) from dynamic catalogs. Vilhém: we shouldn't discount simply searching for things, because that works very well. For example, Google. Pablo V: the more ways you have to navigate / organise, the more you have to maintain. Maybe stick to file view & one other organisation; make it a mode that can be switched like the dope sheet vs. graph editor in the animation editor. Sybren: Where do we store the tree of catalogs? Brecht: I don't think it's an issue to edit various blend files to update these catalogs. Vilhém: Assets could store the last catalog they were in, so that if the catalog for their catalog tag doesn't exist, it can be created on the fly. Juian: Catalog would have: - Name - Path in hierarchy - UUID to uniquely identify it, which is then used as "catalog tag" Sybren: can we allow renaming tags across multiple blend files? Brecht: maybe we should split up: - Directory/file based organisation - Smart filters that just provide a separate view on the assets. Sybren: users shouldn't have to rely on OS file browsers to manage their assets. So, renaming catalogs should then rename directories as well. Julian: you thus can't move assets from one directory to another, because that would imply writing to another blend file. Also note that the asset browser doesn't show individual blend files in a directory, but only the assets contained in those. Pablo V: when relying on file structures we also can't show a single asset in multiple locations of the hierarchy. Sybren: For non-blend files we could store the metadata in XMP sidecar files. This is generally liked. #### Terminology - **Catalog**: Saved filter settings, with a name, and possibly a parent catalog for hierarchical organisation. A single asset can appear in multiple catalogs. Catalog variations: - Simple: search for one or more tags, which can be added to any asset that's dragged onto the catalog for inclusion. - Complex: search for multiple tags, free-text search, boolean operators to also exclude things - Scripted: Python code that accepts list of assets and returns filtered list, or simply returns a boolean (do/don't include) per asset. - **Virtual Folder**: Hierarchical structure (name will probably change). - *Not* the actual directory structure on disk! - A single asset only has a single folder it is contained in. - Browsing a higher level of the hierarchy shows all asset contained in subfolders. #### Open Questions - Storage of folder structure: - [color=red] As directories on the filesystem. - Very hard to move assets around when there are multiple assets per blend file. - Moving assets breaks library linking. - [color=green] Virtual folders - Defined in config file at top of the asset library that lists the virtual folders. - each virtual folder gets a symbolic name (or UUID), also defined in the config - assets reference individual virtual folders by symbolic name - assets remember last virtual folder path, in case the symbolic name is unavailable (for example when exchanging single blend file) - virtual folders can be renamed without breaking library linking - asset types can define their default virtual folder name, based on the asset type (e.g. the ID like "Object", or a more specific asset type derived from the ID like "Geometry Node Tree") - Storage of assets: - Browser is transparent to files, so all assets in all blend files in a certain directory are shown as one group. - One blend file per asset (+ its dependencies) makes it possible to move assets to other places in the on-disk directory hierarchy. We *could* support this in such cases. - Multiple assets in one blend file is certainly supported. - An operator to export a data-block or asset to a separate .blend file could be added. - Similarly, one that "explodes" the data-blocks or assets into individual .blend files. - Moving assets between folders - Simple with virtual folders, just change "virtual folder ID" of the moved assets (by drag & drop, for example). - Assets in the current file as well as their containing virtual folders should be highlighted. Even when not in the *Current File* library. These assets can be edited. - The assets should be gotten via the Main data-base then (mixed file & main reading). - Moving assets that are not in the current blend file could be done by rewriting just one string property (the virtual folder ID). - Storage of metadata of non-blend data, possible ways of doing it: - LIB data-block that references the file - XMP sidecar file (very common for photography, as it allows writing metadata for any file without having to know that file's structure) - Metadata of the file itself (when the format is known, like EXIF or embedded XMP in JPEG and TIFF files). - Importing of non-blend files: - Outside of Blender, put into an asset library folder, then perform a "synchronize" or "import" step in Blender itself to make them available as assets. - Drag the files onto the asset browser, and have Blender copy them to an appropriate location inside the asset library.

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password
    or
    Sign in via Facebook Sign in via X(Twitter) Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    By signing in, you agree to our terms of service.

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully