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

    5
    0 Votes
    5 Posts
    627 Views
    M

    thanks also remus!! πŸ˜„

  • Two Face 'material'

    8
    0 Votes
    8 Posts
    924 Views
    M

    Observers.... I've never used these tools... I will try πŸ˜„
    Thank you Rick !

  • Array along a path

    9
    0 Votes
    9 Posts
    1k Views
    R

    Thanks! πŸ˜„

    Meanwhile, I am collecting the suggestions...

  • Question about Static Text, thx!

    3
    0 Votes
    3 Posts
    610 Views
    A

    Thank you Alex.

  • Suspending the 'undo' stack

    8
    0 Votes
    8 Posts
    1k Views
    W

    thanks Fred06! I'll try that!

  • Flight Path - Undo and only camera position

    8
    0 Votes
    8 Posts
    807 Views
    R

    Basically, the paths work like this:
    The camera will be set up at each vertex on the camera path. So, if you have 23 edges in the path curve, there will be 24 camera positions (one per vertex).

    If the target path has the same number of vertices as the camera path, the target will be at each vertex. Otherwise, the target point will be interpolated along the path so that there are the same number of target points as camera points. For example, if the target path had only 3 edges (4 vertices), the whole path length would be divided mathematically into 23 equal segment lengths, and the target points would be set at equal distances along the 3 edges.

    Hope that makes sense...

  • FFD Sketchup - TWIST - desparate attempts fail

    15
    0 Votes
    15 Posts
    4k Views
    P

    Lapx, that is great. That is what I want.
    By the way I just bought today the subdivide & smooth
    script. Haven't had the time to experiment with it yet.

    With best regards
    PRSS

  • A Script to Control the Movement of Section Planes?

    7
    0 Votes
    7 Posts
    928 Views
    TIGT

    Still trying...

  • 2-pt-perspective + PhotoMatch???

    6
    0 Votes
    6 Posts
    731 Views
    MALAISEM

    Let's see theses links

    http://www.crai.archi.fr/RubyLibraryDepot/Ruby/Newest_scripts.html
    try to find : Lens_correction.rb ( thanks to the author)

    or with an external program ( to perform before using SketchUp )
    http://research.graphicon.ru/image-processing/gml-image-undistorter-2.html

    or this one ( but limited in use )
    http://www.epaperpress.com/ptlens/

    MALAISE friendly πŸ˜„

  • Drawing curved tapers for architectural ironwork design

    14
    0 Votes
    14 Posts
    3k Views
    MALAISEM

    Thank you Terry for sharing theses plugins
    New ideas may come from theses curves

    😍 πŸ‘

  • Disable all user input

    4
    0 Votes
    4 Posts
    505 Views
    S

    Ahh.. and there's no way to hack it together? Doesn't LightUp do kind off the same thing in flight mode? (I'm not sure as I've never used it before though).

    Thank you!

  • Is the Smustard web site dead?

    2
    0 Votes
    2 Posts
    368 Views
    Mike LuceyM

    Just tried it and no problem, http://smustard.com/

    Mike

  • Implementing scrambler

    3
    0 Votes
    3 Posts
    447 Views
    S

    Cool, thanks!

  • LightUp

    25
    0 Votes
    25 Posts
    3k Views
    AdamBA

    @adamb said:

    @jorgensen said:

    Is the light included when one export as AVI ?

    Exporting movies from LightUp sounds like a useful feature for a future version though.

    Its all very well you guys coming up with great ideas to improve LightUp, but I'm the one that has to write the code! πŸ€“

    Anyhow, its done. For the retail version of LightUp you can now press Shift+return in Tourtool mode and it will save frame sequences in realtime which you can crunch down into a movie with Cinepac/mencoder or whatever.

    Also fixed a bug in the current demo of LightUp (v1.1c) that prevented looping Animation working while in Tourtool, so that will be in the next release (v1.2a)

    Adam

  • 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...

Advertisement