Gorgious
f9ce0903f7
Fix #2010 : Authoring data class throws error in BIM tool if no ifc file is selected
2022-02-01 09:12:42 +01:00
Dion Moult
74174b1e09
Fix bug where drawing objects could be added to the wrong context.
2022-01-30 15:09:54 +11:00
Dion Moult
96179db7ad
IFC element names no longer treat the Blender name suffix as significant
2022-01-30 15:08:32 +11:00
Dion Moult
116252f857
Object names now guard against duplicate IFC prefixes when assigning.
2022-01-30 15:06:01 +11:00
Dion Moult
538024e035
All element's spatial containment collections are now synced when assigning a class.
2022-01-30 15:04:50 +11:00
Dion Moult
e9670a6906
Fix bug where editing then switching to the current representation crashes.
2022-01-30 14:47:22 +11:00
Dion Moult
c7428dd160
Fix bug where syncing an object removed from the collection tree breaks.
2022-01-30 14:44:21 +11:00
Dion Moult
bf9d46b506
Structural items in the collection hierarchy are now auto synced.
2022-01-30 10:11:19 +11:00
Dion Moult
7ee589cfc2
Remove legacy unassign class feature in favour of just deleting objects. Thanks theoryshaw!
2022-01-30 08:56:43 +11:00
Dion Moult
3083b66f61
Fix #2012 . Minor fix.
2022-01-30 08:49:46 +11:00
Dion Moult
074fe0d3a6
You can now specify a target view when creating a new drawing. See #1153 .
2022-01-29 21:11:35 +11:00
Dion Moult
46e1a46dd2
Drawing collection hierarchy is now auto fixed if shuffled around manually. See #1153 .
2022-01-29 21:11:35 +11:00
Dion Moult
a210cf654e
Drawings list now reads data from IFC, not Blender. See #1153 .
2022-01-29 17:26:09 +11:00
Dion Moult
44e4ee70ae
Removing sheets now works in IFC. See #1153 .
2022-01-29 15:45:45 +11:00
Dion Moult
27e6d702e9
You can now create drawing sheets in IFC. See #1153 .
2022-01-29 13:42:46 +11:00
Dion Moult
fb76f985c7
Minor fix
2022-01-29 09:01:35 +11:00
Dion Moult
9279aeccf6
You can now show and hide distribution ports of an element.
2022-01-29 08:52:37 +11:00
Dion Moult
92a1739d93
Minor fix - sorry, really need a local Sphinx setup
2022-01-28 20:41:20 +11:00
Dion Moult
dfba9827a6
Minor fix
2022-01-28 20:37:18 +11:00
Dion Moult
19e007a67c
New diagrams on the developer guide.
2022-01-28 20:32:41 +11:00
Dion Moult
d3ef3f1501
Finish building minimum viable product of the IFC2P6 converter. Thanks myoualid!
2022-01-28 18:14:16 +11:00
Dion Moult
f2e9f76631
Minor tweaks. See #2006 .
2022-01-28 10:48:22 +11:00
Dion Moult
52739418d8
Fix #1514 . You can now customise the default names of occurrences create from a type.
2022-01-27 17:21:11 +11:00
Dion Moult
7f1fddf426
New software architecture section in the developer guide.
2022-01-27 09:32:24 +11:00
Dion Moult
ee4f48b566
Minor fix
2022-01-26 21:35:27 +11:00
Dion Moult
1d47ad3cd4
New demo module to teach developers how to hack on the BlenderBIM Add-on.
2022-01-26 21:27:59 +11:00
Dion Moult
e129f4afa9
Fix #2001 . Fix bug where you could not undo deletions.
2022-01-25 17:27:42 +11:00
Dion Moult
8fd4351195
Minor fix. Don't know all the answers.
2022-01-25 16:50:36 +11:00
Dion Moult
01f25528e8
Build untested IFC to P6 XML export feature.
2022-01-25 16:44:37 +11:00
Dion Moult
3222c9ce99
Fix #1998 . Fix bug where colours don't show if styling is applied to the mapped item instead of the actual representation item.
2022-01-25 13:40:52 +11:00
Gorgious
28e6bb9e3d
Fix error when updating representation on object data with no BIMMeshProperties
2022-01-24 13:22:17 +01:00
Dion Moult
5884af0678
Updates to space boundary geometry now auto updates on export.
2022-01-24 21:52:51 +11:00
Dion Moult
cafe8ce5f2
You can now remove bricks from a Brickschema model.
2022-01-24 17:52:04 +11:00
Gorgious56
d63d62ddd6
Improve section cutaway shader ( #2000 )
...
* Dynamically update section shader backface color
* Refactor add_section_plane operator
* Prevent error if last section has been removed
* Refactor section plane remover
No longer removes object if it is not a section plane
Offsets nodes so that they are always nice and ordered
* Fix shader glitch when user deletes last cutaway object
* Fix nodes offset when deleting cutaway object
2022-01-24 09:47:22 +11:00
Dion Moult
0bdb4b9fcf
Smart annotation variables for drawings now reimplemented. See #1153 .
2022-01-22 21:00:26 +11:00
Dion Moult
595c72e08d
Fix #1995 . Bug where section cutaways didn't work in Blender 3.0.
2022-01-21 14:22:07 +11:00
Dion Moult
67952ed159
Fix #1576 . Managing IfcSystem subtypes is now possible.
2022-01-20 18:22:20 +11:00
Dion Moult
6b0bdc564d
Nicer looking gantt charts and make it easier to print to PDF.
2022-01-19 17:38:42 +11:00
Dion Moult
07264dafb1
Bump IfcOpenShell to latest bot build. See #1984 #1977 #1959
2022-01-18 18:01:27 +11:00
Dion Moult
9572fef222
Fix #1908 . Extracting elements using IfcPatch now includes all properties.
2022-01-18 17:47:59 +11:00
Dion Moult
2852f53afa
Fix #1934 . Fix bug with improper nesting of subfolders when exporting IfcZip.
2022-01-17 20:30:02 +11:00
Dion Moult
8b06aa9e0b
Header data previews for IFCZIP are now supported as well.
2022-01-17 18:21:20 +11:00
Dion Moult
9ebe0aaa95
Fix #1956 . One-button upgrade from IFC2X3 to IFC4.
2022-01-17 16:20:01 +11:00
Dion Moult
1a735c4bef
Minor improvement to the sequence UI to always allow you to cancel editing mode.
2022-01-17 15:11:48 +11:00
Dion Moult
d259e0f490
Fix IfcCSV import bug.
2022-01-14 20:25:35 +11:00
Dion Moult
c09ed228c0
Whoops.
2022-01-14 19:06:17 +11:00
Dion Moult
d63be20c8b
Fix #1989 . Fix bug where you couldn't export to IfcJSON, since it couldn't be imported again.
2022-01-14 18:55:44 +11:00
Dion Moult
f8c7f48674
You can now associate annotations with objects for smart annotations in IFC. See #1153 .
2022-01-14 18:00:08 +11:00
Dion Moult
5a87ab8171
Minor cleanup to Brick code after failed attempt to detect feed relationships.
2022-01-14 11:47:58 +11:00
Dion Moult
d23d382854
Minor fix to BIMTester IDS support. Disable IDS test due to unstable nature of IDS.
2022-01-14 11:46:15 +11:00