Commit Graph

  • a7e0cb0bc3 Minor fix to shape aspects because not everything has a mesh (e.g. text annotations) Dion Moult 2024-03-03 23:09:40 +11:00
  • 6f0dd25517 Fix #4377. Add support for adding filled elements in AXIS3 layered elements. Dion Moult 2024-03-03 23:09:17 +11:00
  • 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. Dion Moult 2024-03-03 16:12:18 +11:00
  • 73149a29c9 Fix #4384. Accommodate null values when getting data from pset. Dion Moult 2024-03-03 15:46:55 +11:00
  • 01150873f5 Fix #4336. Close #4337. Remove rounding for more accurate fills. Dion Moult 2024-03-03 15:36:19 +11:00
  • 25b73fc35a Minor fixes to IfcCSV documentation Dion Moult 2024-03-03 15:25:15 +11:00
  • 5e4afbc748 Separate project templates and libraries and provide dropdown to built-in libraries to aid discoverability. Dion Moult 2024-03-03 15:24:46 +11:00
  • 658fbd3f6a Fix #4385. Probably a mistake in the bool argument for removing datablocks. Dion Moult 2024-03-03 14:25:55 +11:00
  • 25ad410470 Tweak generated tree parameters and add manual trees to landscape library thanks to SavyGust27 Dion Moult 2024-03-02 22:58:58 +11:00
  • d718afc754 🔧update pip install command assuming that this branch will be merged back jgunstone 2024-03-01 10:28:44 +00:00
  • b3441fd5ae update license and version jgunstone 2024-03-01 10:18:18 +00:00
  • 94b5647e56 📝add docs about so to install and develop this package standalone jgunstone 2024-02-29 16:37:19 +00:00
  • cb3ff4b05a add simple tests to ensure the package is working as expected jgunstone 2024-02-29 16:36:04 +00:00
  • 2a21ccf0aa 🐛 add limit and offset kwargs to get_classes. TODO- I think this needs doing throughout... jgunstone 2024-02-29 16:35:27 +00:00
  • 8a409507c8 add version jgunstone 2024-02-29 16:26:32 +00:00
  • 30cedd16ee 🔧 add pyproject.toml and __init__.py jgunstone 2024-02-29 16:16:04 +00:00
  • d5aff85b35 Fix #889. Write docs for how to do translations. Dion Moult 2024-03-01 23:15:36 +11:00
  • 708c61e33a Clipping planes with cappings Andrej730 2024-03-01 14:57:23 +05:00
  • a75f5ef66f remove_data_block - option to skip some checks to speed it up Andrej730 2024-03-01 14:28:32 +05:00
  • b70b285c03 See #4380. Remove support for EOL Python 3.6 Dion Moult 2024-03-01 21:04:09 +11:00
  • 9de06fbd6e Fix #4300. You can now select spatial elements by their location too. Dion Moult 2024-03-01 20:02:15 +11:00
  • 0c5a173de7 Fix #4340. Indicate user needs to setup IFC2X3 user/app when using API directly. Dion Moult 2024-03-01 19:46:50 +11:00
  • 14e49ac633 Fix #4333. Ensure order of info is correct for valid IDSes. Dion Moult 2024-03-01 16:42:38 +11:00
  • 1d7de2063a See #4380. Standardise filepaths when linking in IFCs. Dion Moult 2024-03-01 16:32:41 +11:00
  • e7cd66bb44 You can now specify a false origin when linking in a model Dion Moult 2024-03-01 15:02:01 +11:00
  • 525279d4b7 Add Python3.12 to installation docs Dion Moult 2024-03-01 12:39:39 +11:00
  • dcc81eb6e9 See #4380. Bump IOS. Dion Moult 2024-03-01 12:23:42 +11:00
  • d51e75d8f0 New cable carrier and cable tool grouped into MEP tool submenu Dion Moult 2024-03-01 12:12:23 +11:00
  • f6e0781c78 Add icon and convenience functions for walk and set orbit center in explore tool Dion Moult 2024-03-01 12:11:01 +11:00
  • 2d937890f0 bump svgfill Andrej730 2024-02-29 16:22:08 +05:00
  • 84edec0af9 add missing Props request ChristophMellueh 2024-01-31 10:52:38 +01:00
  • 02e9cb06b4 You can now flip clipping planes Dion Moult 2024-02-29 20:39:29 +11:00
  • 3ef4927e55 New clipping planes feature. Dion Moult 2024-02-29 16:49:23 +11:00
  • d333df8b73 You can now query data about a linked object from a SQLite cache. Dion Moult 2024-02-29 16:45:01 +11:00
  • 00b356d48d Fix #4279. You can now link in IFCs directly with efficient chunking instead of having to first create blend files Dion Moult 2024-02-29 16:42:54 +11:00
  • b5c509e893 See #4279. Viewport object culling feature to increase FPS when navigating large models. Dion Moult 2024-02-29 16:37:39 +11:00
  • c48e167758 New IfcPatch recipe to extract flattened properties and relationships to SQLite for simple queries Dion Moult 2024-02-29 16:23:21 +11:00
  • 1b48995d95 Fix #4335. Fix compilation error. Dion Moult 2024-02-29 16:22:39 +11:00
  • dfa3988674 Small doc change to direct readers to advanced mode patrick.joerg 2024-02-21 11:15:12 +01:00
  • 1819b6812e Fix issues with accessing invalid entities in bim.reassign_class #4371 Andrej730 2024-02-28 16:53:08 +05:00
  • 69767a7045 type.py - some typing Andrej730 2024-02-28 16:24:22 +05:00
  • a99fbbfdd8 reassign_class - cover with tests Andrej730 2024-02-28 15:10:49 +05:00
  • 1f532491ec fix pass-valid-selected-enumeration.ifc after 5270045 Andrej730 2024-02-28 14:06:02 +05:00
  • a03f62c97e fix error removing pset from material or profile Andrej730 2024-02-28 12:20:10 +05:00
  • f381dce64d fix tests after a971860 Andrej730 2024-02-28 11:56:43 +05:00
  • b1811b7604 fix errors in tests Andrej730 2024-02-28 11:36:30 +05:00
  • ce5b1530e3 Add buffer (bytestring) accessors to material colors - plus small fixes Thomas Krijnen 2024-02-28 11:12:17 +01:00
  • 5e7156021b Add buffer (bytestring) accessors to geometry data Thomas Krijnen 2024-02-27 16:18:40 +01:00
  • a86ac68e0c Fix #4365 Andrej730 2024-02-27 17:10:10 +05:00
  • 7f37ba2fad convert closed wires to faces prior to processing in svg serializer #4283 Thomas Krijnen 2024-02-26 13:27:36 +01:00
  • 3b637a0234 ifcsverchok - autogenerate node categories from index Andrej730 2024-04-17 15:18:22 +05:00
  • 45dacc3612 migrate docs urls Andrej730 2024-04-17 13:34:45 +05:00
  • f93d79dce0 entity_instance.is_a overload typing Andrej730 2024-04-17 12:33:25 +05:00
  • 6f8dcc637f #4532 : You can now store clipping planes to a json file and restore them The file is stored along the ifc file Gorgious56 2024-04-17 11:52:00 +02:00
  • a748dda378 mention IfcSverchok in docs blenderbim-240417 Andrej730 2024-04-17 12:32:36 +05:00
  • b158a83644 update ifcsverchok builds Andrej730 2024-04-17 12:25:15 +05:00
  • 31cd20c61b more user-friendly errors enabling ifcsverchok Andrej730 2024-04-17 12:08:14 +05:00
  • 0a542e6957 ci-ifcsverchok-build.yml ifcsverchok-240417 Andrej 2024-04-17 11:38:18 +05:00
  • 89d29cf133 ifctester.reporter.Ods - option for safe excel export #4427 Andrej730 2024-04-16 16:40:05 +05:00
  • 6ee7502920 ifctester.reporter.Txt small fix Andrej730 2024-04-16 16:16:44 +05:00
  • 708ee7350b ifctester - fix bug adding second .ods extension Andrej730 2024-04-16 14:23:37 +05:00
  • 836293504c ifctester typing Andrej730 2024-04-16 14:21:46 +05:00
  • a2cc9b1b4d Disable building 3.6.x - due to from __future__ import annotations Thomas Krijnen 2024-02-26 13:20:19 +01:00
  • 7843d20fc8 black format Andrej730 2024-02-26 11:51:52 +05:00
  • 7e9aead518 show occurrence name function in prefs only for custom name style Andrej730 2024-02-26 11:34:32 +05:00
  • 0c3a038a44 Fix #4363 Andrej730 2024-02-26 11:33:58 +05:00
  • 444b284602 Update Makefile Dion Moult 2024-02-26 17:10:36 +11:00
  • f33b1296e3 Create blender_manifest.toml Dion Moult 2024-02-26 17:09:31 +11:00
  • a4eeae2872 UI for linked aggregate (#4271) Bruno Perdigão 2024-02-23 17:56:28 -03:00
  • ed7b337a40 Linked aggregate preserve names (#4135) Bruno Perdigão 2024-02-23 17:55:18 -03:00
  • 0b4a64225b Selects all the instances from selected instances that have different types Ryan Schultz 2024-02-23 12:51:16 -06:00
  • bba935940b New button hide all spaces in spatial tool Massimo Fabbro 2024-02-18 17:11:18 +01:00
  • f85b476bc8 Now generate space and generate spaces from walls are always visible in the UI so users understand better that are different procedures Massimo Fabbro 2024-02-18 16:12:34 +01:00
  • 4ac771a214 Fix #4342 Andrej730 2024-02-22 16:16:12 +05:00
  • 284df2e484 update representation item style on editing/removing shape aspect Andrej730 2024-02-22 15:24:09 +05:00
  • dd27107be8 style.assign_representation_styles to replace previously assigned styles Andrej730 2024-02-22 13:41:34 +05:00
  • 0d251260d8 MaterialCreator - minor refactor for code readibility Andrej730 2024-02-22 12:26:12 +05:00
  • 8a3934b32b fix error in data.py occurring if object has no material Andrej730 2024-02-21 16:13:56 +05:00
  • 05aed7036e show error message removing material that is used in material sets Andrej730 2024-02-21 15:54:30 +05:00
  • 7966ffa2a4 BBIM - update related representations on assigning style to material Andrej730 2024-02-21 15:35:38 +05:00
  • 17da72232d unassign_material_style to handle constituents Andrej730 2024-02-21 14:35:11 +05:00
  • c7ca87f9c4 api.unassign_representation_styles Andrej730 2024-02-21 14:33:01 +05:00
  • f22369b960 assigning material styles to reuse existing styled item + tests Andrej730 2024-02-21 12:24:59 +05:00
  • 46eae7a7d2 assign_representation_styles to reuse existing styled item + tests Andrej730 2024-02-21 10:55:54 +05:00
  • cb51b8da49 style.assign_material_style small optimization Andrej730 2024-02-20 17:11:44 +05:00
  • 31e556c0b2 set previous active style and context values editing material's style Andrej730 2024-02-20 16:02:33 +05:00
  • ad33794945 descriptive error for missing user or application in ifc2x3 #4340 Andrej730 2024-02-20 15:19:09 +05:00
  • ec107d2f7f fixed bug migrating attributes to older ifc version (after 8728fa3) Andrej730 2024-02-20 14:18:40 +05:00
  • 356c81e80f black format Andrej730 2024-02-20 12:38:11 +05:00
  • 0077036716 Fix issues editing work time in ifc4x3 #4295 Andrej730 2024-02-20 12:34:05 +05:00
  • 89da2b3b7d IFC4.3 test bootstrap Andrej730 2024-02-20 12:31:13 +05:00
  • 3dc7951a3e Default Blender filepath hotkeys for .ifc filepath Andrej730 2024-02-20 12:01:43 +05:00
  • 45a23d9371 style.assign_material_style to assign style to related shape aspects Andrej730 2024-02-19 17:43:35 +05:00
  • c76a5a7ee7 promote get_shape_aspects to util.element method Andrej730 2024-02-19 17:33:49 +05:00
  • c918497df2 get material constituents from cache and filter active element material Andrej730 2024-02-19 15:08:01 +05:00
  • eebe7d596d disable editing rep item style if it comes from material constituent through shape aspect Andrej730 2024-02-15 16:35:00 +05:00
  • 5c60c2e35b CMakeLists.txt pre 2.37 compat Thomas Krijnen 2024-02-19 09:26:18 +01:00
  • 09f54709e6 deleted extraneous variables Ryan Schultz 2024-02-04 17:35:40 -06:00
  • 9bfe417cfb Select in any order, when assigning relating_product Ryan Schultz 2024-02-04 15:28:18 -06:00
  • e3867a118c IfcConvert --keep-bounding-boxes option, default is now exluded. #4012 #2138 #2044 #4032 Thomas Krijnen 2024-02-18 13:59:55 +01:00