• 登入
sketchucation logo sketchucation
  • 登入
🤑 SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

Ruby download

已排程 已置頂 已鎖定 已移動 Newbie Forum
sketchup
31 貼文 9 Posters 2.8k 瀏覽 9 Watching
正在載入更多貼文
  • 從舊到新
  • 從新到舊
  • 最多點贊
回覆
  • 在新貼文中回覆
登入後回覆
此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
  • A 離線
    Al Hart
    最後由 編輯 2009年6月26日 下午5:03

    What is the effect of the second parameter (true/false) in Sketchup.register_extension

    [edit]It looks like the .rb file gets loaded whether true or false is set.

    Al Hart

    http:wiki.renderplus.comimageseefRender_plus_colored30x30%29.PNG
    IRender nXt from Render Plus

    1 條回覆 最後回覆 回覆 引用 0
    • A 離線
      August
      最後由 編輯 2009年7月19日 下午8:44

      @al hart said:

      What is the effect of the second parameter (true/false) in Sketchup.register_extension

      [edit]It looks like the .rb file gets loaded whether true or false is set.

      I found this page of doc:
      http://code.google.com/apis/sketchup/docs/ourdoc/sketchup.html#register_extension
      which includes this section:
      Sketchup.register_extension doc

      Here's the text from that image (so that it is searchable), formatted as best as my experience with SCF will allow:

      Sketchup.register_extensionSketchUp [6.0+]

      The register_extension method is used to register an extension with SketchUp's extension manager (in SketchUp preferences).

      Arguments:

      • extension -- A SketchupExtension object.
      • registered -- true if extension should be automatically
        loaded the first time it is registered.

      Returns:

      • status -- true if extension registered properly
      utilitiesExtension = SketchupExtension.new "Utilities Tools",
        "Utilities/utilitiesTools.rb"
      
      utilitiesExtension.description = "Adds Tools->Utilities to the " +
        "SketchUp inteface. The Utilities submenu contains two tools; " +
        "Create Face and Query Tool."   
      
      Sketchup.register_extension utilitiesExtension, false
      

      That formatting is way too much trouble. Code boxes should be wider so it will display readably and there really should be some way of indenting, creating lists bullets, etc.

      ANYBODY know of any doc for formatting SCF posts that goes beyond the buttons at the top of the text entry window?

      I hope this helps,
      August

      “An idea, like a ghost, must be spoken to a little before it will explain itself.”
      [floatr:v1mcbde2]-- Charles Dickens[/floatr:v1mcbde2]

      1 條回覆 最後回覆 回覆 引用 0
      • C 離線
        Chris Fullmer
        最後由 編輯 2009年7月19日 下午11:42

        The SCF uses BBCode. When you are replying, over on the right, under all the smileys, there is a small section with this:

        BBCode is ON
        [img] is ON
        [flash] is ON
        [url] is ON
        Smilies are ON

        and the BBCode is a link to this:
        http://forums.sketchucation.com/faq.php?mode=bbcode

        So when you are posting, you can use that as a aguide to help with formatting.

        Chris

        Lately you've been tan, suspicious for the winter.
        All my Plugins I've written

        1 條回覆 最後回覆 回覆 引用 0
        • M 離線
          mirami
          最後由 編輯 2009年8月16日 下午12:43

          Hi!
          I have loaded the soap bubble skin from tensil structure.de but cannot open it.. I am using Vista and SU6.
          I unzip the files as mentionned , I create C>program>google>su6>tools but get a message telling me the file cannot be created, immposible to open... I tried to unzip on the desktop, copied the files in su6, this worked fine. But np new toolbar in SU6 at all.. I tried to take away the anti virus and firewall, ,no results..
          Has anyone got this problem before ?
          Thanks a lot

          1 條回覆 最後回覆 回覆 引用 0
          • G 離線
            Gaieus
            最後由 編輯 2009年8月16日 下午12:47

            Hi Mirami,

            Even if successfully installed (you may have administration right issues with this on Vista), SSB needs to be activated from the Window > Preferences > Extensions tab. Also, you may need to activate the toolbar itself from View > Toolbars.

            Gai...

            1 條回覆 最後回覆 回覆 引用 0
            • M 離線
              mirami
              最後由 編輯 2009年8月16日 下午1:07

              Hello!
              Well, could you be so kind to refresh my memory and explain me how to go in window>preference and what you excatly do one you are there ?
              In SU toolbar all is apparently activated..
              Thanks a lot

              1 條回覆 最後回覆 回覆 引用 0
              • G 離線
                Gaieus
                最後由 編輯 2009年8月16日 下午1:18

                See attached (I don't have it installed at the moment but it should be there)


                window.png


                preferences.png

                Gai...

                1 條回覆 最後回覆 回覆 引用 0
                • M 離線
                  mirami
                  最後由 編輯 2009年8月16日 下午3:23

                  ok you was right , both utility tools and sand box were not activated. There are now activated, I have got the sand box icons on the screen but nothing regarding SSB still!! I have redone the whole installation but still get the same message, it cannot create the path...

                  1 條回覆 最後回覆 回覆 引用 0
                  • G 離線
                    Gaieus
                    最後由 編輯 2009年8月16日 下午3:49

                    Can you make a screenshot of the file structure in your Tools folder?

                    Gai...

                    1 條回覆 最後回覆 回覆 引用 0
                    • M 離線
                      mirami
                      最後由 編輯 2009年8月16日 下午4:56

                      sure pls see the attachment ..


                      ssb.jpg

                      1 條回覆 最後回覆 回覆 引用 0
                      • G 離線
                        Gaieus
                        最後由 編輯 2009年8月16日 下午9:14

                        That's not your Tools folder but one level up > your SU 6 folder.
                        Please, double click on the Tools folder and make another snapshot.

                        Gai...

                        1 條回覆 最後回覆 回覆 引用 0
                        • M 離線
                          mirami
                          最後由 編輯 2009年8月17日 上午8:05

                          sorry I clicked too early!
                          I did for info load yesterday two plugin, shape bender and round corner into plugin. I unzip exactly the same way as I did for ssb into tools. It worked perfectly allright with the plugin but does not want to work into tools.
                          And even now, files are into tools as you can see, it does not work.
                          thanks again for your help!


                          ssb.jpg

                          1 條回覆 最後回覆 回覆 引用 0
                          • G 離線
                            Gaieus
                            最後由 編輯 2009年8月17日 上午8:14

                            What I guess now is that all the files and subfolders were zipped into a folder called "SoapSkinBubbleTool_Rel_1.0.8" and you unzipped this container folder into the Tools folder.

                            Now move everything from it one level up (straight into the Tools folder). That "wrapping" SoapSkinBubbleTool_Rel_1.0.8 folder is unnecessary.

                            Gai...

                            1 條回覆 最後回覆 回覆 引用 0
                            • M 離線
                              mirami
                              最後由 編輯 2009年8月17日 上午9:15

                              Well I tried that but windows does not want.. I might not do it properly as I am not a technician I must admitt.
                              Could I ask you to take the hand via Teamviewer as it seems to me you are much more pro than I am in such operation ?

                              1 條回覆 最後回覆 回覆 引用 0
                              • M 離線
                                mirami
                                最後由 編輯 2009年8月17日 上午9:28

                                Look ... I did something different but which is probably what you asked me to do and Bingo it works now !!!
                                I took everything abt ssb away from tools. I unzipped ssb on the desk top. I explored all folders and copied them into tools. Iopen SU and got a message that there was no file such as SSB to open.. That ment SU got something through at last ! I coied then also the empty folder ssb into tools and tried again and then all icons were there!! The only question left now is that when clicking the first time on one of these ssb tools i got a message saying tools were valid until 30 october 2009 ?? This message never appeared again after.
                                Well I will try to use ssb now!!
                                Many thanks again!!
                                Michel

                                1 條回覆 最後回覆 回覆 引用 0
                                • G 離線
                                  Gaieus
                                  最後由 編輯 2009年8月17日 上午9:48

                                  OK, finally it seems to work now, great. There wouldn't have been any (real) chance for such a help like you mentioned previously as I can imagine that Vista wouléd've blocked that action for security reasons. Also, not only I haven't ever used Vista but haven't even seen a computer running it. 😳

                                  As for the time limit; Josef, the author keeps doing this. Every version works only until a certain time and you have to download the new version then. Maybe he will even commercialise the plugin one day and from then on, there won't be a free version even with the time limit.

                                  Gai...

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • M 離線
                                    mirami
                                    最後由 編輯 2009年8月17日 上午10:05

                                    I see, well better learn and use SSB fast while it is still free then!!
                                    Anyway, thanks again for your help
                                    have a nice day
                                    Michel

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • 1
                                    • 2
                                    • 2 / 2
                                    • 第一個貼文
                                      最後的貼文
                                    Buy SketchPlus
                                    Buy SUbD
                                    Buy WrapR
                                    Buy eBook
                                    Buy Modelur
                                    Buy Vertex Tools
                                    Buy SketchCuisine
                                    Buy FormFonts

                                    Advertisement