ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
  • Free Online Ruby Programming Course

    2
    0 Votes
    2 Posts
    589 Views
    Mike LuceyM
    Thanks for the link Arqpadao. Mike
  • Text position problem

    23
    0 Votes
    23 Posts
    3k Views
    daikuD
    J: You are deleting entities from the active entities list while you are iterating over the same list. In other words, you are scrambling the list whilst travesing it. Don't do that. Collect all your enities into a seperate list. Then interate through that list and delete them. CB.
  • D/Code - smells like IRB spirit (1.0 RC1)

    22
    0 Votes
    22 Posts
    3k Views
    J
    oh - hmmmm sounds a bit boring - that might be the reason for the quite quick reply from you
  • Space Navigator - Save Scene

    8
    0 Votes
    8 Posts
    1k Views
    CadFatherC
    not really Jim, thanks for asking, the saving procedure slows the system, making the space-navigation virtually useless (and that without shadows). also not much use when i tried the walkthrough - it only recorded a few frames. i guess i will end up the old way, walking about and pressing the keyboard shortcut to simulate camera movement. it is not a big deal, i was hoping for my best presentation yet but perhaps it's better not to loose too much sleep over it. however - i will keep you posted on developments and if 'successful' i will post the result
  • Can I set a WebDialog Box to the screen center?

    9
    0 Votes
    9 Posts
    2k Views
    A
    @jim said: I've moved this to the Tutorials section: http://www.sketchucation.com/forums/scf/viewtopic.php?f=26&t=6067 It works! Thank you very much for your assistance. I agree that your decision of WebDialog positioning problem must be in the Tutorial section - it’s very useful.
  • Triangulate a surface similar to the "From Scratch" tool

    3
    0 Votes
    3 Posts
    668 Views
    JClementsJ
    Gata: " ... if you softened the out-of-bound mesh from a Sandbox-made grid, then it's one face to select for deletion." This tip will help be out significantly! I will have to download Soap Skin Bubble and install it on my new PC. I had forgotten all about it. Thanks, again. John
  • Free form deformation balloon

    30
    0 Votes
    30 Posts
    6k Views
    K
    Whaat, He he I actually wrote that some minutes before I discovered that thread.... This is a major leap for sketchup to me. Knowing your amazing coding skills, the subdivision tool will be great I am sure...
  • Script Versions/Revisions

    3
    0 Votes
    3 Posts
    653 Views
    T
    I typically leave a comment in the script to its version. At Smustard, we have grandiose plans for implementing common structures and runtime reports for information such as this, but have not done so yet. This could be achieved by the script registering it's information at runtime (a "push" method, of sorts, like we all do for $loaded_files) or a script could implement a method where it could be queried for it's information (a "pull" method - with neither "push" nor "pull" suggesting an appropriate name - just used as an illustration). Like Progressbar, if we come up with something at Smustard, it could be used by all. Todd
  • [ruby doc] entity observers and observers in general

    5
    0 Votes
    5 Posts
    757 Views
    T
    OK. I have fixed the "example" (if you could call it that) at the top of the EntityObserver file. I think I have an example somewhere I might could clean up and add to it. The same "bad example" is in other observer files too. I'll get to those as topics come up for inclusion. What's really needed for the observers, and I can start on it, is some "big picture" concept information. Thanks!
  • Moving programmatically the mouse pointer (within a tool)??

    3
    0 Votes
    3 Posts
    588 Views
    fredo6F
    Thanks very much. I know how to do it via Windows, but if we start programming in Windows SDK instead of Ruby, this is less fun, and more important, additional headaches for deployment. One suggestion would be a few members of the sites, knowledgeable in system programming (Windows and Mac) group their efforts to build a utility libraries (dll) to complement the Ruby API of Sketchup (menu, events in tools, mouse, etc...). Unless the Sketchup SDK is more powerful!
  • Google Gadgets

    4
    0 Votes
    4 Posts
    657 Views
    tbdT
    you can: access the data as it is in the same DOM drag/drop components from it ... possibilities are endless
  • Rectify Circles and Arcs?

    3
    0 Votes
    3 Posts
    751 Views
    S
    A little doctoring of the "weld.rb" might do it. Rick?
  • 1: parse error, unexpected $undefined., expecting '}'

    4
    0 Votes
    4 Posts
    744 Views
    R
    instead of clicking the link, right click it and select 'save target as', then save it to your plugins folder.
  • Time.rb

    4
    0 Votes
    4 Posts
    638 Views
    J
    Hi TBD I have just worte a mail for Smustard - is it possible to upgrade - or am I supposed to pay $5 for the upgrade ? Btw - nice to be in so close contact to the plugin developers. This is sure something that makes Sketchup a very special program Thanks Jorgensen
  • Menus Manager

    2
    0 Votes
    2 Posts
    555 Views
    A
    @jim said: Is it worth working on a PluginMenuManager, similar to ExtensionManager for the Plugin menu? Will the next version of SketchUp have better menu support? We hope so. There were several attempts to organize the Plugins menu - you know the Organizer.rb by - I think it was - RickW? I also tried it (extensionmanager.rb), but we all have the problem, that accessing submenus in a later process isn't possible at the moment. You won't believe, some nights ago a thought about a way to write on own manager for the plugins. But my idea has one disadvantage: You have to modify all plugin scripts (being not extensions) in one line. azuby
  • Confusing method !

    6
    0 Votes
    6 Posts
    659 Views
    Didier BurD
    Thanx a bunch TIG
  • Ruby Scrambler -- Myth or Marvel?

    11
    0 Votes
    11 Posts
    5k Views
    A
    I've integrated both methods to the d/Code plugin: encrypt files with Scrambler.exe encode code with the other method Maybe anyone needs it and doesn't like to use the command line. (The scrambler isn't provided with the plugin, you have to get it on your own.) azuby
  • Ruby script encryption

    6
    0 Votes
    6 Posts
    2k Views
    F
    Thanks. I have found it, there is an application at the root of SketchUp SDK which is called Scrambler.exe. You just need to run it from command prompt and pass the name of your Ruby file. It will generate a new file with the same name and RBS extension. I think this is the best way to protect your routines by now. Best regards, Fernando.
  • Axis Alignment Script

    11
    0 Votes
    11 Posts
    1k Views
    M
    Consider this a bump. I am looking for the exact same thing (I think). What I am doing is nesting some face-me components inside another component that I am making a bunch of copies of. I am then rotating each one of those slightly differently which also rotates the axis of the nested components. I then effectively move the components out by exploding the nesting component and I would like to get all the face-me components to match the global axis. But in my instance, they have now been scaled and I would like to retain that scale. Any readers to this thread have any ideas?
  • We need a new Smoove Tool

    2
    0 Votes
    2 Posts
    547 Views
    G
    While you're starting to Smoove some geometry, press Shift. Smoove will now work normal to the faces. If you're working on a low-poly model where every edge counts, use Scale. You get full 3D control of every edge that way. And there are several move scripts that will nudge around selected bits of geometry. 2 use the keyboard arrow keys. One uses a wizard.

Advertisement