sketchucation logo sketchucation
    • Login
    โ„น๏ธ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    Shadow settings plugin

    Scheduled Pinned Locked Moved Plugins
    14 Posts 4 Posters 3.8k Views 4 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • I Offline
      inlimine
      last edited by

      I'm looking for an older .rb plugin that would alter SketchUp's native shadows to simulate a Kelvin color temperature according to the time of day โ€”thus, bluer in the morning and yellow/orange in the afternoon. It was such a nice little plugin that helped give SketchUp that little bit of rendering help. Does anyone remember this plugin and where I can find it?

      1 Reply Last reply Reply Quote 0
      • Didier BurD Offline
        Didier Bur
        last edited by

        Hi Inlimine,
        Using SU since 2004, and a great amount of plugins, sorry but I can't remember of such a plugin ๐Ÿ˜ž
        Maybe I'll write it some day... it would also be a nice addition to my "ShadowInfo" plugin ๐Ÿ˜‰

        DB

        1 Reply Last reply Reply Quote 0
        • jujuJ Offline
          juju
          last edited by

          See if it is any of these:

          1001 Shadows
          Shadow Analysis
          ShadeDat (Beta)
          LSS Chronolux
          Solar Energy Analysis
          SunHours

          there may be more if you take the time to look...

          Save the Earth, it's the only planet with chocolate.

          1 Reply Last reply Reply Quote 0
          • I Offline
            inlimine
            last edited by

            Thanks for all the input and suggestions. I'll take a look at all the links.

            The plugin I'm trying to find goes way back in time. I'm not even sure where I found it. I don't think it was from some of the obvious sites like Sketchucation or Smustard.

            Having been a SketchUp user since it was owned by @Last Software goodness knows where along the line I picked it up. It was a silly little plugin โ€”not complicated to use and integrated right in with the native shadow settings, but it had it's uses.

            1 Reply Last reply Reply Quote 0
            • jujuJ Offline
              juju
              last edited by

              If you find it, be sure to report back.

              Save the Earth, it's the only planet with chocolate.

              1 Reply Last reply Reply Quote 0
              • Didier BurD Offline
                Didier Bur
                last edited by

                Hi Inlimine,
                I have just a question to make things clear ๐Ÿ˜‰ See below.

                sky_shadow color.jpg

                DB

                1 Reply Last reply Reply Quote 0
                • I Offline
                  inlimine
                  last edited by

                  Didier,

                  If I remember correctly, the plugin would alter both the shadow itself and the sky color. In the morning both would have a blue tint, turning more neutral at midday, then turning yellow/orange at the end of the day, and finally moving into a blue/purple at twilight. Again, it was all based on the UTC time settings and global location placement.

                  You could easily toggle this feature on and off within the shadow settings tray.

                  It was definitely a .rb extension from a long time ago.

                  I don't know, maybe the SketchUp team remembers this plugin despite having not created it.

                  1 Reply Last reply Reply Quote 0
                  • Didier BurD Offline
                    Didier Bur
                    last edited by

                    Hi all,

                    Here is the first version of what could be an extension. I need your view about it, so here is how to install:

                    • unzip the file skyColor.zip in your Plugins folder: if you don't know where it is, open the Ruby console and type Sketchup.find_support_file("Plugins")
                    • restart SketchUp

                    You should now see a new menu in your View menu:
                    menu.jpg

                    Select the Physical sky menu and select Settings:
                    settings.jpg

                    Settings are quite self explanatory:

                    2 sky types provided: solid color or a gradient from horizon color to sky color
                    Dynamic sky: select Yes if you want to automatically modify the sky colors when changing time or date in the shadow palette
                    Update style: select Yes if you want to automatically update the style when changing sky colors.

                    Set sky color temperature: modify the sky colors according to the shadow palette, if dynamic sky is disabled.

                    sunrise.jpg
                    noon.jpg
                    sunset.jpg

                    The colors of the sky are based on a Kelvin temperatures table, from 4000K at sunrise, 7000K at noon, to 3700K at sunset.
                    Sky will be a blueish black at night.

                    BTW, I don't see a way to alter the color of the shadows, because sky color and horizon color are exposed in the API, and shadow color is'nt. ๐Ÿ˜ž


                    skyColor.zip

                    DB

                    1 Reply Last reply Reply Quote 0
                    • pbacotP Offline
                      pbacot
                      last edited by

                      ๐Ÿ˜ฎ

                      MacOSX MojaveSketchUp Pro v19 Twilight v2 Thea v3 PowerCADD

                      1 Reply Last reply Reply Quote 0
                      • I Offline
                        inlimine
                        last edited by

                        Didier,

                        Your plugin seems to be very similar to what I'm describing. However, the download only presents a .rbs file. I was not familiar with this extension so I looked it up. It appears to be a music file, often associated with ringtones? I'm a bit hesitant to open it.

                        1 Reply Last reply Reply Quote 0
                        • jujuJ Offline
                          juju
                          last edited by

                          @inlimine said:

                          Didier,

                          Your plugin seems to be very similar to what I'm describing. However, the download only presents a .rbs file. I was not familiar with this extension so I looked it up. It appears to be a music file, often associated with ringtones? I'm a bit hesitant to open it.

                          .RBS is a secure (encrypted) version of .RB which is a ruby script

                          Save the Earth, it's the only planet with chocolate.

                          1 Reply Last reply Reply Quote 0
                          • I Offline
                            inlimine
                            last edited by

                            Wow! Everyone has been super helpful here. Didier's quick work on assembling a plugin looks very close to what I remember. Silly things is I'm a Mac user and not exactly sure how to unpack the .rbs file for use as an extension. Any thoughts? Sorry for being a bit dim. I can usually figure these things out.

                            1 Reply Last reply Reply Quote 0
                            • Didier BurD Offline
                              Didier Bur
                              last edited by

                              @inlimine:
                              No need to unpack anything. Just unzip skyColor.zip to get the RBS file. Put that RBS file in your Plugins folder. Not sure where it is on a Mac, but it should be somewhere like:
                              ~/Library/Application Support/SketchUp/SketchUp 2018/SketchUp/Plugins

                              To know where this folder is, open the Ruby console and type:
                              Sketchup::find_support_file("Plugins")

                              I will make this script a "regular" extension soon ๐Ÿ˜‰
                              Regards

                              DB

                              1 Reply Last reply Reply Quote 0
                              • Didier BurD Offline
                                Didier Bur
                                last edited by

                                Here is the interface of the "coming soon" extension:

                                settings.jpg

                                Note that in this version, the ground color variation is also supported ๐Ÿ˜‰

                                EDIT: just available now at the EW here: http://extensions.sketchup.com/en/node/6611

                                DB

                                1 Reply Last reply Reply Quote 0
                                • 1 / 1
                                • First post
                                  Last post
                                Buy SketchPlus
                                Buy SUbD
                                Buy WrapR
                                Buy eBook
                                Buy Modelur
                                Buy Vertex Tools
                                Buy SketchCuisine
                                Buy FormFonts

                                Advertisement