How to restore default settings for rendering and display tab
Moderator: Tomasz
-
- Licensed User v1.5
- Posts: 17
- Joined: Fri Sep 30, 2016 1:09 pm
- Has thanked: 0
- Been thanked: 0
Hi, i'm trying to figure out if there is a way to restore to default setting when i open the Thea for Sketchup rendering window. I've messed around with all the settings and would like to return to the default settings. Is this possible?
- Tomasz
- Thea Developer
- Posts: 9269
- Joined: Fri Jul 18, 2008 5:09 pm
- Has thanked: 194 times
- Been thanked: 107 times
- Contact:
I do not remember if 1.5 setting were exactly in the same place, but please try those commands in Ruby console:
Save model with a different name and reload it.
Code: Select all
Sketchup.active_model.attribute_dictionary("TH4SU_Settings").delete_key("DisplayXML")
Sketchup.active_model.attribute_dictionary("TH4SU_Settings").delete_key("RenderXML")