Sketchucation Tools 5.0.7 | Licensing improvements and bug fixes Learn More

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
  • Custom selection tool

    7
    0 Szavazatok
    7 Hozzászólások
    424 Megtekintések
    A
    @sdmitch said: Using the BoundingBox certainly works as long as the selection box is not rotated which will cause BoundingBox to be much larger than the selection box. I see no reason why the selection process should be any slower on a curved surface. It should only matter how many total entities there are in the model. Yea. That is the same thing I'm confused about as well. Unless SU has a way of selecting the cylindrical surface as one unit or a collection rather than add each face of the curved surface one after the other(which is what my code does). Also, all my conditionals could be slowing things down as well. The selection box is axis aligned, so the they bounding box and the selection box should pretty much be the same size.
  • Texture overlay on selection

    18
    0 Szavazatok
    18 Hozzászólások
    883 Megtekintések
    A
    @dan rathbun said: What platform is this for? PC or Mac ? This is for the PC.
  • Using Netbeans as IDE for SketchUp

    2
    0 Szavazatok
    2 Hozzászólások
    341 Megtekintések
    J
    @gwd said: At Basecamp the people of 3skeng showed a way to connect netbeans to sketchup for using it as full working IDE for SU.Does somebody knows how to do it? Hi Guy, 3skeng could have their own internal solution, you would need to ask them. There is a possible way using TBD's "bridge" plugin. You would need to configure netbeans to execute the buffer using the sub.exe file in bridge. This is a Windows plugin and I see your profile says Mac so you may be out of luck. http://labs.plugins.ro/
  • Get the Click-Style via the Ruby API?

    15
    0 Szavazatok
    15 Hozzászólások
    1k Megtekintések
    L
    @dan rathbun said: And BTW shell commands are done with Kernel.` (backquote character) see http://phrogz.net/ProgrammingRuby/ref_m_kernel.html#Kernel._bq still a cmd window... ex:ipconfig /all
  • Making a SketchUp game named "Resballiza"

    27
    0 Szavazatok
    27 Hozzászólások
    3k Megtekintések
    renderizaR
    @chris fullmer said: Hey, great job! It looks great! Chris Chris thank you very much! Video Update #3 http://www.youtube.com/watch?v=RTuhPfFGl9Y&feature=plcp To download the latest SketchUp game version go here; https://www.dropbox.com/sh/w9m7du0fnhkgwv0/bIqndmMs1S Thanks
  • [Code] position of texture pins

    16
    0 Szavazatok
    16 Hozzászólások
    5k Megtekintések
    renderizaR
    I am so frustrated that I don’t possess the knowledge yet to understand most of this discussion. Correct me if I am wrong but could this code make animating textures possible? If so I am very interested in trying to figure how I can do this myself.
  • Intersecting Hollow Objects using intersect_with

    12
    0 Szavazatok
    12 Hozzászólások
    1k Megtekintések
    TIGT
    There's BoolTools http://www.Smustard.com, for just $10... There's also Oscarlok's Boolean ODCoolean toolset, in the Plugins Index, which is free... http://sketchucation.com/forums/viewtopic.php?p=112055#p112055 These both replicate several of the solid tools in Free that are available only in Pro...
  • Duplicate Faces?

    10
    0 Szavazatok
    10 Hozzászólások
    1k Megtekintések
    J
    @thomthom said: @jasef said: Awesome gents, make_unique solved it. What about ComponentInstances? I hope you're not making them uniqe - as I doubt the user will be expecting that - or be happy to see that happening... No, just Groups.
  • Trying to hunt down elusive developers

    7
    0 Szavazatok
    7 Hozzászólások
    441 Megtekintések
    thomthomT
  • Using the Cancel btn, to return to previous menu?

    22
    0 Szavazatok
    22 Hozzászólások
    1k Megtekintések
    T
    Thanks TIG: I would never have been able to figure out the self.run routine on my own!
  • Learning Modern 3D Graphics Programming

    2
    0 Szavazatok
    2 Hozzászólások
    382 Megtekintések
    A
  • [API] Edge.other_vertex unexpected return value

    4
    0 Szavazatok
    4 Hozzászólások
    165 Megtekintések
    thomthomT
    Aye! If you are dealing with vertices, and you create a bug where you mix up your vertex references you might not notice it immediately as this method happily returns the first vertex in the edge which isn't the one pass in the argument. Garbage in - garbage out.
  • Help Understanding Classes and Class objects

    30
    0 Szavazatok
    30 Hozzászólások
    2k Megtekintések
    P
    @dan rathbun said: Bookmark that page. Done, thanks for the link. I remember doing the tutorials when DC's first came out but have forgotton the majority of what I learned so I guess I will be spending some time there first.
  • Copy along a path plugin

    13
    0 Szavazatok
    13 Hozzászólások
    10k Megtekintések
    T
    thx a lot
  • Intersect this?

    8
    0 Szavazatok
    8 Hozzászólások
    510 Megtekintések
    J
    It worked for me after I moved it all to another place in the space, randomly , not specifically to any place . I thought it could give you a clue . Thanks for answering .
  • Using default sketchup materials with Ruby API

    4
    0 Szavazatok
    4 Hozzászólások
    2k Megtekintések
    S
    This code works for me: model = Sketchup.active_model materials=model.materials Adds a material as an in model material m = materials.add "Test Color" begin Returns nil if not successful, path if successful path=Sketchup.find_support_file "1.jpg","\Plugins\" # m.texture = "1.jpg" m.texture = path m.texture.size = 666 rescue UI.messagebox $!.message end
  • [Code] Transforming in custom coordinate systems

    3
    0 Szavazatok
    3 Hozzászólások
    256 Megtekintések
    thomthomT
    Glad it helped. I spend a loong time on that - I just couldn't warp my head around what was going on. The key was the quote from the Wiki article. Everything makes so much more sense now. Figured I'd post it here to remind myself.
  • Question about developing plugin to automate functions

    5
    0 Szavazatok
    5 Hozzászólások
    200 Megtekintések
    Dan RathbunD
    It sounds more like you want to create a tool. See the UI::Tool class in the API. Then read through and understand the "linetool.rb" script in the "Plugins/Examples" directory. Keep in mind that scripting within a GUI application's process, is event-driven programming, not a linear sequential exercise. You write a class with callback methods, that the application calls, in response to UI input, mouse movements, key presses, etc., from the user.
  • [Js] Getting and verifying a class attribute setting

    10
    0 Szavazatok
    10 Hozzászólások
    313 Megtekintések
    thomthomT
    @dan rathbun said: Can I use a selector path like in CSS? Exactly! @dan rathbun said: OK so what does it return if nothing found ?? null ? http://api.jquery.com/jQuery/ @unknownuser said: If no elements match the provided selector, the new jQuery object is "empty"; that is, it contains no elements and has .length property of 0. <span class="syntaxdefault"><br />&nbsp;&nbsp;&nbsp;&nbsp;</span><span class="syntaxkeyword">if&nbsp;(&nbsp;$(</span><span class="syntaxstring">'body#someid'</span><span class="syntaxkeyword">).</span><span class="syntaxdefault">length&nbsp;</span><span class="syntaxkeyword">>&nbsp;</span><span class="syntaxdefault">0&nbsp;</span><span class="syntaxkeyword">)&nbsp;{<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;</span><span class="syntaxdefault"></span>
  • [Js] How to specify multi-line String literals ??

    5
    0 Szavazatok
    5 Hozzászólások
    212 Megtekintések
    Dan RathbunD
    I thot maybe a <![CDATA[ block, but the editor lexer does not indicate it will work.

Advertisement