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

    [Plugin]Architect's First Walkthrough (Tutorial)

    Scheduled Pinned Locked Moved Plugins
    21 Posts 10 Posters 17.0k Views 10 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.
    • M Offline
      MartinRinehart
      last edited by MartinRinehart

      Edit: feedback negative, got to redo this. There is now a very heavily annotated script available here

      For those who learn best from step-by-step tutorials, I've put one up here:

      http://www.martinrinehart.com/models/rubies/walkthrough.html

      Author, Edges to Rubies - The Complete SketchUp Tutorial at http://www.MartinRinehart.com/models/tutorial.

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

        Yo, guys. It's a lot of trouble to make this. Worth my time?

        Author, Edges to Rubies - The Complete SketchUp Tutorial at http://www.MartinRinehart.com/models/tutorial.

        1 Reply Last reply Reply Quote 0
        • PixeroP Offline
          Pixero
          last edited by

          It look interesting but I don't have time to check it out right now.
          How are you solving slow ins and speed ups for realistic camera movement?

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

            @pixero said:

            How are you solving slow ins and speed ups for realistic camera movement?

            What are "slow ins and speed ups"?

            Everything I do is controlled by a "conductor" who checks time and adjusts the delay once a second. Theoretically, this means that your very fast machine runs at the same rate as my slow machine. In practice, the conductor gets it pretty close: within about a second per minute.

            Author, Edges to Rubies - The Complete SketchUp Tutorial at http://www.MartinRinehart.com/models/tutorial.

            1 Reply Last reply Reply Quote 0
            • X Offline
              xrok1
              last edited by

              this must be a coding tutorial cause it makes no sense to me πŸ˜•

              β€œThere are three classes of people: those who see. Those who see when they are shown. Those who do not see.”

              http://www.Twilightrender.com try it!

              1 Reply Last reply Reply Quote 0
              • T Offline
                tfdesign
                last edited by

                Martin, this looks interesting, but I can perhaps see where Jan is coming from? The exponential speeding up and slowing down, as opposed to a linear motion? A bit like the old Steadycam effect?

                I can also see perhaps where Xrok1 is coming from too. Things may get horribly tedious if camera positions have to be entered as a string of numbers. (Unless those numbers are feet or inches, or metres?).

                But as I said, it looks like an interesting plugin that I may have to play with πŸ˜„

                Tom

                My book "Let's SketchUp!" Download from here

                1 Reply Last reply Reply Quote 0
                • PixeroP Offline
                  Pixero
                  last edited by

                  @martinrinehart said:

                  @pixero said:

                  How are you solving slow ins and speed ups for realistic camera movement?

                  What are "slow ins and speed ups"?

                  Everything I do is controlled by a "conductor" who checks time and adjusts the delay once a second. Theoretically, this means that your very fast machine runs at the same rate as my slow machine. In practice, the conductor gets it pretty close: within about a second per minute.

                  I'm talking about acceleration and deseleration of camera movement to get a smooth realistic animation.
                  SketchUp scenes only use linear interpolation of frames so no accelleration/deseleration is going on there. You always gets "jumps" when camera changes direction at scenes.
                  For realistic camera movement acceleration and deseleration are needed.

                  1 Reply Last reply Reply Quote 0
                  • PixeroP Offline
                    Pixero
                    last edited by

                    @tfdesign said:

                    Things may get horribly tedious if camera positions have to be entered as a string of numbers. (Unless those numbers are feet or inches, or metres?).
                    Tom

                    A better solution might be a Camera component that you place where you want it to be at a certain time (like keyframes in a timeline) and then the script would get the position and orientation and maybe even zoom factor from that camera component and do its magic. Then some way of modifying timing with accelleration/deseleration.

                    1 Reply Last reply Reply Quote 0
                    • soloS Offline
                      solo
                      last edited by

                      Martin, to be honest, I looked at the tutorial and a fog of stupidity overcame me and I closed the window feeling like this is way above my abilities. Reminds me of the DOS days.

                      I do know this has taken a lot of time to create, and I appreciate all your efforts, however you may have over estimated my code literacy.

                      http://www.solos-art.com

                      If you see a toilet in your dreams do not use it.

                      1 Reply Last reply Reply Quote 0
                      • EarthMoverE Offline
                        EarthMover
                        last edited by

                        I did the same as Pete. It would be nice to perhaps have a tool that could interact with the scene cooridinates and allow you click on certain places in the model that would serve as "keyframes". Upon clicking with the key tool, perhaps a small dialog box could appear, where users could enter the rotation or roll parameters of the camera and the in between frames interpolated. I guess I would be asking you to make the plugin a little more user friendly and require less mental work.

                        3D Artist at Clearstory 3D Imaging
                        Guide Tool at Winning With Sketchup
                        Content Creator at Skapeup

                        1 Reply Last reply Reply Quote 0
                        • Mike LuceyM Offline
                          Mike Lucey
                          last edited by

                          Preferably no mental work. Thanks for the plugin Martin though πŸ‘

                          Support us so we can support you! Upgrade to Premium Membership!

                          1 Reply Last reply Reply Quote 0
                          • chrisglasierC Offline
                            chrisglasier
                            last edited by

                            For easing in and out see this demo. Select type and click. Mental workers can visit here.

                            With TBA interfaces we can analyse what is to be achieved so that IT can help with automation to achieve it.

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

                              @solo said:

                              Martin, to be honest, I looked at the tutorial and a fog of stupidity overcame me ...

                              Thank you! That's not good news, but it's exactly what I need to know.

                              Author, Edges to Rubies - The Complete SketchUp Tutorial at http://www.MartinRinehart.com/models/tutorial.

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

                                Where I really want to go is a nice time line dialog tracking camera and the other things you want to animate. You divide your movie into scenes, specify lengths, camera position(s) and movements, ... The dialog should write the necessary script.

                                For the moment, scripting is needed if you want to add animations. What I've got is far simpler than the underware which manipulates transformation matrices. Appendix T of my tutorial if you're curious about what that means.

                                Author, Edges to Rubies - The Complete SketchUp Tutorial at http://www.MartinRinehart.com/models/tutorial.

                                1 Reply Last reply Reply Quote 0
                                • T Offline
                                  tfdesign
                                  last edited by

                                  I know exactly what you want Martin, and you are on the right track too (no pun intended). This kind of plug-in is exactly what I would like, so keep up the good work! πŸ‘ πŸ‘

                                  If you could get that (controlled) SteadyCam look, but with an air of simplicity in the interface design (Mac and PC too), this plugin would do very well. πŸ˜„

                                  My book "Let's SketchUp!" Download from here

                                  1 Reply Last reply Reply Quote 0
                                  • T Offline
                                    tfdesign
                                    last edited by

                                    Martin,

                                    this site has some interesting maths that could be applied for speeding up and slowing things down;

                                    Link Preview Image
                                    Table of Contents

                                    favicon

                                    (www.motionscript.com)

                                    My book "Let's SketchUp!" Download from here

                                    1 Reply Last reply Reply Quote 0
                                    • thomthomT Offline
                                      thomthom
                                      last edited by

                                      @tfdesign said:

                                      Martin,

                                      this site has some interesting maths that could be applied for speeding up and slowing things down;

                                      Link Preview Image
                                      Table of Contents

                                      favicon

                                      (www.motionscript.com)

                                      Very nice link! πŸ‘

                                      Thomas Thomassen β€” SketchUp Monkey & Coding addict
                                      List of my plugins and link to the CookieWare fund

                                      1 Reply Last reply Reply Quote 0
                                      • T Offline
                                        tfdesign
                                        last edited by

                                        Yes. I thought some people would like that link. 😎
                                        I found it useful when trying to write scripts for Flash in the latter part of my degree.

                                        My book "Let's SketchUp!" Download from here

                                        1 Reply Last reply Reply Quote 0
                                        • thomthomT Offline
                                          thomthom
                                          last edited by

                                          I liked now it broke down everything into small sections and builds upwards, while illustrating the data and formulas.

                                          Thomas Thomassen β€” SketchUp Monkey & Coding addict
                                          List of my plugins and link to the CookieWare fund

                                          1 Reply Last reply Reply Quote 0
                                          • JClementsJ Offline
                                            JClements
                                            last edited by

                                            Related to Chris Glassier' posting. A possible UI which is relatively easy to use is shown below.

                                            A 2-D application I use, XaraPro, uses a "Profile" dialog with some of its tools.
                                            **A.)**shows a drop down list in the dialog of basic presets.
                                            **B.)**shows how the user can tweek the presets by using slider or typing in values. Not only does the plot-graphic change instanteously, but the graphic of tick marks adjusts instantaneously depicting the dispersion of data along an interval.

                                            Just an idea of how choosing the proper the acceleration from scene to scene (or camera to camera) might be done.


                                            UI to control blend profile.png

                                            John | Illustrator | Beaverton, Oregon

                                            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