OSArch Community

Trouble getting started in BlenderBIM's Hello World

  1. R

    Hello,

    I'd like to follow the demo here, which looks great: https://blenderbim.org/docs/devs/hello_world.html

    I have cloned IfcOpenShell, registered and run the "Live development environment" installation script.

    When I uncomment these three lines (in the IfcOpenShell folder, correct?), the Hello World panel is not happening:

    # Uncomment this line to enable loading of the demo module. Happy hacking!

    # The name "demo" must correlate to a folder name in 'bim/module/'.

    # "demo": None,

    Is this tutorial still supposed to work with the new interface (great by the way)? Thanks

  2. A

    Hello! Tested it on last build it - it should work:

    Any errors you have in the system console (Window - Toggle System Console if you're not on Mac)?

    When I uncomment these three lines

    To make it work neeed to uncomment just 1 line in the src/blenderbim/blenderbim/bim/init.py:

  3. R

    Thanks for your help! Actually, I think I'm already having problems installing BlenderBIM from the batch script (run as admin) :

  4. T
  5. R
  6. T

    looks like you already have cloned IfcOpenShell, so I think you can comment out the following line.

  7. R

    Thanks, indeed I cloned it from github desktop because of this remark :

    Put the script to the folder where IfcOpenShell git repository is located.

    I still have quite the same problem :

  8. T
  9. R

    Ok, thanks I tried. I pulled the last version of IfcOpenShell, deleted the blenderbim folder you indicated, and reinstalled the latest unstable version of BlenderBIM from scratch. Now the batch script is able to edit some folders (the ones at 10:28).

    But problems still happen running the batch script :

    It doesn't find two directories:

    Warning: Failed to open the file C:\Users\rvouillo\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\data\gantt\jsgant

    Warning: Failed to open the file C:\Users\rvouillo\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\blenderbim\bim\schema\Brick.ttl

    Then when I open Blender, I can't see the BlenderBIM interface even though the addon is activated. When I unclick and click the activation button I get this error:

  10. T

    hmm.. not sure. sorry.

  11. R

    @theoryshaw said:

    looks like you already have cloned IfcOpenShell, so I think you can comment out the following line.

    Hello, just let you know I could solve the dev installation... that was almost that, thanks

    So if IfcOpenShell is already installed eg. with Github Desktop, we can replace these two lines :

    git clone https://github.com/IfcOpenShell/IfcOpenShell.git

    cd IfcOpenShell

    by

    cd C:\Users\rvouillo\Documents\GitHub\IfcOpenShell

    with your own path to IfcOpenshell

    Otherwise it seems to work running the batch script (folders are replaced) but it gives this bug in Blender :

  12. M

    @"RaphaƫlVouilloz" would you be interested in a screenshare to go through the steps together from the beginning? That error sounds as though something fundamental isn't setup right. I'm available in the Sydney timezone 9-5pm.

  13. R

    Thanks! As far as I'm concerned it's solved, but yes I can show you what went wrong if it helps clarify. I would be available at 4:30pm (Sydney) on Monday

    In the end the only problem was that I had already cloned IfcOpensShell

  14. M

    Ah OK, no issues then.

  15. R

    Problem solved on my own sorry for the update

Login or Register to reply.