Sketchucation Tools 5.0.7 | Licensing improvements and bug fixes Learn More

Alkategóriák

  • No decscription available

    20 Témakörök
    462 Hozzászólások
    HornOxxH
    @pilou said: More appetizing in chocolate! Eggs are good as well - but only very fragile when falling down in SketchyPhysics
  • Find the ObjectID for an array?

    4
    0 Szavazatok
    4 Hozzászólások
    8k Megtekintések
    Chris FullmerC
    @jim said: 100 references to the same Array, but not 100 arrays. I know, I'm being pedantic. Its ok, its good for me. And is there a difference between .object_id and .id and .id ? And I saw a hint at :name - what is that? I couldn't get it to work. And in your example, what does ||= do? I'm guessing it creates an empty array at [index] if there is not an array there already? Thanks Jim. Chris
  • MIRROR 2d - plugins idea

    10
    0 Szavazatok
    10 Hozzászólások
    907 Megtekintések
    D
    thanks for your reply
  • Clear the ruby window

    11
    0 Szavazatok
    11 Hozzászólások
    834 Megtekintések
    Chris FullmerC
    Anyone want to configure Jim's plugin for 64bit? Chris
  • Unit plugin not work in SU 7.1 ?

    17
    0 Szavazatok
    17 Hozzászólások
    2k Megtekintések
    CadFatherC
    got it Jim, it was something to do with the path to the icons - the ruby console is great but not when you forget its existence, Thanks!
  • How to add components to another component? [ruby]

    6
    0 Szavazatok
    6 Hozzászólások
    652 Megtekintések
    TIGT
    If you want to 'select' something ... ### Let's assume you have an array [list] of the items to add to the component, called 'list'... ### If you have selection made that has 'raw' faces in it then add those faces' edges too to the list, if those edges then have other faces those faces and edges too - '.all_connected. ??? ### This is what causes bugsplats - when parts of 'connected things' are put into different entities sets... model=Sketchup.active_model selection=model.selection selection.clear selection.add(list) ### OR list.each{|e|selection.add(e)} ### then the code... g=model.active_entities.add_group(selection.to_a) inst=g.to_component inst.name="MyInstancesName" defn=inst.definition defn.name="MyComponentsName" ### check it hasn't incremented; using dname=defn.name; compare dname to "MyComponentsName", e.g. it might now be "MyComponentsName#1" ### etc...
  • I thought I understood groups and components!

    3
    0 Szavazatok
    3 Hozzászólások
    279 Megtekintések
    TIGT
    It's one of those glitches thet we just work around for now... Make it unique... When it's fixed it won't matter...
  • Iron Ruby?

    7
    0 Szavazatok
    7 Hozzászólások
    947 Megtekintések
    G
    @cjthompson said: Ruby in Steel just allows you to type .rb files in VS, although I think I misunderstood you. Are you trying to find an IDE to write scripts or are you trying to find a way to connect .NET Applications with Sketchup? First: I would like to use the best IDE for the job. A Good Debugger with the ability to step througb code and hopefully a level of intellisense. VS should provide both. Even if I have to write pseudo modules that mimic the SU API I feel I would be miles ahead of using a text editor. Second: Of course I would like to find a way to drive Sketchup from VS. If it means I can use other VS languages so much the better. If it means I have to learn Ruby in VS... Less desireable from my standpoint but not out of the question. I've been poking around the Iron Ruby forum and it looks like IR is based on the Dot.NET framework and requires it to function. It also appears that Iron Ruby is not really ready for public consumption within VS at this time. They are still working toward version 1.00 Cheers,
  • Notepad++ users: heads up

    12
    0 Szavazatok
    12 Hozzászólások
    6k Megtekintések
    N
    here is how you do it using TBD's bridge sollution http://forums.sketchucation.com/viewtopic.php?f=169&t=6903#p137855
  • Synchronizing Multiple WebDialogs

    20
    0 Szavazatok
    20 Hozzászólások
    2k Megtekintések
    chrisglasierC
    @martinrinehart said: If you find a tool that actually lets you step through the states of the browser, it would be invaluable. ... for whom? "This is commercial, for-profit work. At some point there will be a send-me-money feature added. At this point (mid-summer, 2009) that feature does not exist. The whole price right now is feedback. Tell me what works and what's unclear. Major mistakes and minor typos." [source] Free content/editing from feedback seems as bad as free designs from competitions (much despised around here - example).
  • Convert MaxScript to Ruby?

    6
    0 Szavazatok
    6 Hozzászólások
    1k Megtekintések
    Chris FullmerC
    Awesome, sounds great! Let us know if you need any help with it, Chris
  • Need help with rubies

    4
    0 Szavazatok
    4 Hozzászólások
    238 Megtekintések
    A
    Its ok I figured it out now, and have them .... now i just need to learn how these work LOL
  • Combining a plgn that uses a class for the def w/other plgns

    3
    0 Szavazatok
    3 Hozzászólások
    309 Megtekintések
    E
    Thank you. You know in hind sight that makes perfect sense. I guess the whole class in the def thing just though me. I am definitely not a programmer so when I see something I'm not used to seeing it throws me off. Thanks again
  • Ruby to WebDialog Communication

    13
    0 Szavazatok
    13 Hozzászólások
    974 Megtekintések
    chrisglasierC
    @unknownuser said: The Mac requires a complete <body> section before it will do anything. If your actual body depends on getting data from Ruby, this is a problem. The trick is to have bogus HTML that displays a "Start" button. Call the Ruby when the button is pressed. (And wait for it to call back, as above.){tutorial} This may well be true but the reason I used a start button solution was that cgScenes immediately examines the model for the current scene and list of all, and as I understand there is no **Sketchup.active_model when the Ruby scripts are first loaded. BTW I would question whether the notice " 2009, Martin Rinehart" in "SketchUp Ruby Interface to JavaScript" is appropriate given the contributions of SCF members. ** edited 1400 gmt for clarity
  • How to assign a material to all selected objects (and faces)

    11
    0 Szavazatok
    11 Hozzászólások
    6k Megtekintések
    thomthomT
    @runnerpack said: Also, some way of showing which material is selected would be handy... (but not in a floating window for obvious reasons ) I could draw the name of the material to the viewport, as well as a sample of the colour (but not texture).
  • How to avoid multiple instances of WebDialog?

    4
    0 Szavazatok
    4 Hozzászólások
    277 Megtekintések
    chrisglasierC
    @thomthom said: > module MyDialog > > # Use a module variable to store one reference to your dialog > @dialog = UI;;WebDialog.new("Show Google.com", true, > "ShowGoogleDotCom", 739, 641, 150, 150, true); > @dialog.set_url "http://www.google.com" > > def self.show_dialog > # Now you can use that variable to check if it's already visible or not > if @dialog.visible? > @dialog.show > else > @dialog.bring_to_front > end > end > > end > Very good. I know not for me but thanks Chris
  • Export as .JMS?

    4
    0 Szavazatok
    4 Hozzászólások
    477 Megtekintések
    J
    Sure it's possible. The Ruby API provides very good access to all of the model's geometry and most of it's other data.
  • I need help!

    3
    0 Szavazatok
    3 Hozzászólások
    340 Megtekintések
    fredo6F
    @birdair said: b) Why some curves lines (ellipses) looks faceted... can fix that little problem... how? You can always take your curve and convert it to FSpline or Cubic Bezier to get more intermediate points (you need first to convert it to a Polyline). But I am not sure it can give always the same best results as to think of the number of segments in the first place when you create the curve, as RunnerPack says. Fredo
  • Fillet/Chamfer plugin

    5
    0 Szavazatok
    5 Hozzászólások
    30k Megtekintések
    TIGT
    Find my 2D Tools it has one... '2D Fillet' - it will works on 2D edge junctions, in 2D in 3D... If you want a 3D arris 'rounder' see Fredo's Round_Edge/Corner tools...
  • Ruby for continuous texturing on curved faces?

    3
    0 Szavazatok
    3 Hozzászólások
    301 Megtekintések
    N
    yes... i'm doing it manually now - but i have more than 1200 faces! - not funny... better texturing is really badly needed - i don't get it why su7 has got no new tools for this. if google can't do multicore or high poly why not improved texturing tools?!? should be useful for google earth too...
  • Select components by name using wildcards ?

    4
    0 Szavazatok
    4 Hozzászólások
    251 Megtekintések
    J
    how simple can it be - I have used SU since ver. 5.0 but I have never used outliner before Thanks thomthom

Advertisement