sketchucation logo sketchucation
    • Login
    1. Home
    2. rombout
    ๐Ÿค‘ SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 190
    • Groups 1

    rombout

    @rombout

    10
    Reputation
    1
    Profile views
    190
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 46

    rombout Unfollow Follow
    registered-users

    Latest posts made by rombout

    • RE: [Plugin] Import OBJ with Materials v2.1 20131118

      PS i did a quick check with Blender. These cubes dont have a proper UV map. The texture is super wide as well.

      EDIT
      here's is that same scene and model, now it imports just fine


      Fixed files


      Fixed UVs

      posted in Plugins
      romboutR
      rombout
    • RE: [Plugin] Import OBJ with Materials v2.1 20131118

      @pilou said:

      V2.2
      I export my objects in OBJ format from MagicaVoxel a terrific Voxel prog! (free) ๐Ÿ˜Ž
      Reload works fine in Wings 3D (free)
      No color inside SU or special result! ๐Ÿ˜ฒ
      Glitch ? ...
      Its the same if export the objects from Wings 3D result! ๐Ÿ˜ฎ

      [attachment=1:2i3yc27k]<!-- ia1 -->glitch_obj_import.jpg<!-- ia1 -->[/attachment:2i3yc27k]

      or that!

      [attachment=0:2i3yc27k]<!-- ia0 -->glitch.jpg<!-- ia0 -->[/attachment:2i3yc27k]

      I dont think mesh color is supported, only textures. Try using the scale or import option and use bigger scale. That sometimes seems to fix the uvs. You can also try the OBJ import with quad tools

      posted in Plugins
      romboutR
      rombout
    • RE: KT2OBJ in OS X?

      I was always trying to do this as well. Not sure you still need it. Couple months i got it to work. If you have the unix version you open Terminal and drop that file in there. Best thing to do is to make a folder on you desktop. It doesnt like space in file names therefor its best to do it there.

      Then drop you xml model file also on there, now you see 2 file paths next to each other. Then simply hit enter/return, you could get a warning if you dont have proper java lib installed, click more info and download the java for OSX.

      Then try again. The OBJ will be put in the folder where you dropped the xml model file from. It doesnt get a MLT file, so you would need to recreate the material though

      posted in Plugins
      romboutR
      rombout
    • RE: [Plugin] Import OBJ with Materials v2.1 20131118

      Okay, thanks for answering. I found it weird that the same models now seems to have flipped quades (normals inside-out). I tried the OBJ importer from quad tools, never new this had one as well. Seems much faster and imported perfect. Just like OBJ importer did on my other machine with the exact same model. So i really dont understand why on this machine with the same plugin it acts different.

      posted in Plugins
      romboutR
      rombout
    • RE: [Plugin] Import OBJ with Materials v2.1 20131118

      I got one more question about this version. On one of my mac it was working fine, sadly that one broke down. Now im back to my old macbook mid 2010. When i try the latest version the same model i tried earlier shows the quads half flipped faces. I had an altered version on the other mac, mac didnt seem to have an proper backup of that one.

      When i check the main plugin info, it says there was an update "feature proof";
      2.2 20131228 Future proofed.
      Yet in the addon when added it doesnt state that. There its says this as last update;
      2.1 20131118 Import of OBJ files using a -ve counter for f vertices within
      sub-groups fixed. View now refreshes with each group completion.

      posted in Plugins
      romboutR
      rombout
    • RE: (TRICK) To re-enable skp file preview

      Not sure whats happening, but removed all other. put them back restart and now it seems to work again... weird stuff

      posted in SketchUp Tutorials
      romboutR
      rombout
    • RE: (TRICK) To re-enable skp file preview

      Im baffled, i worked for a while and stopped again. I didnt put all my other ql plugins back and so i did. Then nothing happened again.

      Now ive taken all out accept qlsketchup and still nothing is created??
      Also thumb generator was working and that as well stopped now. I think ill do a restart orso.

      posted in SketchUp Tutorials
      romboutR
      rombout
    • RE: (TRICK) To re-enable skp file preview

      Heavy models do take super long to save, is that due to jpg creation?

      posted in SketchUp Tutorials
      romboutR
      rombout
    • RE: (TRICK) To re-enable skp file preview

      I got it working by changing the plist file

      I went on for hours checking and googling stuff. drove me nuts. I even installed Xcode but got to the point where you need to add code which does all the work and look at the folders and files. I didnt know what todo there.

      So i went on again looking in other files. Then i noticed that when i changed com.skethup to com.sketchup.skp it does work again.

      This is the altered Plist i got.

      <?xml version="1.0" encoding="UTF-8"?>
      <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      <plist version="1.0">
      <dict>
          <key>BuildMachineOSBuild</key>
          <string>12C3006</string>
          <key>CFBundleDevelopmentRegion</key>
          <string>English</string>
          <key>CFBundleDocumentTypes</key>
          <array>
              <dict>
                  <key>CFBundleTypeExtensions</key>
                  <array>
                      <string>skp</string>
                  </array>
                  <key>CFBundleTypeRole</key>
                  <string>QLGenerator</string>
                  <key>LSItemContentTypes</key>
                  <array>
                      <string>com.sketchup.skp</string>
                      <string>dyn.ah62d4rv4ge81g45u</string>
                      <string>dyn.ah62d4rv4ge81g45c</string>
                  </array>
              </dict>
          </array>
          <key>CFBundleExecutable</key>
          <string>SketchUp-Preview</string>
          <key>CFBundleIdentifier</key>
          <string>SLBaumgartner.SketchUp-Preview</string>
          <key>CFBundleInfoDictionaryVersion</key>
          <string>6.0</string>
          <key>CFBundleName</key>
          <string>SketchUp-Preview</string>
          <key>CFBundleShortVersionString</key>
          <string>1</string>
          <key>CFBundleVersion</key>
          <string>1.0</string>
          <key>CFPlugInDynamicRegisterFunction</key>
          <string></string>
          <key>CFPlugInDynamicRegistration</key>
          <string>NO</string>
          <key>CFPlugInFactories</key>
          <dict>
              <key>36F18F11-EC39-4F93-9C9A-39C5CA341D28</key>
              <string>QuickLookGeneratorPluginFactory</string>
          </dict>
          <key>CFPlugInTypes</key>
          <dict>
              <key>5E2D9680-5022-40FA-B806-43349622E5B9</key>
              <array>
                  <string>36F18F11-EC39-4F93-9C9A-39C5CA341D28</string>
              </array>
          </dict>
          <key>CFPlugInUnloadFunction</key>
          <string></string>
          <key>DTCompiler</key>
          <string></string>
          <key>DTPlatformBuild</key>
          <string>4G2008a</string>
          <key>DTPlatformVersion</key>
          <string>GM</string>
          <key>DTSDKBuild</key>
          <string>12C37</string>
          <key>DTSDKName</key>
          <string>macosx10.8</string>
          <key>DTXcode</key>
          <string>0452</string>
          <key>DTXcodeBuild</key>
          <string>4G2008a</string>
          <key>LSApplicationCategoryType</key>
          <string></string>
          <key>NSHumanReadableCopyright</key>
          <string>Copyright ยฉ 2012 Stephen Baumgartner. All rights reserved.</string>
          <key>QLNeedsToBeRunInMainThread</key>
          <false/>
          <key>QLPreviewHeight</key>
          <real>600</real>
          <key>QLPreviewWidth</key>
          <real>800</real>
          <key>QLSupportsConcurrentRequests</key>
          <false/>
          <key>QLThumbnailMinimumSize</key>
          <integer>16</integer>
          <key>UTImportedTypeDeclarations</key>
          <array>
              <dict>
                  <key>UTTypeConformsTo</key>
                  <array>
                      <string>public.data</string>
                  </array>
                  <key>UTTypeDescription</key>
                  <string>SketchUp File</string>
                  <key>UTTypeIdentifier</key>
                  <string>com.sketchup.skp</string>
                  <key>UTTypeTagSpecification</key>
                  <dict>
                      <key>public.filename-extension</key>
                      <array>
                          <string>skp</string>
                          <string>skb</string>
                      </array>
                  </dict>
              </dict>
          </array>
      </dict>
      </plist>
      
      

      So su18 supports finally thumb previews? thats about time ๐Ÿ˜‰

      Does it also preview material icons now in material editor? I use thea and has own material library, yet it doesnt take the icon out of the material but shows a texture only

      posted in SketchUp Tutorials
      romboutR
      rombout
    • RE: (TRICK) To re-enable skp file preview

      I did some more digging and found a method how you can see what quicklook can see or what is using it for that

      Last login: Wed Dec 13 17:50:45 on ttys000
      MBP-Schroef:~ Admin$ qlmanage -m | grep epub
      org.idpf.epub-folder -> /System/Library/QuickLook/iBooks.qlgenerator (1)
      org.idpf.epub-container -> /System/Library/QuickLook/iBooks.qlgenerator (1)
      MBP-Schroef:~ Admin$ qlmanage -m | grep skp
      MBP-Schroef:~ Admin$ qlmanage -m | grep previewp
      MBP-Schroef:~ Admin$ qlmanage -m | grep iwork
      com.apple.iwork.keynote.sffkth -> /Library/QuickLook/iWork.qlgenerator (146)
      com.apple.iwork.pages.sfftemplate -> /Library/QuickLook/iWork.qlgenerator (146)
      com.apple.iwork.keynote.key -> /Library/QuickLook/iWork.qlgenerator (146)
      com.apple.iwork.numbers.sffnumbers -> /Library/QuickLook/iWork.qlgenerator (146)
      com.apple.iwork.numbers.numbers-tef -> /Library/QuickLook/iWork.qlgenerator (146)
      com.apple.iwork.keynote.sffkey -> /Library/QuickLook/iWork.qlgenerator (146)
      com.apple.iwork.pages.pages-tef -> /Library/QuickLook/iWork.qlgenerator (146)
      com.apple.iwork.pages.sffpages -> /Library/QuickLook/iWork.qlgenerator (146)
      com.apple.iwork.keynote.key-tef -> /Library/QuickLook/iWork.qlgenerator (146)
      com.apple.iwork.numbers.sfftemplate -> /Library/QuickLook/iWork.qlgenerator (146)
      com.apple.iwork.pages.pages -> /Library/QuickLook/iWork.qlgenerator (146)
      com.apple.iwork.keynote.kth -> /Library/QuickLook/iWork.qlgenerator (146)
      com.apple.iwork.numbers.numbers -> /Library/QuickLook/iWork.qlgenerator (146)
      com.apple.iwork.numbers.template -> /Library/QuickLook/iWork.qlgenerator (146)
      com.apple.iwork.pages.template -> /Library/QuickLook/iWork.qlgenerator (146)
      MBP-Schroef:~ Admin$ qlmanage -m | grep skb
      MBP-Schroef:~ Admin$ qlmanage -m | grep .skp
      MBP-Schroef:~ Admin$

      skp isnt linked to anything as it seems. Could you have a look at i again perhaps ๐Ÿ˜„

      posted in SketchUp Tutorials
      romboutR
      rombout