ENH: disable skip when objects number>64 or model is not support

Jira: [TUDIO-13411]

Change-Id: I93617965e69ba72a1cc34dd0981b8fd92eb58d3a
(cherry picked from commit 417109e5f02613bd18eae125705effa7ae61cfda)
This commit is contained in:
hemai
2025-07-15 21:55:18 +08:00
committed by Noisyfox
parent 6148c73ffc
commit b4c08f9bdf
4 changed files with 37 additions and 5 deletions

View File

@@ -135,6 +135,7 @@ struct PlateInfo
{
int index{-1};
std::vector<ObjectInfo> objects;
bool label_object_enabled = false;
};
class ModelSettingHelper : public _BBS_3MF_Base
@@ -152,6 +153,7 @@ public:
bool Parse();
std::vector<ObjectInfo> GetPlateObjects(int plate_idx);
bool GetLabelObjectEnabled(int plate_idx);
private:
std::string path_;