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.
    • 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
                              • renderizaR Offline
                                renderiza
                                last edited by

                                [pre:2y7rh979]Author:: Renderiza
                                Plugin Name:: Key Scene
                                Version:: 1.0.3
                                Date:: 8/29/2013
                                Cost:: Free[/pre:2y7rh979]
                                New KeyScene v1.0.3 is released!

                                http://s11.postimg.org/4zjzzf7pf/key_dialog.jpg

                                %(#909090)[Changes:

                                • Added a field at the top that says "Editing configuration for scene <scene name>" so that it was more clear which scene was being modified.

                                • Fixed bug that will appear If you launch without any scenes in the model, that would get this error in the console:
                                  Error: #<NoMethodError: undefined method description' for nil:NilClass> C:/Program Files (x86)/SketchUp/SketchUp 2013/Plugins/RND_KeyScene/RND_KeyScene_loader.rb:103:in push_frame'
                                  C:/Program Files (x86)/SketchUp/SketchUp 2013/Plugins/RND_KeyScene/RND_KeyScene_loader.rb:51:in `initialize']

                                [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