paireks / dotbim-blender

Blender addon for dotbim files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotbim-blender (Version 1.3)

Description

It is an add-on for Blender to import and export .bim files. Check out dotbim.net or main repo for dotbim (https://github.com/paireks/dotbim) to read more about .bim files :)

Blender version >= 3.6 is required.

How to run a script

  1. First you need to install dotbimpy (https://github.com/paireks/dotbimpy) for Blender's Python. Check where it's packages (folder "site-packages) is located (e.g. for me it was C:\Program Files\Blender Foundation\Blender 3.6\3.6\python\lib\site-packages). Once you've found it, you need to install dotbimpy there. It can be done e.g. by:
pip install --target="your\path" dotbimpy

Additional note: sometimes it requires to open cmd with admin rights (if there is no permission to access to that directory).

  1. Download this repo from Github by clicking Code button on top -> Download ZIP
  2. Install add-on normally as described here: https://docs.blender.org/manual/en/latest/editors/preferences/addons.html

How to import .bim files

image

How to export .bim files

  1. Click here:

image

  1. Set custom settings here:

2022-03-01_16h27_20

How to see colors

Change a settings there:

2022-02-27_15h01_40

How to see element properties

  1. Click on chosen element
  2. Pick "Object Properties" (this orange square)
  3. See Custom Properties

2022-02-27_15h06_43

Authors

  • Nathan Hild

About

Blender addon for dotbim files

License:MIT License


Languages

Language:Python 100.0%