Commit Graph

8080 Commits

Author SHA1 Message Date
Bruno Postle 8b85875b45 BlenderBIM Git tagging documentation 2024-04-15 09:58:24 +02:00
Bruno Postle a4e9f304d9 BlenderBIM list and create git tags #3096 2024-04-15 09:58:24 +02:00
Andrej730 41ef46cb88 Multiline in dimension description / suffix / prefix #3005
Also added some offset for dimension text in viewport to make it more similar to svg
2024-04-15 09:58:24 +02:00
Andrej730 dff88c7560 Option to add prefix and suffix to dimension annotation #3005
Example - https://imgur.com/a/0NkStWm
2024-04-15 09:56:51 +02:00
Andrej730 6e290d585e Ifc CSV Export template now also saves the expression #3034
Previously saved templates wouldn't work now, they need to be either recreated or modified to make them work.

Example of old template format:
`["Name", "class", "type.Name"]`

Example of new template format:
`{"expression": ".IfcDoor", "attributes": ["Name", "class", "type.Name"]}`

Note that this would work too:
`{"attributes": ["Name", "class", "type.Name"]}`
2024-04-15 09:56:51 +02:00
Andrej730 03e373aaff Not all curve annotation types were detected at the import #3090 2024-04-15 09:56:51 +02:00
Gorgious 4f47366976 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 2024-04-15 09:56:51 +02:00
Bruno Postle 957bcaa21b Report ifcmerge conflicts in pop-up #3096 2024-04-15 09:56:51 +02:00
Kristoffer Andersen 1a86752ed0 Update meta.yaml
pin daily conda builds to occt 7.7.0
2024-04-15 09:56:51 +02:00
Gorgious56 078e50423f Fix typo in get_pset docstring 2024-04-15 09:56:51 +02:00
Andrej730 436f81d137 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).
2024-04-15 09:56:51 +02:00
Bruno Perdigão edd5686c13 changed custom scale input 2024-04-15 09:56:51 +02:00
Bruno Postle 838b0b04fb Selecting a git revision updates info box 2024-04-15 09:56:51 +02:00
Sigma Dimensions da5b9e2b22 Fix task json issue due to "Bad control character in string literal in JSON at position XXXX" 2024-04-15 09:56:51 +02:00
Sigma Dimensions f6a6201c30 Convenient Pie Menu shortcut to aggregate selected objects to active object 2024-04-15 09:56:51 +02:00
Sigma Dimensions da13f4cb46 fix toggle_cost_item_parent 2024-04-15 09:56:51 +02:00
Sigma Dimensions 607cb253d2 Fix baseline gantt chart bug when new tasks are added to the planned schedule 2024-04-15 09:56:51 +02:00
Dion Moult dff827db59 Minor improvements to shape utility. 2024-04-15 09:56:51 +02:00
Dion Moult c5154ec594 See #2673. Bundle IfcTester for PyPI. 2024-04-15 09:56:51 +02:00
arun 3ea7e28b12 corrected get_extrusions function 2024-04-15 09:56:51 +02:00
Dion Moult 3b66822fe2 Add shape utility to easily get profiles and extrusions 2024-04-15 09:56:38 +02:00
Bruno Postle d7a74dd6a4 BlenderBIM ifc file association (linux only) #2399 2024-04-15 09:56:38 +02:00
Bruno Postle b987d5ca7c Rename blenderbim.sh, better initialisation #2399 2024-04-15 09:56:38 +02:00
Dion Moult b8431a8c33 Fix failing tests in preparation for release. 2024-04-15 09:56:38 +02:00
Dion Moult 89310d19cb Fix #3084. Issue where drawings with no elements couldn't be generated. 2024-04-15 09:56:38 +02:00
Sigma Dimensions 769dd6c09a fix test-related sequence bug
Fix baseline gantt chart bug
2024-04-15 09:56:38 +02:00
Sigma Dimensions eb29543d24 Fix baseline gantt chart bug when new tasks are added to the planned schedule 2024-04-15 09:56:38 +02:00
Sigma Dimensions 0b9e7af325 BBIM4D: Enable filtering by active work schedule when retrieve tasks related to objects 2024-04-15 09:56:38 +02:00
Sigma Dimensions e25c43879f Auto-refresh task sorting 2024-04-15 09:56:38 +02:00
Bruno Postle 8add979bf3 Basic user documentation for BlenderBIM Git functionality (#3096) 2024-04-15 09:56:38 +02:00
Dion Moult 8b173e5b4d Fix fundamental bug where area and volume units were ignored on new projects. 2024-04-15 09:56:38 +02:00
Andrej730 5bc181a2cf Small addition to 8c302ed85 2024-04-15 09:56:38 +02:00
Andrej730 06a6d7cacd Changed x_angle subtype to degrees
Now BIMModelProperties.x_angle stores data in radians internally but for user it still appears as degrees
2024-04-15 09:56:38 +02:00
Dion Moult 0a637ea4fa See #1676. Fix space boundary generation for IFC4 RV where openings are already subtracted from the body. 2024-04-15 09:56:38 +02:00
Dion Moult b7e61ad10b Accommodate invalid named units when loading IFCs. 2024-04-15 09:56:38 +02:00
Dion Moult 3e9f1f7d5c See #3085. Don't bundle numpy as Blender already has it and it causes conflicts. 2024-04-15 09:56:38 +02:00
Andrej730 059b717bf3 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.
2024-04-15 09:56:38 +02:00
Andrej730 10e442188b Fallback to abs path adding schedule rel path is not available #3106 2024-04-15 09:56:37 +02:00
Andrej730 6d14fcdac6 Updating drawing's size on sheet to match it's scale #2965 2024-04-15 09:56:37 +02:00
Massimo Fabbro 39d8a9871b Now it's possible to regenerate a space that it was created automatically from walls 2024-04-15 09:56:37 +02:00
Sigma Dimensions 2bd8ac25c1 remove annoying print statement, run black on cost 2024-04-15 09:56:37 +02:00
Sigma Dimensions 4dfaea3675 remove annoying print statement, run black on cost 2024-04-15 09:56:37 +02:00
Sigma Dimensions 09a300b57b fix copying relationships when duplicating tasks 2024-04-15 09:56:37 +02:00
Sigma Dimensions 7188d6ea74 BBIM 4D: implement human readable duration to read/edit durations.
new IOS Fuzzy Duration Parsing utility
2024-04-15 09:56:37 +02:00
Sigma Dimensions 7d61c292fe fix editing null task duration values #3091 2024-04-15 09:56:37 +02:00
Dion Moult 6bad697ec4 Minor documentation update to describe how add-ons with conflicting deps / hotkeys are incompatible. 2024-04-15 09:56:37 +02:00
Dion Moult f6ccfb52b3 See #1676. Space boundary generation now accounts for voids and fills. 2024-04-15 09:56:37 +02:00
Dion Moult 60985752d3 See #1676. Space boundaries default to physical internal boundaries. 2024-04-15 09:56:37 +02:00
Dion Moult 767c435c00 See #1676. You can now set the type of boundary class prior to generating boundaries. 2024-04-15 09:56:37 +02:00
Andrej730 7b5ece2f4a 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.
2024-04-15 09:56:37 +02:00