[Blender/IFC] How to import IFC files in Blender [BlenderBIM] [Blender 3.2.2]

Поділитися
Вставка
  • Опубліковано 23 лис 2024

КОМЕНТАРІ • 17

  • @DavyMcKay
    @DavyMcKay Рік тому +1

    Fantastic video. Lots of good learning.

    • @studiovicinitas
      @studiovicinitas  Рік тому

      Blender BIM is a very ambitious tool and I intend to make it one of the main topics on the channel.

  • @renderpeach
    @renderpeach 7 місяців тому +1

    Strange, when I try and install the add-on I just get an Report: error message...

    • @studiovicinitas
      @studiovicinitas  7 місяців тому

      Could you provide further infomation and error message content except private info.
      Maybe it's an issue with the add-on or software version?
      And just an idea, one of the solutions we experienced was that the user solved that problem by changing the UI language from Japanese (and other languages) to English.

  • @lucasrading
    @lucasrading Рік тому +2

    Hello I cant view my Ifc File in blender once I have imported the file

    • @studiovicinitas
      @studiovicinitas  Рік тому

      As default setting, The object that load from IFC file is selected after importing.
      So you can find your IFC in Blender following proccess: Press " . " key on num pad after import IFC to zoom to selected IFC objects.

  • @rothauspils123
    @rothauspils123 Рік тому +1

    The IFC import is missing under "Import" after installing the addon. Everything else seems to be there. Can you help?

    • @studiovicinitas
      @studiovicinitas  Рік тому

      IFC models can be imported in two ways. You can see that starting at 2:45 in this video.
      If you do not see both of these methods, you may not have activated the add-on properly.

    • @baton5
      @baton5 3 місяці тому

      same , I can't import ifc after installing the addon, 3.6, 4.0, 4.1 no difference.

  • @TheMrLordicus
    @TheMrLordicus 11 місяців тому +1

    Isn't working to import IFC model, well, will find another solution

    • @studiovicinitas
      @studiovicinitas  11 місяців тому

      I think BlenderBIM add-on is one of the best solution which importing ifc to blender. Could you provide farther information such as ifc version and error message etc ?

    • @TheMrLordicus
      @TheMrLordicus 11 місяців тому +1

      I had some functions from that plugin but it didn't allow me to import file cuz no where I could find how to import, your menu is dif of my menu, Solution I found was to use another software to convert it into OBJ and it worked@@studiovicinitas

  • @magi4312
    @magi4312 Рік тому +1

    こんにちは。 動画見させていただいて、サンプルファイルをダウンロードするところまではできたのですが、ifcファイルをインポートしようとしたらエラーがでてしまいます。 自分なりに調べてみたのですがどうしても原因がわかりません。 大変恐縮ですがなにか解決策はございませんか?

    • @studiovicinitas
      @studiovicinitas  Рік тому

      エラーの内容はどのようなものでしたか??エラー内容をご教示ください。
      以下もご確認ください。
      ・ダウンロードするファイルは、「.ifc」形式で保存することに注意してください。(かつすべてのテキストデータがブラウザに読み込まれるのを待ってからダウンロードをしてください。)
      ・シーンファイル>「Load Project」からIFCをインポートしてみてください。( 02:58 )

    • @magi4312
      @magi4312 Рік тому +1

      @@studiovicinitas
      返信いただきありがとうございます。
      いただいた内容を試してみても結果は同じになりました。
      エラーコードとしては以下のようなものが出ました。
      Python: Traceback (most recent call last):
      File "C:\Users\建築1\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\blenderbim\bim\module\project\operator.py", line 535, in execute
      bpy.ops.bim.load_project_elements()
      File "C:\Program Files\Blender Foundation\Blender 3.5\3.5\scripts\modules\bpy\ops.py", line 113, in __call__
      ret = _op_call(self.idname_py(), None, kw)
      RuntimeError: エラー: Python: Traceback (most recent call last):
      File "C:\Users\建築1\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\blenderbim\bim\module\project\operator.py", line 594, in execute
      ifc_importer.execute()
      File "C:\Users\建築1\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\blenderbim\bim\import_ifc.py", line 241, in execute
      self.create_styles()
      File "C:\Users\建築1\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\blenderbim\bim\import_ifc.py", line 1463, in create_styles
      self.create_style(style, blender_material)
      File "C:\Users\建築1\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\blenderbim\bim\import_ifc.py", line 1491, in create_style
      self.create_surface_style_rendering(blender_material, surface_style)
      File "C:\Users\建築1\AppData\Roaming\Blender Foundation\Blender\3.5\scripts\addons\blenderbim\bim\import_ifc.py", line 1516, in create_surface_style_rendering
      bsdf = blender_material.node_tree.nodes["Principled BSDF"]
      KeyError: 'bpy_prop_collection[key]: key "Principled BSDF" not found'
      位置:C:\Program Files\Blender Foundation\Blender 3.5\3.5\scripts\modules\bpy\ops.py:113

    • @studiovicinitas
      @studiovicinitas  Рік тому

      @@magi4312
      モデルは動画で紹介しているものと同様のものですか?もしくは別のIFCデータですか?
      また、利用されているblenderBIMやBlender本体のバージョンが不明なので何とも言えないですが、
      エラーメッセージの最後に「KeyError: 'bpy_prop_collection[key]: key "Principled BSDF" not found'」の記載がありますよね。
      こちらをもとにGoogle検索をかけたりChatGPTに聞いてみてもいいかもしれません。
      以下をひとつづつ試してみてください。
      ChatGPT
      ・Blenderを2.79以降のバージョンにアップデートする
      Google検索
      ・インターフェース言語を日本語から英語にする
      ・公式アドオンのCollection Managerを切る

    • @magi4312
      @magi4312 Рік тому +1

      @@studiovicinitas
      返信ありがとうございます。
      インターフェースを日本語から英語にする、を試したところ、無事に読み込むことができました!!
      今までどれだけ調べても解決しなかったので非常に助かりました。
      本当にありがとうございましたm(_ _)m