• Login
sketchucation logo sketchucation
  • Login
🤑 30% Off | Artisan 2 on sale until April 30th Buy Now

[Plugin] Universal Importer - v1.2.6 - 30 July 2024

Scheduled Pinned Locked Moved Plugins
441 Posts 106 Posters 432.0k Views
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.
  • E Offline
    edwinfolk
    last edited by 11 May 2020, 07:25

    Hello Samuel,

    This looks like an awesome plugin and incredibly useful for rendering. Unfortunately, like Sue I cannot get it to work. I am using 2018 SKU and MacOS 10.15.2. Is there a work around? Or, is our OS not compatible at this time? Look forward to your answer and thanks.

    1 Reply Last reply Reply Quote 0
    • S Offline
      samuel_t
      last edited by 11 May 2020, 11:12

      Hi suestorm, hello edwinfolk,

      I don't have a real mac computer. 😕
      When error occurs in SketchUp: Can you copy-paste command that fails ("/Users/.../assimp.nfo") to a terminal then show me back result?
      This way I could maybe remotely debug...

      1 Reply Last reply Reply Quote 0
      • S Offline
        suestorm
        last edited by 11 May 2020, 19:21

        Hi Samuel,

        Thanks for your reply. I don't understand what you mean about sending you a terminal, but I copy/pasted what comes up in the error box on my screen. Also attached a screen grab. I see several Mac users have posted the same error message, we are all having a consistent problem. I am on Mac OS 10.15.4 Sketchup Pro 2020. Thanks.

        Universal Importer Error: Command failed: "/Users/dawn/Library/Application Support/SketchUp 2020/SketchUp/Plugins/universal_importer/Assimp/Mac/assimp" info "/Users/dawn/.UniversalImporter/tmp/import.fbx" > "/Users/dawn/.UniversalImporter/tmp/assimp.nfo"

        /Users/dawn/Library/Application Support/SketchUp 2020/SketchUp/Plugins/universal_importer/assimp.rb:166:in `get_texture_refs'

        Universal Importer Version: 1.1.5


        Screen Shot 2020-05-10 at 4.27.05 PM.png

        1 Reply Last reply Reply Quote 0
        • S Offline
          samuel_t
          last edited by 13 May 2020, 16:43

          @suestorm said:

          Hi Samuel,
          Thanks for your reply. I don't understand what you mean about sending you a terminal [...]

          Hi suestorm,

          I mean:

          1. Open SketchUp.
          2. Import a .fbx model with Universal Importer plugin.
          3. Wait error... then copy-paste following command to your terminal. (See this tuto here to know how.)
          
          "/Users/dawn/Library/Application Support/SketchUp 2020/SketchUp/Plugins/universal_importer/Assimp/Mac/assimp" info "/Users/dawn/.UniversalImporter/tmp/import.fbx" > "/Users/dawn/.UniversalImporter/tmp/assimp.nfo"
          
          
          1. Send me back terminal result (text or screenshot).

          Thanks.

          1 Reply Last reply Reply Quote 0
          • T Offline
            TIG Moderator
            last edited by 13 May 2020, 17:06

            I think something might be getting lost in translation ?
            For 'Terminal' perhaps read 'SketchUp > Window > Ruby Console' [open it before doing anything]
            Although on a MAC there is a separate 'Terminal' app, surely you'd need it running before the error occurs ?

            TIG

            1 Reply Last reply Reply Quote 0
            • S Offline
              samuel_t
              last edited by 13 May 2020, 17:11

              @tig said:

              I think something might be getting lost in translation ?
              For 'Terminal' perhaps read 'SketchUp > Window > Ruby Console' [open it before doing anything]
              Although on a MAC there is a separate 'Terminal' app, surely you'd need it running before the error occurs ?

              I'm talking about that separate 'Terminal' app.

              1 Reply Last reply Reply Quote 0
              • T Offline
                TIG Moderator
                last edited by 13 May 2020, 17:34

                So do you need to explain to MAC users to open the Terminal first, and then try your tool...
                And any error-messages might appear in that Terminal window ?

                TIG

                1 Reply Last reply Reply Quote 0
                • S Offline
                  samuel_t
                  last edited by 13 May 2020, 17:42

                  @tig said:

                  So do you need to explain to MAC users to open the Terminal first, and then try your tool...
                  And any error-messages might appear in that Terminal window ?

                  No, command line needs to be pasted in Mac's Terminal after that Universal Importer plugin crashes.

                  1 Reply Last reply Reply Quote 0
                  • E Offline
                    edwinfolk
                    last edited by 14 May 2020, 23:58

                    Hello Samuel,

                    Thanks for doing this. This looks like a really great plugin that can help with rendering and setting up reference models for a lot of Maxwell users. Attached is a screen shot of the terminal window. Hope you can make sense of it.


                    Screen Shot 2020-05-14 at 20.53.08.png

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      McGordon
                      last edited by 15 May 2020, 08:11

                      @edwinfolk said:

                      This looks like a really great plugin that can help with rendering and setting up reference models for a lot of Maxwell users. Attached is a screen shot of the terminal window. Hope you can make sense of it.

                      The permission denied means you don't have executable permissions on that assimp file. Can you paste this into Terminal and press return:

                      ls -l ~/Library/Application\ Support/SketchUp\ 2018/SketchUp/Plugins/universal_importer/Assimp/Mac
                      

                      Then show us the results, which should look something like this:

                      total 25448
                      -rwxr-xr-x@ 1 gordon  staff      3791 24 Sep  2019 LICENSE.txt
                      -rwxr-xr-x@ 1 gordon  staff    149772  6 Jan 16;05 assimp
                      -rwxr-xr-x@ 1 gordon  staff  12810620  6 Jan 16;05 libassimp.dylib
                      -rwxr-xr-x@ 1 gordon  staff     58316 24 Sep  2019 x.dyl
                      

                      I haven't installed this yet, I'm just trying to help as samuel_t doesn't have a Mac. The first 'x' in '-rwxr-xr-x@' for assimp means I could run that file as a program. That's the bit I'm looking for when you run that command which just lists what's in that directory.

                      1 Reply Last reply Reply Quote 0
                      • E Offline
                        edwinfolk
                        last edited by 15 May 2020, 10:51

                        Hello McGordon,
                        I attached a screen shot of the command sent through terminal. Not sure what that means - sorry I am not a coder or Ruby specialist. Anyway if you can make sense of this and help Samuel thereby helping us MacOS users, awesome. Thanks for the help and stay safe.

                        Edwin


                        Screen Shot 2020-05-15 at 19.47.40.png

                        1 Reply Last reply Reply Quote 0
                        • T Offline
                          TIG Moderator
                          last edited by 15 May 2020, 12:14

                          In the first part of the 'report' the "rw" means "read/write".
                          If you see the earlier McGordon example you see "rwx" which means "read/write/execute".
                          So yours is failing because it doesn't have permission to execute the necessary files...

                          You could try selecting the subfolder [.../Plugins/universal_importer] and changing it to have "full" permissions - for all users and all of its contents...

                          TIG

                          1 Reply Last reply Reply Quote 0
                          • M Offline
                            McGordon
                            last edited by 15 May 2020, 12:25

                            As I suspected, you don't have permission to run that file. You could fix it with another terminal command:

                            chmod u+x ~/Library/Application\ Support/SketchUp\ 2018/SketchUp/Plugins/universal_importer/Assimp/Mac/assimp
                            

                            Be more careful copying and pasting this time. The 'CODE: SELECT ALL' link doesn't work for me, it just scrolls to the top of the page.
                            That command just changes the execute (run) permissions of that one file.

                            They are perfectly readable, but you don't have to screenshot the terminal, just copy the text as if it was any text document in a word processor or text editor.

                            1 Reply Last reply Reply Quote 0
                            • E Offline
                              edwinfolk
                              last edited by 15 May 2020, 18:31

                              Hi Guys,

                              Thanks again for looking at this. I review both your responses. I think I had previously made a mistake entering the cut and paste into terminal and received the wrong information which I sent to you. I went back a step and copy/pasted into terminal the correct line of code and the terminal spit this out.

                              -rw-rw-rw- 1 edfolk staff 3791 Sep 24 2019 LICENSE.txt
                              -rwxrw-rw- 1 edfolk staff 149772 Jan 6 17:05 assimp
                              -rw-rw-rw- 1 edfolk staff 12810620 Jan 6 17:05 libassimp.dylib
                              -rw-rw-rw- 1 edfolk staff 58316 Sep 24 2019 x.dyl

                              I did try to paste into the line McGordon sent but the plugin did not complete the import. I attached a series of 3 screenshots to show you. As you can imagine I am not the computer guy. Decent enough designer but shit when it comes to this sort of thing.

                              Thanks again you guys are really great.

                              Edwin


                              Screen Shot 2020-05-16 at 3.25.01.png


                              Screen Shot 2020-05-16 at 3.25.05.png


                              Screen Shot 2020-05-16 at 3.25.10.png

                              1 Reply Last reply Reply Quote 0
                              • M Offline
                                McGordon
                                last edited by 15 May 2020, 19:45

                                It looks like the previous chmod command worked:

                                @edwinfolk said:

                                
                                > -rwxrw-rw-  1 edfolk  staff    149772 Jan  6 17;05 assimp
                                > 
                                

                                I think you've made a bit of progress. You're now getting a different error from another program that probably doesn't have executable permissions either. Here's
                                one more command to make it run too:

                                chmod u+x ~/Library/Application\ Support/SketchUp\ 2018/SketchUp/Plugins/universal_importer/MeshLab/Mac/MacOS/meshlabserver
                                

                                run that then try to do your import again. I think there might be other files on your system with the wrong permissions, but I'm only getting you to change one at a time here.

                                1 Reply Last reply Reply Quote 0
                                • E Offline
                                  edwinfolk
                                  last edited by 15 May 2020, 20:37

                                  Hello,

                                  Thanks for the help. It seems to work better than before. I attached a jpg so you can see that the file I imported (OBJ) did not completely import successfully. Not sure what the problem is but as you can tell from the image it is not complete. Same thing happened with a Light Wave import although the import image was about 1/100 the expected size. I will try some other imports from other formats and see what happens. If you have any ideas would love to hear them.

                                  I have been able to convert some files from these formats using MODO to make a Collada file and then using the normal import to SKU. Cleaning them up and ignoring UV distortion which gives okay results. However, if I can get the universal importer to work well then I can save a lot of time.

                                  Thanks again. Really appreciate the help.


                                  Screen Shot 2020-05-16 at 5.36.36.png

                                  1 Reply Last reply Reply Quote 0
                                  • M Offline
                                    malditobill
                                    last edited by 18 Aug 2020, 12:53

                                    Hi. Do I have to install Assimp library and MeshLab software before Universal Importer? Ive just installed only Universal Importer and in the tool bar only get the reduce poligons icons.

                                    1 Reply Last reply Reply Quote 0
                                    • S Offline
                                      samuel_t
                                      last edited by 23 Aug 2020, 18:49

                                      @malditobill said:

                                      Hi. Do I have to install Assimp library and MeshLab software before Universal Importer? Ive just installed only Universal Importer and in the tool bar only get the reduce poligons icons.

                                      Hi. No. Assimp library and MeshLab software are bundled with Universal Importer plugin. SketchUp toolbar only contains shortcut to Poly reducer... In SketchUp menu, use "File > Import with Universal Importer...".

                                      1 Reply Last reply Reply Quote 0
                                      • R Offline
                                        rspierenburg
                                        last edited by 20 Oct 2020, 13:49

                                        I'm trying to import an OBJ. I want to keep the existing model scale but the plugin keeps asking for the height of the model. Is there a way to ignore that?

                                        1 Reply Last reply Reply Quote 0
                                        • S Offline
                                          samuel_t
                                          last edited by 20 Oct 2020, 18:18

                                          @rspierenburg said:

                                          I'm trying to import an OBJ. I want to keep the existing model scale but the plugin keeps asking for the height of the model. Is there a way to ignore that?

                                          Hello. You can't ignore that.

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 9
                                          • 10
                                          • 11
                                          • 12
                                          • 13
                                          • 22
                                          • 23
                                          • 11 / 23
                                          • First post
                                            Last post
                                          Buy SketchPlus
                                          Buy SUbD
                                          Buy WrapR
                                          Buy eBook
                                          Buy Modelur
                                          Buy Vertex Tools
                                          Buy SketchCuisine
                                          Buy FormFonts

                                          Advertisement