sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] Key Scene v1.0.3

    Scheduled Pinned Locked Moved Plugins
    22 Posts 6 Posters 16.7k Views 6 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.
    • A Offline
      Aerilius
      last edited by

      That is absolutely stunning!
      You give us a lot of new fresh ideas, thanks! (I especially find the character out of spheres very cool)

      I believe we will see much more cool things like this when SketchUp gives us view.draw_image(). I'm just checking out the code, how you drew the images and menus...

      1 Reply Last reply Reply Quote 0
      • pilouP Offline
        pilou
        last edited by

        Cool one! β˜€ and music! 😎

        If I good understand it's a sort of launcher existing animations, or display scenes ?

        Frenchy Pilou
        Is beautiful that please without concept!
        My Little site :)

        1 Reply Last reply Reply Quote 0
        • renderizaR Offline
          renderiza
          last edited by

          Thanks for your comments!

          Aerilius - I also hope the Sketchup API is expanded with new possibilities. By the way just in case anyone is interested the background images can be modified with the Watermark Settings in the style options.

          Pilou - In my case it sort of was showcasing animations but that doesn't have to be the main purpose. I hope people find unique ideas on how to implement this script into their presentations.

          [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

          1 Reply Last reply Reply Quote 0
          • A Offline
            Anton_S
            last edited by

            Pretty nice concept! πŸ‘

            1 Reply Last reply Reply Quote 0
            • renderizaR Offline
              renderiza
              last edited by

              Anton_s - Hey thanks for your comment and also for your awesome plugin "SU Window Settings 2.0.0"!

              [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

              1 Reply Last reply Reply Quote 0
              • D Offline
                driven
                last edited by

                @unknownuser said:

                Note: At the moment the plugin is not portable but soon with thomthom is suggestion I will work towards that.

                Hi,
                I've got 'most' the functionality, but there's a few stumbling blocks before it will work better on a mac,
                I can easily go 'full screen' except for SU's 'footer bar' and apples [side] background embellishment.
                SU can hide the 'Custom Toolbar', 'Dialogs' and the 'Scene Tabs', I can close any others.

                I was geting lots of crashes so I checked the skp...
                [Watermarks can cause issues on macs.]
                when I open the KeyScene-1.skp [independently], it crashes SU when I get to pages with 2 Watermarks, if I remove all the 'SpaceBar' WM it will run as a slide show ok.
                after that, in 'Key Scene' html
                if I disable all the sound, I get no hangs or crashes although I 'still' get a system sound [for bad keystroke] whenever the dialog is focused.
                I can navigate the Menu's if I wait and or click twice. It's a bit 'clunky' and sometimes a reset is required.
                I can go 'back' if I change ESCAPE to HOME [Esc always closes the Dialog on mac]
                I can view the the videos if I add "file://" to the path, and use VLC player to run, [DivX crashes the mac]
                Modifying a group seemed to stop things working?

                It maxes out the CPU unless paused...

                learn from the mistakes of others, you may not live long enough to make them all yourself...

                1 Reply Last reply Reply Quote 0
                • renderizaR Offline
                  renderiza
                  last edited by

                  Hi,

                  Thanks driven for going to all that trouble to try and make the plugin work on a mac. Me not having a mac to test this issues is definitely frustrating. For the 'full screen' plugin I am sure Anton_S will be happy to help you out.

                  @driven said:

                  when I open the KeyScene-1.skp [independently], it crashes SU when I get to pages with 2 Watermarks, if I remove all the 'SpaceBar' WM it will run as a slide show ok.

                  I will change the double watermarks on one style and merge them together to solve the crash issues.

                  @driven said:

                  I can navigate the Menu's if I wait and or click twice. It's a bit 'clunky' and sometimes a reset is required.

                  I suspect that what is making the plugin 'clunky' is the sound...since in order to go to the next frame the sound needs to load. I though I solved this by using .swf to reduce the size as much as possible but I guess it is still giving problems. Or maybe is not that at all and is another thing.

                  @driven said:

                  I can go 'back' if I change ESCAPE to HOME [Esc always closes the Dialog on mac

                  Maybe there is a way to detect if user is on a mac to make an if statement an choose the 'HOME' key instead of the 'ESC' key...I will need to check on that.

                  @driven said:

                  I can view the the videos if I add "file://" to the path, and use VLC player to run, [DivX crashes the mac]

                  I guess this is why thomthom told me to learn how to call the files using the magic constant FILE. I am kinda lost at the moment on how to switch to that but I just need to study it a little bit more.

                  @driven said:

                  Modifying a group seemed to stop things working?

                  Not sure if when you try to modify a group you are not refocusing the web dialog since that needs to be selected for the plugin to work.

                  @driven said:

                  It maxes out the CPU unless paused...

                  Yeah the next frame is constantly being called couple of times a seconds so I imaging its using quite a lot of CPU power. Maybe I can learn a more efficient way of handling frames when its not needed to be updated.

                  Thanks again for letting me know this issues it means a lot πŸ˜„

                  NOTE: I uploaded a new skp file with the watermarks merged. Hope I can solve the next issues πŸ˜•

                  [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

                  1 Reply Last reply Reply Quote 0
                  • renderizaR Offline
                    renderiza
                    last edited by

                    You said that sometimes you needed to double click 'ENTER' to go to next menu and in occasions needing to reset for it to work and I think I might know why is this...When you hit 'Play' the button can't be focused because when you keep hitting enter its like you are re-hitting 'PLAY' which causes the timer to speed-up making the plugin not work if you keep hitting enter.

                    I solved this in my computer at least when adding the following code to start every time you hit 'Play'.

                    window.focus()

                    But maybe since you are using a Mac it is possible the Web Dialog isn't un-focusing the 'Play' button when you hit it.

                    If this is the case then I might want to consider not using the 'ENTER' key but rather the 'Spacebar' not sure. Anyways try manually un-focusing the 'Play' button and see if that solves the problem to be sure it is that in the first place.

                    Cheers!

                    [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

                    1 Reply Last reply Reply Quote 0
                    • D Offline
                      driven
                      last edited by

                      The new .skp, avoids those crashes,

                      have you got a version completely devoid of sound, and any timer functions just for it.
                      maybe I missed something, and that's slowing it down.

                      also, SU has to finish it's moves before the next action runs, but it's not queued so you need to re-hit if you hit to early.

                      I'm having a look on and of while doing something else, but may get more time later

                      john
                      edit: I always get this as well, dosen't seem to effect things terminally, but may slow it down
                      Error: #<NoMethodError: undefined methoddefinition' for #Sketchup::Edge:0x17bfc8d8>
                      /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/keyscene.rb:625:in push_frame' /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/keyscene.rb:624:in each'
                      /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/keyscene.rb:624:in push_frame' /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/keyscene.rb:36:in initialize'
                      /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/keyscene.rb:625:in call' /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/keyscene.rb:625
                      maybe this shows the delay?

                      learn from the mistakes of others, you may not live long enough to make them all yourself...

                      1 Reply Last reply Reply Quote 0
                      • renderizaR Offline
                        renderiza
                        last edited by

                        I have uploaded a version with no sounds called keyscene_nosound.rbz

                        Does errors don't look good and I have no clue right now how to fix them but I'll keep an eye on them. Thank you for helping me figure this one out I really appreciate it.

                        [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

                        1 Reply Last reply Reply Quote 0
                        • A Offline
                          Anton_S
                          last edited by

                          The error raises because the sub-entities are not only groups and components, but also edges, faces, and points. To avoid the error, simply add
                          next unless [Sketchup::Group, Sketchup::ComponentInstance.include?(subentity.class)]
                          In the line 624
                          It should look like this

                          1 Reply Last reply Reply Quote 0
                          • renderizaR Offline
                            renderiza
                            last edited by

                            Wow! Very nice to know...Thank you very much!

                            [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

                            1 Reply Last reply Reply Quote 0
                            • CadFatherC Offline
                              CadFather
                              last edited by

                              can't believe i never saw this plugin before - did you do the music as well, Rafael?

                              1 Reply Last reply Reply Quote 0
                              • renderizaR Offline
                                renderiza
                                last edited by

                                @cadfather said:

                                can't believe i never saw this plugin before - did you do the music as well, Rafael?

                                Hi

                                Yes I did the music on both animations featured in the video. I have a small play list of other music I have done as well. http://www.youtube.com/playlist?list=PLFGYnoQXuwjAwqBgUX1DSHAfBco0dzcKZ

                                Cheers!

                                [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

                                1 Reply Last reply Reply Quote 0
                                • CadFatherC Offline
                                  CadFather
                                  last edited by

                                  wow.. amazing... 'sad good bye' sounds like Renderiza's late quartets...great atmosphere!

                                  1 Reply Last reply Reply Quote 0
                                  • renderizaR Offline
                                    renderiza
                                    last edited by

                                    Thank you! that compliment makes me wanna do music again! πŸ’š

                                    [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

                                    1 Reply Last reply Reply Quote 0
                                    • CadFatherC Offline
                                      CadFather
                                      last edited by

                                      playing in a band is how i ended up in england, did it for 10 years and then completely gave up for another 10. then...last september i had a dream. i was chasing a thief, when suddenly i hear someone calling my name... i look up, and who do i see on the window calling me... but the master himself... BBKing!!! πŸ˜† he threw me a sack, i caught it, opened it up and found it full of old cassettes.... my life was never the same! β˜€

                                      well i did dig out my old guitar, and started playing again after so many years.. not sure what mr. freud would say, but i'm enjoying every bit of it - without added sugar! 😎

                                      1 Reply Last reply Reply Quote 0
                                      • renderizaR Offline
                                        renderiza
                                        last edited by

                                        New version of Key Scene is now available!

                                        Because of the file size it may take a while when downloading through Plugin Store.

                                        The main changes in this version are:

                                        • Key Scene is now a SketchUp Extension.

                                        • Some speed improvement were done thanks to Anton_S

                                        Note: Because of the file size I removed the Videos but if you want to include the videos place them on RND_KeyScene > KeySceneFiles > video1.avi

                                        [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

                                        1 Reply Last reply Reply Quote 0
                                        • renderizaR Offline
                                          renderiza
                                          last edited by

                                          New video tutorial is up! (Recommend watching it in HD)

                                          Any questions or feedback is welcome.

                                          [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

                                          1 Reply Last reply Reply Quote 0
                                          • renderizaR Offline
                                            renderiza
                                            last edited by

                                            [pre:6yz28t7f]Author:: Renderiza
                                            Plugin Name:: Key Scene
                                            Version:: 1.0.2
                                            Date:: 8/28/2013
                                            Cost:: Free[/pre:6yz28t7f]
                                            New KeyScene v1.0.2 is released!

                                            http://s10.postimg.org/3pz89a8jd/key_dialog.jpg

                                            This plugin was completely redone and now have user friendly web-dialog to customize which keyboard shortcut activates what scene...enjoy!

                                            [url=https://www.sketchupcode.com/:z3kqsidd]My Extensions ...[/url:z3kqsidd]

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

                                            Advertisement