Dion Moult
75d67cd719
Fix #1551 . Support mixed geolocation workarounds of both object placement and cartesian point.
2021-07-06 12:20:04 +10:00
Dion Moult
cca28231ee
Implement undo for material operators. See #1475 .
2021-07-05 18:59:10 +10:00
s-leger
d7b3a1d95a
Delete OCC.pth ( #1550 )
...
Remove no more needed OCC.pth (setup OCC as module)
2021-07-05 18:35:50 +10:00
Dion Moult
30ba45f6cb
Implement undo for pset operators. See #1475 .
2021-07-05 17:09:04 +10:00
Dion Moult
d832c9780a
Implement undo for qto operators. See #1475 .
2021-07-05 16:51:26 +10:00
Dion Moult
7f3b7f4e21
Implement undo for georeference operators. See #1475 .
2021-07-05 16:42:38 +10:00
Dion Moult
dc7dea21ce
Implement undo for spatial operators. See #1475 .
2021-07-05 16:36:33 +10:00
Dion Moult
d6a9b73657
Minor fix.
2021-07-05 16:35:13 +10:00
Dion Moult
97cd919a7b
Improve undo redo object linking robustness. See #1475 .
2021-07-05 15:59:26 +10:00
Dion Moult
41bc109556
Implement undo for type, unit, and void operators. See #1475 .
2021-07-05 15:03:50 +10:00
Jesusbill
3a24f03bed
black formatting
2021-07-05 02:31:13 +02:00
Jesusbill
f3ed96846e
bug fix in constraint module, see #1549
2021-07-05 02:27:56 +02:00
Jesusbill
cbe8165e08
add undo for "document" module #1475
2021-07-05 02:21:10 +02:00
Jesusbill
6a7a122de2
add undo for "csv" module #1475
2021-07-05 02:20:54 +02:00
Jesusbill
e44db61fbd
add undo for "classification" module #1475
2021-07-05 02:20:24 +02:00
Dion Moult
72b60e85d4
Minor fix
2021-07-05 09:01:10 +10:00
Dion Moult
c48263ade9
Add installation instructions for IfcSverchok
2021-07-05 09:00:21 +10:00
Jesusbill
5ec081c6bc
add undo for "contraint" module #1475
2021-07-04 18:33:35 +02:00
Jesusbill
cc3f94097c
add undo for "layer" module #1475
2021-07-04 18:32:29 +02:00
Dion Moult
253d478fdc
Implement undo for style module operators. See #1475 .
2021-07-04 20:28:21 +10:00
Dion Moult
b8015644e9
Implement undo for context and geometry operators. See #1475 .
2021-07-04 19:45:34 +10:00
Dion Moult
8a917dc050
Fix #1529 . Properly represent Blender materials as 1:1 mappings to surface styles, with support for material definition representation.
2021-07-04 12:38:41 +10:00
Dion Moult
68b6389794
Fix #1547 .
2021-07-04 09:54:49 +10:00
Dion Moult
e0048f7a3c
Minor fix
2021-07-03 10:41:06 +10:00
Jesusbill
a8dcb2f306
undo for structural - wip
2021-07-03 02:08:31 +02:00
Dion Moult
a8f0a4807c
Add undo support for group module operators
2021-07-03 10:03:27 +10:00
Dion Moult
d5539399e8
New print IFC file debug operator
2021-07-03 10:02:26 +10:00
Dion Moult
eb89308019
Minor fix
2021-07-02 19:16:55 +10:00
Dion Moult
e7e7b22fd5
Implement undo support for all root operations. Clean up implementation, making passing transaction keys unnecessary. See #1475 .
2021-07-02 19:10:51 +10:00
Dion Moult
cac8c64ac8
Document undo system
2021-07-01 21:05:26 +10:00
Dion Moult
3847c9bd7a
Implement undo for aggregate operations, with automatic element-obj link undo/redo and improved undo syntax. See #1475 .
2021-07-01 20:43:33 +10:00
Dion Moult
30ad915649
Minor fix
2021-07-01 11:59:25 +10:00
Dion Moult
c2cf3e8639
Minor fix
2021-07-01 11:53:56 +10:00
Dion Moult
c1527b4199
Document module architecture
2021-07-01 11:53:00 +10:00
Dion Moult
a1032a3bf0
Describe IfcOpenShell python architecture in the developer guide
2021-07-01 11:17:59 +10:00
Dion Moult
733b7c0e1e
Add basic documentation for developer guide
2021-07-01 09:55:59 +10:00
Dion Moult
6b0a58db7d
Experimental undo and redo Python prototype ( #1539 )
...
* Experimental undo and redo Python prototype
* Simplify history, use transaction jargon, use walk for more robust serialisation
* Black file, set history size, add file reference to entity_instance constructor
* Ensure that files are always passed when entities are wrapped
* Add support for undo/redo of all project module operations
* Minor fix
* Blender to IFC mappings are now managed by Blender RNA, so they don't break on undo operations. See #1475 .
* Implement undo for all attribute operations. See #1475 .
* Update documentation for installation of add-on
* Revert Blender RNA approach for Blender-IFC mappings, because it didn't scale, but still fix the undo/redo object memory corruption with new "reload_linked_elements" method.
2021-06-30 18:34:12 +10:00
Dion Moult
37a61c549f
Accommmodate incorrect body representation contexts coming from Revit
2021-06-27 11:00:20 +10:00
Dion Moult
ebfb29d6da
Fix #1538 . Bug when absolute coordinates are detected from a coordinate list.
2021-06-26 17:09:44 +10:00
Dion Moult
6e4e6a88a4
Add support for parametric updating of cardinal points 1-9 for profile set usages
2021-06-25 17:25:26 +10:00
Dion Moult
312de694b6
Task trees can now be sorted by any attribute independent of the WBS
2021-06-23 18:17:39 +10:00
Dion Moult
a4391df9ca
Wall tool now rebranded as BIM tool with a new icon thanks to s-leger!
2021-06-23 11:25:05 +10:00
Dion Moult
e863015e85
You can now customise the data columns shown in the work task tree
2021-06-22 19:32:59 +10:00
Dion Moult
650ebeddd6
Column profiles now update when switching type
2021-06-21 14:44:42 +10:00
Dion Moult
54526960c8
Column profiles now auto update when you change the material profile
2021-06-21 12:21:55 +10:00
Jesusbill
e0b93a70d3
black formatting
2021-06-20 20:58:36 +02:00
Jesusbill
e569b97c56
Add general CRUD operations for boundary conditions (from scene properties)
2021-06-20 20:57:12 +02:00
Jesusbill
a0b7fe2736
you can now filter structural loads based on name and inverse references
2021-06-20 20:53:45 +02:00
Dion Moult
aadb28bb79
Fix #1456 . Improve usability when a project library only has a single class type in it.
2021-06-18 16:05:58 +10:00
Dion Moult
2f1f332d31
Fix #1522 . Appending from project libraries now supports material properties and styles.
2021-06-18 15:54:01 +10:00