🚨 Skimp | 25% Off until March 30 Buy Now

Subcategories

  • No decscription available

    20 Topics
    462 Posts
    HornOxxH
    @pilou said: More appetizing in chocolate! Eggs are good as well - but only very fragile when falling down in SketchyPhysics
  • KERKITHEA EXPORT PROBLEM

    12
    0 Votes
    12 Posts
    1k Views
    elmerE
    Hi Tomasz, Thanks for the trick, was able to save and open model in KT! Now all I have to do is learn how to get some good render!!!! Thanks again, Regards, Patrice
  • Community Project : Development of a Sketchup Benchmark Test

    3
    0 Votes
    3 Posts
    1k Views
    tbdT
    how about loading a complex model (with textures, transparent materials, sun activated, ...) and typing in Ruby Console Test.time_display
  • Question - a way to select a set of veritces/end points

    8
    0 Votes
    8 Posts
    2k Views
    G
    There's another option. Scale has lots of subtle 3D control. If only an edge is selected, tugging on the top/bottom, dead-center handle will only raise/lower an end. Tugging at one of the selected edge corner handles would lengthen/shorten the edge along its vector, etc... Selecting a face would be similar. Face and edge combinations can be scaled. Works swell while in hidden geometry. For the greatest control, orbit around the model so the cursor tugging on the handle is in front of some geometry. The closer the geometry is located the better. That's one way to harness inference - using neighboring geometry to finesse/steer the handles. Otherwise scale may seems to go wacko. Smoove and Smoove+Shift work, and an offset can be set for controlled, incremental bumping. But I don't use it much. Fine-tuning shapes often means tweaking as little as one edge at a time. And of course tools like nudge.rb, nudge bits and pieces. That's real handy. Using scale to move vertices like this means some initial 3D movement of geometry first to get a 3D bounding box. [image: kitty.jpg]
  • Question - Can User Defined Axis be recognized in Ruby?

    3
    0 Votes
    3 Posts
    866 Views
    JClementsJ
    An example. http://www.sketchucation.com/forums/scf/sas/Ruby/userdefinedaxis.skp
  • SU Selection Object

    3
    0 Votes
    3 Posts
    1k Views
    G
    I am not so sure that it is random....I just removed item [0] of a 13 item set. Then, I added that particular edge back to the set...it went back in the orginal index position of [0]!
  • Umlaut in file name

    8
    0 Votes
    8 Posts
    2k Views
    Al HartA
    Thanks for all the information. Umlauts and other accents are more of a problem then I expected. I am going to look into some things and I will report back. It looks like they are supported in Ruby and SketchUp for some things, but then lost for some other things.
  • WebDialog in MacOSX

    7
    0 Votes
    7 Posts
    942 Views
    T
    SketchUp on Windows uses IE for webdialogs (not FireFox, not Opera, etc.). Sketchup on the Mac only uses Safari for webdialogs. Are you saying that if IE is installed on the Mac, that SketchUp is using IE in preference over Safari? This is new news if this is so. And, a pain in the hiney for webdialog developers, because some of us (err, me!) don't have IE for Mac. I bought a Mac to distance myself away from IE and MS Office. Todd
  • .rbs files not loading at all.

    5
    0 Votes
    5 Posts
    1k Views
    A
    Don't know, whether the "old" standard Ruby "require" is really needed for all scripts. If you do not need it at all, WHAT is Sketchup.require doing? Does it use the "old" "require"? If not you can think about replacing it dynamically: module Kernel def require *args Sketchup.require *args end end (not tested, maybe the asterisks are on wrong place) After that you can use the "old" require and get the behaviour of the Sketchup "require" azuby
  • Face Align work around

    2
    0 Votes
    2 Posts
    668 Views
    D
    Note Forgot to comment in file xline is created to keep from selecting as path and to use for axis setting as a single line only provides the x axis refference to the align ruby dtr
  • Odd Ruby Error

    4
    0 Votes
    4 Posts
    1k Views
    G
    Thanks Todd! I never could have imagined that the spelling was different!!!! I REALLY feel stupid now.....................
  • Does it exist a "repeat last command" script??

    5
    0 Votes
    5 Posts
    2k Views
    T
    I would call that "recording of a macro". And as of today - no can do. Sketchup is closer to being able to do this with V6, but there are not enough "hooks" to get there yet. It would be a nice feature. Todd
  • I was bitten in the hiney by *nix

    3
    0 Votes
    3 Posts
    767 Views
    T
    FreeBSD I believe.
  • Keeping control over very long tasks

    2
    0 Votes
    2 Posts
    771 Views
    AdamBA
    I've had no success either. I guess its because if you look at how its recommended to embed Ruby in an App, its a very simple ruby_run() model. So SU may be multi-threaded or not, but the call to Ruby is a busy wait. Pretty much the only thing that does work is spawn a Ruby thread that twiddles the Sketchup.set_status_text Adam
  • An idea: topography in sketchup (I am not a programmer :-( )

    9
    0 Votes
    9 Posts
    2k Views
    A
    i spoke about a case, when a face-origin pyramid is partially inside and partially outside of the calculated shape but maybe since complicated things tend to be trivial once you get the 'clue' after adding all the pyramids together you will get the correct result, forgive me for being sceptic... comparing your and the original 'slicing' method could prove your point
  • Drop.rb script upgrade suggestion

    4
    0 Votes
    4 Posts
    3k Views
    A
    TBD thanks for your encouragement, will share for sure, it's fairly easy with the bounding box proposal from above - will get to it tomorrow, hope that method works stay tuned
  • Ruby Menu Attempt

    3
    0 Votes
    3 Posts
    846 Views
    CadFatherC
    TIG thanks, thought i'd try..
  • [SKM Bug]Material attributes within SKM files

    11
    0 Votes
    11 Posts
    2k Views
    T
    Here are my findings in relation to attributes assigned to the SKM file: SU will not save an attribute containing an array or hash SU will save multiple keys within single attribute dictionary .. but will load only first! In attached sample there are three keys saved: <n0:AttributeDictionary count="3" name="su2kt"> <n0:Attribute key="kt_lib_path" type="10">TEST1</n0:Attribute> <n0:Attribute key="kt_map" type="10">KT MAP</n0:Attribute> <n0:Attribute key="kt_mat" type="10">KT MAT</n0:Attribute> but only first kt_lib_path will be loaded I am afraid only a fix from Google would help. Tomasz http://www.sketchucation.com/forums/scf/sas/Ruby/Silver.zip
  • Toggle between section cuts

    5
    0 Votes
    5 Posts
    2k Views
    F
    I usually have camera scenes, and then scenes that save something else, different section cuts for instance. Different phases on diff. layers, or whatever... so in one cam. I can show 3 diff. phases, 3 diff. section cuts, then move to the next view, and do it all again...very powerful w/ clients and bosses.
  • Setting Tool Tip?

    4
    0 Votes
    4 Posts
    768 Views
    B
    hank You, I'll give it a try
  • Search Bounding Box-Script

    3
    0 Votes
    3 Posts
    644 Views
    G
    Also there's this http://www.smustard.com/script/ChamferAlongPath The old SU forum needed to move in order to gain access to the greater Google resources to better support the growing user community http://groups.google.com/group/sketchup-Pro-Groups.

Advertisement