Page 1 of 1

3D options dialog default settings.

Posted: Sun Sep 22, 2024 1:59 am
by Bax Burgess
Any way to permanently change the defaults? So tired of setting them anew for every import.

Re: 3D options dialog default settings.

Posted: Sun Sep 22, 2024 8:38 am
by DK
I hear you :) Best idea I can think of is to save a project file with your settings the load it and change the object. I wish there were some more shape options in there as well. I'd be using the heck out of it if there were.
Cheers
D.K

Re: 3D options dialog default settings.

Posted: Sun Sep 22, 2024 11:11 am
by hayasidist
should be scriptable -- in its simplest form a button to overwrite the default options with new (preset) values; in a more complex script - a replacement tool for the import menu option that creates a 3d layer from a user-selectable file that also allows load-time access to user-selectable default values for the 3d options such as backface removal etc etc

https://mohoscripting.com/classes/Mesh3DLayer
https://mohoscripting.com/classes/Mesh3DOptions

Re: 3D options dialog default settings.

Posted: Sun Sep 22, 2024 12:36 pm
by Bax Burgess
A one-time preference setting would be the shortest of solutions, I'm guessing.

Re: 3D options dialog default settings.

Posted: Sun Sep 22, 2024 6:28 pm
by hayasidist
it was pretty trivial to do ...

https://mohoscripts.com/script/HS_Set3dOpts

enjoy!

Any problems / issues just let me know.

Re: 3D options dialog default settings.

Posted: Sun Sep 22, 2024 10:30 pm
by Bax Burgess
Thank you. I shall work with it later this evening, already installed.

Bax