Dion Moult
ad9dbce003
See #3085 . Don't bundle numpy as Blender already has it and it causes conflicts.
2023-05-04 19:45:04 +10:00
Andrej730
d0526d0ae5
Updating BIM Tools props on active object change #3102
...
Updating extrusion_depth, length and x_angle on active object change. Shouldn't be too expensive and that way it'll be more consistent with Blender UI.
2023-05-04 12:55:40 +05:00
Andrej730
75e9c3265d
Fallback to abs path adding schedule rel path is not available #3106
2023-05-04 11:32:05 +05:00
Andrej730
b37705ab6e
Updating drawing's size on sheet to match it's scale #2965
2023-05-04 11:25:16 +05:00
Massimo Fabbro
d9d5f86a6e
Now it's possible to regenerate a space that it was created automatically from walls
blenderbim-230504
2023-05-04 11:37:42 +10:00
Sigma Dimensions
1f3ad95c00
remove annoying print statement, run black on cost
2023-05-03 19:46:15 +01:00
Sigma Dimensions
9e360f7efa
remove annoying print statement, run black on cost
2023-05-03 19:45:01 +01:00
Sigma Dimensions
64fd6a1f52
fix copying relationships when duplicating tasks
2023-05-03 19:43:05 +01:00
Sigma Dimensions
ba04df4ce3
BBIM 4D: implement human readable duration to read/edit durations.
...
new IOS Fuzzy Duration Parsing utility
2023-05-03 16:09:27 +01:00
Sigma Dimensions
cd27a026fd
fix editing null task duration values #3091
2023-05-03 16:01:58 +01:00
Dion Moult
baedf71106
Minor documentation update to describe how add-ons with conflicting deps / hotkeys are incompatible.
2023-05-04 00:31:44 +10:00
Dion Moult
4f6c95b119
See #1676 . Space boundary generation now accounts for voids and fills.
2023-05-04 00:31:24 +10:00
Dion Moult
b1761ac393
See #1676 . Space boundaries default to physical internal boundaries.
2023-05-03 21:21:55 +10:00
Dion Moult
fcdf3e583f
See #1676 . You can now set the type of boundary class prior to generating boundaries.
2023-05-03 21:03:54 +10:00
Andrej730
2001119dff
A bit more intuitive adding drawing/schedule to the sheet
...
Now it will detect currently active sheet even if you have sheet's drawing/titleblock/schedule selected.
2023-05-03 15:39:53 +05:00
Dion Moult
60a9d96ac8
See #1676 . You can now duplicate space boundaries.
2023-05-03 20:38:09 +10:00
Andrej730
6bd177d250
Annotation Tool - always show "Add type" button
...
It wasn't showing if you had some objects selected which seems a bit counterintuitive - the need to deselect everything to create a new type.
2023-05-03 15:00:58 +05:00
Andrej730
1ece84e31d
Fixed error during building schedule from ods
...
We were discarding some styles that didn't have any style properties and then we always needed to keep it in mind later on, now we just create empty dict for those.
2023-05-03 14:55:45 +05:00
Andrej730
40ea9457a8
Apply scale and rotation to ifc text symbols #3094
...
Before symbols attached to ifc text were not rotated / scaled if they didn't have "text-template" fields in them.
2023-05-03 14:39:43 +05:00
Andrej730
e95d91a91e
Support multiline text in the schedule #3010
...
Before - https://i.imgur.com/gff5jo3.png
After - https://i.imgur.com/meyXBYb.png
2023-05-03 12:33:07 +05:00
Andrej730
c8fb92175f
Added some (naive) text wrapping in the schedule #3010
...
Before - https://i.imgur.com/dJPQ788.png
After - https://i.imgur.com/T1FtI8H.png
For it to work make sure you have word wrapping in ods.
It's still very naive since it's taking constant font width which could vary depending on font type, font size, font lettering. The proper way would be is to either find some svg way to do it (couldn't find any stable one) or to render text to identify it's width (could be done with PIL but seems overkill, atleast for now).
2023-05-03 12:25:08 +05:00
Sigma Dimensions
a6fb4cbfbf
BBIM 4D: Enable displaying task tooltip in the gantt chart & add resource columns
2023-05-03 04:34:55 +01:00
Sigma Dimensions
30bb6d05c5
BBIM 4D: You can now visualize & print work schedule baselines with Gantt Charts
2023-05-03 04:33:16 +01:00
Sigma Dimensions
9422f804fb
minor fix
blenderbim-230503
2023-05-03 04:22:02 +01:00
Sigma Dimensions
415a7746be
BBIM 4D Gantt: Support multiple languages, human readable durations, add convenient Print Function with different Sheet Formats,
...
start improving overall page style; refactor code to split js and css code away from mustache file
2023-05-02 17:27:47 +01:00
Andrej730
ee903208dc
Small fix for text alignment in scheduler
2023-05-02 17:41:56 +05:00
Dion Moult
f89e834fea
Fix #3085 . Prioritise shipped BlenderBIM Add-on packages instead of system packages to avoid dependency clashes.
2023-05-02 22:20:34 +10:00
Dion Moult
e8b4335741
Minor UI cleanup. Remove align buttons from architectural tool panel.
2023-05-02 22:20:34 +10:00
Dion Moult
83010f0542
See #1676 . You can now add basic space boundaries with the BIM Tool with Shift-B, either by selecting both a space and an element (e.g. wall) or selecting a space and placing the 3D cursor on a face.
2023-05-02 22:20:34 +10:00
Dion Moult
04e5f5036c
See #1676 . Deleting space boundaries now also removes connection geometry.
2023-05-02 22:20:34 +10:00
Andrej730
5d86d38a14
Support cells text alignment building schedule from ods #2885
...
Before - https://i.imgur.com/9QZ2YW2.png
After - https://i.imgur.com/M7ZHSJq.png
2023-05-02 17:04:48 +05:00
Andrej730
a82db1f622
Support merged columns building schedule from ods #2885
...
Before - https://i.imgur.com/p1l6ugn.png
After - https://i.imgur.com/9QZ2YW2.png
2023-05-02 16:24:30 +05:00
Andrej730
fb618d536b
Keep rows height building svg schedule from ods #2885
...
Before - https://i.imgur.com/erMH4Ku.png
After - https://i.imgur.com/p1l6ugn.png
2023-05-02 14:56:05 +05:00
Andrej730
23f96779fa
More safe adding roof modifier #3080
2023-05-02 10:38:25 +05:00
Dion Moult
7b67854654
Fix #3088 . Prioritise body curves to be loaded before trying to load 2D annotations.
2023-05-02 13:11:01 +10:00
Sigma Dimensions
2e7f941465
BBIM 4D: Auto Update Resource Usage from resource tree
2023-05-02 02:47:22 +01:00
Sigma Dimensions
1c1706fde3
BBIM feature to create & view work schedule baselines
2023-05-02 02:43:54 +01:00
Sigma Dimensions
ca77a895e0
IOS.API consider removing baseline tasks when deleting tasks
2023-05-02 02:31:48 +01:00
Sigma Dimensions
0f447f964e
IOS.API usecase to create a work schedule baseline
2023-05-02 02:30:38 +01:00
Sigma Dimensions
2c31fc6b25
run black
2023-05-02 02:27:32 +01:00
Dion Moult
0ba79dc105
Accommodate space boundaries with no connection geometry, fetch spatial structure for IFC2X3, and fix scale bug when editing boundary profiles.
blenderbim-230502
2023-05-02 10:23:54 +10:00
dependabot[bot]
52c686b656
Bump flask from 2.0.1 to 2.3.2 in /src/opencdeserver
...
Bumps [flask](https://github.com/pallets/flask ) from 2.0.1 to 2.3.2.
- [Release notes](https://github.com/pallets/flask/releases )
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/flask/compare/2.0.1...2.3.2 )
---
updated-dependencies:
- dependency-name: flask
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-02 10:06:31 +10:00
Thomas Krijnen
64d98f1295
#2676
2023-05-01 20:16:39 +02:00
Andrej730
ceb2c4075c
Option to scale symbol from ifc tag by scaling ifc text object #2946
...
Also added some text scaling in viewport if there is some symbol associated with text annotation to roughly visually indicate how big this thing is going to be in the svg.
Example - https://user-images.githubusercontent.com/9417531/235445393-447f3aba-8425-4da6-81d0-6bf9004fcf2b.mp4
2023-05-01 16:25:04 +05:00
Andrej730
166e7d52ec
Keep text rotation for text annotation with symbols #2946
2023-05-01 16:25:04 +05:00
Dion Moult
644c2652ea
See #1676 . You can now toggle boundaries on or off in the BIM tool via Alt-B, with a special boundary decorator.
2023-05-01 21:19:29 +10:00
Andrej730
63b201fd95
Test command to load blend file during test scenario for debugging
2023-05-01 15:35:27 +05:00
Andrej730
d70616056c
Moving decorators colors from scene to addon props #3033
2023-05-01 14:54:47 +05:00
Dion Moult
a65e376886
See #1676 . Tab now toggles space boundary surface profile editing.
2023-05-01 19:40:49 +10:00
Andrej730
a985c70f0c
Fixed error on adding Roof modifier to non-footprint objects #3080
2023-05-01 14:03:28 +05:00