sketchucation logo sketchucation
    • Login
    1. Home
    2. jiminy-billy-bob
    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 26
    • Posts 1,028
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: Apple's WWDC 2013 announces the Mac Pro 'trash can'!

      I'm really wondering what it'll look like on a desktop with a big power cable coming out of it.


      http://i.imgur.com/Qvbome2l.png

      (Not mentioning screen cable, mouse, keyboard, etc...)
      I'm not sure it'll be so sexy then. Or you hide those, but since all USB slots and power button are there, it'll be a pain in the ass.

      posted in Hardware
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: [Plugin] Shadowtex v1.0.1

      @unknownuser said:

      the IE6 is sufficient for me!

      Guess not, since some things aren't working ! Plus, you're making devs' life harder.

      http://www.ie6countdown.com/

      posted in Plugins
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Moving objects vray sketchup animations

      Actually, it seems to be possible : http://www.youtube.com/watch?v=_9rDm3odUSA
      Here is a tutorial : http://www.youtube.com/watch?v=XzvLSSvuU-4

      I guess vray parses for every scene.

      posted in V-Ray
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: [Plugin] CloudUp 1.5.0 18/8/2013

      πŸ‘

      posted in Plugins
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: [Plugin][WIP] Layers Panel - Dev

      Yep, it doesn't save anything yet ^^
      See the first post :

      @jiminy-billy-bob said:

      ToDo :

      • **Saving ! For now, every time you refresh the webdialog, or exit SU, the sorting/nesting disappears.**So it's useless as is.

      It will come. Just not now πŸ˜„
      It's obviously at the top of my todo list.

      posted in Developers' Forum
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Possible or Impossible? (or post your favourite jQuery..)

      @renderiza said:

      HTML5 Canvas Based Photoshop Like Color Picker

      Photoshop Like Color Picker developed using HTML5 canvas element.

      favicon

      (www.jswidget.com)

      Nice ! πŸ‘

      posted in Developers' Forum
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Browser called from SU and html code

      But remember :

      @thomthom said:

      It will work on all systems that have IE10 or newer installed.

      posted in Developers' Forum
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Browser called from SU and html code

      @renderiza said:

      I have internet explorer 10 to navigate the internet but when I use an html 5 tag on my web-dialog for Sketchup it says "Your browser does not support it".

      Even while using <meta http-equiv="X-UA-Compatible" content="IE=10"> ?

      posted in Developers' Forum
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Moving objects vray sketchup animations

      I don't think Vray supports moving objects (even with plugins).
      It parses the geometry once, and then renders different camera locations. But the geometry is always the same and doesn't move.

      posted in V-Ray
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: [Plugin][WIP] Layers Panel - Dev

      I made another thread to discuss the behaviour of the plugin : http://sketchucation.com/forums/viewtopic.php?f=323&t=52225

      Feel free to participate πŸ˜„

      posted in Developers' Forum
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: [Plugin][WIP] Layers Panel - Dev

      I won't give up ! πŸ˜„ I just don't have time curently. I will at the end of july.
      No worries

      posted in Developers' Forum
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Layers Should Lock?

      @krisidious said:

      @jiminy-billy-bob said:

      I'll had this to the todo list for my Layers Panel plugin.

      awesome.

      I should say that I won't be able to work on the plugin until the end of july... Sorry for the wait !

      posted in SketchUp Discussions
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Layers Should Lock?

      I'll had this to the todo list for my Layers Panel plugin.

      posted in SketchUp Discussions
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Does Trimble listen...?

      @charly2008 said:

      I suspect that they will try to integrate "SketchUp" into this system.

      Are you sure about that ?
      I thought so too, it seems logical. But when I look at their websites, I'm not so sure any more. Sketchup is nowhere to be found on the Trimble Website : http://www.trimble.com/products_az.aspx#S
      And Trimble is hardly mentioned in the new Sketchup website. Only a blue banner at the bottom with a small Trimble logo. It was more clear in the previous website, when they just replaced Google's logo.

      It's like "Sketchup" is the brand, not "Trimble".

      posted in SketchUp Discussions
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Layer Material

      @adamb said:

      So I pulled the code from the UK and it looks fine (don't even have to build for PowerPC anymore!) - I'll package it up for Mac and Windows next week.

      😍 Great News ! Thanks a lot !

      @adamb said:

      I'm sitting in Provence and it is pissing down!

      Too bad, the sun is shining here in Normandie πŸ˜„

      posted in Developers' Forum
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Vray 1.6 open beta

      @dkendig said:

      glad I can help. Sorry I'm not able to be on here more often. We have a bit of work ahead of us yet. Keep the comments and reports coming though! They are a huge help!

      I think we all prefer you working on the next beta release than lurking SCF all day long ! πŸ˜„

      posted in V-Ray
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Layer Material

      So Adam never published this ?
      So sad 😞

      posted in Developers' Forum
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Webdialog connect to PHP

      @krisjaniszakis said:

      Does some one know how big(length) array ("v") I can send through ?

      http://stackoverflow.com/a/7725515

      But big data like this you should go with POST instead of GET

      posted in Developers' Forum
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Webdialog connect to PHP

      GΓ‘bor's exemple is similar to the behavior of an HTTP redirect (window.location.replace("");)
      While mine is similar to the behavior of clicking on a link (window.location.href = "";)

      Depends on what you want to do.

      posted in Developers' Forum
      jiminy-billy-bobJ
      jiminy-billy-bob
    • RE: Webdialog connect to PHP

      Something like

      First page, js :

      window.location.href = "http://www.domain.com/page.php?param=foo"
      

      Second page, php :

      <?php echo $_GET['param']; ?>
      

      (Returns "foo")

      EDIT : Well, too slow πŸ˜„

      posted in Developers' Forum
      jiminy-billy-bobJ
      jiminy-billy-bob
    • 1
    • 2
    • 45
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 47 / 52