Commit Graph

  • b298f24275 docs: include doxygen-awesome theme Dirk Olbrich 2023-09-21 21:10:40 +02:00
  • 97a261ba54 docs: remove duplicate cmake for Sphinx setup Dirk Olbrich 2023-09-21 17:27:07 +02:00
  • fcfaa5238e docs: remove geom setting docs and images - these are duplicated in /src/ifcopenshell-python/docs/ifcopenshell/ Dirk Olbrich 2023-09-21 16:52:49 +02:00
  • d7d1198a1a docs: update doxygen file to 1.9.8 Dirk Olbrich 2023-09-21 16:51:08 +02:00
  • 576bd6742e docs: set LOOKUP_CACHE_SIZE Dirk Olbrich 2022-05-31 11:13:14 +02:00
  • 3db3e93d87 docs: update Doxyfile to v1.9.4 Dirk Olbrich 2022-05-31 10:18:55 +02:00
  • 02c9aee70b Fix #3947. Do slight 2mm offset to account for Z-fighting on 2D plan views and RCPs. Dion Moult 2024-01-20 21:53:34 +11:00
  • d1f90db707 Fix #4213. Allow having separate windows to trigger drawing operators. Dion Moult 2024-01-20 15:06:47 +11:00
  • 3d19d4d319 See #4216. Document using OpenCASCADE geometry serialisation to create geometry. Dion Moult 2024-01-20 14:35:52 +11:00
  • 1574d8cfba Fix #4221. Only load leaf rows with cost values. Createing a monetary measure with None results in a segfault on Windows. Dion Moult 2024-01-20 14:16:54 +11:00
  • b67f753596 Fix #4236. Consolidate revert, reload IFC, and reload selected IFC operations. Dion Moult 2024-01-20 13:15:59 +11:00
  • 4ee0930e05 Fix #4109. Write docs about geometry serialiser. Dion Moult 2024-01-19 23:18:38 +11:00
  • 6f1cb16107 Fix #4231. Bug where you couldn't add a door to an element assembly. Dion Moult 2024-01-19 22:47:36 +11:00
  • 2268e60036 bbim_translations.py - remove operator context from operator tooltips Andrej730 2024-01-19 16:31:24 +05:00
  • 8c692dfbb6 Fix #4127. Bug where IfcTester couldn't save ODS report. Dion Moult 2024-01-19 22:24:47 +11:00
  • 487d07badd fix build error Andrej730 2024-01-19 15:11:59 +05:00
  • a936d56bf8 drop bpy related translations.py<->.po stuff as we won't be using it Andrej730 2024-01-19 14:22:58 +05:00
  • d1e2009d78 run bbim_translations.py without bpy Andrej730 2024-01-19 14:13:17 +05:00
  • b824ab4c4f save just a final dictionary to translations.py instead of tuples Andrej730 2024-01-19 13:57:19 +05:00
  • 3545a5ad4a generate translations.py without bpy Andrej730 2024-01-19 12:16:40 +05:00
  • 37b8a9bc89 gettext bug fix Andrej730 2024-01-19 12:06:11 +05:00
  • 6bea964db0 update blenderbim build to include translation data Andrej730 2024-01-17 17:10:07 +05:00
  • 2f04cb7b6f expose current blender locale in bbim translations ui Andrej730 2024-01-17 16:27:37 +05:00
  • acc3a56adb bbim messages parser to also parse gettext Andrej730 2024-01-17 16:24:22 +05:00
  • d5249cf45d keep order of strings in .pot as they were parsed and store source filepaths Andrej730 2024-01-17 16:06:50 +05:00
  • 56f383992a switch to our own string parser instead of blender's Andrej730 2024-01-17 15:20:51 +05:00
  • 228b7395c8 rename BlenderBIM translation script/addon Andrej730 2024-01-17 12:08:06 +05:00
  • 30d5141408 allow missing translations.py as not everyone will need translations for BBIM Andrej730 2024-01-17 12:07:02 +05:00
  • 1b69de2fd4 auto enable "Manage UI Translations" addon if it's not enabled Andrej730 2024-01-16 17:34:24 +05:00
  • a3d029f9d9 add without-blender-way to generate translations module from po files Andrej730 2024-01-16 17:06:18 +05:00
  • e1147c1cb8 black format Andrej730 2024-01-16 15:28:55 +05:00
  • 364c6efc68 check if translation ui is loaded by current Blender session instead of current Blender file Andrej730 2024-01-16 15:27:43 +05:00
  • 793eebbdbb expose i18n path in translator UI Andrej730 2024-01-16 15:24:03 +05:00
  • 37d6b24e84 Update bbim_setup_translations.py Andrej730 2024-01-16 15:18:05 +05:00
  • e76ef4bb73 fix issues with empty paths accepted as valid paths Andrej730 2024-01-16 15:15:11 +05:00
  • 1435207ab6 separate developer/translator ui Andrej730 2024-01-16 15:08:55 +05:00
  • 41b9000401 generate pot file too converting translations.py Andrej730 2024-01-16 15:04:02 +05:00
  • 94b1a1ba4e change test addon name from localization_test Andrej730 2024-01-16 11:42:34 +05:00
  • b34882e6d1 semi-automatic setup for necessary directories Andrej730 2024-01-15 14:43:23 +05:00
  • 4a0625e730 register translations dict only if addon is already loaded Andrej730 2024-01-15 12:24:00 +05:00
  • 3973a6ab4d open .po directory operator Andrej730 2024-01-15 12:17:21 +05:00
  • b9ecc394cf Operator to disable BBIM and restart Blender Andrej730 2024-01-15 12:03:48 +05:00
  • b3990e7267 convert setup_translations to blender addon for UI Andrej730 2024-01-15 10:55:12 +05:00
  • f8ca92279d monkey patch blender's dump_addon_messages Andrej730 2024-01-09 16:54:58 +05:00
  • e9078453eb setup_translations - original dump_addon_messages Andrej730 2024-01-09 16:35:52 +05:00
  • df41f541de fix error converting translations to .po if .po files already exist Andrej730 2024-01-09 16:00:21 +05:00
  • a2ea7bf1d8 monkey patch dump_py_messages to ignore blenderbim dependencies Andrej730 2023-12-29 17:24:17 +05:00
  • a4be606a37 setup_translations - original dump_py_messages Andrej730 2023-12-29 17:20:39 +05:00
  • 4342a03246 update translations in current blender session Andrej730 2023-12-29 17:05:15 +05:00
  • b0c0839d3e setup_translations.py - use just 1 directory to store .po files Andrej730 2023-12-29 16:54:29 +05:00
  • fd01d71d2c fixed typo Andrej730 2023-12-29 16:58:25 +05:00
  • 3046f2f207 BBIM - register translation strings #889 Andrej730 2023-12-29 15:33:38 +05:00
  • 0371c2c74e BBIM script to reload/export/import translation strings #889 Andrej730 2023-12-29 15:33:28 +05:00
  • bb05e51a92 ifc2ca major update - todo: update readme file Ioannis P. Christovasilis 2024-01-18 12:53:31 +01:00
  • 9a117ce502 Fix #4226 Vukas Pajic 2024-01-18 08:54:24 +01:00
  • 144f028c84 Roof slope as percentage property Eduardo Schilling 2024-01-17 05:01:46 -03:00
  • 881f38e163 Fix #4227. Add shapely as an optional dependency for IOS-Python Dion Moult 2024-01-18 09:22:22 +11:00
  • 658095ea29 #4222 template kw Thomas Krijnen 2024-01-17 11:10:06 +01:00
  • 1764741027 #4220 weakref to file Thomas Krijnen 2024-01-16 09:44:04 +01:00
  • eb35b88a1e #4220 Update file.py Thomas Krijnen 2024-01-16 09:31:35 +01:00
  • f2fab06438 Fix #4089. Document support for Linux AArch64 on Conda. Dion Moult 2024-01-16 11:19:17 +11:00
  • 1fbc770775 Fix #4211. Minor documentation fix that clarifies upstream bug about whether qto can be assigned to types. Dion Moult 2024-01-16 10:56:35 +11:00
  • d6074fa6d6 Fix #4223. Basic lint error. Dion Moult 2024-01-16 10:50:43 +11:00
  • aafda4e787 Fix #4224. Fix sequencing lint bugs. Dion Moult 2024-01-16 10:47:50 +11:00
  • 36f2448234 Fix #4219. Update documentation for creating a new model. Dion Moult 2024-01-16 10:44:28 +11:00
  • 616d23d804 IfcGit fixes suggested by ruff Bruno Postle 2024-01-15 22:16:19 +00:00
  • 44c9aee727 BBIM - upgrade to IFC4X3 on loading projects Andrej730 2024-01-15 17:39:06 +05:00
  • e841d6ee3a Migrator - basic support for migrating attributes ifc4 -> ifc4x3 Andrej730 2024-01-15 17:07:51 +05:00
  • 8be42ced69 Fix #4139. Bulk purge orphaned classes and move advanced operators to debug panel. Dion Moult 2024-01-15 23:16:29 +11:00
  • f8d38b11e6 Migrator - display some error message for unhandled schemas Andrej730 2024-01-15 16:13:35 +05:00
  • 30b51b93af black format Andrej730 2024-01-15 16:12:32 +05:00
  • 2aa048d0c9 #4220 Update entity_instance.py Thomas Krijnen 2024-01-15 12:01:18 +01:00
  • dab051dd85 minor fix for bim.create_all_shapes printed messages Andrej730 2024-01-15 14:44:40 +05:00
  • 07241649e4 Fix #4173. Don't recreate boundaries of building elements that already exist. Dion Moult 2024-01-15 15:28:39 +11:00
  • 54df646398 readme: fix listed ifc version, add link to IFC4x3 docs Dirk Olbrich 2024-01-14 21:11:23 +01:00
  • a3c87f1b0e Fix #4195. Forgot to add UI for contains selector. Dion Moult 2024-01-14 23:20:06 +11:00
  • b0a4e8c8e4 See #4173. Prototype new approach to generating 1st level space boundaries. Dion Moult 2024-01-14 23:12:14 +11:00
  • 6f7be74e7c Fixing Dimension Mismatch in Matrix Multiplication mohamadalbaaj 2024-01-06 21:09:37 +01:00
  • 65c00f75dd Minor test fix Dion Moult 2024-01-13 16:49:27 +11:00
  • c8456532ad Fix bug where UI didn't show applicable psets to specific predefined types Dion Moult 2024-01-13 16:49:02 +11:00
  • 608147c245 Fix #4195. Fix regressions from f840da3 and add support for "contains string" comparisons. Dion Moult 2024-01-13 15:58:57 +11:00
  • a9857f867c Fix #4196. Settings are now saved when you save Spreadsheet export JSON files. Also a new setting to generate an SVG alongside the spreadsheet (intended to be used as a schedule placed on a sheet). Dion Moult 2024-01-13 15:03:51 +11:00
  • c60ad6b8a0 Minor fix Dion Moult 2024-01-13 00:00:58 +11:00
  • 54bf41816b Fix #4197. URLs in SVG schedules are now clickable. Dion Moult 2024-01-12 23:44:45 +11:00
  • 6846021768 Fix #4199. Bug where external references on sheets weren't properly referenced leading to no names. Dion Moult 2024-01-12 19:48:32 +11:00
  • 33051c0139 Fix #4203. Fix bug where removing nested cost items left orphaned relationships. Dion Moult 2024-01-12 18:14:49 +11:00
  • d530d34441 Fix #4204. Add support for XLSX schedules on sheets. Dion Moult 2024-01-12 17:25:47 +11:00
  • 062822502f sort code alphabetically Christoph Mellueh 2024-01-11 11:31:12 +01:00
  • 04afbce3a8 improve core file for better zen Christoph Mellueh 2024-01-11 11:22:42 +01:00
  • 0005f15364 update BsDD to match new API + move Functions from operator to core/tool Christoph Mellueh 2024-01-10 15:15:28 +01:00
  • a91c76b25c Fix #4198. Minor regression in updating text literals. Dion Moult 2024-01-11 09:53:48 +11:00
  • 43259c0124 Added more comparisons in search c4rlosdias 2023-12-28 22:03:00 -03:00
  • fd657f2b6f Update geometry_processing.rst sennhvi 2024-01-02 16:38:00 +08:00
  • 2dfd1cae6d add pset view to groups Christoph Mellueh 2024-01-10 13:01:54 +01:00
  • e81bd9723f fix counting elements when importing cost schedules ( and run black) Sigma Dimensions (Yass) 2024-01-10 09:30:03 +01:00
  • 7e262c5c9a Fix #4186. Support different RL insertion modes when adding occurrences of a type. Dion Moult 2024-01-10 18:53:05 +11:00
  • f55b7d439f Fix bug where updating type text literals didn't propagate and formatting rounding null values wasn't handled. Dion Moult 2024-01-10 14:42:14 +11:00
  • 35eda76ffd Fix #4189. Hidden or non-isolated objects now don't show annotations. Dion Moult 2024-01-10 12:29:43 +11:00
  • 9ea086bdc3 add typing to BsDD Christoph Mellueh 2024-01-09 18:14:22 +01:00
  • 4c382760d4 add deprecation warnings Christoph Mellueh 2024-01-09 16:39:29 +01:00