Models Folder
Models Folder
To install new models and manage currently installed models, use models
folder, located at plugins/AdvancedModels/models
.
Single Model Folder Format
Each model follows the same folder structure:
To use these models in commands, you'd use the name as e.g. table
Model Group Folder Format
Models can also be put into groups, for easier management and installing. Example folder structure:
This would store 3 models (table, chair, oven
) inside kitchen
group. To access models inside a group, you'd need to use e.g. kitchen/table
name.
Noteable information
.bbmodel file name does not matter, it can be named to anything.
Each model's folder must have model.yml
file with correctly configured contents. They are checked to contain required values on each model load. Read more about model.yml file here Model.yml File
Last updated