πŸ“· GIF Exporter 1.1 | create animated GIFs from SketchUp models with customizable settings Download
  • XML importer

    20
    0 Votes
    20 Posts
    2k Views
    CadFatherC

    it's a given there's no hurry Fred... 😎 ..i'm already glad to get an answer to my question - (18 replies to my languishing post in fact) cheers! πŸ˜„

  • Is texture pixel color accessible from within ruby?

    5
    0 Votes
    5 Posts
    915 Views
    R

    If a possible application would be contour maps generated from grayscale images, then it's been done. Check the SketchUp Pro user group boards, and look at some OLD ruby stuff. I can't remember the names of things, but TBD had one, and maybe Dider had something.

  • Plugins failed to load

    4
    0 Votes
    4 Posts
    532 Views
    GaieusG

    Flatten.rb is a commercial script and should not be just "put" (copied?) from one jackass' folder into another one's. So please, make sure you are not breaching any copyright conditions.

  • ASCII Exporter for Unreal 3 Editor

    2
    0 Votes
    2 Posts
    525 Views
    R

    Hi Again,

    Does anyone know anyone that they think could help?

    Cheers

  • Push/pull to work on 'unopen' groups

    7
    0 Votes
    7 Posts
    712 Views
    A

    I wouldnt want to image the maths involved in offsetting something on a curved plane, offsetting a planar line/polyline is what I was trying to achieve... but since you mentioned offsetting a curve on a surface - that would mean offsetting a 3d curve - which could come very handy - for a lots of applications πŸ‘ . If there is anything that could be done to help you with this development - let me know.

  • Reply at Depositary

    4
    0 Votes
    4 Posts
    516 Views
    J

    I've moved watkins post here, where you should be able to respond. Replys in the Depository should now closed.

  • Problem with input box displaying values

    6
    0 Votes
    6 Posts
    674 Views
    fredo6F

    For those interested in Windows-style dialog boxes (i.e. not Web dialogs), I had written a library Libtraductor.rbthat supports also language translation in dialog boxes and ease the checking of parameters (min, max, string patterns, ...). It also preserves defaults and previous values.

    I use it in Bezierspline and in JointPushPull (and actually in other unpublished scripts).

    Attached is the script, as well as a tutorial for programmers in English.

    Here is a snippet of the interface

    dlg = Traductor;;DialogBox.new title #Declaring fields, either string, numeric or unit-based numeric, or enumeration list; dlg.field_string symbol, label, default, validation_pattern dlg.field_numeric symbol, label, default, value_min, value_max dlg.field_enum symbol, label, default, enum_hash #Showing the dialog box; Hash_results = dlg.show hash_initial_values

    to drop in Skecthup Plugins folder

    Tutorial for Ruby script programmers

  • Is there a send_action for the 3DTextTool?

    8
    0 Votes
    8 Posts
    1k Views
    J

    You're welcome. There is at least one list of these send_action numbers. I found one on the Google Pro Group.

  • [ruby doc] Undocumented send_action commands

    3
    0 Votes
    3 Posts
    489 Views
    J

    Not that I am aware of.

  • Sine Curve (wave) script?

    24
    0 Votes
    24 Posts
    5k Views
    J

    I have updated the script to make it remember values between calls.

    301 Moved Permanently

    favicon

    (www.sketchucation.com)

  • Skp Viewer

    7
    0 Votes
    7 Posts
    2k Views
    D

    Hi Burchard

    Thx for the heads up on xnview in SU

    Very slick and a great idea.

    dtr

  • Extend end of arc

    2
    0 Votes
    2 Posts
    514 Views
    T

    Nothing up my sleeve. But sounds like it would be fun to write (if I didn't already have 1 billion things on my to-do list)

    Todd

  • I'm getting there - but need some help.

    14
    0 Votes
    14 Posts
    1k Views
    E

    As I said in the heading of my topic - 'I'm getting there' πŸ˜‰

    I also said - 'but need some help.' and you have certainly given me that.

    My problem is that I have no experience of programming/scripting, and I am short of time in developing a major project (the scripts for SU are only a part of the project) and have limited time to 'study' something new, particularly something as involved as Ruby - but I will persevere as time allows.

    Thanks again for you patience and assistance so far - it has helped no end.

  • Is it possible...

    3
    0 Votes
    3 Posts
    591 Views
    R

    is there any chance of anyone ever knocking this up, or will i have to wait untill i can program ruby (never)?

  • Double-Click Toolbar Button

    7
    0 Votes
    7 Posts
    937 Views
    A

    For switching on and off things you can create a togglebutton with Sketchup-Ruby (also possible for menu items).

    Doubleclickable buttons are not the common way (usability aspects). Please do not confuse the users πŸ˜„

    azuby

  • Ruby Console utility

    3
    0 Votes
    3 Posts
    585 Views
    E

    That's it.

    Thanks Alz and Jim.

  • SU 6 Save script

    3
    0 Votes
    3 Posts
    509 Views
    A

    To be honest SU 6 is terrible. Its glitchy and MUCH slower! the list goes on but don't get me started

    We did purchase 20+ copies of SU6 Pro and are unfortunately in the process of implementing it. There were many things in version 5 that needed to be fixed and were ignored, instead we get styles and a million more bugs. hopefully it gets better.

  • Queston for Fred06 concerning BezierSpline tools

    3
    0 Votes
    3 Posts
    1k Views
    JClementsJ

    Thank you, Fred06.

    This will help me out when I have to place reference points at equi-distances along a path or simplifying existing curves.

  • Global/Local (component) axis

    6
    0 Votes
    6 Posts
    3k Views
    R

    You have a line near the end of your code:

    if Sketchup.active_model.rendering_options["EdgeColorMode"]

    Since that will always return true (non-nil), then it always evaluates the first conditional. That's why it doesn't ever toggle.

  • Copytopath

    3
    0 Votes
    3 Posts
    665 Views
    R

    Is this regarding the PathCopy script from Smustard?

    If so, I suspect that you have scaled the items you are trying to copy. If it's a component instance, PathCopy uses the definition and inserts new instances along the path. This would explain the change in scale. Also, the script uses the component axes for the initial placement along the path. So, you may need to redefine your component's axes, or inside the component rotate the geometry at the component's origin.

    There are a few issues that I have on my list to update for PathCopy, but time is short...

Advertisement