Andrej730
ef835e43b8
bim.save_uv_to_style - support saving uv to objects without a style
...
There was a problem with assigning uv workflow if object wasn't originally from IFC - saving uv requires object to have IfcSurfaceStyle but assigning IfcSurfaceStyle would reload representation discarding UV.
So, the current workflow for saving non-ifc objects uv to ifc:
1) Assign class to ifc object
2) Create IfcSurfaceStyle with a texture (currently also requires a rendering style)
3) Use "Save UV To Style"
Example - https://imgur.com/a/GZqo38M
2024-08-21 12:33:25 +05:00
Andrej730
e5d0eb13bf
Show in UI if representation item has UV mapping / colour map
...
Example - https://i.imgur.com/bWV4dRj.png
2024-08-21 12:33:25 +05:00
Andrej730
4fcf23319f
Show in UI an operator for saving UV
...
It was lost when we deprecated style UI in materials tab.
Button location - https://i.imgur.com/V57MKU2.png
Also added some minor tweaks.
2024-08-21 12:33:25 +05:00
Dion Moult
99154afdb1
You can now specify custom min/max for quantitative legends
2024-08-21 16:34:10 +10:00
Dion Moult
e83eb68fe1
Add seaborn colour palletes for tab10, paired, rocket, mako, spectral, and coolwarm
...
This covers three usecases: qualitative, quantitative min->max, and quantitative middle with low/high
2024-08-21 15:27:21 +10:00
Dion Moult
e4a4a33920
Add support for colouring by quantitative colour legend, not just qualitative categories
bonsai-0.7.11-alpha240821
2024-08-21 14:02:41 +10:00
Dion Moult
e8848c9701
Natsort is now a dependency. We'll be using it to do better sorting everywhere.
2024-08-21 14:01:32 +10:00
Bruno Perdigão
cfd8044cb3
Fixed bug related to pressing shift for plane selection
2024-08-20 17:47:02 -03:00
Bruno Perdigão
2d7866570e
Fixed bug for x, y, z calculation
2024-08-20 17:47:02 -03:00
Bruno Perdigão
eb0ed7fe6b
Fixed bugs related to shift and added Z as input option
2024-08-20 17:47:02 -03:00
Bruno Perdigão
67733c4449
Improved calculation for coordinates from distance and angle
2024-08-20 17:47:02 -03:00
Bruno Perdigão
b3940cdc45
Minor refactor and clean up
2024-08-20 17:47:02 -03:00
Bruno Perdigão
94e75aebb0
Added area calculation to the input panel
2024-08-20 17:47:02 -03:00
Bruno Perdigão
ff203b2a13
Changed decorator name to PolylineDecorator
2024-08-20 17:47:02 -03:00
Bruno Perdigão
10616df494
black format
2024-08-20 17:47:02 -03:00
Bruno Perdigão
1dc6d4935e
Polyline tool: improved plane selection method and decorators
2024-08-20 17:47:02 -03:00
Bruno Perdigão
04088af2b6
small fix
2024-08-20 17:47:02 -03:00
Bruno Perdigão
c477173096
Improved plane selection for Measure tool
2024-08-20 17:47:02 -03:00
Bruno Perdigão
2f4093f958
Fixed decorator for mixed snaping
2024-08-20 17:47:02 -03:00
Bruno Perdigão
95fc51da76
Created function to mix snap point with axis lock in polyline tool
2024-08-20 17:47:02 -03:00
Bruno Perdigão
50e629c02c
Removed code after refactor
2024-08-20 17:47:02 -03:00
Bruno Perdigão
4a178fca58
Fixed error in polyline tool, when two points where add at the same location sequentially
2024-08-20 17:47:02 -03:00
Bruno Perdigão
aff5b238d9
WIP: Added possibility to change plane intersection method
2024-08-20 17:47:02 -03:00
Bruno Perdigão
315b6060b0
WIP: Changed coordinates, distance and angles calculations to allow for 3d vectors
2024-08-20 17:47:02 -03:00
Bruno Perdigão
b137197586
Changed input validantion to Snap tool
2024-08-20 17:47:02 -03:00
Bruno Perdigão
d1d9db3ed8
WIP: started refactoring to develop the measure tool with most of the logic from polyline wall
2024-08-20 17:47:02 -03:00
Andrej730
736b50c6fa
bonsai bcf - fix issue when viewpoints were not reloaded
...
when new bcf file was loaded
2024-08-20 18:39:09 +05:00
Andrej730
64b96633c2
bonsai bcf v3 - support working with viewpoints #2790
...
Also fixed a bug when removing viewpoint always removed the last viewpoint
2024-08-20 18:39:09 +05:00
Andrej730
8eae997053
bcf v3, bonsai bcf v3 - support extracting files #2790
...
extracting files in general is also improved - now it's possible to extract a file that was just added to bcf in memory and not yet saved to the disk.
Update model.py
2024-08-20 18:39:09 +05:00
Andrej730
fee56fc120
bonsai bcf - remove "bim.edit_bcf_author"
...
bcfxml doesn't actually have "author" field - this field is not stored in bcf, it's just needed as an UI for author for newly added comments and topics.
2024-08-20 18:39:09 +05:00
Andrej730
d1f87d5467
fix bug in 71ddc6384a
2024-08-20 18:39:09 +05:00
Andrej730
7539404c27
bcf v3 & bonsai bcf v3 - support adding/removing header files #2790
...
Also removed unnecessary read in AddBcfDocumentReference.
2024-08-20 18:39:08 +05:00
Andrej730
71ddc6384a
bonsai bcf v3 - support adding/removing related topics #2790
...
Not entirely sure about TopicHandler.guid typing, just made it consistent with v2 for now.
bonsai-0.7.11-alpha240820
bonsai-0.7.11-alpha240819
2024-08-19 18:44:33 +05:00
Andrej730
4b402f8ea5
bonsai bcf - dropdown for related topics
...
Previously you had to type in exactly manually.
Besides the dropdown it should also show now a topic description in the dropdown items tooltips.
Removed "bim.add_bcf_related_topic" poll as it should be now covered by the enum.
Example - https://imgur.com/a/xhgcGWI
2024-08-19 18:44:33 +05:00
Andrej730
c39fa80e09
bonsai bcf v3 - support working with topics #2790
2024-08-19 18:44:33 +05:00
Andrej730
c89ad8c7da
related topic - poll message set
2024-08-19 18:44:33 +05:00
Andrej730
6dfe46d9bd
bonsai bcf - add default project for bcf v3, fix small possible issue with bcf v2
...
In theory in bcf v2 there could be a project with project info but without project.
2024-08-19 18:44:33 +05:00
Andrej730
1de51ecf77
bonsai bcf - fix bim snippet ui issue
...
schema is optional field in bcf v2 and it was unreliable to use it to detect whether bim snippet is present or not
2024-08-19 18:44:33 +05:00
Andrej730
8a55f18c95
bonsai bcf - poll message for adding bim snippet
2024-08-19 18:44:32 +05:00
Andrej730
7a1976cfc1
bonsai bcf - show info message when project is saved/loaded
...
to make ui more responsive
2024-08-19 18:44:32 +05:00
Andrej730
78c6401453
bonsai bcf v3 - support working with bim snippets
2024-08-19 18:44:32 +05:00
Andrej730
e12838d93e
bonsai bcf v3 - support working with comments #2790
2024-08-19 18:44:32 +05:00
Andrej730
7aa5b71a6a
bcf - comments setter api
2024-08-19 18:44:32 +05:00
Andrej730
2ef3af5e1b
bonsai bcf - make document reference uneditable
...
as this data is not really editable and won't be saved
2024-08-19 18:44:32 +05:00
Andrej730
d399f7c6b7
bonsai bcf - add save current project button
...
Now there are two separate buttons - "save project" and "save project as".
Example - https://i.imgur.com/1vuVfgi.png
2024-08-19 18:44:32 +05:00
Andrej730
beb7f75368
bonsai - bcf v3 document references #2790
2024-08-19 18:44:32 +05:00
Andrej730
dc6fdc2a98
typing
2024-08-19 12:26:49 +05:00
Thomas Krijnen
45be17c25a
Remove duplicate UseMaterialNames setting binding #5191
2024-08-19 09:15:49 +02:00
Dion Moult
4f11b19b3d
Update install instructions for Bonsai
bonsai-0.7.11-alpha240818
2024-08-18 22:22:21 +10:00
Ryan Schultz
f646cf4372
Removes the style from all selected objects
bonsai-0.7.11-alpha240817
2024-08-17 13:36:10 -05:00