An open API service indexing awesome lists of open source software.

https://github.com/paireks/dotbim-blender

Blender addon for dotbim files
https://github.com/paireks/dotbim-blender

bim blender blender-addon dotbim

Last synced: about 1 year ago
JSON representation

Blender addon for dotbim files

Awesome Lists containing this project

README

          

# 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:
```cmd
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).

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

## How to import .bim files

![image](https://user-images.githubusercontent.com/47977819/156197378-2735f7af-26c3-41b7-ab60-09925d0d4837.png)

## How to export .bim files

1. Click here:

![image](https://user-images.githubusercontent.com/47977819/156197550-f504a6af-e636-4478-8e8a-82bc0b42c20c.png)

2. Set custom settings here:

![2022-03-01_16h27_20](https://user-images.githubusercontent.com/47977819/156197614-4ad4f95b-550c-4e21-9569-684ea73ad1d8.png)

## How to see colors

Change a settings there:

![2022-02-27_15h01_40](https://user-images.githubusercontent.com/47977819/155885542-71111efa-5cf8-4ef5-8410-28addb5adb0f.png)

## 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](https://user-images.githubusercontent.com/47977819/155885748-ac813c5e-4427-4807-97f2-b92cc6284da1.png)

## Authors

- Nathan Hild