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

    [Plugin] Canvas v1.1.3

    Scheduled Pinned Locked Moved Plugins
    98 Posts 31 Posters 70.8k Views 31 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

      **@guanjin said:

      (1) whether selecting the components out of the Options dialog box, select the function dialog box will disappear automatically affect the visibility of the window.
      (2)Select the function to maintain the next default.
      (3)Can achieve a variety of different components replication, scaling.

      Thank you!Do not mind if I just fantasy! πŸ‘**
      Thanks for the suggestions they really help. πŸ‘

      **@olishea said:

      Well done Rafael, looking forward to the plugin's progression.

      Thank you very much.**
      Thanks!

      **@anton_s said:

      Nice plugin!! πŸ‘
      A suggestion:

      Add start and commit operation for each click, so that I woudn't have to press ctrl-z for each added entity. πŸ˜’**
      I have tried to enclose some code with start and commit operations but even though its assigned name appears as a undo option it only does it one step at a time. 😞

      **@driven said:

      @unknownuser said:

      Bug Fixed in Canvas
      I found a tutorial on how to do this with cookies so hope to make it happen soon

      this does it...
      ## @@canvas_dlg.set_position (70,95) ;
      john**

      What I meant was for plugin to remember form values like check boxes for example

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

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

        @unknownuser said:

        I have tried to enclose some code with start and commit operations but even though its assigned name appears as a undo option it only does it one step at a time. 😞

        Oh, just add model.start_operation(...) at the beginning of onLButtonDown method, and add model.commit_operation in the onLButtonUp method. After that, it must work πŸ˜„

        Btw, open Ruby Console and test your plugin; it has a bunch of tiny bugs πŸ’š

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

          @anton_s said:

          @unknownuser said:

          I have tried to enclose some code with start and commit operations but even though its assigned name appears as a undo option it only does it one step at a time. 😞

          Oh, just add model.start_operation(...) at the beginning of onLButtonDown method, and add model.commit_operation in the onLButtonUp method. After that, it must work πŸ˜„

          Btw, open Ruby Console and test your plugin; it has a bunch of tiny bugs πŸ’š

          The Add::Multiple does not work under "onLButtonDown" but instead under "onMouseMove" which seems not to work well with model.start_operation & model.commit_operation.

          I did test the model.start_operation & model.commit_operation with onLButtonDown and it worked but since you only add one object it doesn't need undo s that much.

          Thanks for pointing out the bug at Ruby Console!...I have to learn to Debug! πŸ’š

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

          1 Reply Last reply Reply Quote 0
          • KrisidiousK Offline
            Krisidious
            last edited by

            Kool stuff... great for landscaping.

            By: Kristoff Rand
            Home DesignerUnique House Plans

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

              Released Canvas 1.0.5 Beta includes;

              1.0.5 Beta:: 4/15/2013
              * Changed Web Dialog 'Frames Per Second' from 1 fps to 5 fps
              * Added Cursor Point Ref
              * Tooltips on ip1
              * Add:: On Shadow

              Notes:

              The frame rate that updates the values of Web Dialog is now little bit more responsive since I changed the fps from 1 to 5.

              Also added a red point under cursor so that its easier to see where you are placing objects. And there is even a tool tip that display text to inform on what you are on.

              And finally thanks to TIG I was able to solve the Add:: On Shadow so that you can place objects only o shadow.

              Again thanks for feedback and hope to add new things in the future!

              @krisidious said:

              Kool stuff... great for landscaping.

              Hi, I am glad you found a use for it!

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

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

                1.0.6 Beta:: 4/19/2013
                * Plugin is portable friendly now

                This update makes the plugin portable for people that don't use the default plugins folder.

                Thanks to thomthom for suggesting doing this. πŸ‘

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

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

                  Thanks Renderiza - a great plugin.

                  1 question, is there anyway to avoid stacking objects on top of each other when free painting?

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

                    @cadfather said:

                    Thanks Renderiza - a great plugin.

                    1 question, is there anyway to avoid stacking objects on top of each other when free painting?

                    The closes thing to address this is "Don't Add:: If pointer on top of face" check-mark but its suggested that the axis of the object is being use to pain is centered. Problem with the method I mentioned is that it only works if you are painting on empty surface and you might still have some staking here and there.

                    I am still thinking to add a feature that solves this issue but until l then you might want to look at this...

                    On http://sdmitch.blogspot.com/ there is a plugin called Component Check - Check for over-lap of given component removes one.

                    Here is Direct link and video link...
                    https://docs.google.com/file/d/0Bw8zdmaKDWIfNjgxYjAzNmYtNjQ0YS00ZTkwLThlYTMtNTMwZTFmNWZhZDJh/edit?pli=1

                    Page Not Found

                    Web word processing, presentations and spreadsheets

                    favicon

                    (docs.google.com)

                    Cheers! πŸ‘

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

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

                      I see.. well it is quite amazing already - one of those 'unleash the creative' plugin (and thanks for the links). πŸ‘

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

                        Canvas v1.0.8 Released!

                        Hi, this is small update to make plugin compatible with Extension Warehouse.

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

                        1 Reply Last reply Reply Quote 0
                        • M Offline
                          matt.gordon320
                          last edited by

                          Hey Renderiza, great plugin so far, I'm excited to see what you come up with next!

                          Just wanted to give you a head's up that there's a little typo (components is misspelled) that shows up in the Status bar when you hover over the Canvas Icon.

                          1 Reply Last reply Reply Quote 0
                          • KrisidiousK Offline
                            Krisidious
                            last edited by

                            Nice work Rafael...

                            By: Kristoff Rand
                            Home DesignerUnique House Plans

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

                              @matt.gordon320 said:

                              Hey Renderiza, great plugin so far, I'm excited to see what you come up with next!

                              Just wanted to give you a head's up that there's a little typo (components is misspelled) that shows up in the Status bar when you hover over the Canvas Icon.

                              Thank you!...that typo will be fixed for next version of Canvas. πŸ‘

                              @krisidious said:

                              Nice work Rafael...

                              Thank you very much! πŸ‘

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

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

                                [pre:1th8ey5v]Authors:: Renderiza
                                Plugin Name:: Canvas
                                Version:: 1.9
                                Date:: 8/4/2013
                                Cost:: Free[/pre:1th8ey5v]
                                New Canvas Release!
                                %(#909090)[What is New!

                                • Random Rotation
                                • Random Scale]
                                  ______________________________________________________________________

                                Web-Dialog

                                http://s13.postimg.org/dpwiv3kp3/canvas_1.jpg

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

                                1 Reply Last reply Reply Quote 0
                                • EdsonE Offline
                                  Edson
                                  last edited by

                                  it would be great to have a short video – like the ones Rich produces – to show all the plugin's funcionalities.

                                  I am afraid it just does not work for me on mac. I tried selecting some components, not selecting, different input points, etc. nothing happens.

                                  could anyone explain the correct workflow to make this plugin work?

                                  edson mahfuz, architect| porto alegre β€’ brasil
                                  http://www.mahfuz.arq.br

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

                                    [pre:3o2qehfz]Authors:: Renderiza
                                    Plugin Name:: Canvas
                                    Version:: 1.1.0
                                    Date:: 9/25/2013
                                    Cost:: Free[/pre:3o2qehfz]
                                    Canvas v1.1.0 is now available for download.
                                    %(#909090)[What is new:

                                    • Smaller interface
                                    • Tons of Bug fixes]

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

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

                                      [pre:1okaqzi0]Authors:: Renderiza
                                      Plugin Name:: Canvas
                                      Version:: 1.1.1
                                      Date:: 9/27/2013
                                      Cost:: Free[/pre:1okaqzi0]
                                      Canvas v1.1.1 is now available for download.
                                      %(#909090)[What is new:

                                      • Bug fixes!]

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

                                      1 Reply Last reply Reply Quote 0
                                      • halroachH Offline
                                        halroach
                                        last edited by

                                        @krisidious said:

                                        what is the difference between this and spray paint can?

                                        It looks very similar to Component Spray. So what are the differences?

                                        http://sketchucation.com/forums/viewtopic.php?p=298004#p298004

                                        FlexTools - Super Quick Windows, Doors, Slats...

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

                                          @halroach said:

                                          It looks very similar to Component Spray. So what are the differences?

                                          http://sketchucation.com/forums/viewtopic.php?p=298004#p298004

                                          Hi,

                                          There are couple differences but I guess the most significant is how each plugin choose to apply the objects. You can paint a single object at a time by left clicking with both plugins, but when it comes to applying multiple entities each extension have their unique ways of doing so.

                                          Canvas will spray multiple objects by clicking & holding the left mouse button so that when you move around it will paint.

                                          Component Spray has different shapes like line,triangle,square, ect. so the user draws with that shape and multiple object will spray according to that.

                                          Both support random scale & rotate feature and each of them have different type of filters for applying object.


                                          Note: I am currently working on Canvas for improving its web-dialog so keep an eye for future update

                                          Thanks!

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

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

                                            [pre:101ascxl]Authors:: Renderiza
                                            Plugin Name:: Canvas
                                            Version:: 1.1.3
                                            Date:: 10/12/2013
                                            Cost:: Free[/pre:101ascxl]
                                            Canvas v1.1.3 is now available for download.

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

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

                                            Advertisement