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

@@ -115,6 +115,8 @@ private:
int m_zoom_percent{100};
bool m_is_drag{false};
bool m_print_lock{true};
bool m_enable_apply_btn{false};
bool is_model_support_partskip{false};
std::map<uint32_t, PartState> m_parts_state;
std::map<uint32_t, std::string> m_parts_name;