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

    [Plugin] GhostComp - v1.4a - 31 Oct 18

    已排程 已置頂 已鎖定 已移動 Plugins
    101 貼文 52 Posters 204.6k 瀏覽 52 Watching
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • C 離線
      congellous
      最後由 編輯

      There doesn't seem to be an extension in there ?
      It has instal extension which one is the extension ?

      1 條回覆 最後回覆 回覆 引用 0
      • TIGT 離線
        TIG Moderator
        最後由 編輯

        This ?Capture.PNG

        TIG

        1 條回覆 最後回覆 回覆 引用 0
        • C 離線
          congellous
          最後由 編輯

          Yeah it's not there

          1 條回覆 最後回覆 回覆 引用 0
          • TIGT 離線
            TIG Moderator
            最後由 編輯

            In your list there's 'GhostComp%201' what's that ?
            Looks like an html based name ?
            There ought to be a folder called 'GHOSTCOMP_Dir_10'
            containing these files Capture.PNG This suggests you has mis-installed it...

            TIG

            1 條回覆 最後回覆 回覆 引用 0
            • C 離線
              congellous
              最後由 編輯

              Dunno what that was but removing it sorted it, didn't even need to turn the extension on. Thanks TIG

              1 條回覆 最後回覆 回覆 引用 0
              • P 離線
                parsleybrain
                最後由 編輯

                Hello Fredo, thanks for another great plugin. So I startet to use it and it worked just fine. I've lots of railings in my model, some are just copies of components but I also had to make a bunch of them unique and to tweak them. Finally making even one copy of an component took so long I decided to use your ghostcomp. And it worked - but now Sketchup always chrashes when I try to create a ghost component. Do you have any advice or idea what to do about that? Thanks in advance.

                1 條回覆 最後回覆 回覆 引用 0
                • fredo6F 離線
                  fredo6
                  最後由 編輯

                  @parsleybrain said:

                  Hello Fredo, thanks for another great plugin. So I startet to use it and it worked just fine. I've lots of railings in my model, some are just copies of components but I also had to make a bunch of them unique and to tweak them. Finally making even one copy of an component took so long I decided to use your ghostcomp. And it worked - but now Sketchup always chrashes when I try to create a ghost component. Do you have any advice or idea what to do about that? Thanks in advance.

                  Please make sure you have the most recent versions. For the crash, it may be some conflicting plugins (some versions of Vray and Podium for instance)

                  Fredo

                  1 條回覆 最後回覆 回覆 引用 0
                  • fredo6F 離線
                    fredo6
                    最後由 編輯

                    NEW RELEASE: GhostComp v1.1a - 27 Nov 13

                    GhostComp 1.1a is a release for future Sketchup compatibility. It is advised to upgrade even if there are no functional changes.

                    See main post of this thread for Download.

                    Fredo

                    1 條回覆 最後回覆 回覆 引用 0
                    • J 離線
                      jaceguay
                      最後由 編輯

                      Really useful, many thanks.

                      1 條回覆 最後回覆 回覆 引用 0
                      • ppoublanP 離線
                        ppoublan
                        最後由 編輯

                        @fredo6 said:

                        The concept behind GhostComp is to associate a simplified version to a component (called Ghost). Then the script provides an easy way to switch back and forth between the Ghost version and the Real version in the model.

                        Hi Fredo,
                        I integrated this concept into the last version of 3D Tree Maker, with a function that could be called by external plugins to switch/and back from full view to proxy view. the good thing is that in proxy view only object information needed to rebuild the object is kept in object dictionary, not all the real edges/faces.
                        If you think it could be interesting to integrate calls to 3DTreeMaker from your plugin, let me know.
                        Yours
                        pascal

                        1 條回覆 最後回覆 回覆 引用 0
                        • fredo6F 離線
                          fredo6
                          最後由 編輯

                          Sure. Thanks for thinking about GhostComp

                          I would need to revisit this plugin, but it is a good idea to integrate custom ghost for certain kind of components.

                          I'll have a look and advise.

                          Fredo

                          1 條回覆 最後回覆 回覆 引用 0
                          • ppoublanP 離線
                            ppoublan
                            最後由 編輯

                            Things to know before calling :

                            • those functions contain purge of unused component definitions and unused materials (after drawing a tree or its proxy). So to be called outside of a loop browsing each component definition, and list of definitions to be rebuild if needed after calling.
                            • it contains start/commit, I do not know results of nesting multiple start/commit, so preferably call outside of start/commit.
                              Needs v1.10 at least (not implemented in previous versions).

                            Did not tested, but this should work :

                            #To switch all trees to proxies
                            if file_loaded?('3darcstudiotreemain.rb’)
                            M3darcstudiotree.f3das_changealltoproxies
                            end

                            #To switch all proxies to trees
                            if file_loaded?(‘3darcstudiotreemain.rb’)
                            M3darcstudiotree.f3das_redrawall
                            end

                            1 條回覆 最後回覆 回覆 引用 0
                            • danchoD 離線
                              dancho
                              最後由 編輯

                              Fredo6 I like your plugin but with SU2014 on windows7 I can't change
                              from bounding box to wireframe mode, its always bounding box. Any suggestion?

                              Thanks

                              Sorry, I found a solution. First must to choose a type than create
                              ghost and turn it on. Perfect 😆

                              1 條回覆 最後回覆 回覆 引用 0
                              • fredo6F 離線
                                fredo6
                                最後由 編輯

                                NEW RELEASE: GhostComp v1.2a - 20 Oct 14

                                GhostComp 1.2a is required for the support of usernames with non-ascii characters in Sketchup 2014.

                                See main post of this thread for Download.

                                Fredo

                                1 條回覆 最後回覆 回覆 引用 0
                                • S 離線
                                  salamon
                                  最後由 編輯

                                  Hello is this working for sketchup 2015?

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • R 離線
                                    rv1974
                                    最後由 編輯

                                    I wish there was a-la multiscatter point display (maybe instead of points which can be accidentally deleted with 'Delete Guides' small tiny lines could make the same task). 😒


                                    Capture.JPG

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • TIGT 離線
                                      TIG Moderator
                                      最後由 編輯

                                      @mrcitybuilder said:

                                      Is this plugin still functional? I downloaded it, unzipped it to the specified folder, checked my FredoLib was up to date, and SketchUp complains that there is no FredoLib to support GhostComp. I don't understand why.
                                      Why didn't you get the RBZ from the PluginStore, then install that ?
                                      Unzipping olde things and messing up with the results' installation went long ago - with v7...

                                      Ensure you have the latest LibFredo:
                                      http://sketchucation.com/pluginstore?pln=LibFredo6
                                      and then GhostComp:
                                      http://sketchucation.com/pluginstore?pln=GhostComp

                                      TIG

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • M 離線
                                        MrCityBuilder
                                        最後由 編輯

                                        (Is this plugin still functional? I downloaded it, unzipped it to the specified folder, checked my FredoLib was up to date, and SketchUp complains that there is no FredoLib to support GhostComp. I don't understand why.)

                                        SOLVED 😎

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • M 離線
                                          MrCityBuilder
                                          最後由 編輯

                                          Yeah, thanks - that did the trick. Ghostcomp now fully functional!

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • L 離線
                                            lyvananhtoyo
                                            最後由 編輯

                                            thank very much. this help me to avoid the situation some imported component is much bigger than my model and make SU become very slow.

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

                                            Advertisement