ENH: reduce share mesh from 3mf

Change-Id: I7c504c98fdf05c8dbd67e852e100c2cc38190c3b
(cherry picked from commit bab4fc7310e15354e98e650540fb91eefb2f4248)
This commit is contained in:
chunmao.guo 2023-04-26 17:02:43 +08:00 committed by Lane.Wei
parent 89d58dc030
commit 21fbe91ca7
3 changed files with 94 additions and 105 deletions

View file

@ -109,6 +109,7 @@ enum class SaveStrategy
WithSliceInfo = 1 << 8,
SkipAuxiliary = 1 << 9,
UseLoadedId = 1 << 10,
ShareMesh = 1 << 11,
SplitModel = 0x1000 | ProductionExt,
Encrypted = SecureContentExt | SplitModel,