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

    [Obsolete] FredoScale 1.0e (Free Scaling, Taper Scaling)

    Scheduled Pinned Locked Moved Developers' Forum
    140 Posts 61 Posters 33.9k Views 61 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.
    • J Offline
      James Fraser
      last edited by

      Thanks Edson. I gave that a go, even migrating all my plugins, but that didn't seem to work this time. It did make me think about permissions and ownership, but they all seem fine. I think the rubies only need to be readable, as SU just reads them on startup and presumably then runs things from memory.

      My own scripts work fine, despite having no execute permissions (644, must be something to do with Aquamacs, I will have to check the settings).

      http://www.FormFonts.com

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

        As always, excellent work, CadFather! Thank you!

        Frenglish at its best !
        My scripts

        1 Reply Last reply Reply Quote 0
        • O Offline
          otb designworks
          last edited by

          I couldn't help but notice that James' toolbar has four icons.

          Mine only has two! And not just 2 blank and 2 showing, but only 2.

          The rest of my behaviors match what James has posted.

          I, too, migrated all of my plugins to the user library from the root library with no noticeable change to Freescale.


          Picture 1.png

          Cheers, Chuck

          OTB Designworks is on Youtube

          6 core nMP, 32 gig RAM, (2) D700 GPU's, dual monitors

          1 Reply Last reply Reply Quote 0
          • J Offline
            James Fraser
            last edited by

            Mine originally had two, but I changed it to show all of them down at the bottom of the preferences. You have to scroll down and resize the window in order to see it. I'll use the normal two more, but the target ones will be handy to have around.

            http://www.FormFonts.com

            1 Reply Last reply Reply Quote 0
            • O Offline
              otb designworks
              last edited by

              Thanks James, I don't know how I missed that!

              Cheers, Chuck

              OTB Designworks is on Youtube

              6 core nMP, 32 gig RAM, (2) D700 GPU's, dual monitors

              1 Reply Last reply Reply Quote 0
              • W Offline
                watkins
                last edited by

                Dear James,

                Can you be a bit more specific about where the icons are? I'm not too sure what you mean by 'at the bottom of the preferences'.

                Regards,
                Bob

                1 Reply Last reply Reply Quote 0
                • J Offline
                  johnsenior1973
                  last edited by

                  @watkins said:

                  Dear James,

                  Can you be a bit more specific about where the icons are? I'm not too sure what you mean by 'at the bottom of the preferences'.

                  Regards,
                  Bob

                  Tools > Fredo6 Collection > Freescale > Default Paparameters

                  Scroll down to Icons visible in the toolbar, click on the two that are unchecked.

                  1 Reply Last reply Reply Quote 0
                  • W Offline
                    watkins
                    last edited by

                    Dear Johnsenior,

                    Many thanks,

                    Bob

                    1 Reply Last reply Reply Quote 0
                    • fredo6F Offline
                      fredo6
                      last edited by

                      to James and other MAC Users

                      Many thanks for this detailed report.

                      On the menu issue, I really don't know what could be the difference between Mac and Windows. Just in case, I modified the code taking care of that (see attached file).

                      on TAB, I thought the key code on Mac was 9, as in Windows. Could a ruby programmer equipped with a Mac confirm (or not) that this is what is got when getting the key in the onKeyDown and onKeyUp methods (and also to tell if we get the key on both Down and Up events).

                      For the web dialogs, I need to see how I could overcome the problem (SU 7 has also a different behavior on Mac vs. SU6).

                      Thanks again

                      Fredo


                      to drop in LIBFREDO6_Dir_30 folder

                      1 Reply Last reply Reply Quote 0
                      • J Offline
                        James Fraser
                        last edited by

                        That's excellent Fredo, I have all the labels and the shortcuts are bound. I assume it was just splitting that line in declare_command, although I am not sure why that should affect it.

                        Tab seems to highlight different tools, which can then be selected using space. It does something similar with Georeferencing sometimes. I think it is a Mac thing and it is Really Annoying, as space is the default (and most useful) binding for select. I really wish Google would choose the best aspects of the Windows and Mac versions and then make them both the same.

                        But anyway, thank you for all your hard work, I am glad it is now working.

                        http://www.FormFonts.com

                        1 Reply Last reply Reply Quote 0
                        • fredo6F Offline
                          fredo6
                          last edited by

                          James,

                          On the menu, I am glad it's work. I assume you got back the context menu as well. Like you, I don't understand why the Ruby syntax would affect the interpretor differently on Mac and on Windows.

                          On TAB, I am interested to understand more, because I usually use this key to call dialog boxes (this was already the case for JPP, RoundEdge, TOS and BezierSpline). So:

                          • What does it do exactly?
                          • Do you think there would be an alternate key that could be handy to use instead on Mac?

                          By the way, the key F2 and F3 are assigned to toggle the live deformation and the wireframe. Do they work on Mac?

                          More generally, I am interested in other potential problems that could be Mac specific.

                          Thanks

                          Fredo

                          1 Reply Last reply Reply Quote 0
                          • J Offline
                            James Fraser
                            last edited by

                            Ok, now I am really confused.

                            Things are fine in the plugins menu and the toolbars, but the context menu is still the same. Also, Tab works fine in JPP, but not in this. That does use the old version of LibTraductor (Dec 2007), although the section on keys appeared to be the same (I only looked briefly, so I might have missed something.

                            F2 and F3 don't seem to do anything, although if selected from the menu (context menu when using the tool works, but not for selecting the tools at the start), it behaves as you would expect. The ASCII code for Tab does seem to be 9, but, interestingly, for F2 and F3 it is 120 and 99, which is the same as for x and c. The hex keyboard codes are 78 and 63 (rather than 7 and 8 for x and c). I don't know if this is the same on the PC or how things work in the rubies, but hopefully that will help you a bit.

                            Here is a picture of the highlight thing, on the line tool at the moment, if I press it again it will move to the rectangle tool. It does that if you Tab with other tools in normal use, so maybe JPP was grabbing the input in another way?tab_highlight.jpg

                            http://www.FormFonts.com

                            1 Reply Last reply Reply Quote 0
                            • J Offline
                              James Fraser
                              last edited by

                              Also, About Centre is toggled by Option (Alt) on the Mac, but that is fine as it is consistent with other tools (Ctrl is used to right click, in case you really feel the need to use a single button mouse).

                              http://www.FormFonts.com

                              1 Reply Last reply Reply Quote 0
                              • B Offline
                                Blah11
                                last edited by

                                this will help me out ALOT with this I always wanted to model it, http://tokyobuy.com/images/kampfer.jpg

                                1 Reply Last reply Reply Quote 0
                                • fredo6F Offline
                                  fredo6
                                  last edited by

                                  to James and Mac users

                                  The 2 attached files should solve the problems of context menu and of TAB (now trapped on Key up).

                                  Fredo


                                  to drop in LIBFREDO6_Dir_30


                                  to drop in FREESCALE_Dir_10

                                  1 Reply Last reply Reply Quote 0
                                  • COSEDIMARCOC Offline
                                    COSEDIMARCO
                                    last edited by

                                    Thanks Fredo6 for this Plugin.
                                    I've translated it in Italian.
                                    Italian language file

                                    [floatl:2wjeiugn]COSEDIMARCO - The Website[/floatl:2wjeiugn]

                                    1 Reply Last reply Reply Quote 0
                                    • fredo6F Offline
                                      fredo6
                                      last edited by

                                      Marco,

                                      Thanks very much for this. It will be integrated into the next sub-release.
                                      As you noticed probably, there are remaining strings in English when using FreeScale. They actually belong to LibFredo6, which can also be translated itself into Italian, if you have time.

                                      Again, many thanks

                                      Fredo

                                      1 Reply Last reply Reply Quote 0
                                      • COSEDIMARCOC Offline
                                        COSEDIMARCO
                                        last edited by

                                        Done
                                        Italian language file for LibFredo6

                                        [floatl:2wjeiugn]COSEDIMARCO - The Website[/floatl:2wjeiugn]

                                        1 Reply Last reply Reply Quote 0
                                        • C Offline
                                          crvela
                                          last edited by

                                          thank you

                                          1 Reply Last reply Reply Quote 0
                                          • B Offline
                                            bellwells
                                            last edited by

                                            WOW, another amazing script!! You coding guys are too much. Thank you, thank you.

                                            Ron

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

                                            Advertisement