ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
  • Validation/protection needed

    7
    0 Votes
    7 Posts
    1k Views
    jujuJ
    Fortunately Smustard has the MySmustard plugin to help one track updates to their scripts, to me this already works like a validation system of sorts, kinda moot as a pure validation system for Smustard ATM since you get the scripts from Smustard in the first place. It's the idea that counts, a master data register of the scripts out there and SU checks it (MD5 checksums verification on the server database would help) everytime it starts up, maybe even report new scripts and analyse them in a kind of SAFE MODE before running them. I suppose it doesn't help people much that use SU offline, thus some kind of encrypted database file (with the MD5 checksums) distributed with SU for validation purposes would probably help as well. Should be easily updatable and probably wouldn't be a space hog.
  • [ruby doc] Page.layers incorrect return value

    4
    0 Votes
    4 Posts
    705 Views
    R
    Documentation error. Page.layers should logically return an array of layer objects rather than the layers parent object, and it does. Just one of those cut-paste-forgot-to-edit errors, most likely.
  • Intersect over lapping lines

    9
    0 Votes
    9 Posts
    2k Views
    R
    It looks like the startup load errors are indirectly from Organizer. You should have in your Plugins folder a file called SmustardOrganizerExcludeFolders.txt (I tried thinking of a longer name, but finally settled on that one). Add the Podium folder to the list of things for Organizer NOT to explore. The same goes for any other plugin that creates a subfolder to Plugins (FFD, SubD, etc). If they aren't in the exclude list, Organizer will try to load from them, with results like you just saw.
  • Problem with windowizer script

    4
    0 Votes
    4 Posts
    653 Views
    R
    I'd like to see a smaller sample model that causes this problem. You can either PM me or contact me through http://www.smustard.com and I'd be happy to look at this. Thanks,
  • BeizerSpline - Latest version (obsolete)

    14
    0 Votes
    14 Posts
    3k Views
    J
    Would be a nice feature And an method to add controlpoints at specific places (don't think it's possible right now ?) ups - doubleclick - sorry Is it possible to enter a value for the distance to move a controlpoint ? Or even better - make it possible to click on a point and be able to enter it's z-axe value. Btw - this is a fantastic tool when creating paths for animations
  • Export -> Animation - frame_change_observer

    2
    0 Votes
    2 Posts
    2k Views
    R
    I've been asking the same thing since version 4 when I did my first animation plugin So far, no response from the SketchUp crew...
  • Housebuilder

    7
    0 Votes
    7 Posts
    798 Views
    R
    If you go view->toolbars it should be in their.
  • Sketchup ruby geometry parsing

    3
    0 Votes
    3 Posts
    882 Views
    dkendigD
    We've had a hard time with scene parsing too. It seems that SU just doesn't know what it has in the scene very well. We've contacted Google and are still waiting for some sort of a response. I'm not all that familiar with the exact details behind our scene parsing process. Some of it is done in C++, the rest in Ruby. If you download the demo of V-Ray for SketchUp, there should be a file that it installs named "VRayForSketchUp.rb" that at least appears to have a good bit of scene parsing stuff in there. I hope it helps. Below is our cry for help to Google ::weeps:: no love. http://groups.google.com/group/Ruby-API/browse_thread/thread/1c69cc4490e0f6d/e63df2c6561af900#e63df2c6561af900
  • Placement of plug ins

    2
    0 Votes
    2 Posts
    332 Views
    R
    Im not to sure on the specifics with macs, but if the plugin comes with mac specific instructions follow those.
  • Dimension text

    6
    0 Votes
    6 Posts
    760 Views
    Dave RD
    I no little of Ruby but you are probably right. Dropping the zeroes as needed may not be possible. Perhaps that should be a wish list item for the next version of SU. Cheers, Dave
  • Geomatry Resizer or Paramatric???

    43
    0 Votes
    43 Posts
    5k Views
    M
    Hi, This script is still under development? maybe another with this same 2D approach? Thanks
  • Plugins folder location in leopard

    2
    0 Votes
    2 Posts
    365 Views
    EdsonE
    just do not forget you have to look for it in the Library folder that sits in your HD not the one in the users folder.[image: mcgO_plugins_folder.png]
  • Get inspired

    4
    0 Votes
    4 Posts
    1k Views
    K
    I really hope that someone can make this happen!
  • PROGRAMMERS HELP PLEASE

    2
    0 Votes
    2 Posts
    356 Views
    kenK
    Some time ago I posted this. Found this programmable key game controller, one handed, at Bestbuy for $39.00. It has 144 programmable keys. More than I need. http://www.saitek.com/uk/prod/cyborgcommand.htm I have been looking for a programmable keyboard that was reasonable priced. So now, I am content. Ken
  • BaseCamp Videos - Ruby Scripts

    2
    0 Votes
    2 Posts
    992 Views
    R
    Chers, its pretty long, but its looking good, cheers.
  • Scaling Transformation

    6
    0 Votes
    6 Posts
    1k Views
    J
    Just for reference, the following works for scaling along the Group's axis: m = Sketchup.active_model e = m.active_entities s = m.selection tr = s[0].transformation trs = Geom;;Transformation.scaling( 2, 1, 1 ) s[0].transformation = (tr * trs) but this scales along the global axis: s[0].transformation = (trs * tr) as does this: s[0].transform! trs
  • The Transformation Matrix

    13
    0 Votes
    13 Posts
    3k Views
    J
    Ok, good. I wasn't sure if asin was simply overlooked, or if you needed something different.
  • Function "Command" From lisp

    16
    0 Votes
    16 Posts
    2k Views
    M
    +1...
  • Which rubies for better camera movement in animations?

    30
    0 Votes
    30 Posts
    5k Views
    K
    I wouldn't mind if it would all fit in 1 animation plugin. Improved camera motion and object animation included. But that would be dreaming
  • Join Tool?

    5
    0 Votes
    5 Posts
    601 Views
    Dave RD
    Click on the link in my previous post. Save the file with the extension rb in the Plugins folder.

Advertisement