[Plugin] bim-tools 0.13.4(june 22, 2015)
-
Thanks Dan!
-
@dan rathbun said:
YES. For maximum cross-platform compatibility set Notepad++ defaults for .rb files to "UTF8 without BOM (ANSI as UTF8)" with UNIX end of line chars.
Why UNIX EOL?
-
@thomthom said:
@dan rathbun said:
YES. For maximum cross-platform compatibility ... with UNIX end of line chars.
Why UNIX EOL?
Well do you really want to have to distribute your plugins in two editions, one with Mac EOLs and one with DOS/Windows EOLs ?Remember that Ruby was developed on Unix-like systems, and loves UNIX EOLs. MS Windows hates files with Mac EOLs. The Mac OSX descends from BSD Linux, so has no problem with UNIX EOLs, and I'm not sure about DOS/Windows EOLS.
It makes sense to set your code editor's default EOL to something that both platforms can read without problems.
-
I have written all my plugins with Windows EOL (CR+LF) and I've never had any problems using them on OSX due to EOL.
-
EOL and BOM seem as different things, other than they are probably both part of the used UTF format(microsoft or Unix).
Is that correct? -
@brewsky said:
EOL and BOM seem as different things, other than they are probably both part of the used UTF format(microsoft or Unix).
Is that correct?EOL is just End Of Line characters - used in any encoding. But there are different mutations.
BOM is a Unicode feature indicating the endianness of the current Unicode encoding.
-
Hi Jan,
somehow I must have forgotten to click on a "follow this post button",
I thought this would go automatically
so it is only now I see your prompt reactions, folks, sorry for that !!
and thanks to allfirst I tried installing the new version using Thomthom's installer directly over the old one
same error resultnext I first deleted the bim tools folder before reinstalling, again with Thomthom's installer
errors eliminated as far as Bim tools is concernedthanks
Frank
@brewsky said:
@hygicell said:
when starting sketchup after installing BIM tools I get an error
Hi Frank!
Can you give this version a try?
I removed the offending file , see if it helps...
[attachment=0:1h3u0vc0]<!-- ia0 -->bim-tools-0.12.1.zip<!-- ia0 -->[/attachment:1h3u0vc0]Cheers!
Jan -
-
@brewsky said:
Or place self-cutting components! http://support.google.com/sketchup/bin/answer.py?hl=en&answer=114533
I've tried many times to create self-cutting components, but it never ever works. Have followed every single step to the letter in the instructions, but components refuse to cut through single surfaces.
Anyone else having this problem? I'm running Sketchup Pro v8.0.14346...
Joel
-
@ludnid said:
Removing the recent installations found bim tools to be the culprit . Does anyone have the same problem?
I have changed a few things in an attempt to prevent the crashes you experienced.
I have added a new button that enables/disables all observers(which I believe to be the problem).I hope you can try this new version(0.12.2) to see if it's fixed, especially when you put it in "manual-mode"(top-left button=red).
And thanks for reporting the problem!
-
@ivreich said:
I've tried many times to create self-cutting components, but it never ever works.
The most simple example to see it work is to draw a big square face(this is the "wall") and inside draw a small square(the "window").
Then select the window-face including it's edges, then right-click --> make component. Now all the options for a cutting component are set automatically(because the face is actually already "cutting").If you remove the window-face(keep the outer edges, they will cut the hole!), now if you close the component you should have a hole in the wall!
-
Thanks for your work!! It's awesome!
-
Brewaky,
It's been a while since I test your plugin. It has improved a lot! The interface is looking good and uncluttered and seems practical. However the plugin does not seem to fit to real use yet.
Are you still aiming at that or have you stopped developing it?
The things I find difficult to handle are the following:
-
The plugin is great in defining thickness for any kind of geometry I throw at it. This for itself would be a great addition to Sketchup if only the remove BIM Properties button would do that. The problem is that, when I remove those properties, somethings still remain there and mess with the model later. Sometimes it creates a bugsplat, sometimes it shows new geometry. Would it be possible to remove everything and keep only the groups the plugin created?
-
Sometimes when changing wall thickness Sketchup simply crashes;
-
When one applies different materials to the inner and outer faces, they disappear if you insert a window or redefine thickness;
-
When inserting a window it correctly creates the opening with thickness. However if one wants to define a different opening inside and outside, the best way to do that would be by inserting the opening in the inner wall in a process similar as the one shown in the next link:
http://sketchucation.com/resources/tutorials/36-intermediate/321-window-cut-hole-thick-wall
The problem is, if you insert any kind of component on the inner wall, it will soon disappear in the workflow and lead to a bugsplat in the long run.
If you want I can submit you some models for examples of what I am trying to tell you about.
Keep up the good work!
-
-
@jql said:
Are you still aiming at that or have you stopped developing it?
Yeah, I'm still working on it! Thanks for taking the time to point these things out.
I got a bit sidetracked for the last... couple of months I guess. I have been working on a very cool new feature, but I can't get it to work the way I want yet.@jql said:
The things I find difficult to handle are the following:
- The plugin is great in defining thickness for any kind of geometry I throw at it. This for itself would be a great addition to Sketchup if only the remove BIM Properties button would do that. The problem is that, when I remove those properties, somethings still remain there and mess with the model later. Sometimes it creates a bugsplat, sometimes it shows new geometry.
I will do some tests on the remove BIM properties button. I didn't notice it's leaving properties behind, and it should not be hard to fix this.
@jql said:
Would it be possible to remove everything and keep only the groups the plugin created?
I have been thinking about this myself too, it would be a useful option to "just" generate geometry. If you(or someone else) have a good suggestion on how to add this to the interface without making it too cluttered or complicated I will add this. I could for example make a pop-up that makes you choose what properties to remove, but I am reluctant to add too many steps to the process.
@jql said:
- Sometimes when changing wall thickness Sketchup simply crashes;
I'm aware of this and this is probably the biggest problem at this moment. It makes the plugin difficult to use. I added the option to disable automatic updating of geometry(mostly to prevent it from interfering with other plugins). When this is disabled I get no crashes, If you do, please let me know!
The downside is then you have to update every object manually, and I think the most fun thing of the plugin is that it automatically updates the geometry after modifying the source-faces.
The observers I have used for this still seem to cause bugsplats, although much less frequently as they did at first. I will have to work around these observers but that may make editing less "smooth".@jql said:
- When one applies different materials to the inner and outer faces, they disappear if you insert a window or redefine thickness;
I will have to test this, I will come back to you on this one.
@jql said:
- When inserting a window it correctly creates the opening with thickness. However if one wants to define a different opening inside and outside, the best way to do that would be by inserting the opening in the inner wall in a process similar as the one shown in the next link:
http://sketchucation.com/resources/tutorials/36-intermediate/321-window-cut-hole-thick-wall
The problem is, if you insert any kind of component on the inner wall, it will soon disappear in the workflow and lead to a bugsplat in the long run.
I think the new feature I have been working on would be great to solve this, but this will take some more time because I intend to pick up the problems you have pointed out first.
@jql said:
If you want I can submit you some models for examples of what I am trying to tell you about.
I let you know if I have trouble re-creating the errors!
Is there anyone out there using this plugin for creating IFC-files? That's what I have been mostly using it for lately, I can create shapes with it that are not easy in our CAD/BIM-software...
I have also been working on a connection with THE BIM server (http://bimserver.org), I was wondering if anyone is interested in that... -
@jql said:
However if one wants to define a different opening inside and outside
What about(for now) putting the profiled wall "caps" into the cutting window component? I know it does not(yet) hide the lines where the profile meets the wall, but that's something I could easily fix.
Check out the attached image and demo file(I roughly borrowed the window shape from ThomThom, because it nicely illustrates a complex profile).
window.skp@jql said:
When one applies different materials to the inner and outer faces, they disappear if you insert a window or redefine thickness;
I'm unable to reproduce this one, and also have not yet been able to crash SketchUp, but I will try some more(and bigger) models.
@jql said:
If you want I can submit you some models for examples of what I am trying to tell you about.
Yes, I do like to see these models! Might make reproducing the errors easier.
I did notice another bug.
Sometimes when I create a new model without closing SketchUp first, newly created walls are not seen by the plugin(and so cannot be modified from the plugin).
I will figure out where this comes from... -
Sorry Brewsky, I haven't had time to test your plugin further, as I promised, but I'm going to do that ASAP.
-
Hi,
Any plans on releasing a version for Sketchup 2014? I miss not be able to use this tool.
-
Push for 2014~~~~~~~~~~~~
-
a little bug
make COMP in the any face,then copy the COMP, sometimes crashed the SU2014 -
@unclex said:
a little bug
make COMP in the any face,then copy the COMP, sometimes crashed the SU2014Thanks for reporting this.
Do you mean that it crashes(sometimes) when you:- create a "thick face"(wall) with my plugin
- then draw a square(for example) on the face.
- select the square and it's edges
- make component, select "glue to any" and "cut opening" and "replace selection"
- copy the new component within the same face
I have not yet been able to reproduce the error, can you send me an example file that crashes?
Advertisement