🚨 Skimp | 25% Off until March 30 Buy Now

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
  • Copy along path lock one axis ruby

    3
    0 Szavazatok
    3 Hozzászólások
    507 Megtekintések
    T
    Thanks! I will try to find that plugin. The path has to be level across the walkway as it goes down. Sort of like a winding downhill stair case. I just wanted to do it with a component or predefined face. (Sorry if the question was basic) Thanks! Stuart
  • Downloading files from the Internet using Ruby

    8
    0 Szavazatok
    8 Hozzászólások
    645 Megtekintések
    thomthomT
    @unknownuser said: @whaat said: I wonder if I can pass the binary string from a WebDialog back to Ruby using a callback function and then write the file to the user's temp directory? Does this sound possible? why not ? just try it have in mind that window.location might have a size limitation (depends on the browser) - so more than 2000 chars can bring trouble I've not tried this, but Chris mentioned you can store data in hidden input fields and extract data from there. http://forums.sketchucation.com/viewtopic.php?f=180&t=21166#p177786
  • Filenames Case-sensitive?

    3
    0 Szavazatok
    3 Hozzászólások
    201 Megtekintések
    M
    It's built on *nix. I once took an extensive website from Windows to a Linux-based ISP. Broken-link city! Decided that capital letters have no place in any pathname, regardless of OS.
  • SketchUp and EnergyPlus

    5
    0 Szavazatok
    5 Hozzászólások
    3k Megtekintések
    M
    Just to let you know that Demeter has now be renamed LiveEnergy Modeller and a new version is available for download on our website at: http://greenspacelive.com. LiveEnergy Modeller is currently available on an Alpha testing basis unti 31st October 2009. We would value any feedback suggestions etc. I've also put more information in a SketchUcation post here: http://forums.sketchucation.com/viewtopic.php?f=80&t=21789. Thanks, Malcolm Murray
  • Ruby to Divide a Face?

    4
    0 Szavazatok
    4 Hozzászólások
    704 Megtekintések
    D
    Laticizer would help a little, but it's not ideal because it creates a frame, including the outer lines of the wall I pick. A better solution I have just found is in 1001 bit tools and is the 'Create horizontal groove lines on selected surface' tool. I just need to rotate the face 90 degrees to add vertical grooves. It would be good to add horizontal and vertical grooves together to stop this happening, as shown in attached image, but I'm not complaining! [image: t1NE_0.1.jpg]
  • Arc - By Radius and Arc Length ???

    2
    0 Szavazatok
    2 Hozzászólások
    366 Megtekintések
    pilouP
    Not exactly that you want but maybe this can help for a more big precision ArcCurve-set_segments.rb & changearcsegments by Tig
  • Req: woodwork.rb

    6
    0 Szavazatok
    6 Hozzászólások
    1k Megtekintések
    D
    @jhoutman said: Hello, I am the author. I am sorry I rarely stop by this forum. I changed email address so probably everything got lost. Let me know what changes you like and I will probably do them. My main hobby is woodworking. A sub hobby is Sketchup. A sub-sub hobby is ruby scripts. I do have small word documents describing the the use of the tools. And have some updates. Joel Hello,jhoutman I'm glad to see you back! And thanks for this very helpful plugin! When making boards - say shelf, it would be very handy to use simple expressions - width of the cabinet minus double thickness of the plywood. Also, a drop down list with most used names for the parts - top, bottom, back etc. in the "Input Board" window. Thanks in advance.
  • Question:small_icon = and large_icon= method of UI::Command

    3
    0 Szavazatok
    3 Hozzászólások
    396 Megtekintések
    J
    @tig said: I think it's because the path is taken relative to the path of the calling script's folder. Since script is in a folder that contains the images/... folder. then it is found OK... unless the script has been scrambled, in which case the relative path no longer works and you need to use the full path to the images.
  • SketchUp IDE?

    7
    0 Szavazatok
    7 Hozzászólások
    1k Megtekintések
    tbdT
    @martinrinehart said: Is that FreeMind? How do you get the thick lines? nope, it is MindManager let's start with a public file where we can gather the requirements and see what we will code - SURIDE req list. feel free to join in and post your wishes
  • The Bug from Hell, Redux

    4
    0 Szavazatok
    4 Hozzászólások
    344 Megtekintések
    M
    @msp_greg said: When writing a component stepper and a layer stepper, I had to escape () both single and double quotes everywhere ... Thanks! Bug gone.
  • Ruby Console woes

    17
    0 Szavazatok
    17 Hozzászólások
    1k Megtekintések
    J
    @martinrinehart said: Let's do something about this. Hello Martin, I knew enlightened minds like myself existed in SketchUp land, but just did not have the physical evidence until now. Well that's still only less than a handful of Python coders i have a count of... Myself, Greg, You, and a very interested fan tomot who stood by me last year through trials and tribulations and got nothing in return. And there where a few other seeming interested parties... (Sorry if i left anyone out) hmm, not enough to start the revolution, but it's a start nonetheless! But seriously, Python IDLE is a great yardstick to judge entry level IDE's on. If you like "fancy" IDE's, well you will be disappointed with IDLE. But IDLE is built for one thing, introducing noobies to the Python programming language in a very comfortable way. So we all know that a new multi-line interactive console is desperately needed. I can't see why SketchUp dev would not alow us to build this for them, and then they could throw it in the source distro. But we must get this into the core SketchUp release. If someone just releases another plug-in and that ugly Ruby console stays in SketchUp then we might all just as well download one of the already existing Ruby IDE's out there. But a real Ruby SUIDLE("swiddle" or "sweedle") OR SUIDE("sweede") would be a god send for everybody! And Taking IDLE's modular approach we could start simple and just add to our hearts desire! The current Python IDLE weighs in a 1.53MB but a lot of this can be trimmed. Only the most important features are really needed... Minimum Features -syntax highlighting -bracket matching Icing on the Cake -code completion -object browsing -smart indent -call tips -"your wish here" But most importantly this whole redundant cycle of the current Ruby scripting experiance is quite laborious. Here is a short script that describes the process in painstaking detail... from patience import * from meds import Prozac, Asperin rants = [ 'OMG!, not again!', 'rats, here we go again!', 'Somebody just shoot me already!', ] def lament(self); self.sanity -= 1 print random.choice(rants) def medicate(); self.swallow(Prozac, Asprin) count = 0 while self.sanity > 0; count += 1 if count % 5 == 0; self.medicate() self.write_or_tweak_code() try; su = SketchUp.open() try; su.test_script_functionality(); break except ScriptRuntimeError; self.lament() except ScriptLoadError; self.lament() finally; su.close() print 'Finally! \ It only took %d cycles to complete this task *sarcasm*' %(count) ...needs to go the way of the Dodo.
  • Binary to Ruby Archiver

    4
    0 Szavazatok
    4 Hozzászólások
    243 Megtekintések
    tbdT
    @jim said: Will need to consider including files and folders in the archive. you just need to add the complete path to the filename and a way to create/check for directories. easy
  • Subdivide and smooth missing right click options..

    5
    0 Szavazatok
    5 Hozzászólások
    525 Megtekintések
    marked001M
    right...that'd work... i'll just be more careful next time and keep the original safe and sound... first time really using the plugin for a project. thanks for the help.
  • WebDialog.new Documented

    11
    0 Szavazatok
    11 Hozzászólások
    2k Megtekintések
    M
    @jim said: Report Ruby bugs and Ruby documentation issues in this thread. Done. Thanks.
  • Throw exception when required file does not exist?

    3
    0 Szavazatok
    3 Hozzászólások
    305 Megtekintések
    J
    Ah! Thank you Adam. But I think I may just be being too lazy to check if the files exists...
  • EntitiesObserver.onContentsModified doesn't trigger

    3
    0 Szavazatok
    3 Hozzászólások
    1k Megtekintések
    thomthomT
    No - in fact, I've found this observer to be very volatile. http://forums.sketchucation.com/viewtopic.php?f=180&t=20676 I think that all the observers should be tested properly and an official bug report submitted to the tracking system to ensure they are accounted for and maybe even bump the issue. (I'm leaving for England for a week - so I won't have any time myself until afterwards. Maybe someone would like to start?)
  • Any plugin to select only ONE SIDE of a complex object?

    4
    0 Szavazatok
    4 Hozzászólások
    282 Megtekintések
    takesh hT
    Hide them! ...or soften them, then select a surface with a single click. [image: WeZH_Styles-1.jpg]
  • Chamfer 2D

    4
    0 Szavazatok
    4 Hozzászólások
    2k Megtekintések
    D
    Fredo and tig thank you very much for your time. It really is appreciated
  • Sutool 2010

    3
    0 Szavazatok
    3 Hozzászólások
    1k Megtekintések
    D
    No thanks, SUN no I was asking the plugins are SUTool 2010 = plugins organizer thanks for answering
  • New Plugin Packaging

    2
    0 Szavazatok
    2 Hozzászólások
    514 Megtekintések
    thomthomT
    Most plugins use the same convention - for a loading ruby and accompanying folder with support files zipped. The only variation is some of the commercial packages comes with installers so users don't have to locate the SU plugins folder. But then you need to make an installer for each OS. As for documentation - Fredo is a good example of well documented plugins.

Advertisement