Integration of BlenderBIM Features : FreeCAD Arch/BIM - Native IFC

A forum dedicated to the Draft, Arch and BIM workbenches development.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
yorik
Founder
Posts: 13665
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: Integration of BlenderBIM Feaures : FreeCAD Arch/BIM

Post by yorik »

Strange, I thought multicore was part of standard python install... Do you have it when running in a console outside FreeCAD?
paullee
Veteran
Posts: 5136
Joined: Wed May 04, 2016 3:58 pm

Re: Integration of BlenderBIM Feaures : FreeCAD Arch/BIM

Post by paullee »

So probably it is Fedora which does not package with it :roll:

Code: Select all

[paullee@fedora ~]$ python
Python 3.10.7 (main, Sep  7 2022, 00:00:00) [GCC 12.2.1 20220819 (Red Hat 12.2.1-1)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import multicore
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'multicore'
>>> 
EDIT -
Googling Fedora + multicore almost return nothing, only below works -

Code: Select all

>>> import multiprocessing
>>> 
User avatar
ragohix769
Posts: 568
Joined: Sat Jul 18, 2020 7:04 am
Location: Rome - Italy

Re: Integration of BlenderBIM Feaures : FreeCAD Arch/BIM

Post by ragohix769 »

I'd like to test NativeIFC by installing via the splendid Addon_manager, but in the instruction on GitHub there is no branch name to insert in the preferences of the custom repos, I have an error.

Code: Select all

OS: Ubuntu 20.04.5 LTS (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.21.
Build type: Release
Branch: unknown
Hash: 9282fffa072d345e82bba983293bc9541bd9eea3
Python 3.8.10, Qt 5.12.8, Coin 4.0.0, Vtk 7.1.1, OCC 7.5.2
Locale: Italian/Italy (it_IT)
Installed mods: 
  * FreeCAD-BlenderBIM.bak
  * FreeCAD-BlenderBIM
  * BIM 2021.12.0
Attachments
wepz.png
wepz.png (100.11 KiB) Viewed 1675 times
Last edited by ragohix769 on Sat Oct 22, 2022 10:21 pm, edited 1 time in total.
After #ElonMuskBuyTwitter I'm no more on Twitter, that's really enough :-(
=> Now you can find me here on #Mastodon: https://mastodon.uno/@opensoul - I hope more people do the same :-)
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Integration of BlenderBIM Feaures : FreeCAD Arch/BIM

Post by Kunda1 »

Please add About info
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
ragohix769
Posts: 568
Joined: Sat Jul 18, 2020 7:04 am
Location: Rome - Italy

Re: Integration of BlenderBIM Feaures : FreeCAD Arch/BIM

Post by ragohix769 »

Kunda1 wrote: Sat Oct 22, 2022 10:18 pm Please add About info
Updated, sorry.

(I was thinking that in this case wasn't important my configuration/version)
Last edited by ragohix769 on Sun Oct 23, 2022 3:13 am, edited 2 times in total.
After #ElonMuskBuyTwitter I'm no more on Twitter, that's really enough :-(
=> Now you can find me here on #Mastodon: https://mastodon.uno/@opensoul - I hope more people do the same :-)
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Integration of BlenderBIM Feaures : FreeCAD Arch/BIM

Post by Kunda1 »

Double clicking on the URL opens a dialog that allows me to specify the branch name:
Screenshot_20221022_184230.png
Screenshot_20221022_184230.png (21.42 KiB) Viewed 1637 times

Code: Select all

OS: Ubuntu Core 20 (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.21.30711 (Git) Snap 375
Build type: Release
Branch: master
Hash: 916891c3fc1855b210e826825c235d8c96b78456
Python 3.8.10, Qt 5.15.5, Coin 4.0.0, Vtk 7.1.1, OCC 7.6.3
Locale: English/United States (en_US)
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
ragohix769
Posts: 568
Joined: Sat Jul 18, 2020 7:04 am
Location: Rome - Italy

Re: Integration of BlenderBIM Feaures : FreeCAD Arch/BIM

Post by ragohix769 »

Kunda1 wrote: Sat Oct 22, 2022 10:43 pm Double clicking on the URL opens a dialog that allows me to specify the branch name
Thanks!

So that page on GitHub I think sould be updated inserting "main" as a branch name.
Attachments
wepz.png
wepz.png (138.01 KiB) Viewed 1632 times
After #ElonMuskBuyTwitter I'm no more on Twitter, that's really enough :-(
=> Now you can find me here on #Mastodon: https://mastodon.uno/@opensoul - I hope more people do the same :-)
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Integration of BlenderBIM Feaures : FreeCAD Arch/BIM

Post by Kunda1 »

Good point. Will do that now.

Edit: added in https://github.com/yorikvanhavre/FreeCA ... 414f0b1cef
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
ragohix769
Posts: 568
Joined: Sat Jul 18, 2020 7:04 am
Location: Rome - Italy

Re: Integration of BlenderBIM Feaures : FreeCAD Arch/BIM

Post by ragohix769 »

It's failing on automatic installing IfcOpenShell

I tried to install it manually, but IfcOpenShell it's not present in the official repos of Ubuntu (20.04 is a LTS release).

I have to do it via Python commands?

[edit]

Ok I've seen here:
https://github.com/IfcOpenShell/IfcOpenShell
and
https://wiki.freecadweb.org/IfcOpenShell

Code: Select all

OS: Ubuntu 20.04.5 LTS (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.21.
Build type: Release
Branch: unknown
Hash: 9282fffa072d345e82bba983293bc9541bd9eea3
Python 3.8.10, Qt 5.12.8, Coin 4.0.0, Vtk 7.1.1, OCC 7.5.2
Locale: Italian/Italy (it_IT)
Installed mods: 
  * FreeCAD-BlenderBIM 2022.10.20
  * BIM 2021.12.0
Attachments
wepz.png
wepz.png (121.07 KiB) Viewed 1604 times
Last edited by ragohix769 on Sat Oct 22, 2022 11:18 pm, edited 1 time in total.
After #ElonMuskBuyTwitter I'm no more on Twitter, that's really enough :-(
=> Now you can find me here on #Mastodon: https://mastodon.uno/@opensoul - I hope more people do the same :-)
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Integration of BlenderBIM Feaures : FreeCAD Arch/BIM

Post by Kunda1 »

Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Post Reply