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

    [Plugin] CameraKeyMaker 1.0 (Update 2011-04-09)

    Scheduled Pinned Locked Moved Plugins
    118 Posts 53 Posters 136.6k Views 53 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.
    • E Offline
      ehc2000
      last edited by

      Thanks, I did what you suggested, but no luck.

      I've got SU 17.2.2554 and Mac OS X 10.11.0

      Hmm. Seems to be just not working for me.
      If anyone knows of any other suitable, free, camera tracking plugins, I'm all ears!

      1 Reply Last reply Reply Quote 0
      • OxerO Offline
        Oxer
        last edited by

        Open the Ruby Console and then run the plugin, is there some message in the Ruby Console?

        "The result is the end what is important is the process" by Oxer
        [http://www.oxervision.blogspot.com/(http://www.oxervision.blogspot.com/)]

        1 Reply Last reply Reply Quote 0
        • E Offline
          ehc2000
          last edited by

          Nothing in the Ruby Console.

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

            I have a Mac os High Sierra 10.13.3 . I follow all the instructions to download CAMERA KEY MAKER on my computer.
            It appears on the extensions , I can see it on the bottom on CAMERA window , but when I try to use it nothing happens... any idea ?

            Thanks

            1 Reply Last reply Reply Quote 0
            • G Offline
              Grecorix
              last edited by

              I donloaded it yesterday for my Pro version 2018, and I'm happy... thank you very much

              1 Reply Last reply Reply Quote 0
              • M Offline
                MrPonce
                last edited by

                dariopiana, I installed it today (the modified version from Oxer) and is does work. I did notice that a had to hit "Shift + Q" a few time until i saw "Camera Key 1 added" come up on the status bar. I have up a few time until I noticed that. When you move the camera you have to select "Camera Key maker" again and then hit "Shift + Q" to add key 2 ... so on and so forth. Once you are done hit the "Return" key on the keyboard (not the "Enter" key).

                There must be some type of glitch in SketchUp Pro 2018, but it did work.

                Hope this helps.

                1 Reply Last reply Reply Quote 0
                • E Offline
                  emault
                  last edited by

                  Hello - I've been testing out your plugin and have a quick question. Is it possible to save the path's information? For instance: I'll make the path, click out of Camera Key Maker to work in the model, then go back to my start scene, re-open Camera Key Maker, but find the path is no longer there. Am I missing information? This plugin is extremely helpful and would be perfect for use with my job, but I need to be able to seamlessly work between the path and the model. Thank you kindly.

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

                    @richyrich33 said:

                    Just installed this plugin through sketchucation tools, works fine though when I press enter nothing happens, must be missing something here....?

                    same here in su 2018, any solution for this?

                    http://www.bocostudio.com

                    1 Reply Last reply Reply Quote 0
                    • L Offline
                      loughjohn
                      last edited by

                      hi all, i downloaded this extension but for some reason it does not do anything when i click on the header under the camera tab. i am running sketchup pro. any help is appreciated, thanks

                      1 Reply Last reply Reply Quote 0
                      • Dave RD Offline
                        Dave R
                        last edited by

                        John, the last update for this extension was in 2011. The Ruby code has changed at least once if not two or three times since then. This required extensions to be updated in order to work in newer versions of SketchUp. It would appear the author is no longer supporting this extension. It's been more than two years since his last activity here. You'd probably do well to look around for alternatives that have been kept up to date.

                        Etaoin Shrdlu

                        %

                        (THERE'S NO PLACE LIKE)

                        G28 X0.0 Y0.0 Z0.0

                        M30

                        %

                        1 Reply Last reply Reply Quote 0
                        • L Offline
                          loughjohn
                          last edited by

                          hi Dave, thanks for the reply. been looking around but i can't seem to find anything to do that kind of job. maybe you can advise?

                          thanks again, john

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

                            Hi. This seems to be an amazing plugin! I know I’m a little late to the game here but I just downloaded CameraKeyMaker and unfortunately the required bezier.rb link is not working and without it I keep getting an error message. Can anyone please help? Thanks so much!!

                            1 Reply Last reply Reply Quote 0
                            • TIGT Online
                              TIG Moderator
                              last edited by

                              After more than 9 years it's not unsurprising that the link is broken...
                              Here's an old copy - I can't promise it'll work...
                              Everything has moved on a lot...
                              There are now many better tools available...
                              Perhaps you will need to 'tweak' the code...


                              bezier.rb

                              TIG

                              1 Reply Last reply Reply Quote 0
                              • H Offline
                                heloisec2
                                last edited by

                                I can't open the bezier.rb file.
                                the link doesn't work, is there a solution ?

                                1 Reply Last reply Reply Quote 0
                                • TIGT Online
                                  TIG Moderator
                                  last edited by

                                  @heloisec2 said:

                                  I can't open the bezier.rb file.
                                  the link doesn't work, is there a solution ?

                                  From your profile info you should be able to get one of the newer 'bezier' extensions to load into SketchUp - avoid this faff...

                                  FYI you don't 'open' an RB file - also you don't 'open' an RBZ file either - you 'install' it...

                                  There are two ways of 'installing' a simple RB file...

                                  ZIP the irb file.
                                  Change the resultant file's .zip filetype-suffix to .rbz
                                  Use SketchUp's Window > Extension-Manager dialog to install the .rbz file [red-button 'Install Extension']
                                  It should install automatically but if not restart SketchUp to complete it.
                                  Note that your Extension-Manager's 'Loading Policy' must be set to 'Unrestricted' - because older scripts like this are not 'signed'.

                                  Run this code in the Window > Ruby-Console [copy+paste+enter]
                                  UI.openURL("file:///#{Sketchup.find_support_file('Plugins')}")
                                  Your user's Plugins folder will open.
                                  Drag-and-drop the RB file into that folder.
                                  Restart SketchUp to load the RB.
                                  Note that your Extension-Manager's 'Loading Policy' must be set to 'Unrestricted' - because older scripts like this are not 'signed'.

                                  TIG

                                  1 Reply Last reply Reply Quote 0
                                  • G Offline
                                    GirishIyer
                                    last edited by

                                    Does this work on SketchUp 2020 Pro, also i am unable to download the bezier.rb file the link is not reachable

                                    1 Reply Last reply Reply Quote 0
                                    • Dave RD Offline
                                      Dave R
                                      last edited by

                                      This extension hasn't received any updates in a long time so it's entirely possible it won't work but you can try it.

                                      Etaoin Shrdlu

                                      %

                                      (THERE'S NO PLACE LIKE)

                                      G28 X0.0 Y0.0 Z0.0

                                      M30

                                      %

                                      1 Reply Last reply Reply Quote 0
                                      • M Offline
                                        mac93
                                        last edited by

                                        excellent tool, but the download link for the .rb file is not working. Would it be possible to repair it? or could someone share the download of the file please? TuT)

                                        1 Reply Last reply Reply Quote 0
                                        • duanekempD Offline
                                          duanekemp
                                          last edited by

                                          As a heads up/confirmation, I'm testing it in SU21 and it's working.

                                          Duane Kemp

                                          Kemp Productions
                                          Puidoux, Switzerland
                                          Gallery:
                                          https://duanekemp.artstation.com/

                                          1 Reply Last reply Reply Quote 0
                                          • duanekempD Offline
                                            duanekemp
                                            last edited by

                                            Is it possible to copy the CKM info tweaked in a test file to a second file to generate scenes?

                                            Duane Kemp

                                            Kemp Productions
                                            Puidoux, Switzerland
                                            Gallery:
                                            https://duanekemp.artstation.com/

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

                                            Advertisement