🚨 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
  • Get materials from definition (through file operation).

    9
    0 Szavazatok
    9 Hozzászólások
    339 Megtekintések
    jolranJ
    @unknownuser said: OK.. then why not ALSO have a premade collection of Materials in a "plugins/folder/materials" directory ? Might be better to grab the materials from components in this case. The idea is that the end user should be able to add new components to that folder and everything updates. Anyway, I "sort of" have it working already now with option 3 (wich was pointed out earlier). Thanks for the suggestion.
  • Identification method

    7
    0 Szavazatok
    7 Hozzászólások
    295 Megtekintések
    Dan RathbunD
    (1) Please go to the User Control Panel and fill in the statistics so we can better know about your level and use of SketchUp. (2) Follow the Guide to learn standard Ruby basics, then simple SketchUp Ruby projects, before attempting advanced projects. If you are attempting to program manifold solid features with or for the SketchUp Free edition, then you will need to be a very advanced programmer. Look at the code that others have done in this area first. (It can save you a lot of time.)
  • SourceTree Git Client for Window - Beta Signup

    4
    0 Szavazatok
    4 Hozzászólások
    374 Megtekintések
    thomthomT
    Aye.
  • [Code] Quick Reference Card in a WebDialog

    15
    0 Szavazatok
    15 Hozzászólások
    1k Megtekintések
    S
    @driven said: @slbaumgartner said: John, do you have a custom WebKit installed? Or some kind of PDF viewer plugin? Are you insinuating that I may have tampered with my SU instal;) I have the standard WebKit SU WebDialog doesn't seem to use Safari's WebKit built-in PDF — from file “”. MIME Type Description Extensions application/pdf Portable Document Format pdf but instead seems to be using Adobe Acrobat and Reader Plug-in Adobe Acrobat and Reader Plug-in for Web Browsers, Version 9.5.2 — from file “AdobePDFViewer.plugin”. Nice plugin scanner, John! I got Adobe Acrobat and Reader Plug-in for Web Browsers, Version 9.0.0 — from file “AdobePDFViewer.plugin”. So maybe there's a version sensitivity involved? In any case, it seems to support Dan's feeling that PDF display via WebDialog is not reliable from machine to machine.. Steve
  • Save dialog causes bug splat

    3
    0 Szavazatok
    3 Hozzászólások
    147 Megtekintések
    thomthomT
    Does it happen if you have only your plugin loaded?
  • Stop SketchUp from asking to save file before closing?

    7
    0 Szavazatok
    7 Hozzászólások
    485 Megtekintések
    renderizaR
    Thank you so much...This solved my problem! The one I am using is your second suggestion since the revert method didn't produce what I wanted. The time it takes to save is not much so I am happy. Again thanks!
  • Make Save and Saveas toolbar

    4
    0 Szavazatok
    4 Hozzászólások
    281 Megtekintések
    renderizaR
    Just in case here was a discussion about this topic I happened to find. https://groups.google.com/forum/#!msg/sketchupruby/ymKyqD_nxBU/AczVTLjFld4J
  • Small console error?

    2
    0 Szavazatok
    2 Hozzászólások
    134 Megtekintések
    thomthomT
    It's an debug message from V-Ray for SketchUp.
  • How to make a frame/dialog/window always on top?

    23
    0 Szavazatok
    23 Hozzászólások
    3k Megtekintések
    A
    @alexmojaki said: Incidentally, I haven't tested any of this on Windows yet, so we'll see what happens when I try there. This might not be over yet. Aaaand...I'm back! Indeed, this solution doesn't really work on Windows, because as soon as window.blur() is called, it doesn't just remove focus from the dialog, but from the whole Sketchup application! Sketchup goes into the background, yet somehow it is the window that is open according to the taskbar, and if you click on it in the taskbar to try and reopen it it minimises it.
  • Ruby get slope of a surface

    8
    0 Szavazatok
    8 Hozzászólások
    570 Megtekintések
    Dan RathbunD
    Are you still using SketchUp 6 Pro ? There was a bug in the Geom::Vector3d#angle_between() method that was fixed sometime in the 7.x branch.
  • Pushing and popping a tool works in many but not all cases

    5
    0 Szavazatok
    5 Hozzászólások
    254 Megtekintések
    Y
    I've decided to abandon the tool route. By running outside the tool stack I am able to change the view asynchronously, so the user can navigate without having to explicitly invoke or change tool modes. It's a much more fluid experience, and with the exception of a few minor cases that I think I can work around, it doesn't disrupt tool operation. Thank you for the useful tips, everyone. This is a really fantastic forum!
  • Using mysql in plugin sketchup

    7
    0 Szavazatok
    7 Hozzászólások
    482 Megtekintések
    Dan RathbunD
    A component is a skp file that is loaded into SketchUp, from either a local directory (treated as a library,) or from a remote website. Encapsulting skp files within another file container just adds unneeded complexity. If you wish you CAN have a database that keeps track of the directory of components.
  • Best way to save variabls in an ini

    11
    0 Szavazatok
    11 Hozzászólások
    2k Megtekintések
    D
    @tig said: If the text is 'fixed', but occasionally editable by the user to customize settings, then a file named 'Gcode.ini' could be kept with the .RB file: the user edits that and your code reads its contents as it loads. The text is 'fixed' for a single 3D printer. But one user mey have more then one printer. @aerilius said: but load evals in the top level namespace, so you would have to use constants like DFI1::GCode::File_header to access you plugin's namespace (no local variables, no global variables). Well, I put the load File.join(File.dirname(FILE),'Gcode.ini') inside the class GcodeExporter - and it works - no need for "::" just use the constants. That doesn't mean it is good practice nor that it will work in future versions of sketchup but - 1)it works. 2) it is very simple 3) it gets the job done quickly
  • What defines an identity transformation?

    17
    0 Szavazatok
    17 Hozzászólások
    609 Megtekintések
    Dan RathbunD
    Which also leads to the conclusion that the Geom::Transformation class needs a properly overriden comparison methods <=>(), ==(), and eql?() ...
  • Move Vertices to Whole Number Coords?

    3
    0 Szavazatok
    3 Hozzászólások
    346 Megtekintések
    J
    @dan rathbun said: My 1st advice.. do not use the SketchUp API's Set class (because it's a thin wrapper around a C++ collection,) and you cannot be sure of the order of it's elements, especially if you will be sync'ing to another Ruby-side collection such as an Array. Yeah, that seemed to be the problem - Sets are not ordered. Thanks Dan.
  • Finding start and end point of a component

    4
    0 Szavazatok
    4 Hozzászólások
    248 Megtekintések
    D
    This @tig said: (pt1.transform!(tr) and pt2.transform!(tr)) worked very nicely. Thank you.
  • Turning a selection into a face?

    40
    0 Szavazatok
    40 Hozzászólások
    2k Megtekintések
    T
    With thanks again to the 3 Ruby Amigos I will work on implementing your suggestions this weekend.
  • AppleScript, Ruby, Threads and Unix... help!!!

    3
    0 Szavazatok
    3 Hozzászólások
    305 Megtekintések
    D
    Cheers Dan, I'm sure a timer before but will revisit... for the moment a couple of us have highjacked Jeffs thread, to work a few thing out... I'll post some bits back here when there usable... john
  • WebDialogs, &quot;skp:&quot;, and Windows 8/IE 10?

    8
    0 Szavazatok
    8 Hozzászólások
    660 Megtekintések
    thomthomT
    @jasef said: Dan, we tried WebDialog.allow_actions_from_host() with no luck so far. Correction: this is not an IE10 issue; Win 8 uses IE10 as the default browser, but SketchUp is using IE7 for web dialogs: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; WOW64; Trident/6.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729) Google-SketchUp/8.0 (PC) The rules for picking doctype (and hence render engine) is different for embedded IE than browser IE. It's much more conservative in order to preserve application compatibilities. To force WebDialogs to use the latest render mode use the X-UA-Compatible META element. <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
  • Running Ruby code in a web browser

    6
    0 Szavazatok
    6 Hozzászólások
    630 Megtekintések
    Dan RathbunD
    @aerilius said: Maybe there is a way to compile Ruby code directly into JavaScript (without the detour over a slow virtualized Ruby interpreter in JS). @unknownuser said: (http://en.wikipedia.org/wiki/RubyJS)":a0zse4if]RubyJS is a port of Google Web Toolkit to the Ruby programming language. RubyJS trans-compiles Ruby source code to JavaScript, which allows running client-side applications in a web browser.

Advertisement