getZoomLevel to change GUI size onInit?
-
@Natanr: ^^^^^ ;)
-
@SteveRiggs Haha I Guess I Skipped Reading Your Reply
Looks Like Same Exprience Happend At Both Sides -
@Natanr Haha All good mate. Keep the tips coming
-
The scale factor is being stored in a
GeneralSettings.xml
file so if you had this before, it will restore it to the value.However it's trivial to set another default value than 100%, I just need to make this a preprocessor macro which you can set in your projects settings.
-
@Christoph-Hart That would be awesome. Cheers!
I just did a quick search for the GeneralSettings .xml but can't see it anywhere. Is it editable and can be changed per project? That would work for now if so. It'd save a lot of work
-
@SteveRiggs That file is created in the app data folder when the user runs the plugin/standalone for the first time.
-
@d-healey So it its!! Thanks.
If I edit the size to 0.75 in there, will it change every project to 75% when it exports? I can live with that if it does.
I'd rather have them load up slightly smaller than taking over the whole screen
-
@SteveRiggs ...or maybe it could be changed before each export just for specific projects
-
@SteveRiggs said in getZoomLevel to change GUI size onInit?:
@SteveRiggs ...or maybe it could be changed before each export just for specific projects
Yeah, that's what Christoph said he will add.
I just need to make this a preprocessor macro which you can set in your projects settings.
-
@d-healey Cool. I was just wondering if I could edit it in there for now until it's added into the project settings
-
@SteveRiggs You could but that only affects your copy, it won't help your users when they install it.
-
@d-healey Ahhh I see. Cheers dude.