Andrej730
ca09ff2ef0
Not all curve annotation types were detected at the import #3090
blenderbim-230511
2023-05-11 10:54:27 +05:00
Bruno Postle
8643aff800
Merge branch 'v0.7.0' of github.com:IfcOpenShell/IfcOpenShell into v0.7.0
2023-05-10 22:53:00 +01:00
Gorgious
2e88993654
Fix #3128 : RefLatitude and RefLongitude attributes now show their description on right click + add a snippet to tell the user how to format the values
2023-05-10 22:51:30 +01:00
Bruno Postle
b77849d279
Report ifcmerge conflicts in pop-up #3096
2023-05-10 22:45:22 +01:00
Gorgious
c7e288466f
Fix #3128 : RefLatitude and RefLongitude attributes now show their description on right click + add a snippet to tell the user how to format the values
2023-05-10 21:31:19 +02:00
Kristoffer Andersen
bb48d4aac1
Update meta.yaml
...
pin daily conda builds to occt 7.7.0
2023-05-10 20:43:22 +02:00
Gorgious56
2b99cc1e58
Fix typo in get_pset docstring
2023-05-10 16:41:19 +02:00
Andrej730
ca286f8d19
Migrating shaders to builtins to support M1 #2897
...
Migrated all shaders from geometry shaders to builtins (all geometry data now calculated in python before passing to shader) to make them more reliable and support Metal backend on Mac M1 (tested that it works - both annotations and gizmo).
The current downside is that there is no more custom frag shaders too - meaning we do not support dashed lines in the annotations (currently Hidden and Grid just use a bit less bright annotation color).
blenderbim-230510
2023-05-10 18:19:00 +05:00
Bruno Perdigão
73a3cc2cc5
changed custom scale input
2023-05-10 09:11:09 +10:00
Bruno Postle
169709ed04
Selecting a git revision updates info box
2023-05-09 22:15:57 +01:00
Sigma Dimensions
2e746242ce
Fix task json issue due to "Bad control character in string literal in JSON at position XXXX"
2023-05-09 15:43:12 +01:00
Sigma Dimensions
951b8e2b15
Convenient Pie Menu shortcut to aggregate selected objects to active object
2023-05-09 14:24:31 +01:00
Sigma Dimensions
ede3edcf1e
fix toggle_cost_item_parent
2023-05-09 13:25:21 +01:00
Sigma Dimensions
184c9f87b2
Fix baseline gantt chart bug when new tasks are added to the planned schedule
2023-05-09 13:03:57 +01:00
Dion Moult
0793a4602d
Minor improvements to shape utility.
blenderbim-230509
2023-05-09 20:51:08 +10:00
Dion Moult
bb285c47dc
See #2673 . Bundle IfcTester for PyPI.
2023-05-09 20:49:08 +10:00
arun
4cb6fc05d6
corrected get_extrusions function
blenderbim-230508
2023-05-08 20:18:57 +02:00
Kristoffer Andersen
a302e5db64
add zlib to conda build dependency
...
zlib is now longer indirectly included from the vtk package now that we have a new occt variant novtk that does not depend on vtk
2023-05-08 14:12:03 +02:00
Bruno Postle
ff21749da4
Merge branch 'v0.7.0' of github.com:IfcOpenShell/IfcOpenShell into v0.7.0
2023-05-07 13:12:22 +01:00
Bruno Postle
23b5da7670
BlenderBIM ifc file association (linux only) #2399
2023-05-07 13:08:28 +01:00
Bruno Postle
c31e479f47
Rename blenderbim.sh, better initialisation #2399
2023-05-07 09:46:15 +01:00
Dion Moult
260eb31a69
Add shape utility to easily get profiles and extrusions
blenderbim-230507
2023-05-07 17:32:46 +10:00
Dion Moult
1fb6dac6fb
Fix failing tests in preparation for release.
blenderbim-230506
2023-05-06 11:05:13 +10:00
Dion Moult
34d947c51f
Fix #3084 . Issue where drawings with no elements couldn't be generated.
2023-05-06 11:02:41 +10:00
Sigma Dimensions
23f7a6d5a6
fix test-related sequence bug
...
Fix baseline gantt chart bug
2023-05-06 00:21:57 +01:00
Sigma Dimensions
b15926c20a
Fix baseline gantt chart bug when new tasks are added to the planned schedule
2023-05-05 23:43:27 +01:00
Sigma Dimensions
0a7ef80ca7
BBIM4D: Enable filtering by active work schedule when retrieve tasks related to objects
2023-05-05 18:26:32 +01:00
Sigma Dimensions
be08406cc1
Auto-refresh task sorting
blenderbim-230505
2023-05-05 17:11:24 +01:00
Bruno Postle
cc9777b1e8
Basic user documentation for BlenderBIM Git functionality ( #3096 )
2023-05-04 23:53:37 +01:00
Dion Moult
539b3a243b
Fix fundamental bug where area and volume units were ignored on new projects.
2023-05-04 21:43:48 +10:00
Andrej730
41e58a3d46
Small addition to 8c302ed85
2023-05-04 16:00:12 +05:00
Andrej730
8c302ed85c
Changed x_angle subtype to degrees
...
Now BIMModelProperties.x_angle stores data in radians internally but for user it still appears as degrees
2023-05-04 15:53:29 +05:00
Dion Moult
dc4dc46b62
See #1676 . Fix space boundary generation for IFC4 RV where openings are already subtracted from the body.
2023-05-04 20:22:29 +10:00
Dion Moult
a07fa5a2c2
Accommodate invalid named units when loading IFCs.
2023-05-04 19:55:54 +10:00
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