🚨 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
  • Sketchup2014 - undefined method `GetString'

    12
    0 Szavazatok
    12 Hozzászólások
    3k Megtekintések
    Dan RathbunD
    @frankn said: As far as using .GetString or [], does .GetString still work in 2014 so that it's compatible with older versions of Sketchup? Yes the renamed the getter method [], then aliased it as GetString.
  • How to add item to a menu created by another plugin

    6
    0 Szavazatok
    6 Hozzászólások
    412 Megtekintések
    ppoublanP
    @chris fullmer said: I do this with my plugins. They all get installed in a submenu called "CLF Tools" or something. This is what I would like to achieve. @chris fullmer said: It is possible because I know how to check to see if that submenu object exists. Then add to it if it does exist, or create it if it does not exist. Do not understand how you do this if the other plugin is not installed or not already loaded by SU ? But I will have a look at Edge to see if I understand how it works. Thanks for your answer Pascal
  • [Code] Set class fix v0.3.2

    9
    0 Szavazatok
    9 Hozzászólások
    2k Megtekintések
    tt_suT
    I would recommend using the Standard Library Set class over the one in SketchUp if you can. It's better features and much faster. We might be deprecating the Sketchup::Set class eventually. With the standard lib it doesn't make any sense for anything other than backward compatibility.
  • WebDialog and external Javascript Libraries

    3
    0 Szavazatok
    3 Hozzászólások
    302 Megtekintések
    tt_suT
    @bomastudio said: Hi all, I'm leraning to use Web Dialogs and Javascript. I would like to use an external Javascript Library, such as Threejs or Kineticjs. But in my Windows 7 64bit I have ie8. I'm planning to install ie11. Any warning? Note that embedded IE is much more conservative than the browser version. If you want to make the webdialog use the new features you need to include a META tag in your HTML header: https://github.com/thomthom/sketchup-webdialogs-the-lost-manual/wiki/Doctype---Quirks-vs-Standard-vs-Superstandard <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
  • New things in the API (sketchup 2014)

    7
    0 Szavazatok
    7 Hozzászólások
    533 Megtekintések
    tt_suT
    @dacastror said: think there had never been so many changes and corrections in a single version! And we're just getting warmed up!
  • [News] Ruby 2.0.0 Released

    14
    0 Szavazatok
    14 Hozzászólások
    1k Megtekintések
    tt_suT
    @pomelo3d said: a question. For me, as a user of sketchup, are the advantages of ruby 2.0 That plugin can be created with ruby 2.0? It means that developers of plugins have a newer platform with better features to develop for. The inclusion of the standard library is probably bigger than the version bump - but again this is first and foremost benefits for the developer. The immediate advantage for the end user is that Ruby 2.0 finally support handling files with non-english characters - which was a big limitation. This also meant we finally could move the Plugins folder out of Program Files and avoid permission problems which haunted us and users. Oh, and Ruby 2.0 is supposedly faster - though we've not tested this our self.
  • SU2014 - can't load EventRelay.dll

    5
    0 Szavazatok
    5 Hozzászólások
    1k Megtekintések
    A
    SU2014 supports StandardLibrary, which supports fiddle. You could use it to export DLL functions.
  • Getting Started with Sketchup's SDK

    10
    0 Szavazatok
    10 Hozzászólások
    3k Megtekintések
    J
    See also https://sites.google.com/site/sketchuptogcode/ http://sketchucation.com/forums/viewtopic.php?t=49346 http://sketchucation.com/forums/viewtopic.php?f=323%26amp;t=45496 http://phlatforum.com/xenforo/#sketchucam.8 http://cncutil.org/
  • Want new tool: Select through transparent face

    11
    0 Szavazatok
    11 Hozzászólások
    928 Megtekintések
    A
    There is also an approach without making changes to entities: One could also use a repeated raytest, and let it pass through all faces whose material has an alpha value lower than a threshold, or a texture whose filename endswith "png" (however, scripters can not determine which texture pixels are transparent). Then the last face would be added to the selection.
  • Detecting active model switches on OS X

    12
    0 Szavazatok
    12 Hozzászólások
    722 Megtekintések
    pistepilviP
    @dan rathbun said: Attach a model observer and provide onDeleteModel and onEraseAll callbacks that output something to the console. Thanks again! onEraseAll does fire on Windows when opening another model, but not on OS X unfortunately. Interestingly enough, I also can't get it to fire on erasing all objects. onDeleteModel doesn't seem to ever trigger. I'll focus on other issues for now, this one can wait.
  • Model2GCode - who would like to continue?

    4
    0 Szavazatok
    4 Hozzászólások
    785 Megtekintések
    J
    I made a Bitbucket repo for this code before the Model2Gcode site went offline. My intention is only to preserve the code. https://bitbucket.org/jimfoltz/model2gcode
  • Tool usability

    16
    0 Szavazatok
    16 Hozzászólások
    1k Megtekintések
    G
    Here is a video on making a bifold door http://www.youtube.com/watch?v=oJkfzj9epI4
  • Inputbox too narrow

    12
    0 Szavazatok
    12 Hozzászólások
    698 Megtekintések
    G
    I've now made a simple video of the door maker. http://www.youtube.com/watch?v=vBeug0CTA7k
  • Name of the top parent

    7
    0 Szavazatok
    7 Hozzászólások
    460 Megtekintések
    G
    @tt_su said: ...What is it you are making? What is the goal you are trying to achieve? I wanna make it [image: dQfl_report.jpg]
  • A few newbie questions...

    12
    0 Szavazatok
    12 Hozzászólások
    609 Megtekintések
    Dan RathbunD
    And depending upon version, either the relative or absolute path, or both script path(s), (sometimes downcased,) were pushed into the $LOADED_FEATURES array. Sometimes we need a table to keep track of things like this from version to version.
  • Atributes size

    16
    0 Szavazatok
    16 Hozzászólások
    783 Megtekintések
    Dan RathbunD
    It is OK, goga. We love a good debate!
  • Between different Macs plugin works and doesn't work

    48
    0 Szavazatok
    48 Hozzászólások
    3k Megtekintések
    S
    So the Alert shows that it caught the error, but evidently I don't know how to read out the message. BTW, I added that "Hello!" just because a blank dialog leaves me wondering if anything happened. Steve
  • How to get info from a face

    5
    0 Szavazatok
    5 Hozzászólások
    361 Megtekintések
    tt_suT
    @d0n said: Thanks which function should i look at if i want to get all the vertices of the face? http://www.sketchup.com/intl/en/developer/docs/ourdoc/face.php#vertices
  • Ruby script to output outer face loop?

    20
    0 Szavazatok
    20 Hozzászólások
    3k Megtekintések
    tt_suT
    face.outer_loop returns a Loop object. Loop object will return vertices in order and it will return EdgeUse objects in order. If you have an Edge and want to figure out it's direction in relationship with a face you must use edge.reversed_in?(face).
  • How to create the pulldown menu for DC

    6
    0 Szavazatok
    6 Hozzászólások
    370 Megtekintések
    G
    @jim said: You have an extra space in this line: ang_def.set_attribute 'dynamic_attributes','_test_options[highlight=#ff0000:169f3gnp]_[/highlight:169f3gnp]','&yes=yes&no=no' Yes, thanks! All has earned.

Advertisement