Andrej730
847b5d226e
bim.add_bcf_comment - poll message
2024-08-21 18:36:11 +05:00
Andrej730
ad77d09916
fix bug in bonsai bcf v3 api
...
it wasn't setting reference links / document references / labels if Topic container for them wasn't created before
2024-08-21 18:36:11 +05:00
Andrej730
9b12cae8b4
bcf bonsai - create bcf v3 projects and display loaded bcf version
...
Example - https://imgur.com/a/3ZSGtw7
2024-08-21 18:36:11 +05:00
Andrej730
84a8c5dfeb
bim.convert_to_blender to ignore linked files
2024-08-21 18:36:11 +05:00
Andrej730
12a7b8a79e
bim.convert_to_blender to avoid types without mesh properties
2024-08-21 18:36:11 +05:00
Andrej730
ef04402ed8
Fix Image empty interpreted as Mesh #5194
...
Apparently we can't trust `obj.data == None` to identify empties since in Blender there are empties that can use `bpy.types.Image` as their `obj.data`.
2024-08-21 18:36:10 +05:00
Andrej730
45fed747c2
fix failing test in model module
...
it was failing because type object was hidden in viewport and was unselectable
2024-08-21 18:36:10 +05:00
Dion Moult
85229fc865
Fix #5204 . Bug where you could attempt to add IFC objects in edit mode which isn't allowed.
2024-08-21 22:22:46 +10:00
tim
916f854905
Update ifccsv.rst
...
BlenderBIM to Bonsai changes
2024-08-21 22:06:08 +10:00
tim
1915541d20
Update ifcconvert.rst
...
Changed BlenderBIM Add-on to Bonsai
2024-08-21 22:05:48 +10:00
tim
e37b84a95a
Update introduction.rst
...
Replaced BlenderBIM with Bonsai
2024-08-21 22:05:34 +10:00
tim
bcb2a37ce0
Removed Linux defaults to not confuse mac users
2024-08-21 22:05:14 +10:00
tim
018d6847a0
Update blenderbim.rst
...
replaced BlenderBim text with Bonsai
2024-08-21 22:04:44 +10:00
Dion Moult
35918265d0
Fix bug on Linux where INBETWEEN_MOUSEMOVE is fired for measure tool
2024-08-21 21:47:41 +10:00
Dion Moult
4e48c35425
Remove old dumb stair, superseded by new clever stair (now just called stair)
2024-08-21 21:19:27 +10:00
Dion Moult
d985fe9240
Fix #5205 . Regression in creating walls / slabs / profiles / products with potentially no default container.
2024-08-21 21:09:29 +10:00
Dion Moult
7c00021aaa
You can now toggle flat shading when showing colourschemes
2024-08-21 20:55:35 +10:00
Andrej730
d2dc8b519f
fix for ef835e43b8
2024-08-21 15:14:15 +05:00
Andrej730
25fe025354
bonsai file association files #5212
2024-08-21 15:13:59 +05:00
Andrej730
1aae710286
Restore file association files removed by accident #5212
2024-08-21 15:13:59 +05:00
Andrej730
38e8130793
stop ignoring src/bonsai/bonsai/libs
...
After #4373 with new folder structure 'libs' is no longer used to store dependencies and there is no need to ignore it.
2024-08-21 15:13:58 +05:00
Dion Moult
7e94388074
You can select a colourscheme key via search / dropdown now rather than typing a query
2024-08-21 18:50:55 +10:00
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