Check out Febhouse | New extensions for Shadow Analysis in SketchUp Download

Subcategories

  • No decsciption available

    160 Topics
    1k Posts
    Rich O BrienR
    @gullfo said in SketchUcation Forum Interface: same it's working now across both Edge and Chrome on Win11 Thanks for checking
  • Useful freeware apps related to designing and productivity.

    364 Topics
    3k Posts
    pilouP
    [image: 1781301616853-bbc3ff03-53a9-406f-8489-ae50bf4c8cce.jpg]
  • IPhone 4 or HTC Desire?

    11
    0 Votes
    11 Posts
    1k Views
    utilerU
    Thanks guys, much appreciated advice!!
  • Basecamp presentations - where and when?

    2
    0 Votes
    2 Posts
    1k Views
    shuraS
    Not like in 2008 http://forums.sketchucation.com/viewtopic.php?f=328&t=30564
  • Fire tornado

    7
    0 Votes
    7 Posts
    774 Views
    thomthomT
  • SketchUp Furniture Models

    2
    0 Votes
    2 Posts
    339 Views
    boofredlayB
    Please don't double post.
  • Iphone HDR

    3
    0 Votes
    3 Posts
    390 Views
    R
    I remember once seeing an impressive example of what hdr is capable of. The example hdr image was a lit light bulb. (The image in that example was created from a set of photos each taken with a different exposure. My understanding is that the technology has developed with some cameras now capable of creating the hdr image in one shot). Because of the wide dynamic range in the light bulb image it was possible to adjust the image in software until the logo printed on the end of the bulb could be seen! Wikipedia is a good place to learn about the technology: "The wider dynamic range allows HDR images to more accurately represent the wide range of intensity levels found in real scenes, ranging from direct sunlight to faint starlight". Regards, Ross
  • Susan

    5
    0 Votes
    5 Posts
    559 Views
    pilouP
    Nice to meet you
  • Google's Logo...

    14
    0 Votes
    14 Posts
    1k Views
    BoxB
    I'm always facinated by the optical illusions these things create. When it's in it's horizontal spin, which way is it spinning? [image: decca.gif]
  • Using a forum for technical support

    16
    0 Votes
    16 Posts
    2k Views
    Al HartA
    I think I will change the word 'forum' to 'help desk'. If forum has more of a social con nation, then 'help desk' may sound more professional. (The thread was originally started to ask if it was ok to provide a forum for support.) For the record, we immediately responded to the original query and asked for a .SKP file so we could try to reproduce the problem. We received a file, and have reproduced the problem. However, with the time pressures oh the SketchUp Basecamp and the long weekend we may not be able to resolve the problem until next week. @unknownuser said: there's somewhat of a mixup in this thread though.. the thread is basically talking about right vs. wrong in posting emails on a support forum.. the customer complaint has nothing to do with that though. (if i'm reading it correctly) he's saying " i paid for this product and i want the [...] attention i feel i deserve.. i demand some [...] help by you, the owner and/or company representative.. not some [...] [...] on a [...] internet forum" i don't think he/she really cares that his email was made public.. he's bummed that he feels he's being ignored (and hey, maybe rightly so.. but i don't know all the particulars to say that as fact) [edit] - it's like buying a computer that won't boot then asking the company for advice on dealing with it but they tell you to go ask someone on the internet how to fix it.
  • Its a sad day for us Top Gear Fans

    6
    0 Votes
    6 Posts
    603 Views
    olisheaO
    @unknownuser said: His identity wasn't a secret after the inquest into Richard Hammond's crash anyway. It wasn't definitive. Its a sure thing now. He could have said the service he provided to the BBC was just the stunt driving such as in the Evo challenge and the parachute-into-car challenge where you actually see his face (hang on, i thought the stig doesn't have a face??) one more series?? oh dear. guess they will be immortalized on channel Dave anyway.
  • Paste your Face

    28
    0 Votes
    28 Posts
    5k Views
    thomthomT
    Can someone print out a cardboard cutout of me and add me to photos? I should probably get a better photo...
  • The Illustrated Jules Verne

    7
    0 Votes
    7 Posts
    673 Views
    pilouP
    A superb dream indeed!
  • Basecamp Blog Post

    5
    0 Votes
    5 Posts
    1k Views
    E
    I am planning on getting as many pictures as I can, so I'd be happy to share them on whatever sociaal media would make the most sense...
  • The Boulder office

    7
    0 Votes
    7 Posts
    2k Views
    L
    @solo said: @unknownuser said: I can imagine boulder could be extreme! I'm looking forward to the cooler weather, it's been over the 100's F (40's C)here for a month, so Boulder will be a welcome relief. wow I have not seen weather like that for a long time!!
  • Google skype...free

    10
    0 Votes
    10 Posts
    757 Views
    D
    I tried it yesterday (one of my friends called me from Gmail without having a Google Voice account), it definitely worked, but was really choppy - I could hear other people on the line. So it seems like its still in beta, which is often the case with new Google offerings
  • 10 day long traffic jam

    2
    0 Votes
    2 Posts
    370 Views
    pilouP
    @unknownuser said: that won't be finished until the middle of next month, an official said. Very optimistic!
  • Google launches free voice calls to cell phones from gmail

    2
    0 Votes
    2 Posts
    350 Views
    soloS
    Beat ya. (by one minute) http://forums.sketchucation.com/viewtopic.php?f=179&t=30365
  • Get cash for unwanted Gadgets

    5
    0 Votes
    5 Posts
    422 Views
    olisheaO
    Solo you are probably best off using ebay. I sell lots of electrical goods there and you get the best prices as you are selling to consumers not a company. It's so easy. Any company is just after profit....even if they "recycle" it.....it will be stripped down and sold. They make the money, you don't. Sorry but the money they offer is crap. They will reduce your payment even more if you have a single scratch on the gadget....ebay is the way forward. Companies like this always put "tempting" prices on their website and screw you when it comes down to it. 90% of the time people don't complain because they have already sent their gadget.
  • Unconference Agenda Building

    7
    0 Votes
    7 Posts
    2k Views
    Dave RD
    Pete, that's pretty cool. Are the give aways going to be via a drawing?
  • Quickest way to join 2 images? (using ImageMagick)

    5
    0 Votes
    5 Posts
    530 Views
    J
    More ImageMagick tricks: Convert a folder of .png's into an animated gif: $ convert -delay 20 -loop 0 *.png animation.gif Convert a folder of .png's into .jpg's: $ mogrify -format jpg *.png Convert a folder of .jpg's into a .mpg movie: $ convert *.jpg movie.mpg Create a single vertical image "stack" from a group of images: $ montage -tile 1x *.jpg vertical.jpg Create a single horizontal image from a group of images: $ montage -tile x1 *.jpg horizontal.jpg Create a contact sheet from a group of images: $ montage *.png sheet.png
  • What do you recommend to take to Boulder?

    36
    0 Votes
    36 Posts
    8k Views
    daleD
    I think they have the wrong Unconference, they want the StretchUp one

Advertisement