⚠️ Update | Sketchucation Tools 5.0.8 released with licensing improvements and bugfixes Download
  • Fredo Spline

    2
    0 Votes
    2 Posts
    140 Views
    Rich O BrienR
    @BABAB You need Sketchucation Tools https://sketchucation.com/plugin/696-sketchucationtools You need Libfredo https://sketchucation.com/pluginstore?pln=LibFredo6 If you run the Window > Libfredo Settings > Fredo6 Plugins Information for Sketchucation Support menu in SketchUp I can take a look.
  • How to snap camera in animation?

    Solved camera
    2
    0 Votes
    2 Posts
    201 Views
    Rich O BrienR
    Turn off Scene Transitions [image: d484e4ad-8da2-451a-b8d6-2ab9bbdb7e60-image.png]
  • can't release original license

    2
    0 Votes
    2 Posts
    221 Views
    Rich O BrienR
    @troyhome email support@sketchucation.com
  • Turtle Graphics for Sketchup

    ruby data input turtle graphics
    2
    0 Votes
    2 Posts
    357 Views
    Rich O BrienR
    @August said in Turtle Graphics for Sketchup: Turtle Graphics You would need to piggy back on the API to have implicit commands similar to Turtle-type behaviour. In SketchUp you can use [#,#,#] to infer the [x,y,z] location in 3D space to place an object or point. But in all instances it requires user input to pick the tool and/or the first point. I know of nothing that allow you to draw in the manner you need. You could try @alexschreyer OpenAI extension: https://sketchucation.com/plugin/2643-as_openaiexplorer Or @samuel_t Parametric Modelling extension: https://sketchucation.com/plugin/2387-parametric_modeling Both have that type of capability of command based drawing. I like the latter for parametric block out. You could use the Ruby Console to draw in the same way as you could use a chainsaw to trim your fingernails. Try asking Claude.ai for ideas to get you a primitive example you could build on.
  • Fredo Animator - can't reverse clips or modify

    2
    0 Votes
    2 Posts
    136 Views
    Rich O BrienR
    You've poor organisation going on in your model that you're fighting against. With some tidy up you can get it to open/close. doors3[rob].skp In the attached example I ditched the second door to stop my brain melting from the nested 'Group' naming. See if this works for you in 2017
  • Importing obj through QuadFace

    2
    0 Votes
    2 Posts
    272 Views
    N
    Can you share it here so we can troubleshoot it on file? Draw a square on world co. 0,0,0 (100;100 in) and when you use Zoom Extents do you still see the square, if not the obj is far away from world co. 0,0,0. -- This would be my guess. Transmutr is free for 7 days so try it to see if this solves your problem. https://lindale.io/transmutr
  • Fredo corner - license

    15
    0 Votes
    15 Posts
    1k Views
    T
    @Rich-O-Brien Ahhh, now I see! Thanks!
  • object when using flowify became bigger

    1
    0 Votes
    1 Posts
    104 Views
    No one has replied
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    26 Views
  • LibFredo6 Tools on Surface is missing

    2
    0 Votes
    2 Posts
    125 Views
    TIGT
    @katsia Your post doesn't explain everything exactly. Why did you disable anything ? An installation of a newer version is sufficient. To use this tool you need the latest version of it installed - you say you've done that... You also need the latest version of the SketchUcation toolset installed for any licensing - you say you have done that... You must also have the latest version of LibFredo6 installed - you have not confirm doing that. After installing these files you must restart SketchUp to sync everything. If you have done that, then what appears in the Extensions Manager dialog ? What appears in the Tools menu submenus, and Toolbars for that extension ?
  • This topic is deleted!

    0
    0 Votes
    0 Posts
    10 Views
    No one has replied
  • Bounding box dim

    2
    1
    0 Votes
    2 Posts
    311 Views
    TIGT
    @alvis If you set z_min and z_max to the correct points it'll work. Currently you are specifying them wrongly, to the bb's 0 corner [z min] and 4 corner [z max] Instead do something like this to set them to the y_max point z_min: bounding_box.corner(3).transform(transformation.inverse) and the corner point above it z_max: bounding_box.corner(7).transform(transformation.inverse)
  • Making terrain that really follows countours?

    6
    0 Votes
    6 Posts
    310 Views
    J
    Got it. Thanks!
  • Fredo Push Pull tool on SU17 Make

    8
    1 Votes
    8 Posts
    256 Views
    R
    @Rich-O-Brien Thanks !
  • Loading Extensions

    2
    1 Votes
    2 Posts
    176 Views
    Rich O BrienR
    @Adept-Design Please run the Window > Libfredo Settings > Fredo6 Plugins Information for Sketchucation Support menu command in SketchUp and copy/paste the output into your reply.
  • how to load toposhaper extension having paid license

    4
    0 Votes
    4 Posts
    406 Views
    TIGT
    @Adept-Design Have you installed the newest versions of Fredo's extensions and LibFredo6, and the SketchUcation toolset [for the licensing] ? Install extensions using the SketchUcation ExtensionStore³ system or download the RBZs from our PluginStore and use the native installer, through the Extensions Manager... Restart SketchUp after the installations to sync everything. There should be submenus under Tools for Fredo's extensions, including license activation etc. There are also menu items and Toolbars to use these tools etc...
  • Fredocorner use before end of trial

    3
    1 Votes
    3 Posts
    224 Views
    W
    @TIG Hi, I assume so as I only downloaded it a month ago. My "trial" will have expired now anyway but thanks for your response.
  • TrueBend Axis Problem

    18
    1
    0 Votes
    18 Posts
    2k Views
    ntxdaveN
    @Box Thank you sir! I finally got things working correctly and was able to "play around" a little. The image below represents what I figured out using the FredoScale tools. I greatly appreciate your help. [image: FredoScaleSample.png]
  • Fredoslpine problem exporting cad file format

    2
    0 Votes
    2 Posts
    129 Views
    fredo6F
    @Ke3 It would be useful you indicate which error you got when exporting. Possibly, it would also be helpful to have the skp file to have a look.
  • Sketchucation vanishes on restart

    2
    0 Votes
    2 Posts
    108 Views
    TIGT
    @wgriffith I've never heard of this before. What's your OS ? Do you have the latest version installed ? If it fails to appear in the Extensions menu / toolbars can you please check if the file SketchUcation.rb and its subfolder are still in your Plugins folder... If it is there try this... Open the Ruby Console [under Extensions > Developers Tools] and type or copy/paste this in + return load 'SketchUcation.rb' What happens ? Do you have similar issues with any other extensions ?

Advertisement