Dion Moult
d27d0acbc0
Simple prototype integration to run an OpenLCA analysis from Blender
2021-08-23 16:34:19 +10:00
Dion Moult
869d067c94
Project libraries are now sorted alphabetically for convenience
2021-08-23 09:38:24 +10:00
Dion Moult
268241bf5d
Hide types collection when importing assets. See #1590 .
2021-08-23 08:31:10 +10:00
Gorgious56
67c055579c
Various tweaks and fixes ( #1683 )
...
* Use operator's poll method to ensure correct execution
* Add utilities to get active collection item
* Minor fixes
zombie code
list comprehensions
typos
cleanup
tooltips, descriptions
ensure file extension in folder operator
use custom UI List instead of generic one
ensure active object stays the same after operator execution
use passed context instead of bpy
* Jump through hoops to not display empty dynamic enums
* Group mesh calculation methods in helper module
If not using bmesh, the polygon selection status
is updated only when getting out of Edit mode.
Using bmesh we can get the values in realtime
* Remove unused arg name in dosctring
2021-08-23 08:07:29 +10:00
Dion Moult
0d2d5ff16b
Windows now move with openings and walls when toggled.
2021-08-22 20:57:54 +10:00
Dion Moult
3c235208de
Fix #1679 . Again.
2021-08-22 20:54:05 +10:00
Dion Moult
52f4b564b3
Minor fix. It seems as though StructRNA of type Scene may be removed during undo/redo, which results in handlers failing.
2021-08-22 19:11:17 +10:00
Dion Moult
8178dd330d
Fix #1679
2021-08-22 10:53:43 +10:00
Dion Moult
616f284126
Minor fix
2021-08-21 21:53:16 +10:00
Dion Moult
5e6343885c
Filtered imports is now much faster and works with omitted aggregates
2021-08-21 21:09:48 +10:00
Dion Moult
fd603f7035
IfcZip and IfcXML can now be set manually, and prevent double loading when importing, which can save ~20 seconds for large file imports.
2021-08-21 16:17:06 +10:00
Gorgious
3b36029b1d
Use label instead of dummy dynamic enum
...
And fix error in last commit...
2021-08-20 10:16:58 +02:00
Gorgious
447c07460a
Disable editing operators : Change icon
2021-08-20 10:13:00 +02:00
Gorgious
5c62cb244a
Create Drawing op: Add tooltip and use poll method
2021-08-20 09:55:44 +02:00
Dion Moult
7fa79a2cec
Work schedule psets are now supported, so you can set work day/week/month durations
2021-08-20 09:42:03 +10:00
Dion Moult
6c6d4c047c
Fix #1672 . Bug where style attributes couldn't be edited.
2021-08-20 08:51:46 +10:00
Dion Moult
11e36bf744
Minor fix
2021-08-20 08:01:48 +10:00
Gorgious
1c9cd058c8
Fix errors if no ifc file
2021-08-19 22:46:01 +02:00
Gorgious
f904648783
Keep active object as active when creating ifc file
2021-08-19 22:29:43 +02:00
Gorgious
0f38cd712e
Fix errors due to accessing empty enum
2021-08-19 22:26:00 +02:00
Gorgious
9b9326721d
Fix error when trying to select type if type is not set
2021-08-19 22:06:56 +02:00
Gorgious
29cda05025
Fix error when adding opening with None object
2021-08-19 22:05:22 +02:00
Gorgious
d1a39d8004
Fix possible error due to typo
2021-08-19 21:59:00 +02:00
Gorgious
e0bfa8f55a
Fix console error due to accessing empty dynamic enum
2021-08-19 21:58:37 +02:00
Gorgious
95f2d939e8
Fix error when filling opening with None object
2021-08-19 21:43:31 +02:00
Gorgious
a14c3b181d
Keep active object when removing from containers
2021-08-19 21:27:37 +02:00
Gorgious
17e61afd59
Add tooltip to CopyToContainer Operator
2021-08-19 21:26:54 +02:00
Gorgious
bf6c3e40d3
Fix console error due to accessing empty dynamic enum
2021-08-19 21:06:45 +02:00
Gorgious
ef557e96a7
IfcCobie : Prevent executing operator if no ifc file
2021-08-19 14:06:36 +02:00
Gorgious56
6eaa13b5f1
BlenderBim : Improve BCF project UX ( #1669 )
...
* Improve related topic selection UX
* Foolproof active topic access with property
* Use self when available
* Add utility method to explicitely refresh topic
* Simplify Refresh topic code
* BCF Topics can now be deleted using Blender UI
* Revert dynamic enum for related topics
* Minor fix and cleanup
* Fix bug when trying to display deleted related topic
2021-08-19 18:50:27 +10:00
Dion Moult
92f55504e9
New site project library for stuff like site sheds and cranes
2021-08-19 09:24:14 +10:00
Gorgious56
cb2995a255
BlenderBim : Improve BCF Project UX ( #1668 )
...
* Store fields on BCFProperties class rather than individual topics
* Clear input fields on active topic change
* BCF : Fix resetting comment has_related_viewpoint default value
* Prevent global function use from import
* Use dynamic enum to choose related topic
* Add newline at eof
* Show only .bcf and .bcfzip files when saving project
2021-08-19 07:42:41 +10:00
Dion Moult
bbd7264a9b
Improve UX of task tree by shifting buttons and changing column widths
2021-08-18 18:40:54 +10:00
Dion Moult
a6b8e40829
Cost subtotals that are calculated from per X units are now supported
2021-08-18 18:05:01 +10:00
Gorgious
799fb688b5
Fix https://github.com/IfcOpenShell/IfcOpenShell/issues/1667 : Passed scene is None when creating file
2021-08-18 07:59:23 +02:00
Gorgious56
2d730fbee7
Improve drawing style save and load ( #1665 )
...
* Replace raster style save & load with enum functionality
* Rename DrawingStyleProp to RasterStyleProperty
* Minor Fix
* Correct Typo
2021-08-18 08:50:24 +10:00
Gorgious
fb1c340664
Use passed context instead of bpy.context
2021-08-17 14:55:19 +02:00
Gorgious
4614bde8d7
Cleanup : Use clear instead of while...remove loop
2021-08-17 14:41:15 +02:00
Gorgious
2c270a7315
Fix https://github.com/IfcOpenShell/IfcOpenShell/issues/1663 : Extract Docs is bundled with IfcPatch module
2021-08-17 09:36:53 +02:00
Dion Moult
912699e63c
You can now assign rates from a schedule of rates to a cost plan
2021-08-17 12:22:57 +10:00
Dion Moult
899a0c6fb5
You can now browse a schedule of rates alongside a cost schedule
2021-08-17 11:01:41 +10:00
Dion Moult
f2aec9440f
UoM and unit rates are now shown for schedule of rates in costing
2021-08-17 09:44:43 +10:00
Dion Moult
2284f7b16e
BlenderBIM Add-on licensing. See #1082 .
2021-08-17 08:55:29 +10:00
Gorgious56
06b43e7f80
Make BCF project UI (more) foolproof ( #1662 )
...
* Various code fixes and optimizations
* Prevent running operators if conditions not met
2021-08-17 07:52:55 +10:00
Dion Moult
ee0d594f9f
WIP window tool progress.
2021-08-16 20:34:28 +10:00
Dion Moult
be08d0ad1b
Fix #1657 .
2021-08-16 19:41:30 +10:00
Dion Moult
21c975540d
Fix #1658 . Fix bug where changing slab layer thicknesses didn't work if it didn't have a solidify modifier already.
2021-08-16 18:45:44 +10:00
Dion Moult
f040dbcb6c
You can now assign / unassign cost items in a schedule of rates to type products
2021-08-16 17:46:23 +10:00
Dion Moult
6b7b81765c
You can now add and edit context dependent units including dimensional exponents
2021-08-16 15:58:44 +10:00
Dion Moult
6ee0027f33
Import of CSV-based schedule of rates is now possible
2021-08-16 15:07:09 +10:00