Thank you for sharing this plugin. Super helpful.
Posts made by petersaal
-
RE: [Plugin]T2H_Stretch_By_Area v1.2.3(Aug 25,2013)
-
RE: Revizto & Sketchfab
Box, you can download a free Revizto Viewer for Android from the Google Play store here: https://play.google.com/store/apps/details?id=com.Vizerra.ReviztoViewer
Let us know how you like it.
-
RE: Webdialogs: inputbox shows black background (sketchup webkit
Move "font-size: 12px;" down to its own line. I had that on the same line as background-color and that's an error on my part.
If that doesn't do the trick, the only difference might be the OS X version. I'm still on 10.6 and I don't have a way to test 10.7.
Just to be clear: this fix is only for dynamic components. It will not fix the 3D Warehouse search box or any other affected software on the mac.
-
RE: Webdialogs: inputbox shows black background (sketchup webkit
I found the same problem last week. The source of the problem is the Safari update that Apple pushed out last week (5.1.7). Here's a work-around for dynamic components: make the following edits in red to the manager.css and configurator.css files. (located in Library/Application Support/Google SketchUp 8/SketchUp/Tools/Dynamic Components/css)
In Manager.css:
.edit-field {
position: absolute;
border-top: 2px solid #3063C9;
border-left: 2px solid #3063C9;
border-right: 2px solid #A5C4FF;
border-bottom: 2px solid #A5C4FF;
background-color: white; font-size: 12px;
font-family: sans-serif;
width: 100%;
height: 100%;
overflow: hidden;
padding-left: 2px;
padding-top: 1px;
border: 1px solid #000000;
}In Configurator.css:
.config-field {
width: 100%;
font-size: 11px;
font-family: tahoma, sans-serif;
height: 22px;
background-color: white;
border: 1px solid #000000;
}.config-field-readonly {
width: 100%;
font-size: 11px;
font-family: tahoma, sans-serif;
height: 22px;
background-color: threedface;
border: 1px solid #000000;
} -
RE: Webdialogs: inputbox shows black background (sketchup webkit
Just in case I wasn't clear in the previous post, you only need to make the additions/changes in red.
Here's some background on the issue on StackOverflow:
http://stackoverflow.com/questions/10587916/black-input-backgrounds-cocoa-webview
-
RE: A new home for SketchUp
I hope this means that SketchUp will finally be ported to run on the Commodore 64. There's a huge community that's been waiting for it. For decades. We're getting old.
-
RE: 3D warehouse question
Hi Hazza,
Short answer is no, you can't see who they are, they're anonymized. But they are not all Chris. If he comes back 100 times a day, it still counts as just 1. Sorry Chris!
-Peter
-
RE: 3D warehouse question
Hey Hazza and Gaieus,
The number of views and downloads is indeed for just the previous 7 days, and they exclude duplicate downloads from the same user in each day. The reason the views can sometimes be lower than the downloads is that views are for the Model Details pages, but often people just download directly from the link under the model in the search results.
Peter