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

    Topics

    • fredo6F

      Position of SU viewport versus computer screen

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      6
      0 Votes
      6 Posts
      1k Views
      A
      Hello fredo. For windows, you can use Win32 API or a C++ extension to get viewport origin in screen coordinates. It has been discussed here: http://sketchucation.com/forums/viewtopic.php?f=180%26amp;t=61867#p566233 It won't work on Mac, however, I guess you could try what driven suggested.
    • fredo6F

      Animator: Parametric Animation plugin - Discussion

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      223
      0 Votes
      223 Posts
      74k Views
      fredo6F
      @carlurcia said: Hi, I´m having a problem with Animator after not using it for months. I used to put "tracking cameras" for following objects and trying to smooth the transition between the "sketch up cameras". But everything works well except de "tracking cameras" which block the Animator and don´t allow you to continue with the video. Could you post or PM me the model so that I have a look. Many thanks Fredo
    • fredo6F

      Flags for onMouseMove

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      13
      0 Votes
      13 Posts
      1k Views
      fredo6F
      @driven said: write a test with some puts and I'll test it... john Thanks in advance. I thought initially that the question was resolved somewhere in the forum, but could not find it (and it is anyway not described in the SU API doc). Fredo
    • fredo6F

      Accessing File Locations defined in Preferences from Ruby

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      8
      0 Votes
      8 Posts
      927 Views
      D
      I would use something like steve suggests... %x(defaults read ~/Library/Preferences/com.sketchup.SketchUp.20#{Sketchup.version.to_i} "SketchUp.DefaultFolder.Models") BUT, it always returns the last Folder used for a Save...
    • fredo6F

      Web Dialogs: cancelling at onclose

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      7
      0 Votes
      7 Posts
      583 Views
      fredo6F
      Anton, Thanks. It's a pity that there is no built-in mechanism (such as the return value of the callback defined in set_on_close). We can also understand that SU wants to preserve a way to close the web dialog 'whatever' in case of trouble. Anyway, reloading the HTML works fine. I just noticed that redoing just a show() create this delay in capturing mouse events. Fredo
    • fredo6F

      [Question] Switch of model and Interactive Plugins on Mac

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      6
      0 Votes
      6 Posts
      496 Views
      S
      As John's animation shows, it isn't a matter of each model not having its own Tool activated, it is an issue with SketchUp duplicating certain view.draw_xxx contents on all existing views. This is a bug we reported some time ago.
    • fredo6F

      Questions on Styles and Rendering options

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      12
      0 Votes
      12 Posts
      741 Views
      CadFatherC
      api definitely needs some development here, you cannot even do a style.erase command. (just purge) i looked inside a *.style file (aka zip), hoping to find some hints. some obscure numbers which surely must be pointing to the settings like face colours etc, but too cryptic. not to mention watermarks.
    • fredo6F

      [Plugin] FredoTools::SolidVolume - v1.4a - 10 Feb 20

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      25
      0 Votes
      25 Posts
      16k Views
      fredo6F
      @jure Thanks for signaling the problem. I actually forgot to update the plugin. It's now done with FredoTools v4.5c, just published.
    • fredo6F

      [Plugin] FredoTools::Convexify - v1.0 - 25 Feb 15

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      28
      0 Votes
      28 Posts
      21k Views
      pilouP
      Ok I found one Drawing concentric circles on the same alignment! here the red axe! [image: PJoa_GIF_same_align.gif] PS Now if you can exit during the animation for keept the position of objects & colors that will be cool!
    • fredo6F

      [Plugin] FredoTools::AutoReverseFaces - v1.0a - 25 Feb 15

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      7
      0 Votes
      7 Posts
      21k Views
      TIGT
      As explained in the main post in this thread: it is part of FredoTools - which you can download from the PluginStore... [for some reason Fredo's link in broken...] https://sketchucation.com/pluginstore?pln=FredoTools Como se explica en la publicación principal de este hilo: es parte de FredoTools, que puedes descargar desde PluginStore ... [Por alguna razón, el enlace de Fredo está roto ...] You'll also need to install the latest LibFredo. También deberá instalar la última versión de LibFredo. https://sketchucation.com/pluginstore?pln=LibFredo6 Restart after completing the two installations... Reinicie después de completar las dos instalaciones ... I guessed Spanish rather than Portuguese ? ¿Adiviné español en lugar de portugués?
    • fredo6F

      [Plugin] FredoTools::ElementStats - v1.0a - 10 Jan 15

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      5
      0 Votes
      5 Posts
      7k Views
      F
      Great plugin! Now it works perfectly. Thank you fredo. Ferrie
    • fredo6F

      [Proto] Generating Terrain from a Cloud of Points

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      46
      0 Votes
      46 Posts
      4k Views
      M
      @fredo6 said: @mac1 said: By the way what is exactly Voronoi filtering (The Meshlab demos refers to Poisson disk)? Fredo I can not give exact definition but is my understanding is the output is more of an interpolation of the input data rather than a estimation like some of the other filters. The voronoi filter is included in meash lab program and this link is rather interesting and covers how to convert the veronoi shell to a solid suitable for 3 printing http://meshlabstuff.blogspot.com/2009/04/creating-voronoi-sphere-2.html
    • fredo6F

      Detect Linux from the RUBY or Sketchup API

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      8
      0 Votes
      8 Posts
      878 Views
      tt_suT
      I would place my bets with Andreas - as he use Linux and probably have figured this out. Looking for a Wine related environment variable makes sense since Wine would make SketchUp think it's running Windows - RUBY_PLATFORM wouldn't say linux.
    • fredo6F

      [Plugin] AngleInspector - v1.0a - 17 Nov 14

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      7
      0 Votes
      7 Posts
      17k Views
      fredo6F
      @kimi kimi said: Hi there Fredo. You've helped me a lot with your work and I really appreciate it! There is only one thing that bothers me with your plugins. Can you make toolbars with just one or two icons? It just takes too much space. Maybe even separate it into several plugins if you can't condense it? Not for this plugin only, but for others too. That is the only remark I have. Again, you do an awesome job, and I don't even know if I would consider using SketchUp if your plugins weren't here! Actually, for all my plugins, you can select which icons are shown, from zero to all of them. This is configured in the Default Parameters of each plugin. Fredo PS: exception is BezierSpline
    • fredo6F

      Fredo6 Plugins and support of non-ascii username

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      2
      0 Votes
      2 Posts
      117 Views
      KrisidiousK
      If we have normal names should we just wait until you do another update or should all of us update. BTW; Nice of you to go through and update all of your stuff... I would have told them to change their name.
    • fredo6F

      [Plugin][$] VisuHole - v1.5a - 01 Apr 24

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      103
      4
      0 Votes
      103 Posts
      121k Views
      Dave RD
      @ivansmirnov333 from the first post in the thread: @fredo6 said in [Plugin][$] VisuHole - v1.5a - 01 Apr 24: In the current version, Stencils must be picked in the model. This implies that your stencils must be present in the model. You could create components of your stencils and save them into a local collection.
    • fredo6F

      PickHelper does not pick elements outside active context

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      4
      0 Votes
      4 Posts
      916 Views
      C
      Thanks for picking up the question ThomThom I'm developing a measuring tool and part of the functionality lies on the capability of the tool to make a quick measurement no matter what context you are into. Currently I'm getting the information via pickpoint but I'm having hard time trying to get rid of the interferencing and also confuses me a lot when the cursor is over a face but one or more edges are just behind that face because my draw method to highlight either the face or the edge goes crazy when underneath the cursor are to much geometry happening. I wanted to implement a method using pickhelper but the not picking outside active context thing stopped me. The tool angleinspector from fredo marvelously does exactly what I want to achieve and I'm trying to mimic that functionality but without success. http://sketchucation.com/forums/viewtopic.php?f=180%26amp;t=67058 Here you can see a gif describing my problem. Saludos
    • fredo6F

      [Request] Need a decorated Mobius strip

      Watching Ignoring Scheduled Pinned Locked Moved Gallery
      1
      0 Votes
      1 Posts
      259 Views
      No one has replied
    • fredo6F

      [Plugin] DrawAlong - v1.2a - 12 Oct 14

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      32
      0 Votes
      32 Posts
      34k Views
      F
      In SU 2024, in a newly created and empty file, the first line (even formed from multiple edges) is not visible, only the second is visible, or if the file is not empty. I tested in SU 2023 and 2022, and this bug is only in 2024. Edit: It is a problem in my custom template that occurs only in SU 2024...! The problem doesn't exist with the same template in SU 2022 or 2023... I don't understand yet...
    • fredo6F

      OnKeyDown: getting the charcater value from key

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      32
      0 Votes
      32 Posts
      2k Views
      Dan RathbunD
      Yea did you look at the C code by clicking the method in the CHM ? It has a kind of convoluted switch statement.
    • 1 / 1