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

    [Plugin] RichSection V0.5.8 UPDATED march 2015

    Scheduled Pinned Locked Moved Plugins
    395 Posts 85 Posters 131.9k Views 85 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.
    • Y Offline
      youemailme
      last edited by

      No apologies necessary! I'm in awe of anyone that can write plug-ins like this, while still carrying on a "day job"! No rush, and thanks again for your contribution to the world of SketchUp!

      1 Reply Last reply Reply Quote 0
      • SkalpS Offline
        Skalp
        last edited by

        @youemailme said:

        No apologies necessary! I'm in awe of anyone that can write plug-ins like this, while still carrying on a "day job"! No rush, and thanks again for your contribution to the world of SketchUp!

        To make a decent plugin take a lot of work. And it's much more than having an idea and writing a little bit of ruby code. That is the easy part. But testing it. Because it should run on all version of windows and os x, and on all versions of sketchup. It can conflict with other plugins. And the userinterface had to be easy to use too. Oh did I mension there are all kind of browsers and they are different on win and mac and the UI is depended on these browsers. Than there is documentation. The user want a manual and tutorial movies. You should give support on it and a lot of support as nothing to do with your plugin itself but is an os, sketchup or browser issue... Or just stupidity of the user (oh yes I switched of showing images in my browser yesterday, now I understand why your webdialog isn't showing icons anymore... But this is after a join.me session of half an hour.)
        Most of the plugins make money for the users by saving a lot of time. Please respect the developers and support there efforts by paying for there hard work.

        Skalp
        http://www.skalp4sketchup.com

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

          Hi Piet,

          Here's a small sample of recent work using your plugin. All these are 100% sketchup/layout.

          Thanks a lot!

          Santiago

          01.png
          02.png
          03.png
          04.png
          05.jpg

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

            UPDATE 0.5.0 published in the Sketchucation PLUGINSTORE HERE

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

              @caronte01 said:

              Hi Piet,
              Here's a small sample of recent work using your plugin. All these are 100% sketchup/layout.
              Thanks a lot!
              Santiago

              Good work !!!

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

                @pgarmyn said:

                UPDATE 0.5.0 published in the Sketchucation PLUGINSTORE HERE

                KNOWN ISSUE:

                RichSections created with older versions must be updated manually.
                I will work on it to fix that.

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

                  trying to install this extension on my SU2014 but cannot find this on my toolbar, and every time i restart SU, it shows:

                  @unknownuser said:

                  Error: #<LoadError: cannot load such file -- fileutils.rb>
                  c:/users/administrator/appdata/roaming/sketchup/sketchup 2014/sketchup/plugins/piga_richsection/richsection.rbs:133:in require' c:/users/administrator/appdata/roaming/sketchup/sketchup 2014/sketchup/plugins/piga_richsection/richsection.rbs:133:in module:PiGaRSection'
                  c:/users/administrator/appdata/roaming/sketchup/sketchup 2014/sketchup/plugins/piga_richsection/richsection.rbs:106:in <main>' C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/PiGa_RichSection/RSloader.rb:25:in eval'
                  C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/PiGa_RichSection/RSloader.rb:25:in require' C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/PiGa_RichSection/RSloader.rb:25:in module:PiGa'
                  C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/PiGa_RichSection/RSloader.rb:3:in <top (required)>' C:/PROGRA~1/SketchUp/SketchUp 2014/Tools/extensions.rb:197:in require'
                  C:/PROGRA~1/SketchUp/SketchUp 2014/Tools/extensions.rb:197:in load' C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/PiGa_RichSection.rb:40:in register_extension'
                  C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/PiGa_RichSection.rb:40:in <module:PiGa>' C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/PiGa_RichSection.rb:17:in <top (required)>'

                  any idea?

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

                    The fileutils.rb is a standard file found in the RubyStdLib subfolder within the SketchUp Tools.
                    It does not auto-load when SketchUp starts, BUT can be required thus:
                    require "fileutils.rb"
                    Since the path to the RubyStdLib subfolder should be auto-added to the $: the .rb should be found in that folder.
                    Obviously something is failing...

                    Check a few things...
                    Is the RubyStdLib subfolder within the SketchUp Tools ?
                    Does it contain a file named fileutils.rb ?
                    If not reinstall SketchUp v2014 [latest version]...
                    Is the path to RubyStdLib included in the $: ? To check that you just type $: in the Ruby Console...
                    If you type require "fileutils.rb" in the Ruby Console what is the result ?

                    Report back...

                    TIG

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

                      UPDATE 0.5.1 published in the Sketchucation PLUGINSTORE HERE

                      RichSections created with an older plugin version don't need manual update any more (bug in 0.5.0) when changing the sectionplan

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

                        Thanks pgarmyn...

                        By: Kristoff Rand
                        Home DesignerUnique House Plans

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

                          @tig said:

                          The fileutils.rb is a standard file found in the RubyStdLib subfolder within the SketchUp Tools.
                          It does not auto-load when SketchUp starts, BUT can be required thus:
                          require "fileutils.rb"
                          Since the path to the RubyStdLib subfolder should be auto-added to the $: the .rb should be found in that folder.
                          Obviously something is failing...

                          Check a few things...
                          Is the RubyStdLib subfolder within the SketchUp Tools ?
                          Does it contain a file named fileutils.rb ?
                          If not reinstall SketchUp v2014 [latest version]...
                          Is the path to RubyStdLib included in the $: ? To check that you just type $: in the Ruby Console...
                          If you type require "fileutils.rb" in the Ruby Console what is the result ?

                          Report back...

                          Is the RubyStdLib subfolder within the SketchUp Tools ?yes

                          Does it contain a file named fileutils.rb ? yes

                          If not reinstall SketchUp v2014 [latest version]... 14.0.49

                          Is the path to RubyStdLib included in the $: ? To check that you just type $: in the Ruby Console... i don't think so

                          If you type require "fileutils.rb" in the Ruby Console what is the result ? false

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

                            Hi Piet,

                            I´m having some issues with this new version 0.5.1

                            When I right click on a rs to update it, I get the new dialog, and then after a second right click, I can update it. Previously, on the first right click, I was able to update the section directly.

                            The other thing is that, once the new dialog (which looks great btw, big improvement over the previous one), takes the focus, the main window can be orbited, but not zoomed in/out. This happens without notice, so that results in apparent sluggish navigation. Is there a way to switch between modal and non modal dialogs? It may be a matter of personal preference, but I like to have all these aux windows go away once they have served their purpose. This would avoid the first problem.

                            Other than that, I´ve had no issues with this new version. I´ll keep testing.

                            Thank you!

                            Santiago

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

                              @priestonaray said:

                              If not reinstall SketchUp v2014 [latest version]... 14.0.49
                              If you type require "fileutils.rb" in the Ruby Console what is the result ? false

                              Fileutils is used by my plugin, but it is part of the standard library since Sketchup 2014.
                              Did you reinstall Sketchup ? (Even if you have the latest)

                              Tell me....

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

                                @caronte01 said:

                                Hi Piet,

                                I´m having some issues with this new version 0.5.1

                                When I right click on a rs to update it, I get the new dialog, and then after a second right click, I can update it. Previously, on the first right click, I was able to update the section directly.

                                The other thing is that, once the new dialog (which looks great btw, big improvement over the previous one), takes the focus, the main window can be orbited, but not zoomed in/out. This happens without notice, so that results in apparent sluggish navigation. Is there a way to switch between modal and non modal dialogs? It may be a matter of personal preference, but I like to have all these aux windows go away once they have served their purpose. This would avoid the first problem.

                                Other than that, I´ve had no issues with this new version. I´ll keep testing.

                                Thank you!

                                Santiago

                                About zooming : If you click on the titlebar of the Sketchup-window, the main window will have the scope, and zoom-behaviour will be normal.

                                About updating with one click: Yes my context-menu is buggy. I will work on it. But instant update is still possible if you use the update button on the panel, and then click on the sectionplan or Richsection group.

                                About non-modal or modal dialog: The idea was to use a non modal dialog to allow the creation of materials, scenes.... to use within the RichSection. If necessary i will switch back to modal, or let you the chose, but first give me last chance to try the non-model way.

                                Thanks for testing Santiago!

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

                                  Hi Piet
                                  Since the last UI interface I can't get my sections to update (no section name change). These are the errors shown:
                                  Error: #<ArgumentError: 'DarkRed' not valid values in list.>
                                  C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/PiGa_RichSection/SKUI/listbox.rb:238:in value=' C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/PiGa_RichSection/RSpanel.rb:583:in block in create'
                                  C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/PiGa_RichSection/SKUI/events.rb:82:in call' C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/PiGa_RichSection/SKUI/events.rb:82:in block in trigger_event'
                                  C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/PiGa_RichSection/SKUI/events.rb:78:in each' C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/PiGa_RichSection/SKUI/events.rb:78:in trigger_event'
                                  C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/PiGa_RichSection/SKUI/window.rb:358:in event_control_callback' C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/PiGa_RichSection/SKUI/window.rb:312:in callback_handler'
                                  C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/PiGa_RichSection/SKUI/window.rb:270:in block in add_callback' -e:1:in call'

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

                                    @cesaro36 said:

                                    Hi Piet
                                    Since the last UI interface I can't get my sections to update (no section name change). These are the errors shown:
                                    Error: #<ArgumentError: 'DarkRed' not valid values in list.>
                                    C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/PiGa_RichSection/SKUI/listbox.rb:238:in value=' C:/Users/Administrator/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/PiGa_RichSection/RSpanel.rb:583:in block in create'

                                    What is your SU version, what windows or mac version ?
                                    It seems that 'DarkRed' (Sketchup color or material) doesn't exist on your computer.
                                    What happens if you make a material 'DarkRed' before opening the RichSection panel?

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

                                      RichSection UPDATE 0.5.3 is published on the Sketchucation PLUGINSTORE HERE

                                      Release Notes for RichSection V0.5.3

                                      • bugs on panel removed (?)
                                      • to prevent issues on Mac : don't open multiple models; close and reopen the RS-panel when opening a model
                                      1 Reply Last reply Reply Quote 0
                                      • B Offline
                                        bimbachi
                                        last edited by

                                        hello,
                                        (mac version) i'm having only 2 materials default and black?
                                        shall i change something ?

                                        @pgarmyn said:

                                        RichSection UPDATE 0.5.3 is published on the Sketchucation PLUGINSTORE HERE

                                        Release Notes for RichSection V0.5.3

                                        • bugs on panel removed (?)
                                        • to prevent issues on Mac : don't open multiple models; close and reopen the RS-panel when opening a model
                                        1 Reply Last reply Reply Quote 0
                                        • P Offline
                                          pgarmyn
                                          last edited by

                                          @bimbachi said:

                                          hello,
                                          (mac version) i'm having only 2 materials default and black?
                                          shall i change something ?

                                          Hy bimbachi
                                          To load automatically 14 predefined hatches

                                          • In RichSection/settings : Load materials .... :
                                            replace "materials/RichSection-v0.3/#default.mat.skp"
                                            by "materials/RichSection-v0.3/RS_V0_14.mat.skp"
                                          • For new models : 14 materials will be loaded at the first RS creation
                                          • In models with RichSections : delete the "#default" material and create a new RichSection

                                          😉

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

                                            Hi Piet,

                                            I've been using your latest version.

                                            I'm having some issues:

                                            The main rs dialog contracts to a size smaller than it's intended one. Text overlaps, and some buttons will dissapear. This happens a lot when creating new rs, not when editing existing ones.

                                            Section name has to be changed two times, when creating rs. The first time will default to #00x. The second time, the corrresponding layer will change it's name, the section has to be renamed manually. In setttings, I have rs create 1 scene, with section hidden, and camera aligned.

                                            I have to change layer visibility so the layer with the rs group is visible. I remember doing this for different views that used the rs (perspective sections for example), but not for the main rs scene.

                                            Once the scene and rs name is changed, I have to manually delete the original layer, (#00x)

                                            Running win 10, x64

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

                                            Advertisement