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

    Posts

    Recent Best Controversial
    • RE: Google Earth 4.3 implications for SketchUp

      @kwistenbiebel said:

      When it would be also linked to a GPS system, this will be great.

      already possible in Plus

      another nice feature in 4.3 is the ability to show up the date when the image was taken (now I know that my town was scanned in 2003 😒 )

      posted in Google Earth
      tbdT
      tbd
    • RE: Podium 2.0?

      so how do you see the ideal render manual ? (picking out your brain πŸ’š )

      posted in Extensions & Applications Discussions
      tbdT
      tbd
    • RE: Vista performance issue fixed.

      that is weird - on my Q6600(4 cores)/Vista if I move the affinity to 1 core it goes worse. so I am using all 4 cores and works fine for me 😎

      testing:

      • get Process Explorer - best task manager ever (you can see each core, history and other advanced features)
      • open a model that has the complexity that you usually work
      • open RubyConsole
      • type Test.time_display 500
      posted in Hardware
      tbdT
      tbd
    • RE: Does Podium support SMP?

      yup, from 2.0 will support multi-core renderings. it is a joy to see all cores go 100% πŸ’š

      quick render 680x382:
      4 core render: 20sec
      1 core render: 1min 07 sec

      so 3.35x times faster (some time is spent in synchronizing the renders on each core and Windows overhead)

      posted in Extensions & Applications Discussions
      tbdT
      tbd
    • RE: Shortcut for Reverse Faces?
      1. right click on a face to display the context menu
      2. dismiss that (click outside)
      3. Windows | Preferences | Shortcuts
      4. filter: reverse
      posted in Newbie Forum
      tbdT
      tbd
    • RE: Video textures possible in SketchUp

      unfortunately there is no progress on it. if I cannot allocate more time on it I will release it for others to play with (source)

      posted in Developers' Forum
      tbdT
      tbd
    • RE: Is there a send_action for the 3DTextTool?
      Sketchup.send_action 21940
      
      posted in Developers' Forum
      tbdT
      tbd
    • RE: Double-Click Toolbar Button

      I think it will confuse more as normal SU toolbar icons don't have double click behavior.
      also how do you show that the user should dbl click for more features besides writing in docs (that users usually dont read)

      posted in Developers' Forum
      tbdT
      tbd
    • RE: Exchanging color to texture?

      hmm, I tested in SU, PS and TotalCmd Imagine viewer plugin and it works ok

      posted in Developers' Forum
      tbdT
      tbd
    • RE: Exchanging color to texture?

      here is a small test that creates an 8bit indexed pallete png that works in SU
      (dont know if your engine supports it)

      you then go through all color materials, create pngs and replace the color with those textures

      def create_small_png(red,green,blue, filename)
      
        small_png = %{iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAMAAACeL25MAAAABlBMVEUAAP8A
        AAB7Yr8+AAAADklEQVR42mJgwAQAAQYAABQAAWhJMmMAAAAASUVORK5CYII=
        }.unpack("m").to_s
        color_pos = 41
      
        small_png[color_pos]   = red.chr
        small_png[color_pos+1] = green.chr
        small_png[color_pos+2] = blue.chr
        
        File.open(filename,"wb") {|x| x.write small_png}  
      end
      
      create_small_png(255,255,0,"d;/test.png")
      
      posted in Developers' Forum
      tbdT
      tbd
    • RE: Ruby Community Project Suggestions

      no. the JS is hard to modify. I would go with this one

      posted in Developers' Forum
      tbdT
      tbd
    • RE: Time waster.

      yeah,

      javascript:alert("You survived 999.99 seconds!")
      
      posted in Corner Bar
      tbdT
      tbd
    • RE: Video textures possible in SketchUp

      unfortunately is not available yet due the fact that I am completely busy with Podium 2 nowdays.

      I cannot say when it will be released (or if it will be released, maybe SU7 will have video support anyway), but if someone wants to continue the development we can talk about.

      posted in Developers' Forum
      tbdT
      tbd
    • RE: Vista sp1

      most of the time programs don't follow the guidelines for windows programming and on update of OS they fell apart. see this for an example πŸ˜‰

      posted in Corner Bar
      tbdT
      tbd
    • RE: 360 Camera

      ... and shadow test (needs a limit so that shadows doesn't jump πŸ˜‰

      posted in Developers' Forum
      tbdT
      tbd
    • RE: 360 Camera

      here is another try with a car (not that smooth as it has only 10 images - 205kb)

      posted in Developers' Forum
      tbdT
      tbd
    • RE: 360 Camera

      later edit: quick test using wikii script + my Xporter and another javascript

      project space created on http://code.google.com/p/su2web/ - feel free to join

      posted in Developers' Forum
      tbdT
      tbd
    • RE: Ruby script execution

      you can use SketchUp Bridge to run your scripts like:

      • start SU
      • wait for SU to initialize
      • load and run script via SUBridge
      posted in Developers' Forum
      tbdT
      tbd
    • RE: Lighting Plugin for Sketchup

      one way:

      • user adds lights in AL (Adam's Lighting plugin) and see in realtime a preview of the model
      • Podium detects the lights from AL and renders using those lights

      another way:

      • Podium renders and creates a textured lightmap
      • AL loads the file and allows further modifications
      posted in Developers' Forum
      tbdT
      tbd
    • RE: Lighting Plugin for Sketchup

      I am open for creating a bridge between Podium and Adam's plugin, maybe an open format that allows exchanging of info

      posted in Developers' Forum
      tbdT
      tbd
    • 1 / 1