T
by theoryshaw on 7 Apr 2023, edited 18 Feb 2025
#
+34 votes
@bruno_perdigao and I are trying our hand on using BlenderBIM on a real project.
The project is small and simple--a barebone permit set for a clothing shop.
If anyone's curious, our project chatroom will be here, and the repo is here.
Through this project we're looking to explore.
-
general 2d documentation
-
massaging and creating custom title sheets, stylesheets, templates, etc.
-
using a LIDAR scan of the existing space, and converting it manually to a BIM model
-
explore using @brunopostle's ifc-git plugin to work concurrently on the 'same model'--through merging and revision tracking.
-
explore pulling content in from OpeningDesign's revit template, via IFC.
Wish us luck. :)
Happy to take any suggestions or fun little pull requests if you'd like to suggest a tweak to the model.
Cheers.
C
by Coen on 7 Apr 2023
#
+1 votes
Cool! Good luck the both of you! Hope it will be a smooth ride. Already looking forward to what you will learn and conclusions.
B
by bruno_perdigao on 7 Apr 2023
#
+3 votes
Thanks for the opportunity @theoryshaw. It's exciting to use this workflow in a real project. Hopefully we'll have great insights to share
M
by Massimo on 7 Apr 2023
#
+2 votes
wow, this is very interesting!
A
by Ace on 9 Apr 2023
#
+2 votes
GOOD LUCK! Exciting stuff! I've used it on a few small small projects now but It's just been me, no need for coordination yet hahah so excited to see!
M
by Moult on 9 Apr 2023
#
+3 votes
All the best! As always, we're standing by to fix bugs as best as we can, and working hard to build all the features needed to go from alpha to beta!
Using it on actual commercial-standard projects is the best way to drive project development. There is no substitute, and I am a strong believer that Blender succeeded because it had a room of artists sitting next to a room of devs creating their animated shorts (e.g. Elephant's Dream, etc).
A
by Arv on 11 Apr 2023
#
+1 votes
This is great @theoryshaw . I was trying out building a retail apparel store project with blenderbim sometime back, couldn't finish it though.
D
by dimitar on 11 Apr 2023
#
+1 votes
Full admiration here for you willing to invest extra time for the benefit of all!
Y
by yorik on 11 Apr 2023
#
+6 votes
will be watching closely! (and probably use the files as a testbed for FreeCAD's nativeIFC workflow..)
L
by Luis on 14 Apr 2023
#
+1 votes
Good luck! I'm sure you'll do it.
S
by Sven on 15 Apr 2023
#
+1 votes
Amazing initiative, good luck!
C
by Coen on 20 Apr 2023
#
Any interesting outcomes so far? ?
M
by Moult on 20 Apr 2023
#
+9 votes
So far 43 bugs have been reported and 26 have been solved: https://github.com/IfcOpenShell/IfcOpenShell/issues?q=is%3Aissue+author%3Atheoryshaw+created%3A%3E2023-04-08+is%3Aopen
C
by Coen on 20 Apr 2023
#
+2 votes

Transparant 3D spaces! ???
T
by theoryshaw on 20 Apr 2023, edited 20 Apr 2023
#
+4 votes
Was relatively simple, just apply an ifcmaterial to them, and give that material somewhat of a transparency.

Would be interesting to codify 'display as wire' into the ifc file somehow, if desired.

T
by theoryshaw on 20 Apr 2023, edited 20 Apr 2023
#
+11 votes
@Moult said:
So far 43 bugs have been reported and 26 have been solved: https://github.com/IfcOpenShell/IfcOpenShell/issues?q=is%3Aissue+author%3Atheoryshaw+created%3A%3E2023-04-08+is%3Aopen
Has been an absolute pleasure working with you, @bruno_perdigao, @Andrej730, @Massimo, @brunopostle, and @Coen on this project so far. If this is not what the future of our industry looks like, i'm not sure what does.
Other than that list of github issues, @Moult refers to above (sorry there was so many:)), for other lessons learned, it's best to just read the live conversations we've been having here.
https://app.element.io/#/room/#OD_Clothing_Boutique:matrix.org ( i think if you login, you can see further back in history (forgot to set the correct public history setting in the beginning)
Again, the evolving files, are here:
https://gitlab.com/openingdesign/clothing_boutique
T
by theoryshaw on 20 Apr 2023, edited 20 Apr 2023
#
+2 votes
If you're new to git, and gitlab, etc, and use Windows, this workflow might help you dip your toes...
https://hub.openingdesign.com/OpeningDesign/OD_Library/src/branch/master/BIM/Workflow/OD%20Workflows.md#file-management-on-windows
C
by Coen on 20 Apr 2023
#
@theoryshaw
If this is not what the future of our industry looks like, i'm not sure what does.
You could write a handbook now with all the knowledge gained ;-)
In the style of the late Chuck Eastman's BIM Handbook.
C
by Coen on 20 Apr 2023
#
@theoryshaw said:
If you're new to git, and gitlab, etc, and use Windows, this workflow might help you dip your toes...
https://hub.openingdesign.com/OpeningDesign/OD_Library/src/branch/master/BIM/Workflow/OD%20Workflows.md#file-management-on-windows
On this point:
https://hub.openingdesign.com/OpeningDesign/OD_Library/src/branch/master/BIM/Workflow/OD%20Workflows.md#file-too-large-to-push-to-github
Do you know about git LFS? Could be useful maybe. Especially because they are going to be large files.
https://git-lfs.com/
T
by theoryshaw on 20 Apr 2023, edited 20 Apr 2023
#
+1 votes
@Coen said:
@theoryshaw
If this is not what the future of our industry looks like, i'm not sure what does.
You could write a handbook now with all the knowledge gained ;-)
In the style of the late Chuck Eastman's BIM Handbook.
Been slowly adding to the book, here, and here.
I can't write it alone. :)
T
by theoryshaw on 20 Apr 2023, edited 20 Apr 2023
#
+1 votes
Do you know about git LFS? Could be useful maybe. Especially because they are going to be large files.
Yes @yorik and I explored this quite a bit awhile back, but unfortuately it does not work well with git-crypt, which we use a lot, to encrypt sensitive material from clients and/or consultants.
If you want to go down the rabbit hole:
B
by brunopostle on 20 Apr 2023
#
+1 votes
@Coen said:
Do you know about git LFS? Could be useful maybe. Especially because they are going to be large files.
Github has a low file size limit to stop people uploading movies. Git itself seems to be ok with larger IFC files.
M
by Massimo on 21 Apr 2023
#
+1 votes
Thanks to all of you! Working on a real project in this collaborative way has been very exciting and i hope it will be done again in future!
B
by bruno_perdigao on 21 Apr 2023
#
+5 votes
It's impressive how far BlenderBIM has been developed. Despite all the challenges of working with an alpha software, it definitely feels like it's closer to be a viable option for authoring BIM. For true power users like @theoryshaw it already is!
T
by theoryshaw on 27 Apr 2023
#
+1 votes
@Massimo said:
Thanks to all of you! Working on a real project in this collaborative way has been very exciting and i hope it will be done again in future!
It was, thank you for the support! If interested, @bruno_perdigao and I started another very small, simple project--adding a deck and porch onto an existing residence.
Here's the chat room and the repo is here.