Replies: 1 comment
-
|
Works on all platforms but def _save_layer_state(db: Db.Database) -> str:
state_name = f"temp_state_{secrets.token_hex(2)}"
man = db.getLayerStateManager()
man.saveLayerState(state_name, Db.LayerStateMask.kNone)
return state_name |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Am I using this correctly?
Layer states aren't being saved, and upon restart, Zwcad reports a crash during the previous run.
Beta Was this translation helpful? Give feedback.
All reactions