Dion Moult
d350a17ce5
Fix bug where editing styles didn't work if factors were stored instead of RGB colours
2021-09-10 17:43:26 +10:00
Dion Moult
9b94c3ceca
New recommended pylint command as part of qa target
2021-09-10 10:01:06 +10:00
Dion Moult
865c0f4895
Run black, and add black to a "qa" target to make it a standardised process.
2021-09-09 21:27:31 +10:00
Thomas Krijnen
95903c965d
Fixes for annotations in SVG
2021-09-09 10:58:59 +02:00
Dion Moult
5b711a23d3
Expose MaxId to Python
2021-09-09 08:44:12 +02:00
Dion Moult
99b776b10e
Deleting openings or voided elements now also remove openings.
2021-09-09 14:48:40 +10:00
Dion Moult
ce92aa6e00
Fix bug where openings were not unlinked or renamed if they were removed from a non-dynamic object
2021-09-09 13:45:49 +10:00
Dion Moult
33bc0be5ff
Non dynamically voided objects now auto update when their opening is removed
2021-09-09 12:54:43 +10:00
Dion Moult
3004d5424c
Assigning an opening now ensures it displays as a wire
2021-09-09 12:51:54 +10:00
Dion Moult
d6aec719e5
Fix bug where removing an opening might remove an element twice
2021-09-09 12:38:52 +10:00
Thomas Krijnen
55a220751b
Fix symbol direction
2021-09-08 14:21:25 +02:00
Thomas Krijnen
f31ab80731
Fix combination --draw-storey-heights --svg-without-storeys
2021-09-08 13:50:27 +02:00
Dion Moult
d0eb716738
Fix #1727 . BIMTester now runs within the BlenderBIM Add-on, implement attribute checking in IDS, and fix some minor IDS bugs.
2021-09-08 20:17:16 +10:00
Thomas Krijnen
b9084ad0f5
#1725 exports
2021-09-08 10:14:30 +02:00
Dion Moult
2580cd5e37
More tests. See #1711 .
2021-09-08 17:25:54 +10:00
Dion Moult
177d46b7b6
Remove create project library ability, as you should create a project first
2021-09-08 13:41:36 +10:00
Dion Moult
d026fcc900
Implement lightweight Gherkin testing for full stack tests
2021-09-08 13:15:48 +10:00
Thomas Krijnen
f898893607
whitespace
2021-09-05 09:32:39 +02:00
Thomas Krijnen
6cc842a2ac
#1721 fix mmap in ifcconvert
2021-09-04 15:38:07 +02:00
Thomas Krijnen
cfc1ddee5e
#1676 null handling in inverses
2021-09-04 14:27:46 +02:00
Dion Moult
89535e0b6a
Manual import offsets now apply on object placements for efficiency.
2021-09-03 14:13:37 +10:00
Dion Moult
b71684955d
Simplify packaging, add create project smoke test. New license target.
2021-09-03 14:11:15 +10:00
Dion Moult
81b0442abe
Fix licensing for code by qwiglydee. See #1082 .
2021-09-02 09:46:11 +10:00
Gorgious
88f0938bd2
Fix errors introduced in #1683
2021-09-01 12:05:20 +02:00
Gorgious
cdd5094d38
Immediately redraw the Library panel on load
...
This improves interface responsiveness.
Previously you would have to hover your mouse over the panel
After import to see the contents of the library visually update.
2021-09-01 08:46:31 +02:00
Dion Moult
a1b462a83b
Fix bug where project libraries were not legal.
2021-09-01 08:58:26 +10:00
Gorgious56
41db0f4705
Notify if file already contains library element ( #1708 )
...
* Notify if file already contains library element
* Minor fix. See #1711 .
* Test util.element module. See #1711 .
* Test IFC file module. See #1711 .
* Minor fix. See #1711 .
* Move logic into operators
Co-authored-by: Dion Moult <dion@thinkmoult.com >
2021-09-01 08:01:44 +10:00
Gorgious
06d3ed7d2a
Addendum #1710 : Remove superfluous parameters fetching
...
bim.get_representation_ifc_parameters already called earlier in the code
2021-08-31 14:37:37 +02:00
Dion Moult
5485177888
Minor fix. See #1711 .
2021-08-31 18:33:52 +10:00
Dion Moult
8792c6db63
Test IFC file module. See #1711 .
2021-08-31 17:28:31 +10:00
Dion Moult
5990d6b66d
Test util.element module. See #1711 .
2021-08-31 15:44:57 +10:00
Dion Moult
b1b3d7e312
Minor fix. See #1711 .
2021-08-31 14:10:43 +10:00
Dion Moult
770f35fd97
Move tests outside src, as per convention. See #1711 .
2021-08-31 13:58:41 +10:00
Gorgious56
829ff5e152
Improve mesh IFC Representation User Experience ( #1710 )
...
* Must be in object mode to update representation
This may prevent random CTDs due to invalidated data
* Use self.file instead of re-fetching from IfcStore
* Keep ifc parameters expanded when updating representation
* Clear previous ifc parameters when re-fetching
2021-08-31 13:45:17 +10:00
Dion Moult
4accf30626
Add transaction support for adding elements. See #1709 .
2021-08-31 10:25:13 +10:00
Dion Moult
0ed38a4128
Fix #1707 . Fix bug where project library browser could self reference.
2021-08-31 08:22:12 +10:00
Dion Moult
0a2afa4879
Fix bug where element replacement would sometimes fail leading to various problems.
2021-08-30 21:32:23 +10:00
Gorgious
9d4f0730e2
Fix typo in material style assignment code
2021-08-30 13:17:20 +02:00
Dion Moult
6b33b23a29
Fix bug when copying objects, don't copy their decomposition to prevent invalid IFCs.
2021-08-30 18:59:50 +10:00
Dion Moult
6addbd935f
Add copyright boilerplate to BCF and OpenCDE code
2021-08-29 16:51:56 +10:00
Prabhat Singh
5782691cdb
minor fix ( #1704 )
2021-08-29 15:48:37 +10:00
Dion Moult
bcda3d8e93
Minor fix
2021-08-29 15:26:45 +10:00
Dion Moult
c131b81565
New bunny rabbit furniture asset :) It's the BlenderBIM Bunny!
2021-08-28 20:16:04 +10:00
Dion Moult
99d7eaaf70
You can now insert doors, and we distribute a sample demo and site library
2021-08-28 19:00:32 +10:00
Dion Moult
c726e8feb9
You can now calculate costs from direct resources and indirect task-based resources
2021-08-28 18:21:22 +10:00
Dion Moult
faaeef92de
You can now edit resource base quantity
2021-08-28 14:38:20 +10:00
Gorgious
a4b4c7b37c
Minor fix for https://github.com/IfcOpenShell/IfcOpenShell/pull/1699
2021-08-27 10:38:19 +02:00
Dion Moult
75a8e4af02
Minor fix for #1699
2021-08-27 18:21:11 +10:00
Gorgious56
8d5970f002
Display project units instead of hardcoded ones ( #1699 )
...
* Display project units instead of hardcoded ones
* Treat MapUnit as a regular attribute
* Remove left over attributes
* Refactor operator for MapUnit change
* Fix unit fetch failing because of wrong id type
2021-08-27 18:07:51 +10:00
Dion Moult
dd0a3d0421
Minor fix.
2021-08-27 17:24:42 +10:00