📷 GIF Exporter 1.1 | create animated GIFs from SketchUp models with customizable settings Download
  • Uploading models to the 3D Warehouse

    3
    0 Votes
    3 Posts
    464 Views
    Al HartA

    Thanks TBD.

    However, there is a method to upload multiple .SKP files all at once rather than one at a time.

    You create a Spreadsheet of the files, with other information, Description, Tags, etc. and then upload the whole mess at one time. Hopefully creating collections and sub-collections as you go.

    This is supposed to be part of the SketchUp SDK. But I am having a hard time tracing it down.

  • UV Mapper?

    8
    0 Votes
    8 Posts
    1k Views
    F

    agree with Notareal and others, this would be a great script. SketchUp knows it's weak in an area when people have to say "use a different program to do this major modification for your model"

    SketchUp can't be expected to do EVERYTHING but... it should at least be expected to improve it's materials mapping 😉

  • In Development: Subdivide and Smooth

    262
    0 Votes
    262 Posts
    41k Views
    J

    I agree, Juju. I've locked this thread and moved it to the Subdivide and Smooth forum here:

    301 Moved Permanently

    favicon

    (www.sketchucation.com)

  • Repaint.rb no longer working?

    5
    0 Votes
    5 Posts
    500 Views
    R

    Glad you got it figured out. Happy repainting! 😄

  • How to subtract Point3D.Z value with a variable

    8
    0 Votes
    8 Posts
    776 Views
    G

    Google says 120 centimeters = 47.2440945 inches

    Bob

  • Ruby Forum Changes/Posting Scripts

    8
    0 Votes
    8 Posts
    2k Views
    K

    @juju
    thanks sir i appreciate ur concern....but if u get to know the name of that ruby please let me know

  • Editing 3D text after placement

    2
    0 Votes
    2 Posts
    509 Views
    TIGT

    You must recreate 3D text from scratch. That's why I made TagTag to allow 'flat' text that's editable later on...

  • Camera View Toolbar

    3
    0 Votes
    3 Posts
    593 Views
    kenK

    Oops! Darn, I just overlooked that option. I was so use to the cubics in other cad programs, I just forgot about the houses.

    OK, the dummy is back in the box, those darned 3d trees got in my way again.

    Thanks for you help.

  • Is there any make standard views ruby?

    3
    0 Votes
    3 Posts
    568 Views
    majidM

    thanx...master Didier

  • Blend along Path Script?

    6
    0 Votes
    6 Posts
    1k Views
    A

    sorry rick, didn't mean to make people steal your or anybody's work. but thanks to all authors leaving their script 'readable' for everyone else to learn or get inspired from.

    this is the important part of smustards EULA

    @unknownuser said:

    You may not alter, publish, market, distribute, give, transfer, sell or sublicense the Scripts or any part of the Scripts.

  • Script help !

    8
    0 Votes
    8 Posts
    1k Views
    M

    Salut !

    merci à vous deux pour les réponses !
    I will try to translate my answers ! So sorry for my "french accent" 😄 ...

    @Didier,

    @unknownuser said:

    Tu sélectionnes des trucs, tu mets un coup de pot de peinture et basta...

    Ah. Je croyais qu'une méthode de texturisation de sélection était disponible dans SU directement....
    I believed that a texture selection technic was possible in SU without ruby....

    @unknownuser said:

    la texture est appliquée, mais le matériau ne fais pas partie du modèle

    Ok, je comprends mieux... Va falloir trouver un moyen, ou laisser tomber 😉
    Ok that's a big problem..

    @unknownuser said:

    à mettre juste avant de peindre la sélection.

    Ta méthode ne fonctionne pas, cela revient au même. Le matériau n'est pas enregistré.
    Your technic doesn't work. The material is not recorded into the drawing.

    @fredo6
    Merci pour le script des lignes cachées !! 😄 Il est bien utile pour comprendre un peu mieux le ruby pour des débutants comme moi ! Et merci pour le code modifié..
    Thank you for the hidden edges script ! It's useful to understand a few ruby language for beginners like me !

    @unknownuser said:

    Didier a raison de dire que la fonction de texturage d'une selection existe en standard dans le user interface de Sketchup.

    Ah bon ?? Texturer une sélection ?? C'est exactement ce que je veux faire, mais je ne sais pas comment sans ruby ! C'est pour ça que j'ai voulu écrire un truc comme ça !
    Après le texturage des deux faces est pratique mais si une technique existe en natif, je saurais bien m'en passer ! Peux tu me dire comment faire ?
    Texturise a selection ??? This is exactly what I want to do, but I don't know why without Ruby !! Can you tell me how to do ?

    Ceci étant dit, le problème du matériau nouveau est un pavé, j'ai l'impression...
    However, the non-recorded new material is a big problem... If someone can tell us how to do that ?

    Merci !
    A bientot.
    Matt.

  • SP door generation

    3
    0 Votes
    3 Posts
    600 Views
    C

    Cool! It will come in handy. 😄

    Chris

  • WebDialog Closes Mysteriously

    11
    0 Votes
    11 Posts
    932 Views
    J

    Thanks for the comments, everyone; and especially to TBD.

    It seems obvious now, but the variable that is referencing the dialog is local to the method. When the method is finished, so is everything else in the same scope. And so sooner or later the variable will get cleaned up by Ruby's garbage collection, and the dialog "mysteriously" goes away. So for the code I posted, a global variable will solve the problem. You could also use an instance variable.

    Please, correct any mis-understandings I have about what's happening.

  • A kickass UI using WebDialogs and DHTML Suite.

    20
    0 Votes
    20 Posts
    3k Views
    C

    Thanks Fredo6. Feel free to copy any part of it. 😄

    @unknownuser said:

    Chris,

    That's a very neat job and a damned good idea to enhance interactivity for some plugins requiring options and being context sensitive for actions (The Sketchup tool bar is actually very limited to interact efficiently and the button state management of Sketchup is simply buggy).

    I guess this works for Mac too.

    As soon as I can, I'll give it a try to regroup some commands of my plugins (Bezier, JPP, OOS, etc...) as it will be easier to show the options.

    Fredo

    PS: your dialog box is very esthetic. I like very much the design. And if you allow me, I will take some inspiration of it when I try one.

  • Displacement BRUSH

    17
    0 Votes
    17 Posts
    2k Views
    majidM

    it would be very nice if such BRUSH is a bit smart to subdivide the surface automatically when it moves over it and is displacing it... by now i must subdivide it by myself...

  • Section cut - update

    4
    0 Votes
    4 Posts
    674 Views
    TIGT

    It is possible BUT I'm too busy to think at the moment...

  • Context Menu move selection to Group/Component?

    4
    0 Votes
    4 Posts
    485 Views
    A

    Well that's good to know (I won't try to cobble together a test then).

    On a side note, even with the cut/paste option, I'd still have to have the Outliner open and dig through the tree.

    The Layer Manager script does a good job at letting you r-click and quickly move contents 😄

  • Cameratilt.rb won't load

    4
    0 Votes
    4 Posts
    441 Views
    R

    Oops, sorry, I'm not used to looking at the user info for OS data - it clearly states "Vista" as your OS 😳

    That's a really strange situation. Contact me via Smustard and we'll go from there.

  • Ruby Console Ruby Console

    19
    0 Votes
    19 Posts
    3k Views
    R

    Well, sorry for replicating an already known bug... on the upside, now I fixed the same bug in my own code. Thanks Todd!

  • How Display in menu?

    2
    0 Votes
    2 Posts
    327 Views
    jujuJ

    Organizer script from Smustard can help you sort the scripts. IIRC there are one or two other scripts that does more-or-less the same thing, but I don't remember what they are called. I'm sure a look-see in the Ruby Script Index could help out as scripts are usually called something logical and easily recognisable if you know what function (-s) you require.

Advertisement