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

    Topics

    • Didier BurD

      How is this possible ?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      12
      0 Votes
      12 Posts
      558 Views
      TIGT
      @didier bur said: Partial answer here: http://www.postal-code.com/mrhappy/blog/2007/02/01/ruby-comparing-an-objects-class-in-a-case-statement/ and here http://groups.google.com/group/comp.lang.ruby/browse_thread/thread/3d83faf049160e58 This works: case Sketchup.active_model.selection[0] > when 'Sketchup;;Face' > puts "face" > ... The simplest the best ! So in your case def test() case Sketchup.active_model.selection[0] when Sketchup;;Face puts "face" when Sketchup;;ComponentInstance puts "instance" when Sketchup;;Group puts "group" when Sketchup;;Image puts "image" when Sketchup;;Edge puts "edge" else puts "something else" end end should work ??? Avoiding the .to_s step
    • Didier BurD

      [Plugin] Update Links Manager

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      31
      0 Votes
      31 Posts
      27k Views
      Didier BurD
      Hi Joerg, Please check if the attached RB file (which must be located in your main plugins folder) is exactly the same as yours. Also check if the content of your 'DBUR_LinksManager' folder is the same as the below image: [image: 2YJ8_LinksManagerContent.jpg] Please report if it still doesn't load DBUR_LinksManager.rb
    • Didier BurD

      Instant Grader problem

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      3
      0 Votes
      3 Posts
      352 Views
      Didier BurD
      That's it, the group of the loop must be nested inside the terrain group. Thanks a million (One should ALWAYS carefuly read error messages, a mesh is not a group, hehe...)
    • Didier BurD

      [Plugin] Display Latitude & Longitude

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      10
      0 Votes
      10 Posts
      15k Views
      Didier BurD
      Just for updating the post for Mitchell and Davecoopstl
    • Didier BurD

      Latitude/longitude not working ?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      3
      0 Votes
      3 Posts
      383 Views
      Didier BurD
      Thanks a million TIG
    • Didier BurD

      [Plugin] SU2POV 3.5

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      77
      0 Votes
      77 Posts
      59k Views
      Dave RD
      If you look back through the last few posts you can see that this extension hasn't worked in newer versions of SketchUp for a number of years. At this point it doesn't seem like that's going to change. I don't know what Didier has in mind but for now I would uninstall this and look for some alternative.
    • Didier BurD

      [Plugin] SU2POV 3.4. released

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      7
      0 Votes
      7 Posts
      7k Views
      EscapeArtistE
      Ditto for the 20 years ago sentiment. I downloaded it a few months ago to try it again, but I still wind up with that "early 90s" look to a render - pretty cheesy. I guess I don't know how to make it work right yet.
    • Didier BurD

      [Plugin] SU2POV 3.3

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      16
      0 Votes
      16 Posts
      18k Views
      IdahoJI
      Yeah, I started programming from the command line a long time ago. Folks since those days have gotten used to "point n click" interfaces ... BTW, POVray for Windows does have a nice IDE with integrated help, etc. It's even possible to add custom libraries and code for insertion into your .pov files... It's a bit advanced but a great time saver. Cheers.
    • Didier BurD

      Export images: how to?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      14
      0 Votes
      14 Posts
      728 Views
      Didier BurD
      @thomthom: correct, I need the names for another purpose, along with the associated definition. (su2pov) @Dan: - I didn't even know that an image could have no name... How can this occur (each image has a path (with a file name at the end) image.path=nil occured only one time with an old model and I cannot reproduce this, so I think I made an error whan typing code in the console or something like that... - tw exports at the original format.
    • Didier BurD

      LanguageHandler ?

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      10
      0 Votes
      10 Posts
      2k Views
      fredo6F
      Tom, I just say that the strings are just flattened when writing to the lang file and encoded when reading. Anyway, I wrote this package a while ago, when I was not sure about Ruby and SU API. I would probably do differently today, simpler, because many features are not really used (like the cascading language, allowing to see strings say in Portuguese first, then German, then English, if any of them is missing. Fredo
    • Didier BurD

      [Plugin] Cloud

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      72
      0 Votes
      72 Posts
      93k Views
      TIGT
      Perhaps the LAS file is not encoded as UTF-8 ? Can you open it in a plain-text editor, like TextWrangler, and reset its text-encoding to that, re-save it and try again ? Or attach the LAS file to a post [as a ZIP] so that we can look at it...
    • Didier BurD

      Script and custom tool work together ?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      6
      0 Votes
      6 Posts
      300 Views
      Didier BurD
      Cool, thanks a million
    • Didier BurD

      [Announcement] Ruby Library Depot Updated !

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      12
      0 Votes
      12 Posts
      4k Views
      Didier BurD
      Hi @unknownuser said: Is there a way to get a list of all plugins? I'll try to provide that soon. EDIT 2010.06.15: done. @unknownuser said: would have been nice if it redirected instead if producing 404 ht_access only redirects old bookmarks that were pointing to main pages... regards,
    • Didier BurD

      How to retrieve an observer attached to an entity ?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      11
      0 Votes
      11 Posts
      564 Views
      Didier BurD
      Me stupid
    • Didier BurD

      [Plugin] STL Importer/Exporter

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      13
      0 Votes
      13 Posts
      22k Views
      thomthomT
      FYI, there is a newer STL import/export project, open sourced by the SketchUp team over at: https://github.com/SketchUp/sketchup-stl
    • Didier BurD

      [Plugin] Heightmap from model

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      63
      0 Votes
      63 Posts
      61k Views
      D
      I know it's not being updated anymore, but has anyone tried it with SketchupMake2017? I could really use a tool like this right now, but when I use this one to create a RAW file, the uploader tells me "There was an IO Exception loading your terrain. Please check free space." The server log for the application: "[TERRAIN]: Error Saving a terrain file uploaded via the estate tools. It gave us the following error: System.IO.EndOfStreamException: Unable to read beyond the end of the stream." Is there another way to export mesh as a RAW file?
    • Didier BurD

      [Plugin] Layer manager

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      54
      0 Votes
      54 Posts
      64k Views
      T
      Extremely useful extension, THANK YOU. For the next update, please have a look at the Show/Isolate/Hide... layer-by-Filter. I have "Existing filters:' from prior actions but when selection one of them from the drop-down box, it doesn't populate the "Filter string to * layers" entry at the bottom of the window. I have to re-type the filter string each time. Can't use the prior Existing filters. I'm using SketchUp Make 2016 for compatibility with my PCs. Thanks.
    • Didier BurD

      [Plugin] Projections version 2a UPDATED

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      142
      0 Votes
      142 Posts
      209k Views
      E
      Hello, I know it's an old plugin and "long no touch", since the last update was a few years ago. It worked perfectly till SketchUp 2020, but in 2021 I can see none of Projections' commands on the list in shortcut preferences. All tools work fine from the toolbar, but I cannot assign any hotkey, due to lack of records in preferences.
    • Didier BurD

      'require' problem with RBS

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      13
      0 Votes
      13 Posts
      794 Views
      JuantxoJ
      @dan rathbun said: So... what happens if you wrap the very long string inside =begin =end The same, .rbs fails. Thank you Dan for your advice. Really I don't look for a solution. I only want to advert others about this. It's difficult to debug this error. Yesterday I scrambled the code but it didn't work. It was difficult to find out why. After a long time I discovered that by mistake I put a comment too long in same line and that was the reason.
    • Didier BurD

      Sketchup registry key ?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      27
      0 Votes
      27 Posts
      13k Views
      Dan RathbunD
      @jim said: Does there exist some sort of .zip installer? As I recall, WinZip could create self-extracing archives (.exe extension,) with a 'suggested destination folder'. When run, a confirm dialog popus up, allowing the user to override with a browse button, or simply edit the destination path in the edit control box. Still in use today, but I believe is a pay WinZip Pro version that only will do this. Cabinet files (.CAB) are free and native to Windows, I believe at least the extract exe is installed on all Win32 machines; the cab maker (filename slips my mind,) is in the SupportTools package. BTW, MSIs use cab by default I believe.
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 4 / 9