Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
π« Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
UI.savepanel & SU6
-
I doubt it will be fixed, so it is just note for the rest of the developers.
Windows Vista SU6.4.112 PL a command below will not show 'save panel' and will immediately return nil.
UI.savepanel "Test", "C;\\Test", "test.tmp"This one will work:
UI.savepanel "Test", "C;\\Test\\", "test.tmp"The only difference is the path not being closed with backslash in the first example.
EDIT:
The method does not accept forward slashes in SU6 (Win). It does in SU7+
Thomas was faster
-
UI.savepanel "Test", "C:/Test/", "test.tmp"
This also returns nil in SU6.
Advertisement