Commit Graph

3487 Commits

Author SHA1 Message Date
Dion Moult 7baffef9de Add support for manual classifications and references 2024-04-16 11:16:08 +02:00
Andrej730 37a7c8a41f disable rel paths for adding ref images and textures with unsaved .ifc 2024-04-16 11:16:08 +02:00
Andrej730 35fbd3363d Fixed issues using relative paths for external styles
- removed redundant notion about saving .blend file
- relative paths were saved incorrectly
- fix issue using "bim.browse_external_style" if IfcSurfaceStyle already has external style and it's either .blend file or material in it is missing (it was failing opening file browser)
2024-04-16 11:16:08 +02:00
Andrej730 863ed5f002 small error message fix
as it appears as one of the messages during .ifc load, that way it will be more clear that it's related to external styles
2024-04-16 11:16:08 +02:00
Andrej730 c60fed8b58 Fix issue BrowseExternalStyle not selecting current external style in file manager 2024-04-16 11:16:08 +02:00
Andrej730 1251a7838a Pull all shading related material attributes from external styles #4053 2024-04-16 11:16:08 +02:00
Dion Moult 83a12ea7f9 Nesting collections only generate for element nesting, not port nesting 2024-04-16 11:16:07 +02:00
Andrej730 ab47291760 Support editing IfcSurfaceStyleLighting in UI 2024-04-16 11:16:07 +02:00
Andrej730 3034d88a89 Support editing IfcSurfaceStyleRefraction in UI 2024-04-16 11:16:07 +02:00
Andrej730 fcd7d4186d Hide IfcStyledItem from bim.print_unused_elements_stats
as IfcStyledItem can be not referred by any other element and it doesn't mean it's not used in the project
2024-04-16 11:16:07 +02:00
Andrej730 b6b0e958b5 style.add_surface_texture to work without blender material provided 2024-04-16 11:16:07 +02:00
Andrej730 6bbb509c09 data.py rename for consistency 2024-04-16 11:16:07 +02:00
Andrej730 128afc53f0 Remove old external styles UI from material in favor of general styles UI
Adding external styles from other styles now also moved to general styles UI - https://i.imgur.com/uEyjKVY.png
2024-04-16 11:16:07 +02:00
Andrej730 67ec30582f Fix after 2520a9305 2024-04-16 11:16:07 +02:00
Andrej730 33c771bc3d Fixed #4105 2024-04-16 11:16:07 +02:00
Carlos Dias bf3c1d4044 Update __init__.py
Fix bug
2024-04-16 11:16:07 +02:00
Andrej730 43920f3c81 Override some more blender scene panels #3842 2024-04-16 11:12:08 +02:00
Andrej730 0b594f69b0 Fix issues unregistering overridden panels
Previously overridden scene panels were removed but original panels were not restored.
Also added condition check for Blender version to generate list of panels to override, so we won't miss any errors using `try - except`.
2024-04-16 11:12:08 +02:00
Andrej730 8c4bcc22a1 Procedural override for default blender panels, hide keying panels #3842
also fixed the issue with default scene panels that were parented to other panels - because we didn't change `bl_parent_id` the panel structure for them was broken.
2024-04-16 11:12:08 +02:00
Bruno Postle 26d42bf14e BlenderBIM user docs update after 6452872 2024-04-16 11:12:08 +02:00
Andrej730 6dfeadf193 Fixed issues with linked elements from linked blend files #4081
In #4081 reported the case when during redo (changing param in operator's popup) `Ifc.rebuild_element_maps` was relinking elements without discarding possible linked blender libraries. It end up accidentally linking some library's objects to the current Ifc file leading to errors.

Also fixed possible similar issue in couple other places.
2024-04-16 11:12:08 +02:00
Andrej730 e926547c92 test for tool.Blender.copy_node_graph #3876 2024-04-16 11:12:08 +02:00
Dion Moult 6dcc8c2a5a Fix #4085. Classification reference URIs now have a button you can jump to that link. 2024-04-16 11:12:08 +02:00
Dion Moult e40336be2a Fix #4086. Add support for non predefined bSDD pset and qto values. 2024-04-16 11:12:08 +02:00
Dion Moult e469886cdd Fix #4092. Minor bug with bad detection of text literals when switching geometry. 2024-04-16 11:12:08 +02:00
Dion Moult 4d20c20cb6 Fix #4090. Bug where profile set generator didn't accommodate optional axes. 2024-04-16 11:12:08 +02:00
Andrej730 83c9d70991 Fix reference images import after styles ui change 2024-04-16 11:12:08 +02:00
Andrej730 b92ab2c85c Representation Items UI - replace icon for active style
Now it's more consistent because we use the same icon is Styles UI
2024-04-16 11:12:08 +02:00
Andrej730 fa31e10a77 Styles UI - moved UI from shader graph N-panel to Styles UI #3912
Moved all shading style and textures parameters from shader-graph N-panel to general Styles UI. Shader graph now also update in real time on any prop changes in Styles UI.

Now there is practically no need to switch to shader graph to edit styles shaders - all parameters are available from the Styles UI. That also allows you to edit styles and see the results in viewport even if the edited style is not the one that's currently active.

small demo - https://imgur.com/a/i2suoZw
2024-04-16 11:12:08 +02:00
Bruno Perdigão 44bffc8672 add_aggregate now add the empty using the 3d cursor location 2024-04-16 11:10:59 +02:00
c4rlosdias c71ff5fb10 Update Load bSDD domains 2024-04-16 11:10:58 +02:00
Dirk Olbrich caab8f8036 bbim-docs: add interface property editor section
- add stubs for each sub-tab
2024-04-16 11:10:58 +02:00
Dirk Olbrich 8a218249dd bbim-docs: use figure with caption instead of plain image 2024-04-16 11:10:58 +02:00
Dirk Olbrich 76f25c755b bbim-docs: update workspace doc for sidebar panels 2024-04-16 11:10:58 +02:00
Dion Moult 401db55c55 Implement support for managing nest hosts and components. 2024-04-16 11:10:58 +02:00
Bruno Perdigão 302dc8eb9f added report messages 2024-04-16 11:10:58 +02:00
Bruno Perdigão 2fb8fafbb4 added the option to refresh different groups of linked aggregate 2024-04-16 11:10:58 +02:00
Bruno Perdigão f859c06858 bugfix in recreate_aggregate 2024-04-16 11:10:58 +02:00
Bruno Perdigão b2cb907599 Refresh Linked Aggregate now handles multiple selection 2024-04-16 11:10:58 +02:00
Bruno Perdigão 172ea49e30 merged the branch 'improvements-on-override-duplicat' 2024-04-16 11:10:58 +02:00
Bruno Perdigão 1d51244205 moved 'recreate_assembly' to tool/root.py 2024-04-16 11:10:58 +02:00
Bruno Perdigão e25948bd03 added more tests 2024-04-16 11:10:58 +02:00
Bruno Perdigão b21b0751fa added test scenario for duplicating an aggregate 2024-04-16 11:10:58 +02:00
Bruno Perdigão 3569780f06 recreates assembly for array children objects 2024-04-16 11:10:58 +02:00
Bruno Perdigão 4d2b2ae5d2 Duplication now recreates connections path #3770 2024-04-16 11:10:58 +02:00
Bruno Perdigão e5a6e0f761 small deletions 2024-04-16 11:10:58 +02:00
Bruno Perdigão 1366c3bed9 ifc_duplicate_operator now remove the connections with old objects. Similar solutions presented in PR #3789 2024-04-16 11:10:58 +02:00
Bruno Perdigão 55962692bb Fix #2187. ifc_duplicate_operator now recreates the IfcElementAssembly structure into a new Assembly 2024-04-16 11:10:58 +02:00
Bruno Perdigão d1eddb751b Groups are only added to the parent. Parts now have a pset with index 2024-04-16 11:10:58 +02:00
Bruno Perdigão 5381bf7e48 removed the pset and added group to all elements 2024-04-16 11:10:58 +02:00