đź«› Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
  • Moving an object by center point to an object.bounds.center

    4
    0 Votes
    4 Posts
    742 Views
    J
    Hi TIG and Fredo Thanks for your input. I'm thinking about to try and use 3dtext instead. But until further I'll have a workaround where I modify the position by x,y, z axis. This is not perfect, because the texts don't have the same width. Thanks Jorgensen
  • Sketchup drawing lock

    6
    0 Votes
    6 Posts
    879 Views
    GaieusG
    I used to play with the trial version (you should try the trial for sure). Some positioned materials didn't come through but they may have been too deeply nested (Al told me later that I should explode groups/components prior to exporting).
  • Sketchup.active_model.set_attribute

    12
    0 Votes
    12 Posts
    985 Views
    J
    That should not be a problem, because I'm adding my own attribute: entity.set_attribute ("TM_area", "TM_ID", "TM_ID " + target.entityID.to_s) that I use to keep track of objects. Thanks Jorgensen
  • Free Online Ruby Programming Course

    2
    0 Votes
    2 Posts
    604 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
    699 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
    677 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
    787 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
    617 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
    700 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
    781 Views
    S
    A little doctoring of the "weld.rb" might do it. Rick?
  • 1: parse error, unexpected $undefined., expecting '}'

    4
    0 Votes
    4 Posts
    772 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
    651 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
    578 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
    696 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

Advertisement