Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hello. I have a this lsp that layer unlock all layers
(defun C:UUL ()
(prompt "\nAll Layer UnLock!!")
(command "layer" "unlock" "*" "")
(princ)
)
and I want lsp to unlock all layers, except for layers that are freeze. thank you for reading
Solved! Go to Solution.