sketchucation logo sketchucation
    • Login
    1. Home
    2. daarboven
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 19
    • Groups 1

    daarboven

    @daarboven

    10
    Reputation
    1
    Profile views
    19
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    daarboven Unfollow Follow
    registered-users

    Latest posts made by daarboven

    • RE: Model exported as OBJ has duplicate geometry?

      You may turn off "export 2sided faces" during export (theres an options button allowing you to specify some settings).

      posted in SketchUp Discussions
      D
      daarboven
    • RE: Exporting Sketchup Camera into other programs (Modo and Vue)

      You can export cameras in the .3ds format (requires pro). Find it under "options" during export

      posted in SketchUp Discussions
      D
      daarboven
    • RE: [WIP] Iron Sight Studios-Unity3D Game Dev

      Regarding toon texture look you could always do something like color seperation in the graphics package of your choice. that way all fallofs get split up and look less airbrushed.

      posted in WIP
      D
      daarboven
    • RE: Seeking some SketchUp Clarifications and advice

      I made the experience that guidelines are best pulled out from a line away from any endpoints or centerpoints. Otherwise you often end up with construction points or the like. If the tape measure is completely reluctant to obey, i use to hit STRG/CTRL on my Windows PC once or twice. Might work on a Mac with the Apple key?

      posted in SketchUp Discussions
      D
      daarboven
    • RE: [Plugin] Face(s) to group(s)

      @bentleykfrog said:

      @jim said:

      @daarboven said:

      I noticed this doesn't work with SU 6 because of this line:

      model.start_operation("Face(s) to Group(s)",true)
      

      if you edit it to

      model.start_operation("Face(s) to Group(s)")
      

      leaving out the second parameter it works in SU 6.

      Thanks for the plug, anyway.

      regards

      Right. I have been using this:

      
      > > if Sketchup.version.to_f < 7.0
      > >   Sketchup.active_model.start_operation("Operation")
      > > else
      > >   Sketchup.active_model.start_operation("Operation", true)
      > > end
      > > 
      

      It ain't pretty, but it is clear and even explains a little about the reason.

      Thanks for the tips Jim and Daarboven, I've updated the script to check for this.

      Thanks for the update, and yes, the version conditional is much more readable!!! If the start_operation method would have default values for the parameters, older versions would have stayed out of trouble 😉

      posted in Plugins
      D
      daarboven
    • RE: [Plugin] Face(s) to group(s)

      I noticed this doesn't work with SU 6 because of this line:

      model.start_operation("Face(s) to Group(s)",true)
      

      if you edit it to

      model.start_operation("Face(s) to Group(s)")
      

      leaving out the second parameter it works in SU 6.

      Thanks for the plug, anyway.

      regards

      posted in Plugins
      D
      daarboven
    • RE: SoapSkinBubbleTool

      Ein Plugin, um über Linien eine Fläche aufzuspannen (ähnlich einer Haut oder Seifenblase). Die erzeugte Fläche kann nachher "aufgeblasen" werden. Perfekt für Segel, Banner, Gummiboote etc...

      posted in Deutsch
      D
      daarboven
    • RE: How to transform into faces?

      @unknownuser said:

      You could draw a face in the same plane as the lines, then select all and Right-Click->Intersect

      Neat trick!!! 👍

      posted in SketchUp Discussions
      D
      daarboven
    • RE: Church remodel...

      if this is "find the difference" i'd guess the altar was altered....nice clean style,btw.

      posted in Gallery
      D
      daarboven
    • RE: Hypershot Renders

      Here's a little fun i had with a quickly drawn architectural piece (loosely resembles the Sponza Atrium) and some different light settings. Self illumination included!


      http://img4.glowfoto.com/images/2008/10/07-0157385945T.jpg


      http://img5.glowfoto.com/images/2008/10/07-0131078477T.jpg


      http://img4.glowfoto.com/images/2008/10/07-0158562482T.jpg


      http://img4.glowfoto.com/images/2008/10/07-0159282975T.jpg

      It has some light leaks that i was to lazy to fix but it rendered real fast as log as i did not use bump maps which really can slow things down!

      posted in Gallery
      D
      daarboven