Skip to main content

asset-library

Asset Library Sample

Asset library - Sample plugin

  • Identifier: com.browzwear.sample.asset-library

  • Version: 1.0.0

  • Type: python

  • Language: Python

Full plugin download

File structure

├── browzwear_library.py
├── plugin.json
├── README.md
└── resources/
    ├── assets.json
    ├── collections.json
    ├── library.json
    └── assets/
        ├── favicon.png
        ├── basketball_mesh__100__nylon__125_g_m2/
        │   ├── preview.png
        │   └── resource.u3ma
        └── french_terry__100__cotton__288_g_m2_1/
            ├── preview.png
            └── resource.u3ma

Did this answer your question?