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

    [Plugin] Texture Resizer (1.5.6) — updated 15.05.2013

    Scheduled Pinned Locked Moved Plugins
    104 Posts 35 Posters 96.9k 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.
    • A Offline
      Aerilius
      last edited by

      Small update (1.4.7):

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

        I can't see the icon in Mac OSX 10.8.2, the plugin (1.4.7) works fine only the icon problem. Non Ruby console Error.

        "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
        • A Offline
          Aerilius
          last edited by

          Menus don't have icons. The plugin doesn't include a (one button) toolbar, but an icon is the pre-condition for any future toolbars 😉

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

            I have added one line to the TextureResizer. rb and now i can see the icon plugin. This is the line:
            "UI::Toolbar.new(@@translate["Resize Textures").add_item(cmd_resize)]"
            This line go after this line: " UI.menu("Plugins").add_item(cmd_resize)"
            Thanks for the icons!!

            PS: The plugin works fine, when you push the icon, it appears the plugin's window. 👍

            "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
            • P Offline
              paolo
              last edited by

              I should be missing something cause I have got make Unique Texture++ and Texture Resizer, the last one is not doing anything.
              I have been using Goldilocks v2.0 to help me notice what textures to are too big on view.
              Could some one tell me whats wrong with Texture Resizer? there is any other plugin? how can I choose better texture size?
              Thx

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

                Hi,

                Thank you for the Great plug-in but I'm having a problems.
                I got the message from the Ruby console

                Error #<NoMethodError:undefined method putsv' for #<File:0x1ed5eecc>.> C:/PROGRA~1/Google/GOOGLE~3/Plugins/ae_TextureResizer/ImageMagick.rb:643:in run_shell_command'
                C:/PROGRA~1/Google/GOOGLE~3/Plugins/ae_TextureResizer/ImageMagick.rb:641:in open' C:/PROGRA~1/Google/GOOGLE~3/Plugins/ae_TextureResizer/ImageMagick.rb:641:in run_shell_command'
                C:/PROGRA~1/Google/GOOGLE~3/Plugins/ae_TextureResizer/ImageMagick.rb:465:in execute' C:/PROGRA~1/Google/GOOGLE~3/Plugins/ae_TextureResizer/TextureResizer.rb:290:in initialize'
                C:/PROGRA~1/Google/GOOGLE~3/Plugins/ae_TextureResizer/TextureResizer.rb:196:in new' C:/PROGRA~1/Google/GOOGLE~3/Plugins/ae_TextureResizer/TextureResizer.rb:196:in process'
                C:/PROGRA~1/Google/GOOGLE~3/Plugins/ae_TextureResizer/TextureResizer.rb:164:in options_dialog' C:/PROGRA~1/Google/GOOGLE~3/Plugins/ae_TextureResizer/TextureResizer.rb:177:in call'
                C:/PROGRA~1/Google/GOOGLE~3/Plugins/ae_TextureResizer/TextureResizer.rb:177:in show_modal' C:/PROGRA~1/Google/GOOGLE~3/Plugins/ae_TextureResizer/TextureResizer.rb:177:in options_dialog'
                C:/PROGRA~1/Google/GOOGLE~3/Plugins/ae_TextureResizer/TextureResizer.rb:128:in `run'
                C:/PROGRA~1/Google/GOOGLE~3/Plugins/ae_TextureResizer/TextureResizer.rb:101
                quietly_force_sync_mats_cb just called

                Did I missed something when I installed the plugin ?

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

                  There is a simple typo in the code - probably 'v' was pressed instead of 'ctrl+v' to paste.
                  The original author Andreas needs to correct it...

                  In the meanwhile you can correct it yourself in your copy...
                  Open the file 'ImageMagick.rb' in the 'ae_TextureResizer' subfolder in your Plugins folder, using Notepad.exe and look for the text saying:
                  f.putsv%[cd "#{@cache_dir}"]
                  around line #643.
                  Change it to read:
                  f.puts %[cd "#{@cache_dir}"]
                  I.E. replace the 'v' at the end of the 'puts' with a <space>.
                  Save the file.
                  Restart SketchUp and retest, it should now work... 😄

                  TIG

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

                    @unknownuser said:

                    There is a simple typo in the code - probably 'v' was pressed instead of 'ctrl+v' to paste.
                    The original author Andreas needs to correct it...

                    Hi TIG,
                    Thank you for the replying so soon and the solution 😄

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

                      The author Andreas has now updated the file.
                      You can download the latest version from the first post in this thread, or Auto-Install it from the Plugins Store shortly...

                      TIG

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

                        Hi,
                        On Mac the new version (1.5.1) gives a Ruby Console Error:

                        %(#BF0000)[Error al cargar archivo /Users/Oxer/Library/Application Support/Google SketchUp 8/SketchUp/Plugins/ae_TextureResizer/TextureResizer.rb
                        no such file to load -- /Users/Oxer/Library/Application Support/Google SketchUp 8/SketchUp/Plugins/ae_TextureResizer/Bounds.rbError al cargar archivo ae_TextureResizer.rb
                        no such file to load -- /Users/Oxer/Library/Application Support/Google SketchUp 8/SketchUp/Plugins/ae_TextureResizer/Bounds.rb]

                        I seen into the ae_TextureResizer folder, and Bounds.rb file doesn't exist.

                        "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
                        • A Offline
                          Aerilius
                          last edited by

                          There is no use for that file in the Sips version, so the require line shouldn't be there. I fixed it.

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

                            A small update to improve the webdialog when using higher dpi settings.

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

                              Really thanks for your great work.

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

                                I'm getting a script error. Can someone help?

                                OS:Win 7 home premium ser. pk. 1
                                Intel I3 processer.
                                Latest ver Sketchup

                                Don't know what else you made need.

                                http://i.imgur.com/76Uhs2l.jpg

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

                                  Can you try the attached version?


                                  ae_TextureResizer_1_5_7.rbz

                                  1 Reply Last reply Reply Quote 0
                                  • bobpineoB Offline
                                    bobpineo
                                    last edited by

                                    I'm having some trouble running the plugin, that looks very cool I might add!
                                    This might be something outside the workings of your plugin, as I sometimes get this message with other plugins...
                                    thank you in advance for your help!


                                    9-16-2013 4-02-00 PM.png

                                    Bob Pineo, Design Develop LLC http://www.designdevelop.org.

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

                                      is it normal for this to take an extended amount of time to execute? I have been watching it process on a 30mb file for about 20 minutes. I check the activity monitor and SU is still performing and using resources so I know it's doing SOMETHING...let me know. thanks!

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

                                        @jeremynola said:

                                        is it normal for this to take an extended amount of time to execute? I have been watching it process on a 30mb file for about 20 minutes. I check the activity monitor and SU is still performing and using resources so I know it's doing SOMETHING...let me know. thanks!

                                        Did it finish yet?

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

                                          The plugin (OS X version) work fine and very quick on Mac OSX & SU2013 but on SU2014 the processing is very long and sometimes SU crash.

                                          "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
                                          • brodieB Offline
                                            brodie
                                            last edited by

                                            This doesn't seem to be working for me with 2015. Is it just me?

                                            steelblue http://www.steelbluellc.com

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

                                            Advertisement