Commit Graph

3726 Commits

Author SHA1 Message Date
Andrej730 0cf8574e1f spatial.workspace - add hotkeys using add_layout_hotkey 2024-04-17 14:46:06 +02:00
Andrej730 78fb986f0b bim.decorate_boundaries to decorate all boundaries in the scene
It's added as alt+v hotkey in Spatial Tool
Now it's possible to combine it with bim.load_project_space_boundaries to show decorations for all the boundaries or to keep the boundaries after Alt+B and just disable the decorations.

example - https://imgur.com/a/ecbPz13
2024-04-17 14:46:06 +02:00
Andrej730 a265a41ebe Fix issue with drawing same boundaries multiple times
If you'd hit alt+b in space tool multiple times it would redraw them again and again instead of switching between hiding and showing.
2024-04-17 14:46:06 +02:00
Andrej730 998b4a0565 model.space.py - small fixes 2024-04-17 14:46:06 +02:00
Andrej730 9852e4fa54 BBIM - option to append occurrences from the other ifc files
Example - https://imgur.com/a/yASjbs8
2024-04-17 14:46:06 +02:00
Andrej730 a4a965e7ab more typing 2024-04-17 14:46:06 +02:00
Andrej730 17f09655e1 fix error reloading representation for objects without representation 2024-04-17 14:46:06 +02:00
Andrej730 6cbc0e0564 small fixes 2024-04-17 14:46:06 +02:00
Ryan Schultz 2d0e4f52a6 Add parameter for angle tolerance, and change 'deg' to '°' 2024-04-17 14:46:06 +02:00
Ryan Schultz 8356911bba added python version for Blender 4.1 2024-04-17 14:45:15 +02:00
Andrej730 59bda23ff6 Fix bug joining multiple extruded profiles in non-meters projects
Demo if someone missed that feature - https://imgur.com/a/JywJHyc
2024-04-17 14:45:15 +02:00
Andrej730 26e7742472 Fix bug resetting rotations after editing profile axis
Before - https://imgur.com/a/czjAoSb
After - https://imgur.com/a/ajiNcdK
2024-04-17 14:45:15 +02:00
Dion Moult 10797c03a2 Aggressively remove pandas test files 2024-04-17 14:42:55 +02:00
Andrej730 5980a3984d fix demo library references after 7a7c89e 2024-04-17 14:42:55 +02:00
Dion Moult 7b3b32c7f5 See #4368. Don't ship with mostly unused and bloaty boto3 dep. Augin users can install boto3 with new debug tool. 2024-04-17 14:42:55 +02:00
Dion Moult 6d142374b1 Little debug tool for people to easily install pip packages graphically
BBIM is being used in companies as ways to automate various BIM processes, and it ends up being such that Blender Python becomes their dev environment.
2024-04-17 14:42:55 +02:00
Dion Moult b1398988d3 Purge hppfcl in preparation for new clash features 2024-04-17 14:42:55 +02:00
Andrej730 f5fa371492 load clipping planes decorator reopening .blend file 2024-04-17 14:42:55 +02:00
Andrej730 5246e8588a fix poll errors for clipping plane gizmo #4392 2024-04-17 14:42:55 +02:00
Benoit DAMAY 51ca119406 Removing unnecessary comment lines 2024-04-17 14:42:55 +02:00
Dion Moult d7def8291e Add tree species to tree library 2024-04-17 14:42:55 +02:00
Dion Moult 167c456223 See #4389. Accommodate null metadata. 2024-04-17 14:42:55 +02:00
Benoit DAMAY 62a3b37397 Replaced panel row with operator descriptor 2024-04-17 14:42:55 +02:00
Benoit DAMAY a6f6d0d676 Fix proposition to 3515 - extra empty lines removed from previous commit 2024-04-17 14:42:55 +02:00
Benoit DAMAY 6fa7cbce86 Fix proposition to 3515 2024-04-17 14:42:55 +02:00
M!l!nd 79df9d84fa Update Makefile 2024-04-17 14:42:55 +02:00
Dion Moult a7e0cb0bc3 Minor fix to shape aspects because not everything has a mesh (e.g. text annotations) 2024-04-17 14:42:55 +02:00
Dion Moult 6f0dd25517 Fix #4377. Add support for adding filled elements in AXIS3 layered elements. 2024-04-17 14:42:55 +02:00
Dion Moult 12bde3c56c Fix #4383. Demo library should use Model/Annotation/MODEL_VIEW for text annotations so that they can be used anywhere, not just on plans. 2024-04-17 14:42:55 +02:00
Dion Moult 73149a29c9 Fix #4384. Accommodate null values when getting data from pset. 2024-04-17 14:42:55 +02:00
Dion Moult 01150873f5 Fix #4336. Close #4337. Remove rounding for more accurate fills. 2024-04-17 14:42:55 +02:00
Dion Moult 5e4afbc748 Separate project templates and libraries and provide dropdown to built-in libraries to aid discoverability. 2024-04-17 14:42:54 +02:00
Dion Moult 658fbd3f6a Fix #4385. Probably a mistake in the bool argument for removing datablocks. 2024-04-17 14:42:54 +02:00
Dion Moult 25ad410470 Tweak generated tree parameters and add manual trees to landscape library thanks to SavyGust27 2024-04-17 14:42:54 +02:00
Dion Moult d5aff85b35 Fix #889. Write docs for how to do translations. 2024-04-17 14:42:54 +02:00
Andrej730 708c61e33a Clipping planes with cappings
Added new experimental section that allows you to cut objects based on current clipping planes in the scene. The difference from other clipping plane methods - it actually (temporarily) edits meshes geometry and adds cappings at the cut. So, the clipped meshes can be seen both on render and cutted parts won't get in the way as they do with temporary section cutaways (shader based method)

Example - https://imgur.com/a/SOqovOM
2024-04-17 14:42:54 +02:00
Andrej730 a75f5ef66f remove_data_block - option to skip some checks to speed it up 2024-04-17 14:42:54 +02:00
Dion Moult 1d7de2063a See #4380. Standardise filepaths when linking in IFCs. 2024-04-17 14:42:54 +02:00
Dion Moult e7cd66bb44 You can now specify a false origin when linking in a model 2024-04-17 14:42:54 +02:00
Dion Moult dcc81eb6e9 See #4380. Bump IOS. 2024-04-17 14:42:54 +02:00
Dion Moult d51e75d8f0 New cable carrier and cable tool grouped into MEP tool submenu 2024-04-17 14:42:54 +02:00
Dion Moult f6e0781c78 Add icon and convenience functions for walk and set orbit center in explore tool 2024-04-17 14:42:54 +02:00
ChristophMellueh 84edec0af9 add missing Props request 2024-04-17 14:42:54 +02:00
Dion Moult 02e9cb06b4 You can now flip clipping planes 2024-04-17 14:42:54 +02:00
Dion Moult 3ef4927e55 New clipping planes feature. 2024-04-17 14:42:54 +02:00
Dion Moult d333df8b73 You can now query data about a linked object from a SQLite cache. 2024-04-17 14:42:54 +02:00
Dion Moult 00b356d48d Fix #4279. You can now link in IFCs directly with efficient chunking instead of having to first create blend files 2024-04-17 14:42:54 +02:00
Dion Moult b5c509e893 See #4279. Viewport object culling feature to increase FPS when navigating large models. 2024-04-17 14:42:54 +02:00
patrick.joerg dfa3988674 Small doc change to direct readers to advanced mode 2024-04-17 14:41:52 +02:00
Andrej730 1819b6812e Fix issues with accessing invalid entities in bim.reassign_class #4371
bim.reassign_class wasn't considering that root.reassign_class will also reassign class for occurrences of the same type and was reaccessing invalid elements
2024-04-17 14:41:52 +02:00