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

    Topics

    • BurkhardB

      Maxwell Licenses to sell

      Watching Ignoring Scheduled Pinned Locked Moved Extensions & Applications Discussions extensions
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • BurkhardB

      Component edit window...

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      2
      0 Votes
      2 Posts
      480 Views
      JQLJ
      These should be adapted to, instead of openning a temp file, open the "save as" file if one exists. Otherwise it's a fine idea.
    • BurkhardB

      Twilight in Deutsch

      Watching Ignoring Scheduled Pinned Locked Moved Deutsch
      5
      0 Votes
      5 Posts
      13k Views
      K
      Gekauft installiert und über deutsche Bearbeitung gefreut DANKE
    • BurkhardB

      Ein frohes Weihnachtsfest

      Watching Ignoring Scheduled Pinned Locked Moved Deutsch
      2
      0 Votes
      2 Posts
      7k Views
      A
      das wünsch ich auch allen sketchupern. ich hab jetzt jedenfalls den streß hinter mir. ein besinnliches weihnachten und einen guten rutsch ins neue jahr. achim!
    • BurkhardB

      [Solved] Faceted in Keyshot

      Watching Ignoring Scheduled Pinned Locked Moved Extensions & Applications Discussions extensions
      10
      0 Votes
      10 Posts
      3k Views
      BurkhardB
      Regrouping and reducing nested Groups did the trick.
    • BurkhardB

      SU 2013 umsteigen oder nicht?

      Watching Ignoring Scheduled Pinned Locked Moved Deutsch
      26
      0 Votes
      26 Posts
      11k Views
      eevaE
      Nein, hat leider keinen Einfluss.
    • BurkhardB

      Quadro2000 issue

      Watching Ignoring Scheduled Pinned Locked Moved Hardware, Software & Gadgets
      8
      0 Votes
      8 Posts
      1k Views
      KrisidiousK
      I was hoping that you would be on 2013 and it would be a driver issue that might be fixed with new Nvidia drivers.
    • BurkhardB

      [Problem] Extrude Tools

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      10
      0 Votes
      10 Posts
      441 Views
      TIGT
      Some combinations of profiles/rails can be resolved to four sided mesh faces. Coplanar triangulating lines are not needed and so they can be deleted. BUT a slight adjustment of one of the curves might throw this off kilter and then all facets must be left as triangles to maintain the surface... It's simple geometry
    • BurkhardB

      Manifold Solid

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      6
      0 Votes
      6 Posts
      488 Views
      daleD
      thomthom's "solid inspector" ruby is a great help in finding all those loose ends
    • BurkhardB

      Load Toolbars

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      7
      0 Votes
      7 Posts
      236 Views
      Dan RathbunD
      @burkhard said: Found a workaround. It needs to be refresh, ... So, if a Toolbar is not loaded, it works after refresh the hash. The Toolbar WAS loaded, but UI::Toolbar references are NOT automatically added into the custom User::ToolbarSet hash. SO.. I created the UI::Toolbar.refresh() method to find any new toolbars (created after the hash was populated,) and add them. I WILL NOT modify the API's UI::Toolbar class constructor method, in a public script, because I feel it is a violation of the API Terms of Use. BUT perhaps we can modify the User::ToolbarSet hash's [] method's error Proc, so that it refreshes the hash automatically. See: http://sketchucation.com/forums/viewtopic.php?f=180&t=51432&p=466742#p466742
    • BurkhardB

      Sketchup send action for paste..

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      6
      0 Votes
      6 Posts
      523 Views
      TIGT
      BUT since there is no ability to change the active-context through the API then paste-in-place is pointless... If you Cut or Copy then Paste with send_action it's sine because the original selected object and the newly copied/cut then-pasted one are in the same context, and the user gets the copy on their cursor to place manually. But let's assume there were a seemingly usable Paste_In_Place send_action available through the API, how would it be of any use ? Say you are in the the model and want to Cut an object, open a Group and then do a Paste_In_Place on the object inside the Group. In the API you can Cut it. BUT you are now stuck as you can't open the Groups context. Paste_In_Paste will simple place the object back where it was, in the current context !!! There IS a way to replicate all of this 'in code'... BUT your Ruby_Cut and Ruby_Paste_In_Place into another 'container' custom code needs to make a group of the selected objects, then find that group's definition and then use container.entities.add_instance(defn, trans) on the other container's entities context, applying the container's transformation onto it [with a .inverse ? I write this 'off-the-cuff'], so that it's kept 'in_place'. Once that is done you explode that newly added group inside the container, then finally you erase the original group so the selection appears to have been cut and pasted_in_place into the other container... If you mimic a Ruby_Copy and Ruby_Paste_In_Place it's similar... except on completion you also explode the original group rather than erasing it, and in that way the selection appears to have been copied and pasted_in_place into the other container...
    • BurkhardB

      New order for toolbars

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      2
      0 Votes
      2 Posts
      121 Views
      Dan RathbunD
      You can access toolbars by their name, if you load them into a hash. See: [ Code ] User::ToolbarSet collection
    • BurkhardB

      Need help with a Max file

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      2
      0 Votes
      2 Posts
      116 Views
      soloS
      Send to me.
    • BurkhardB

      Stool: How to...

      Watching Ignoring Scheduled Pinned Locked Moved Organic Modelling
      10
      0 Votes
      10 Posts
      9k Views
      utilerU
      @rich o brien said: Some tweaks.... [attachment=0:1id98krc]<!-- ia0 -->PickPic 2.png<!-- ia0 -->[/attachment:1id98krc] Rcih, did you use FAK there?
    • BurkhardB

      Delete hidden components

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      7
      0 Votes
      7 Posts
      5k Views
      M
      Hi Guys, I'm trying to do similar. Is there a way to write a script that could delete all items that get called in outliner per search term. I am trying to clean up a model for rendering provided by a client. The file has every bathroom, sink, door, light, etc for thousands of apartments. Unless I explode everything I have to delete by each level I have managed to separate everything into. Currently I have to go through each definition X each building X each level. Each time I select and delete it takes like 5 minutes. I have already spent a day doing this. It's getting really tedious. [image: yEC5_Capture.JPG]
    • BurkhardB

      Shop order

      Watching Ignoring Scheduled Pinned Locked Moved Corner Bar
      5
      0 Votes
      5 Posts
      127 Views
      BurkhardB
      Will see
    • BurkhardB

      Operating System

      Watching Ignoring Scheduled Pinned Locked Moved Ideas Box & Board Issues
      2
      0 Votes
      2 Posts
      6k Views
      A
      ...in the profile information. I agree! What about using a combo box (a text field with dropdown) so people can choose from a list or fill it in if the list is too limited.
    • BurkhardB

      Updates von Plugin in Deutsch

      Watching Ignoring Scheduled Pinned Locked Moved Deutsch
      13
      0 Votes
      13 Posts
      8k Views
      jo-keJ
      Des iss awwer schää
    • BurkhardB

      [request] Start Sketchup with activated Plugin

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      4
      0 Votes
      4 Posts
      239 Views
      BurkhardB
      Thanks TIG. No need for me to explain this since I'm not a coder and this is all mystical for me. It was a question in general for an idea a client have. If they want me to realize, I will take a look for someone with professional background. Btw. I saw in the API the values for send_action. But, is there a list of AutomationID available? ( like save 57603 )
    • BurkhardB

      [solved] Material causes Bugsplat

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Components, Materials & Styles sketchup
      24
      0 Votes
      24 Posts
      8k Views
      R
      Ok I also had the same problem as the Burkhard, this time with Jasons sketchup materials for arroway which also has maxwell attributes. I fixed the problem by disabling SUPodium. If i re-enable SUPodium without any other plugins crashes return. I am using 32 bit SU8.0168 on a 64 bit Windows 7 and SUPodium V2.
    • 1 / 1