sketchucation logo sketchucation
    • Login
    1. Home
    2. draftomatic
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 25
    • Posts 116
    • Groups 1

    draftomatic

    @draftomatic

    10
    Reputation
    1
    Profile views
    116
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    draftomatic Unfollow Follow
    registered-users

    Latest posts made by draftomatic

    • RE: Count faces by material?

      Thanks Dan.

      I'd be willing to bet that save_delete_material method doesn't actually search all the faces, only those in the top-level definitions. I had thomthom help me a long time ago to write a recursive function to iterate ALL the faces, so I think I'll piece this together from that...

      posted in Developers' Forum
      D
      draftomatic
    • Count faces by material?

      Hello everyone.

      Just wanted to ask if there's already a routine out there to count the faces in a model by material or material name. I can write it myself but I thought I'd ask if there's already a plugin that can do it since I just need it to debug a model.

      Thanks!

      EDIT: Let me clarify that it should get all entities, including those inside components (i.e. should look at every face in the entire model), and should also search upward for parent materials for faces that are nested in groups (i.e. if a face has the default material but its parent has the material in question, it should be counted). So it's a little tricky but still seems like something someone out there must have done before.

      posted in Developers' Forum
      D
      draftomatic
    • RE: API to Open Model Info Dialog?

      Thanks Dan, exactly what I needed.

      posted in Developers' Forum
      D
      draftomatic
    • API to Open Model Info Dialog?

      Hello everyone, it's been a while. I like the site redesign!

      I am wondering if there is a hook in the API to open the native Model Info dialog box, ideally with the geolocation page selected. My goal is to have a button on a toolbar that opens the geolocation page.

      Is this possible? Thanks.

      posted in Developers' Forum
      D
      draftomatic
    • Compression library options?

      I know this has been asked before about .zip, but is anyone using a compression library in a plugin?

      Most important thing here is that it's pure Ruby, i.e. ***does not depend on C-extensions!!!***. Any compression at all would be great, I don't care what the format is. It's for compressing XML.

      posted in Developers' Forum
      D
      draftomatic
    • RE: MR2 broke plugin during C extension require

      @thomthom said:

      Ah - did not notice this post... Don't have Vista at hand for testing...

      I was waiting for you to pick up on this lol... it's Vista!!!

      @thomthom said:

      Note that it can cause incompatible clashes. For instance if you bundle set.rb it will conflict with the Set class that ships with SU. And if some of the files you bundle modifies the core classes it could also cause clashes as SU ships with slightly modified core classes.

      That's a good point... What would you recommend? Should I try to eliminate those that clash from what I'm including with my plugin?

      posted in Developers' Forum
      D
      draftomatic
    • RE: MR2 broke plugin during C extension require

      FYI, all I did with my plugin is I packaged most of that Ruby installation in the above post with my plugin. I tried to trim most of the fat as there are source files etc. in there. Probably still left a huge amount in that doesn't need to be...

      Edit: I know I've made several post about this before, but I tried to do the same thing on Mac and I could never get a 1.8.5 that would work (I even tried compiling it but every version I could find after scouring the internet was missing the thread.so standard C extension. A sad story... we still don't have Mac support because of this >.< ).

      So anyway if you want to reproduce the error, just drop that installation into your \Plugins\Foo folder and try requiring openssl.so on Vista. As always you may want to adjust your $LOAD_PATH variable.

      posted in Developers' Forum
      D
      draftomatic
    • RE: MR2 broke plugin during C extension require

      Here's the troublesome .so file. Just rename it with a .so extension (Sketchucation wouldn't let me upload as .so) Although it might depend on others in the Ruby installation.

      This came straight from:

      Ruby 1.8.6 p287 One-Click Installer: http://rubyforge.org/frs/download.php/47082/ruby186-27_rc2.exe


      openssl.txt

      posted in Developers' Forum
      D
      draftomatic
    • RE: MR2 broke plugin during C extension require

      @thomthom said:

      Isn't it easier to just test on another machine? One with a clean SU installation. Then you can find out if it's a local issue or not.

      I have tried 4 machines with fresh installations - 1 XP, 2 Vista, 1 Win7.

      The two Vistas have the problem. The others don't.

      posted in Developers' Forum
      D
      draftomatic
    • RE: MR2 broke plugin during C extension require

      @dan rathbun said:

      As I did say it wasn't tested.

      Oh, I think it did was it was supposed to, except that maybe the chmod call didn't do anything. Not sure, but it did recurse the folders okay, so thanks for that! =D

      I may get a coworker to help me out with this later in the week since she knows more about chmod and permissions.

      posted in Developers' Forum
      D
      draftomatic