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

    [Plugin] ChrisP_ColorEdge

    Scheduled Pinned Locked Moved Plugins
    67 Posts 35 Posters 93.1k Views 35 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.
    • guanjinG Offline
      guanjin
      last edited by

      QQ图片20131116215243.jpg

      This feature does not work on sketchup8.0--2013 πŸ˜’

      I come from China, is to learn

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

        I know this is a very old post but I am wondering if anyone knows if this plugin will work in Sketchup Make 2015? I downloaded the plugin but it doesn't seem to add a toolbar in the toolbar list.

        Thank so much

        Stephanie

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

          Thanks for the plugin!!
          The Tab key to change the color doesn't work on mac, is it possible fix this issue on Mac?
          In the Color List window don't appear the scrollbar.

          "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
          • TIGT Offline
            TIG Moderator
            last edited by

            @Oxer

            I haven't looked at the code at all [it is pretty old].
            Get the latest version from the PluginStore...
            http://sketchucation.com/pluginstore?pln=ChrisP_ColorEdge_EN
            However, the know bug on using TAB on MACs [unlike PCs] is that a KeyDown event doesn't trigger, but a KeyUp does...
            So for cross-platform it's always required that you use KeyUp - at least when testing for TAB presses.

            In the RB file's code you could try to edit the FOUR occurrences of
            def onKey**Down**(key, repeat, flags, view)
            to be
            def onKey**Up**(key, repeat, flags, view)

            That should then work on PC and MAC...

            TIG

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

              I installed the last version 0.2.3 and I changed onKeyDown >> onKeyUp but the Tab key doesn't work 😞

              "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
              • TIGT Offline
                TIG Moderator
                last edited by

                You must change EVERY KeyDown to KeyUp...
                ???

                TIG

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

                  I did it.

                  "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
                  • TIGT Offline
                    TIG Moderator
                    last edited by

                    So I am now at a loss πŸ˜•

                    Sorry, but I have several v2017 problems of my own to solve, let alone those of other authors who opt not to support older plugins...

                    TIG

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

                      I understand you TIG, and thanks for your help!!
                      I'll try with older version of Sketchup.

                      "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
                      • pilouP Offline
                        pilou
                        last edited by

                        Sorry i have no more contact with C Plassais for the moment! 😳

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

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

                          I use Sketchup with my students in the technical drawing lessons and it's very useful draw the edges with different colors. Would be possible assign another different key to TAB to select the different colors on Mac?
                          For example in Ivy plugin the ALT and SHIFT keys work fine.

                          "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
                          • sdmitchS Offline
                            sdmitch
                            last edited by

                            @oxer said:

                            I use Sketchup with my students in the technical drawing lessons and it's very useful draw the edges with different colors. Would be possible assign another different key to TAB to select the different colors on Mac?
                            For example in Ivy plugin the ALT and SHIFT keys work fine.

                            Yes. Any key that works for you will do. However, there is one other problem that I found. On two occasions, colr1 = results and color1 = results should be colr1 = results[0] and color1 = results[0]. These statements appear around line 233 and 754.

                            Another problem is the number of Sketchup Colors far exceeds the number the inputbox pull-down can handle. It needs to be a WebDialog if you really want all the color choices.

                            Nothing is worthless, it can always be used as a bad example.

                            http://sdmitch.blogspot.com/

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

                              Thanks for the info sdmitch but I changed the lines 233 and 754 but nothing, the TAB key doesn't work 😞

                              "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
                              • sdmitchS Offline
                                sdmitch
                                last edited by

                                @oxer said:

                                Thanks for the info sdmitch but I changed the lines 233 and 754 but nothing, the TAB key doesn't work 😞

                                Remember nothing happens until the Tab key is released. Please check messages. I have sent a copy of the plugin I modified and tested.

                                Nothing is worthless, it can always be used as a bad example.

                                http://sdmitch.blogspot.com/

                                1 Reply Last reply Reply Quote 0
                                • boofredlayB Offline
                                  boofredlay
                                  last edited by

                                  I understand this is an old plugin. Maybe someone has a quick fix but if not no problem.
                                  I am experiencing the lines being drawn outside the group or component being edited. See attached.


                                  GIF2.gif

                                  http://www.coroflot.com/boofredlay

                                  1 Reply Last reply Reply Quote 0
                                  • FrederikF Offline
                                    Frederik
                                    last edited by

                                    What happens if you mark them
                                    Cut them to the clipboard
                                    Open the model group and paste them back where you want them...?

                                    Cheers
                                    Kim Frederik

                                    1 Reply Last reply Reply Quote 0
                                    • boofredlayB Offline
                                      boofredlay
                                      last edited by

                                      That works just fine, which is what I did most of the day (large building with joint lines). But it is an extra step not needed if they were drawn inside the group/component.

                                      Edit: If I had started it the other way (draw default lines in a separate group and just painted the group) I might have saved some time today. However, once down a path...

                                      http://www.coroflot.com/boofredlay

                                      1 Reply Last reply Reply Quote 0
                                      • S Offline
                                        Skatepark
                                        last edited by

                                        Hey Chris, I am having trouble modifying colours on mac. I am clicking TAB but the color menu doesn't open so it's on default all the time... Any suggestions?
                                        Cheers

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

                                          how do I install the other icons ?

                                          1 Reply Last reply Reply Quote 0
                                          • P Offline
                                            pribadi
                                            last edited by

                                            saya tidak bisa menemukan file coloredge untuk mengunakannya
                                            mohon petunjuk dimana downloadnya dan cara instalnya di sketchup pro 8

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

                                            Advertisement