Sigma Dimensions
fb02ac34d4
Enable selecting group elements
blenderbim-230614
2023-06-14 09:35:54 +01:00
Sigma Dimensions
81fd84223a
Enable selecting a container's children from the IFC Spatial Manager panel
2023-06-13 21:17:02 +01:00
Sigma Dimensions
a8f1a28ac2
fix replacing material with material profile
2023-06-13 14:04:28 +01:00
Sigma Dimensions
d2f4f0d8c2
experimental patch of non parametric mep segments
2023-06-13 13:26:53 +01:00
Sigma Dimensions
1c17cccc45
fix missing import
2023-06-13 10:34:21 +01:00
Sigma Dimensions
061930bc8e
Move Spatial Manager UI to "IFC Project Set-up"
2023-06-13 10:32:25 +01:00
Sigma Dimensions
28cc168b3b
split material assign/unassign operators into tool and core
blenderbim-230613
2023-06-13 10:28:31 +01:00
Sigma Dimensions
88f53f7931
fix delete material operator
2023-06-12 15:24:51 +01:00
Sigma Dimensions
755fa81817
Fix displaying connections for selected distribution ports
2023-06-12 15:23:24 +01:00
Sigma Dimensions
36fab12847
Refactor and re-use common spatial_tool.select_products
2023-06-12 15:21:33 +01:00
Andrej730
32393136d2
Support external shaders from currently opened blend file
...
Previously it was crashing if you try use shader from current .blend file as external.
I guess we now kind of support external internal shaders 🙃
blenderbim-230612
2023-06-12 17:28:52 +05:00
Andrej730
c7b3331496
switch to external styles for rendered shading in viewport
...
Unfortunately I couldn't find a way to make it work with areas that user created during current blender session. But new areas will have this feature too after blender restart
2023-06-12 17:28:52 +05:00
Andrej730
7c0c934b4f
prioritize external styles on ifc import
...
also found a way to switch shade graph for two materials without juggling active materials and active objects - it was necessary to make it work on import without adding temporary active object
2023-06-12 17:28:51 +05:00
johanrd
62944e04e9
fix typo in README.md
2023-06-12 11:22:31 +02:00
Bruno Postle
3a93b15b55
BBIM show all fetched remote Git branches ( #3096 )
2023-06-11 20:49:55 +01:00
Gorgious
83cd00271b
Fix #3142 : Use Tab hotkey to edit horizontally layered objects
blenderbim-230611
2023-06-11 18:17:03 +02:00
Ahmad Saleem Z
820686a39b
added link to aws/lambda guide in installation guide
2023-06-11 18:04:34 +02:00
Ahmad Saleem Z
4fe896a3b6
fix ARG in Dockerfile
2023-06-11 18:04:34 +02:00
Ahmad Saleem Z
975b1c444c
documentation
2023-06-11 18:04:34 +02:00
Ahmad Saleem Z
c3f2046491
example fixes
2023-06-11 18:04:34 +02:00
Ahmad Saleem Z
3a1557bedc
added aws/lambda sample
2023-06-11 18:04:34 +02:00
Bruno Postle
a71b5e1f11
BlenderBIM operator to add remote repo ( #3096 )
...
Procedure to merge a pull request would be: Add Remote, select the added
remote in the pull-down, Fetch from remote, select the added remote
branch in the pull-down, Merge, delete remote
2023-06-10 22:04:01 +01:00
Dion Moult
4806b9a260
Toggle between full schema (i.e. all tables for every declaration) and partial schema dump into SQL
2023-06-10 23:14:32 +10:00
Bruno Postle
0d67c43e16
BlenderBIM operator to delete a Git remote ( #3096 )
2023-06-10 11:08:49 +01:00
Bruno Postle
e2b52e7ed9
BlenderBIM fix warning writing .git/config ( #3096 )
2023-06-10 10:07:17 +01:00
Balázs Dukai
3c53067567
Add copyright
blenderbim-230610
2023-06-10 15:39:49 +10:00
Balázs Dukai
5ad7d4bb2a
Update to ifcopenshell 0.7.0 and cjio 0.8
...
LoD is string in v1.1
2023-06-10 15:39:49 +10:00
Balázs Dukai
3803942c5f
Update to v1.1 CityObject types
2023-06-10 15:39:49 +10:00
Andrej730
678f50f17d
IfcGitData update to ifcgit operators poll() methods
...
Added loading IfcGitData to ifcgit operator's poll() methods because it was getting a bit spammy in console if you don't use git.
Traceback (most recent call last):
File "\scripts\addons\blenderbim\bim\module\ifcgit\operator.py", line 255, in poll
if IfcGitData.data["ifcmerge_exe"]:
KeyError: 'ifcmerge_exe'
Traceback (most recent call last):
File "\scripts\addons\blenderbim\bim\module\ifcgit\operator.py", line 147, in poll
repo = IfcGitData.data["repo"]
KeyError: 'repo'
Traceback (most recent call last):
File "\scripts\addons\blenderbim\bim\module\ifcgit\operator.py", line 18, in poll
path_ifc = IfcGitData.data["path_ifc"]
KeyError: 'path_ifc'
Traceback (most recent call last):
File "\scripts\addons\blenderbim\bim\module\ifcgit\operator.py", line 45, in poll
path_ifc = IfcGitData.data["path_ifc"]
KeyError: 'path_ifc'
Traceback (most recent call last):
File "\scripts\addons\blenderbim\bim\module\ifcgit\operator.py", line 190, in poll
repo = IfcGitData.data["repo"]
KeyError: 'repo'
Traceback (most recent call last):
File "\scripts\addons\blenderbim\bim\module\ifcgit\operator.py", line 111, in poll
repo = IfcGitData.data["repo"]
KeyError: 'repo'
2023-06-09 19:38:16 +05:00
Andrej730
04fe2bdf2e
External Styles
...
Added support for external blender styles that will be saved to ifc.
What it basically means that you can append material from external .blend file as a style that can be loaded in your blender material anytime.
1) External style can be added in Material Tab
https://i.imgur.com/BYfesi5.png
Note that you select material name at the right side of file selecting panel:
https://i.imgur.com/mvqaaod.png
2) After adding external style you can switch between external and other surface styles:
https://i.imgur.com/YtCz8an.png
3) There is also option to switch styles to External for all objects in the scene:
https://i.imgur.com/u3zTcX9.png
Some other changes:
- some ui adjustments
- moved functions that create blender shaders to tool.Loader (they also reset shader graph now so it's possible to use them on non-default blender materials)
- some new tools for copying node graph from one material to another, appending data blocks
- new operator for browsing external styles can be reused later to append other data blocks
2023-06-09 18:40:53 +05:00
Dion Moult
ed990c3e83
Experimental support for storage of IFC in MySQL and SQLite
blenderbim-230609
2023-06-09 22:16:54 +10:00
D4ve-R
741c78cd6c
Revert "build scripts"
...
This reverts commit 6c1218d352 .
2023-06-09 13:28:25 +02:00
D4ve-R
2b88c542aa
build scripts
2023-06-09 13:28:25 +02:00
D4ve-R
1f6b55e639
prepare for referencing
2023-06-09 13:28:25 +02:00
D4ve-R
9f3fb13cde
metersPerUnit
2023-06-09 13:28:25 +02:00
D4ve-R
42f1d9c160
usd rotateXYZop
2023-06-09 13:28:25 +02:00
D4ve-R
f0875835c1
Update submodule
2023-06-09 13:28:25 +02:00
D4ve-R
0828a89b66
fix typo
2023-06-09 13:28:25 +02:00
D4ve-R
a8ca66b425
refactor
2023-06-09 13:28:25 +02:00
D4ve-R
92b03c6b59
stage up axis
2023-06-09 13:28:25 +02:00
D4ve-R
d316efe902
fix filename bug
2023-06-09 13:28:25 +02:00
D4ve-R
77e4e939ce
filename bug
2023-06-09 13:28:25 +02:00
D4ve-R
fe7504edf2
cmake warnings
2023-06-09 13:28:25 +02:00
D4ve-R
a8f1ab1923
material subsets
2023-06-09 13:28:25 +02:00
D4ve-R
1b5f9497d4
works fine
2023-06-09 13:28:25 +02:00
D4ve-R
a7bbb35c5e
compile & link successful
2023-06-09 13:28:25 +02:00
D4ve-R
1787f064f6
materials
2023-06-09 13:28:25 +02:00
D4ve-R
d1c24ebba4
Add USDSerializer to IfcConvert
2023-06-09 13:28:25 +02:00
D4ve-R
cc6dacb286
Add USDSerializer write-only
2023-06-09 13:28:25 +02:00
Thomas Krijnen
c67eb60fd5
#2942 Escape SVG text labels
2023-06-09 11:34:50 +02:00