Commit Graph

  • fbd57a2bd7 Fixed array operator bug after 75f56462b (related to #2905) Andrej730 2023-03-28 18:16:42 +05:00
  • 75c98e5b00 Exiting current editing decorator if user switches from EDIT mode Andrej730 2023-03-28 16:53:09 +05:00
  • c725eeb5db IFC Roof - small fix Andrej730 2023-03-28 16:45:46 +05:00
  • 75f56462b5 IFC Array - option to use local space instead of global (#2905) Andrej730 2023-03-28 15:39:18 +05:00
  • f6ca12d3b8 IFC Text Multiple literals now displayed in viewport separated by newline Andrej730 2023-03-28 14:58:12 +05:00
  • f6b7201bc4 Added default blender selection behaviour to CAD Tool Andrej730 2023-03-28 14:51:39 +05:00
  • b108452cb1 Compilation error Thomas Krijnen 2023-03-28 10:01:09 +02:00
  • ab618be49f Gable Roof support for roof modifier Andrej730 2023-03-28 12:20:13 +05:00
  • 5943e7e62e api usecase to re order related objects in a nest Sigma Dimensions 2023-03-28 04:29:08 +00:00
  • fde654aee7 api usecase to change nest Sigma Dimensions 2023-03-28 04:27:47 +00:00
  • 4880e1f9eb You can now select individual Task Inputs & Task Ouputs directly from the task quantity assignments. Sigma Dimensions 2023-03-28 04:13:18 +00:00
  • 8083a635a8 You can now import work schedules from csv blenderbim-230328 Sigma Dimensions 2023-03-28 04:04:48 +00:00
  • f803a38fbb Revert "Some warnings" Thomas Krijnen 2023-03-27 21:22:04 +02:00
  • 468d8effc8 Some warnings Thomas Krijnen 2023-03-27 21:09:25 +02:00
  • 625ce773c5 Fix segfault in loop.cpp on empty instance Thomas Krijnen 2023-03-27 21:08:52 +02:00
  • fab76bbcde Fixed bug where enumeration values in psets could be empty lists. Dion Moult 2023-03-27 23:08:40 +11:00
  • 635f3ca30e Rerun codegen Thomas Krijnen 2023-03-27 14:05:40 +02:00
  • 96fbe9e5b6 String pooling and reducing duplication in schema codegen Thomas Krijnen 2023-03-27 14:03:59 +02:00
  • c964559b91 taxonomy string formatting Thomas Krijnen 2023-03-27 14:02:53 +02:00
  • 1adcce509f Presentation style handling for 4.3 Thomas Krijnen 2023-03-27 14:02:21 +02:00
  • 7f78df595f minor clarification in comment krande 2023-03-12 11:28:53 +01:00
  • 03ff34f89f update ci-restart script with code that works and is testable locally krande 2023-03-12 11:19:10 +01:00
  • 8820a1dcc3 switch to a python implementation of the same procedure krande 2023-03-11 18:31:36 +01:00
  • 514975d123 add a workflow to catches and restarts failed conda builds due to 143 errors. And minor cleanup of unused variables in conda meta.yaml krande 2023-03-11 16:05:09 +01:00
  • c87911f00e IFC selector now uses "class" as a keyword to get the IFC class to disambiguate between "type" and "class". Dion Moult 2023-03-27 21:47:11 +11:00
  • 1e77562f0f Fix #2847. You can now join meshes and extrusions together. Dion Moult 2023-03-27 21:46:26 +11:00
  • b1843ce781 Fix IfcTester bug which did not consider null enumeration values Dion Moult 2023-03-27 17:36:06 +11:00
  • 02fb09ff7e Implement faux-mirroring. Dion Moult 2023-03-27 14:21:59 +11:00
  • bdb193f500 Minor fix blenderbim-230327 Dion Moult 2023-03-27 13:38:14 +11:00
  • e9a3630595 Fix #2898. You can now copy materials from the materials tab. Dion Moult 2023-03-26 19:04:32 +11:00
  • fb3e4016ec See #2898. Fix bug where UI data was not refreshed when you switched active materials. Dion Moult 2023-03-26 18:06:25 +11:00
  • 15a1aa5355 Move bl_descriptions blenderbim-230326 Trashman247 2023-03-25 17:36:17 -07:00
  • f1d6e95e51 Add tooltips to IFC Project Info and Clash Sets Panels Trashman247 2023-03-25 17:29:23 -07:00
  • b9c99b35a5 Fix #2881. Support added for referencing nested relationships and material set items. blenderbim-230325 Dion Moult 2023-03-25 22:07:18 +11:00
  • df0a503b89 Improve implementation of is_moved so that anywhere we check movement, types and projects are not considered Dion Moult 2023-03-24 21:59:09 +11:00
  • 346071185f Fix bug where appending a product from a library which had relationships to types caused a bunch of types to be pulled in unintentionally Dion Moult 2023-03-24 20:53:55 +11:00
  • f3f90e0ad5 Fix bug where mesh analysis during updating meshes as solids (i.e. extrusions) did not remove doubles, causing it to fail on sloppy meshes (and meshes are often sloppy) Dion Moult 2023-03-24 20:53:18 +11:00
  • 8aa2c1eea7 Fix critical bug where types would think they moved and cause long syncs at export time. Dion Moult 2023-03-24 20:52:20 +11:00
  • 57c32e55c2 Fix #2698. Bug where clash sets couldn't be visualised if you had one of the models open (i.e. not linked) in the active session. Dion Moult 2023-03-24 18:25:33 +11:00
  • de080a668f Fix #2901. Silly typo. Dion Moult 2023-03-24 17:48:27 +11:00
  • 00fc71dcbe Fix #2837. Shared subelements mistakenly caused the subelement append loop to break early. The solution is to traverse one level at a time. Dion Moult 2023-03-24 17:35:10 +11:00
  • 808cb6ec14 Fixed outdated code issue Andrej730 2023-03-24 10:55:03 +05:00
  • 8899776106 Fixed #2900 Andrej730 2023-03-24 10:47:38 +05:00
  • ae674b00c2 Fixed bugs after adding aggregated text annotations (#2899) Andrej730 2023-03-24 10:04:05 +05:00
  • 73b6d23d4f Minor fix Dion Moult 2023-03-24 16:05:27 +11:00
  • 6d1cabe534 Fix #2887. Fix bug where you could create multiple opening objects. Dion Moult 2023-03-24 15:03:39 +11:00
  • ab34fda42c See #2887. Save mesh dialog now only shown when mesh is edited. Dion Moult 2023-03-24 14:33:13 +11:00
  • fab4133df6 Minor fix blenderbim-230324 Dion Moult 2023-03-24 13:22:10 +11:00
  • 301e368a2c Minor fix Dion Moult 2023-03-23 22:09:31 +11:00
  • 0a22714fb8 See #2887. Experimental edit mode toggle override to ensure mesh changes stay in sync and so that you can edit meshes without openings applied. Dion Moult 2023-03-23 21:50:50 +11:00
  • ef2cec7435 #2884 depends python3-pytest Thomas Krijnen 2023-03-23 09:05:39 +01:00
  • b4f486e9aa Minor fix Dion Moult 2023-03-23 16:52:30 +11:00
  • 297303063e Small changes in default names for saving ifc projects Andrej730 2023-03-22 16:58:13 +05:00
  • df95bdb48e Fixing tests after 2003bfe4f Andrej730 2023-03-23 09:53:02 +05:00
  • 95ac021623 Improve UI to indicate active representation. blenderbim-230323 Dion Moult 2023-03-23 15:37:52 +11:00
  • 416efa4f14 See #2887. Fix bad UI design that could lead to objects created with the unintended context. Dion Moult 2023-03-23 10:44:57 +11:00
  • 2003bfe4fe Added_MODEL_VIEW_context Ryan Schultz 2023-03-22 08:20:59 -05:00
  • b957e629b5 Update wrapper code Thomas Krijnen 2023-03-22 15:25:14 +01:00
  • fc55a48c11 Automated adjustment of annotations scale if either camera orthographic scale or drawing scale changed Andrej730 2023-03-22 15:56:55 +05:00
  • 37a6be1e2b Ifc text viewport rotation for text with box alignment Andrej730 2023-03-22 15:47:07 +05:00
  • 031694af2b Make cgal optional Thomas Krijnen 2023-03-22 11:47:00 +01:00
  • 2b1b79bf1c Make occt optional Thomas Krijnen 2023-03-22 11:17:14 +01:00
  • e551bf531c Optimized ifc text viewport rotation algorithm Andrej730 2023-03-22 14:37:48 +05:00
  • e173ea7f80 Ifc Text rotation in viewport preview Andrej730 2023-03-22 14:05:03 +05:00
  • cb35378a73 4x3 segment compatibilty Thomas Krijnen 2023-03-22 09:55:04 +01:00
  • 236f470ae6 Update geom server Thomas Krijnen 2023-03-22 09:28:02 +01:00
  • de93ad1e92 Duplicate const Thomas Krijnen 2023-03-22 09:12:19 +01:00
  • 4d5a77d8e3 Ambiguous overload Thomas Krijnen 2023-03-22 09:02:57 +01:00
  • 358b120108 Case sensitivity Thomas Krijnen 2023-03-22 08:45:30 +01:00
  • f8dc421f03 Fixed bug with multiline text in svg Andrej730 2023-03-22 11:04:43 +05:00
  • e2afb34e0d Fixed typo causing #2889 blenderbim-230322 Andrej730 2023-03-22 10:09:38 +05:00
  • 4b36f9a8f9 Update ci.yml Thomas Krijnen 2023-03-21 20:38:43 +01:00
  • 7594aa8d0c Update ci-py-only.yml Thomas Krijnen 2023-03-21 20:38:19 +01:00
  • b92fa5eab2 Proceed with merge Thomas Krijnen 2023-03-21 20:26:11 +01:00
  • c78b2893de Proceed with merge Thomas Krijnen 2023-03-21 20:15:01 +01:00
  • f7181aae8a Multiple literals in 1 Ifc Text + aggregated text annotations Andrej730 2023-03-20 15:38:09 +05:00
  • 2a0fdd214c update the namespaces to current IDS schema ArturTomczak 2023-03-21 10:29:46 +01:00
  • 45209be0ff You can now easily get a list of FMHEM classes and subtypes to list explicitly in IDS requirements Dion Moult 2023-03-21 17:15:59 +11:00
  • fcb3640bee IfcTester webapp can now render simple PartOf requirements Dion Moult 2023-03-21 17:13:34 +11:00
  • d503a4b50b Fix #2883. Regression in text in drawings. blenderbim-230321 Dion Moult 2023-03-21 12:31:32 +11:00
  • 8bae2984e1 Fix #2886. Typo. Dion Moult 2023-03-21 09:11:14 +11:00
  • 78499cc55d Fixed bugs related to "print all" (#2882) Andrej730 2023-03-20 15:15:54 +05:00
  • b6aa5c57c0 Fix bug where copying types with parametric materials could lead to invalidly reused material set items. Dion Moult 2023-03-20 20:40:11 +11:00
  • d71e34f073 Fix bug where 2D types were not loaded as a fallback from the body representation. Dion Moult 2023-03-20 19:42:54 +11:00
  • a38d06d7e7 Remove dead code that manually synced drawing references. Now we have an automatic sync_references function instead. Dion Moult 2023-03-20 17:05:43 +11:00
  • 72b5cc8a44 Minor fix Dion Moult 2023-03-20 17:03:39 +11:00
  • c97e1079e8 See #2866. Fix issue where annotation should be able to use 3D coordinates (i.e. Model context type) for elevations and sections where it makes more sense. blenderbim-230320 Dion Moult 2023-03-20 16:36:38 +11:00
  • 65caa7906d Merge remote-tracking branch 'upstream/v0.7.0' into pset_custom_units_test Carlos Villagrasa 2023-03-19 22:33:01 +01:00
  • d89a8520a9 Added a test for pset custom IfcUnits Carlos Villagrasa 2023-03-19 22:23:36 +01:00
  • d68356c3a7 Rename class causing unregistering error Andres 2023-03-16 04:16:08 +01:00
  • cb0e8b6bf2 Add own sublogger for IfcSverchok Andres 2023-03-14 01:54:25 +01:00
  • b20b99669d Chore: add newline at end of file Andres 2023-03-13 01:57:34 +01:00
  • d41a277b71 Fix runtime error when unregistering add-on Andres 2023-03-13 01:55:51 +01:00
  • 33e6a0fdae Update logger to match Sverchok latest Andres 2023-03-13 01:54:31 +01:00
  • d911d8579d Add qto data file Massimo Fabbro 2023-03-19 17:06:00 +01:00
  • 05bdc962a3 Now it's possible to see the selected object related cost items and related quantities in qto n-panel Massimo Fabbro 2023-03-19 17:00:06 +01:00
  • 0e03a01f61 fixing previous commit #ff806dc Sigma Dimensions 2023-03-19 14:11:32 +00:00
  • ff806dc6e4 improve covering qto calculation Sigma Dimensions 2023-03-19 13:30:35 +00:00
  • 5fcfbac4a3 Update validate.py Thomas Krijnen 2023-03-19 13:24:27 +01:00
  • 00b18f67cf #2685 indeterminate upper bound formatting Thomas Krijnen 2023-03-19 12:46:15 +01:00