sketchucation logo sketchucation
    • Login
    1. Home
    2. Didier Bur
    3. Posts
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    🫛 Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
    Offline
    • Profile
    • Following 0
    • Followers 2
    • Topics 166
    • Posts 1,497
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: [tool] Registry Toolbar Cleaner (Windows)

      @unknownuser said:

      Mine nukes all entries.

      Hi TT, did you publish that script ?

      posted in Developers' Forum
      Didier BurD
      Didier Bur
    • RE: Scenes tabs sequencing ?

      Thanks guys for your answers, they sure will help!
      But what a bunch of code to do a simple task like that by script... 😢

      posted in Developers' Forum
      Didier BurD
      Didier Bur
    • Scenes tabs sequencing ?

      Hi all,
      I would like to change the sequence of the scenes tabs by script, such as what you can do with a right-clic on a scene tab: move left, move right ,etc (see image).
      Is there a way to do this with Ruby ? I don't think so... 😞
      Regards,

      scenes_menu.jpg

      posted in Developers' Forum
      Didier BurD
      Didier Bur
    • RE: [Plugin] Layer manager

      @seasdes:
      Yes, you can save as many layer states as you want.
      Try to overwrite any of your previously saved layer state and see if it is still there.
      I guess this is a bug but the layer state you overwrite will not be overwritten.
      Regards,

      posted in Plugins
      Didier BurD
      Didier Bur
    • RE: [Plugin] SU2POV 3.5

      @Jesty:

      Bonjour,
      Il y a 2 possibilités:

      • soit le fichier "povray_reserved.txt" n'est pas là ou pas au bon endroit (dans Plugins/su2pov)
      • soit le fichier "su2pov35.rbs" n'est pas là ou pas au bon endroit (dans Plugins)

      Tiens moi au courant

      posted in Plugins
      Didier BurD
      Didier Bur
    • RE: [PlugIn] 3D Printers G-Code importer/Exporter Ver0.0.9

      Hi,
      Call me stupid but how to launch the script ??

      posted in Plugins
      Didier BurD
      Didier Bur
    • RE: [Plugin] SU2POV 3.5

      @artfreak,

      By "run su2pov" I was meaning "click on the render icon".
      Sorry it was not clear, please try again. Thank you.

      posted in Plugins
      Didier BurD
      Didier Bur
    • RE: [Plugin] SU2POV 3.5

      Hi artfreak,
      Weird. Mine works like a charm. Please open the ruby console, run su2pov and copy-paste the entire error message please (so I can see at what line the "split" crashes. Thanks.

      posted in Plugins
      Didier BurD
      Didier Bur
    • RE: [Plugin] Compo Spray 1.4.2 Updated

      No, it drops components one by one but when it cannot drop an instance at the location the ray hit the surface, this is considered like a "trial".

      posted in Plugins
      Didier BurD
      Didier Bur
    • RE: [Plugin] Compo Spray 1.4.2 Updated

      @Sir: density is set with the "pressure" parameter of the dialog box.
      Take a look at the user guide just in case... 😒

      posted in Plugins
      Didier BurD
      Didier Bur
    • RE: Creating object panoramas

      @unknownuser said:

      is there a plugin to create all the required camera positions for this kind of object

      Hi,

      Take a look at this script I wrote a long time ago, check if it works with SU8:
      http://rhin.crai.archi.fr/rld/plugin_details.php?id=467

      Regards

      posted in Plugins
      Didier BurD
      Didier Bur
    • RE: [Plugin] Compo Spray 1.4.2 Updated

      Hi,
      It seems to me like your installation is wrong, because you miss the sliders. Check for a "CSS", a "IMAGES" and a "JS" folders under the Compospray folder ?

      posted in Plugins
      Didier BurD
      Didier Bur
    • RE: [Plugin] Update Links Manager

      Hi,
      Here is another version for Links Manager (english version) that should work. The scrambler does not his job properly IMHO...


      Put this file in your Plugins/Links Manager folder, and delete the previous linkTools.rbs

      posted in Plugins
      Didier BurD
      Didier Bur
    • RE: [Plugin] Compo Spray 1.4.2 Updated

      Hi,

      @unknownuser said:

      Is there anyway to apply rotation in the 3 axes? Instead of just one.

      Not in this release, but this is a good idea... 💭

      posted in Plugins
      Didier BurD
      Didier Bur
    • RE: [Plugin] FredoTools - v4.5c - 24 Jun 24

      Hi Fredo,
      Apart from all my congatulations for this marvelous plugin, just one wish: would it be possible to set the font size used in the dialog boxes and palettes ? (See below)
      fredoToolsFontSize.jpg
      Best regards,

      posted in Plugins
      Didier BurD
      Didier Bur
    • RE: [Plugin] Align tool 3D (bug fix)

      @seebe: you're welcome

      posted in Plugins
      Didier BurD
      Didier Bur
    • RE: Ruby Script - Scene captures/animation

      Hi,
      Did you search here: http://rhin.crai.archi.fr/rld/plugins_list_cat.php?cat=1 ?
      I guess you'll find something interesting for you 😉

      posted in Plugins
      Didier BurD
      Didier Bur
    • RE: Plugin Explode model tool

      Hi,

      My fault, sort of. Original script was in french, and I forgot to translate it in english, because usually I translate english file to french 💚
      Both versions are now available here:
      http://rhin.crai.archi.fr/rld/plugin_details.php?id=635

      Regards,

      posted in Plugins
      Didier BurD
      Didier Bur
    • RE: 3D view inside my website

      Hi,
      What about SketchUpViewer embeded in a Web page or such ?

      posted in Developers' Forum
      Didier BurD
      Didier Bur
    • RE: BoundindBox intersect problem

      Hi guys,
      Thanks for all these comments.
      What I'have done finally is the following:

      • Made a hash with all my buildings and their local bounding boxes,
      • Iterated through this hash and test all other bounding box points of other buildings,
      • skiped all bounding boxes that are way too far to intersect with the considered building,
      • coded a method to test if a 3dPoint is in a set of 8 points (a bounding box).
        This is a very fast and efficient process (about 200 buildings collisions (with all 199 others) tested in 0.5 second)

      Regards,

      posted in Developers' Forum
      Didier BurD
      Didier Bur
    • 1 / 1