Commit Graph

  • a30a796c07 generate translations.py without bpy Andrej730 2024-01-19 12:16:40 +05:00
  • 9e46bacc12 gettext bug fix Andrej730 2024-01-19 12:06:11 +05:00
  • b33378e135 ifc2ca major update - todo: update readme file Ioannis P. Christovasilis 2024-01-18 12:53:31 +01:00
  • d42e19f491 Fix #4226 Vukas Pajic 2024-01-18 08:54:24 +01:00
  • 2597827ab3 Roof slope as percentage property Eduardo Schilling 2024-01-17 05:01:46 -03:00
  • 3f71efea6d Fix #4227. Add shapely as an optional dependency for IOS-Python blenderbim-240117 Dion Moult 2024-01-18 09:22:22 +11:00
  • abddb74bd9 Adds placeholder implementations for IfcXXXOrderPolynomialSpiral - there are some bugs, but the basic implementation framework is good. Richard Brice 2024-01-17 12:59:48 -08:00
  • 2d279b7a7f update blenderbim build to include translation data Andrej730 2024-01-17 17:10:07 +05:00
  • e5fe039fd0 expose current blender locale in bbim translations ui Andrej730 2024-01-17 16:27:37 +05:00
  • 9e14829cc1 bbim messages parser to also parse gettext Andrej730 2024-01-17 16:24:22 +05:00
  • e867602d9d keep order of strings in .pot as they were parsed and store source filepaths Andrej730 2024-01-17 16:06:50 +05:00
  • aecc3d56b8 switch to our own string parser instead of blender's Andrej730 2024-01-17 15:20:51 +05:00
  • e3f5d3d2b7 rename BlenderBIM translation script/addon Andrej730 2024-01-17 12:08:06 +05:00
  • 65f8b1a532 #4222 template kw Thomas Krijnen 2024-01-17 11:10:06 +01:00
  • 96b4df10ba #4222 typename keywords Thomas Krijnen 2024-01-17 11:02:02 +01:00
  • 98b56aea42 allow missing translations.py as not everyone will need translations for BBIM Andrej730 2024-01-17 12:07:02 +05:00
  • f2f0000616 Minor tweaks to IfcAlignment example Richard Brice 2024-01-16 15:33:25 -08:00
  • ba6ba29da8 auto enable "Manage UI Translations" addon if it's not enabled Andrej730 2024-01-16 17:34:24 +05:00
  • 1112b102f7 add without-blender-way to generate translations module from po files Andrej730 2024-01-16 17:06:18 +05:00
  • 04b8172ea9 black format Andrej730 2024-01-16 15:28:55 +05:00
  • f5f3edbc79 check if translation ui is loaded by current Blender session instead of current Blender file Andrej730 2024-01-16 15:27:43 +05:00
  • 30029e3dc7 expose i18n path in translator UI Andrej730 2024-01-16 15:24:03 +05:00
  • ed836f5b4a Update bbim_setup_translations.py Andrej730 2024-01-16 15:18:05 +05:00
  • a88b708442 fix issues with empty paths accepted as valid paths Andrej730 2024-01-16 15:15:11 +05:00
  • 764c3bbb85 separate developer/translator ui Andrej730 2024-01-16 15:08:55 +05:00
  • 382d3f1f9f generate pot file too converting translations.py Andrej730 2024-01-16 15:04:02 +05:00
  • c92f607a15 #4222 sprinkle with template keywords Thomas Krijnen 2024-01-16 09:56:50 +01:00
  • b57b7080fd #4220 weakref to file Thomas Krijnen 2024-01-16 09:44:04 +01:00
  • 860ff4e513 #4220 Update file.py blenderbim-240116 Thomas Krijnen 2024-01-16 09:31:35 +01:00
  • 3546f13593 change test addon name from localization_test Andrej730 2024-01-16 11:42:34 +05:00
  • 663966e08d Fix #4089. Document support for Linux AArch64 on Conda. Dion Moult 2024-01-16 11:19:17 +11:00
  • f077ebdc81 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
  • f12c3aae09 Adds caching of loop upgraded to pwf to loop class Richard Brice 2024-01-15 15:52:26 -08:00
  • eb888fd116 Fix #4223. Basic lint error. Dion Moult 2024-01-16 10:50:43 +11:00
  • 40b6b3bf17 Fix #4224. Fix sequencing lint bugs. Dion Moult 2024-01-16 10:47:50 +11:00
  • 2ef2f923d0 Fix #4219. Update documentation for creating a new model. Dion Moult 2024-01-16 10:44:28 +11:00
  • 75fab58831 IfcGit fixes suggested by ruff Bruno Postle 2024-01-15 22:16:19 +00:00
  • ce26c6e19b BBIM - upgrade to IFC4X3 on loading projects Andrej730 2024-01-15 17:39:06 +05:00
  • 8728fa38b9 Migrator - basic support for migrating attributes ifc4 -> ifc4x3 Andrej730 2024-01-15 17:07:51 +05:00
  • 3037795199 Fix #4139. Bulk purge orphaned classes and move advanced operators to debug panel. Dion Moult 2024-01-15 23:16:29 +11:00
  • 39ee9cd8b1 Migrator - display some error message for unhandled schemas Andrej730 2024-01-15 16:13:35 +05:00
  • b375bbf558 black format Andrej730 2024-01-15 16:12:32 +05:00
  • f2cae79dea #4220 Update entity_instance.py Thomas Krijnen 2024-01-15 12:01:18 +01:00
  • aadc77f6b6 minor fix for bim.create_all_shapes printed messages Andrej730 2024-01-15 14:44:40 +05:00
  • 35223d968c semi-automatic setup for necessary directories Andrej730 2024-01-15 14:43:23 +05:00
  • e106dc4502 register translations dict only if addon is already loaded Andrej730 2024-01-15 12:24:00 +05:00
  • 2995b73c2d open .po directory operator Andrej730 2024-01-15 12:17:21 +05:00
  • 770bc6ea61 Operator to disable BBIM and restart Blender Andrej730 2024-01-15 12:03:48 +05:00
  • f5736a7144 convert setup_translations to blender addon for UI Andrej730 2024-01-15 10:55:12 +05:00
  • b4120b1cab Fix #4173. Don't recreate boundaries of building elements that already exist. blenderbim-240115 Dion Moult 2024-01-15 15:28:39 +11:00
  • f44ca67ab9 readme: fix listed ifc version, add link to IFC4x3 docs Dirk Olbrich 2024-01-14 21:11:23 +01:00
  • 77eae1c8e8 Fix #4195. Forgot to add UI for contains selector. Dion Moult 2024-01-14 23:20:06 +11:00
  • 02d79f0687 See #4173. Prototype new approach to generating 1st level space boundaries. Dion Moult 2024-01-14 23:12:14 +11:00
  • 83d364574a Fixing Dimension Mismatch in Matrix Multiplication blenderbim-240114 mohamadalbaaj 2024-01-06 21:09:37 +01:00
  • 688d2b7bd1 Minor test fix Dion Moult 2024-01-13 16:49:27 +11:00
  • bf35239979 Fix bug where UI didn't show applicable psets to specific predefined types Dion Moult 2024-01-13 16:49:02 +11:00
  • ca8e014647 Fix #4195. Fix regressions from f840da3 and add support for "contains string" comparisons. Dion Moult 2024-01-13 15:58:57 +11:00
  • b5f63ec4f3 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). blenderbim-240113 Dion Moult 2024-01-13 15:03:51 +11:00
  • aec2141128 Minor fix Dion Moult 2024-01-13 00:00:58 +11:00
  • 778344c804 Fix #4197. URLs in SVG schedules are now clickable. Dion Moult 2024-01-12 23:44:45 +11:00
  • 3ede9b254f 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
  • 8df40dc4a6 Fix #4203. Fix bug where removing nested cost items left orphaned relationships. Dion Moult 2024-01-12 18:14:49 +11:00
  • 75dd4f3132 Fix #4204. Add support for XLSX schedules on sheets. blenderbim-240112 Dion Moult 2024-01-12 17:25:47 +11:00
  • a8b88b8ae1 Adds loop_to_piecewise_function_upgrade Richard Brice 2024-01-11 15:37:44 -08:00
  • 5815417198 Fixes documentation in comment Richard Brice 2024-01-11 15:36:17 -08:00
  • be11df3dc1 sort code alphabetically Christoph Mellueh 2024-01-11 11:31:12 +01:00
  • 09ac212aa9 improve core file for better zen Christoph Mellueh 2024-01-11 11:22:42 +01:00
  • e159151b44 update BsDD to match new API + move Functions from operator to core/tool blenderbim-240111 Christoph Mellueh 2024-01-10 15:15:28 +01:00
  • 27f6ac0575 Fix #4198. Minor regression in updating text literals. Dion Moult 2024-01-11 09:53:48 +11:00
  • f840da3ffd Added more comparisons in search c4rlosdias 2023-12-28 22:03:00 -03:00
  • 034df852b2 Update geometry_processing.rst sennhvi 2024-01-02 16:38:00 +08:00
  • f242071ebb add pset view to groups Christoph Mellueh 2024-01-10 13:01:54 +01:00
  • b6663e9189 fix counting elements when importing cost schedules ( and run black) Sigma Dimensions (Yass) 2024-01-10 09:30:03 +01:00
  • 39d143668c Fix #4186. Support different RL insertion modes when adding occurrences of a type. Dion Moult 2024-01-10 18:53:05 +11:00
  • 6ea1e378c5 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
  • a33f30e8ce Fix #4189. Hidden or non-isolated objects now don't show annotations. blenderbim-240110 Dion Moult 2024-01-10 12:29:43 +11:00
  • e79fb2ff0b add typing to BsDD Christoph Mellueh 2024-01-09 18:14:22 +01:00
  • 054b4d0ee2 add deprecation warnings Christoph Mellueh 2024-01-09 16:39:29 +01:00
  • 43bebf4eee update new api to BsDD Christoph Mellueh 2024-01-09 16:39:20 +01:00
  • 532869a48a #4182 Properly initialize filename in stream_or_filename class Thomas Krijnen 2024-01-09 13:41:38 +01:00
  • 6569d0031f monkey patch blender's dump_addon_messages Andrej730 2024-01-09 16:54:58 +05:00
  • bfaa61e592 setup_translations - original dump_addon_messages Andrej730 2024-01-09 16:35:52 +05:00
  • 1a09ce40e9 fix error converting translations to .po if .po files already exist Andrej730 2024-01-09 16:00:21 +05:00
  • 6f1b40fc86 Fix #4162. Reduce minimum area requirement for auto space generation down to 0.1sqm. Dion Moult 2024-01-09 18:20:51 +11:00
  • 734eec7715 See #4162. Fix bug with generating space from cursor due to numerical inaccuracies and colinear lines for shapely. Dion Moult 2024-01-09 18:13:29 +11:00
  • bfabc0db0f Add support for groups in selection queries Dion Moult 2024-01-09 16:44:40 +11:00
  • e71aac84dc Fix #4175. Add new UI for managing IFC object and edit modes. blenderbim-240109 Dion Moult 2024-01-09 12:57:18 +11:00
  • c156100be2 Fix breaking spatial containers UI when spatial container is deleted Andrej730 2024-01-08 15:53:10 +05:00
  • 48c2b43a58 Merge pull request #4171 from c-mellueh/fix-SurfaceStyle-loader-bug Andrej 2024-01-08 12:31:14 +05:00
  • 2f8cfb5a95 Fix #4161. Deprecate unmaintained barebones LCA module. Dion Moult 2024-01-08 16:59:17 +11:00
  • 1c4cc34c1b Add degrees format display Eduardo Schilling 2023-12-29 01:50:21 -03:00
  • b81e03d9c2 Add stair calculated parameter Pitch Eduardo Schilling 2023-12-27 15:31:50 -03:00
  • eb96858460 Fix #4167. Bug where pset template module didn't allow creating qto template types. Dion Moult 2024-01-08 16:52:59 +11:00
  • 5c7e70e987 Minor fix to loading nested ports Dion Moult 2024-01-08 16:03:57 +11:00
  • 9093c9d419 Fix #4176. Bug where tabbed interface didn't work on new or temporary screens. Dion Moult 2024-01-08 16:03:34 +11:00
  • 02a5b8d997 Fix #4178. Bug when removing the wrong classification reference. blenderbim-240108 Dion Moult 2024-01-08 13:48:35 +11:00
  • f1b5f7d558 add conversion based unit symbols blenderbim-240105 Sigma Dimensions (Yass) 2024-01-05 18:45:54 +01:00
  • 742a9ecd81 IfcParseExamples requires C++17 now Thomas Krijnen 2024-01-05 09:04:34 +01:00
  • 77a497cdf7 Generalize shortened file.schema attribute Thomas Krijnen 2024-01-04 15:05:40 +01:00
  • 00576ef574 IfcRelSpaceBoundary: Add error handling and better error message for user CyrilWaechter 2024-01-04 10:22:51 +01:00