Commit Graph

  • 8aa4934d92 BBIM: Move out Search/Selection sub-panels from "IFC Collaboration" to "IFC Selection" Sigma Dimensions 2023-01-09 14:49:59 +01:00
  • f848340124 Fix #2681. Fix 90 degree rotation on walls. Dion Moult 2023-01-09 21:55:22 +11:00
  • b699f55d9c Deleting a spatial or aggregated element now also removes its collection Dion Moult 2023-01-09 16:46:51 +11:00
  • 745709c56a Handle orphaned spatial elements when loading projects Dion Moult 2023-01-09 16:46:23 +11:00
  • 0c4c8ad9bc Fix #1012. Half complete example documentation for the IFC Project panel. Dion Moult 2023-01-09 15:24:50 +11:00
  • 3ce010de77 added IfcCivilElement to entity_to_type_map_4.json Ryan Schultz 2022-12-22 08:54:26 -06:00
  • dd600dd20f Fix #2024. Boolean diagram included in IfcOpenShell docs. Dion Moult 2023-01-09 11:50:49 +11:00
  • 360b9956c0 Fix failing tests from refactor which I really should've done before the release blenderbim-230109 Dion Moult 2023-01-09 11:00:46 +11:00
  • 1888048d4d Moved ShapeBuilder to separate module #2679 Andrej730 2023-01-08 13:32:13 +05:00
  • 4ab6d648c9 sverchok_modifier - minor refactor Andrej730 2023-01-08 13:24:11 +05:00
  • c29048ecfb Furniture library bug fixes Andrej730 2023-01-08 13:19:37 +05:00
  • 0294c4e02c Fix #2678. Critical typo bug meant that units were fixed to metric millimeters. blenderbim-230108 Dion Moult 2023-01-08 12:58:53 +11:00
  • 3cfcd847cf Fix #2677. Docs now generate in a reasonable time and exclude generated IFC modules. Dion Moult 2023-01-08 11:12:43 +11:00
  • 694b21a0e1 Delete unuseful functions and improve speed (#2672) Massimo Fabbro 2023-01-07 18:11:46 +01:00
  • 73d43649a5 Link to latest IfcSverchok release Dion Moult 2023-01-07 17:08:46 +11:00
  • 55036653df Update IfcSverchok loading based on latest Sverchok master Dion Moult 2023-01-07 13:04:30 +11:00
  • 66ecb92cc2 Minor UX improvements to library name and Sverchok UI blenderbim-230107 Dion Moult 2023-01-07 12:00:22 +11:00
  • 23c7bc3f56 Added ShapeBuilder class and library for non structural assets ( Andrej730 2022-11-25 19:14:09 +06:00
  • 74fee24004 Update ifc geometry on sverchok update Andrej730 2023-01-06 12:23:54 +05:00
  • 618ecccb7b Fix #2428. Document minimum system support. Dion Moult 2023-01-06 17:11:51 +11:00
  • f818fc659a Bundle ifcopenshell for Python 3.11 on PyPI. See #2551. Dion Moult 2023-01-06 16:37:50 +11:00
  • 4afada48a6 Fix #2440. Fix #2439. Describe how to access advanced mode when dealing with large models. Dion Moult 2023-01-06 14:01:42 +11:00
  • 59451cb90c Fix #2664. Package with latest IfcOpenShell build. See #2670. blenderbim-230106 Dion Moult 2023-01-06 11:16:10 +11:00
  • 53bf746227 BBIM: Fixes for: - Task Time attributes - Fix typo animation time calculation Sigma Dimensions 2023-01-05 18:43:50 +01:00
  • cd6f995471 BBIM: Disable "Create animation" buttons when no start dates/end dates are given Sigma Dimensions 2023-01-05 18:36:22 +01:00
  • 839a00c2a8 Run black on validation, lazy-load _pytest.assertion so that it isn't a hard dependency for non-express rule validation. Dion Moult 2023-01-05 20:54:17 +11:00
  • 9208781b8f Bump IfcOpenShell version Dion Moult 2023-01-05 18:38:32 +11:00
  • 25af42f4cb Fix circular import of json_logger when doing import ifcopenshell.validate Dion Moult 2023-01-05 18:37:14 +11:00
  • d386a884aa You can now purge properties explicitly instead of setting them to None Dion Moult 2023-01-05 17:22:11 +11:00
  • cb92be2b08 No need to specify SI unit names as they can be derived from the unit type Dion Moult 2023-01-05 17:16:46 +11:00
  • 70b7f1424f Resolved Code Review Martyna Jakubowska 2023-01-03 16:59:31 +01:00
  • 56858540b8 Update README.md Martyna Jakubowska 2022-11-18 15:08:48 +01:00
  • 0331a21280 Update README.md Martyna Jakubowska 2022-11-18 14:49:05 +01:00
  • 9f53d724d1 Update README.md Martyna Jakubowska 2022-11-14 01:13:02 +01:00
  • c114f09f9a Added example model and a corresponding description martinaCodes 2022-11-14 01:06:40 +01:00
  • 1a2183ef71 Bug fixes in create_entity martinaCodes 2022-11-13 23:05:49 +01:00
  • 0ab0213dea Bug fixes and changed behaviour of create_entity, so it creates an entity pr. each representation martinaCodes 2022-11-13 15:56:33 +01:00
  • 421f861e46 Updated README Martyna Jakubowska 2022-11-11 05:08:56 +01:00
  • 6e5f2f3f8d Updated by_query and removed print statements martinaCodes 2022-11-11 12:52:06 +01:00
  • 05633cd657 Updated following nodes to work with the current workflow: add_pset, by_guid, get_attribute, get_property, read_entity. Added tooltips and other minor fixes martinaCodes 2022-11-11 02:50:30 +01:00
  • 41ae350f33 Create README.md Martyna Jakubowska 2022-11-07 19:39:38 +01:00
  • 8a26f30506 Important rework of handling multiple/nested items in bmesh_to_ifc, create_entity and sverchok_to_ifc nodes. Formatting and other minor fixes. martinaCodes 2022-11-09 01:49:01 +01:00
  • 4ae7643874 cleaned print statements etc martinaCodes 2022-11-07 18:08:27 +01:00
  • b09068e1f4 write_file added logic that ensures proper model hierarchy martinaCodes 2022-11-07 17:40:18 +01:00
  • 87dbaa39d8 bmesh_to_ifc now creates separate representations for each distinct bmesh geometry martinaCodes 2022-11-07 17:21:09 +01:00
  • d193e8a3eb major changes primarily to file creation/saving logic. Bug fix in create entity. Other.. this commit is way to big and unstructured. martinaCodes 2022-11-07 15:45:28 +01:00
  • f9e766138c new pick_ifc_class node + minor fixes. Add_spatial_element is WIP martinaCodes 2022-10-31 18:50:17 +01:00
  • 36899d362e added blender panel for saving file + minor fix in create_entity martinaCodes 2022-10-31 00:25:45 +01:00
  • fd789178c1 Add_spatial_element node updated martinaCodes 2022-10-24 14:06:23 +02:00
  • a0757851c8 Add_spacial_element node updated to work with multiple elements. V0.1 - still a bit buggy. martinaCodes 2022-10-24 01:45:00 +02:00
  • 039727cb19 added entity locations martinaCodes 2022-10-24 00:08:59 +02:00
  • b5133f1c41 write_file node updated martinaCodes 2022-10-23 21:51:26 +02:00
  • ab218b842a create_shape node updated + minor changes martinaCodes 2022-10-23 20:25:36 +02:00
  • 37aa17fcf3 sverchok_to_ifc node added + works for multiple geometries. Parent contexts also get deleted if not used. martinaCodes 2022-10-23 16:18:42 +02:00
  • 6542fc7db3 updated by_type to current workflow + added sv_to_ifc martinaCodes 2022-10-21 17:16:24 +02:00
  • c8c690afc2 changes 1) pasing ID references 2) bugs in create_entities, where number of representations couldn't be updated 3) by_id node updated to current workflow ... other small fixes martinaCodes 2022-10-21 00:11:45 +02:00
  • 5d569dea30 fixed create_entity and minor changes to bmesh_to_ifc martinaCodes 2022-10-10 09:01:00 +02:00
  • 38031a02bc new nodes, and changes to create_entity2, but not working yet martinaCodes 2022-09-09 09:01:01 +02:00
  • 25460661ab created new singleton class SvIfcStore, created new 'create_entity2' node martinaCodes 2022-09-08 01:18:20 +02:00
  • 3684be1936 fixed api_WIP, minor cleanup in other nodes martinaCodes 2022-09-04 23:36:30 +02:00
  • 0ada921ad8 fixed a typo-bug martinaCodes 2022-08-25 22:45:52 +02:00
  • 8fb285596a added new nodes to node index martinaCodes 2022-08-25 22:18:53 +02:00
  • ba4130d395 Added new nodes: api_WIP, bmesh_to_ifc, create_project and quick_project_setup Modified nodes: api, create_entity martinaCodes 2022-08-25 22:01:35 +02:00
  • 240884e646 No need to specify SI unit names as they can be derived from the unit type blenderbim-230105 Dion Moult 2023-01-05 17:16:46 +11:00
  • 3567dc8ae5 Merge branch 'mdjska-v0.7.0' into v0.7.0 Dion Moult 2023-01-05 16:59:59 +11:00
  • 54f324436f BBIM fix: prevent "guess_all_quantities" operator from showing up on Property Sets Sigma Dimensions 2023-01-04 13:59:00 +01:00
  • d5b31bc4f4 Write docs for void API module Dion Moult 2023-01-04 16:09:46 +11:00
  • 844e6377f4 Write docs for unit API module Dion Moult 2023-01-04 16:09:39 +11:00
  • 71076d313e Write docs for type API module Dion Moult 2023-01-04 16:09:32 +11:00
  • 3bc2985b6b Write docs for system API module Dion Moult 2023-01-04 16:09:26 +11:00
  • e28b837cd6 Write docs for style API module Dion Moult 2023-01-04 16:09:16 +11:00
  • e22904b41b Documentation example fixes where I forgot to give things with representations a placement Dion Moult 2023-01-04 16:09:04 +11:00
  • af1949678a Various 4D improvements: - refactor work schedule visualisation operator - Fix text handler - Improve durations UI for task times (proposal to replicate for all durations) - Simplify durations ( P32H as P4D or P1D8H) - Implement years/months in various datetime calculations - Feature to customise animation colors per construction task type - Feature to add Visual task bars - Feature to customise Visual task bar material colors - Move helper functions from blenderbim.bim.module.sequence to ifcopenshell.util.sequence Sigma Dimensions 2023-01-04 02:08:52 +01:00
  • 83e483555f Write documentation for structural API module Dion Moult 2023-01-03 17:32:08 +11:00
  • 4442c2a604 Write documentation for spatial API module Dion Moult 2023-01-03 17:31:56 +11:00
  • 9da91f538b Write documentation for sequence API module Dion Moult 2023-01-03 17:31:48 +11:00
  • 5ad8ad836a Add new code example for creating a work schedule Dion Moult 2023-01-03 17:31:23 +11:00
  • 2723f71bfe Finish mapping quantities (see #2533) (#2661) Massimo Fabbro 2022-12-30 21:33:18 +01:00
  • d298d13713 Fix build-all collada compile on gcc 9.4.0 Thomas Krijnen 2022-12-28 13:33:16 +01:00
  • 7f555b9d07 code clean up for sequence module Sigma Dimensions 2022-12-26 22:48:51 +01:00
  • 8004a45b54 features to guess schedule date range and setup default task columns, and code clean up Sigma Dimensions 2022-12-26 18:30:25 +01:00
  • 3fd1209906 Fix: When counting working days, consider if calendar is applicable Sigma Dimensions 2022-12-26 17:19:57 +01:00
  • 65c6876a23 2 Fixes for 1 commit: - Consider all tasks descendants when deriving task earliest or latest dates Sigma Dimensions 2022-12-26 17:18:33 +01:00
  • 72fbfa382f BBIM: feature to display total task Assignements Sigma Dimensions 2022-12-26 13:38:54 +01:00
  • 50f3178d97 Feature: express rules (#2662) Thomas Krijnen 2022-12-26 11:29:32 +01:00
  • 6546b10838 Display Scheduled Resource Usage as a property within rersource tree Sigma Dimensions 2022-12-26 07:04:11 +01:00
  • 155badc85e Enable displaying number of resources used by a task Sigma Dimensions 2022-12-26 06:16:19 +01:00
  • d7e2587b1f Task Output selection improvements - allow recursive nesting and add checkbox to toggle between nested and non-nested Sigma Dimensions 2022-12-26 05:17:56 +01:00
  • d9bbf16e5e Update ci-py-only.yml Thomas Krijnen 2022-12-25 17:36:31 +01:00
  • 676187b6fc Update ci.yml Thomas Krijnen 2022-12-25 17:36:18 +01:00
  • 800eb67afb Added mention of sverchok's copyrights Andrej730 2022-12-23 09:24:26 +05:00
  • 46a1b4775c Added base for ifc sverchok modifier Andrej730 2022-12-02 19:41:34 +06:00
  • f80cc7c7f5 Removed deprecated angle annotations operator Andrej730 2022-12-19 20:13:59 +05:00
  • a7cbc628a8 Fixed annotations angle operator svg rendering bug Andrej730 2022-12-19 20:07:29 +05:00
  • 3ab02a3931 Allow to write to unexisting directory CyrilWaechter 2022-12-19 01:44:40 +01:00
  • 31b095ff68 fix library import for date utils Sigma Dimensions 2022-12-18 04:34:20 +01:00
  • b09e19dc8a Proposal to use parent productivity to calculate resource work. Sigma Dimensions 2022-12-18 04:17:17 +01:00
  • 97327dbc13 BBIM: forgotten commit for "ScheduleDuration" formatting Sigma Dimensions 2022-12-18 03:56:10 +01:00
  • 9ad0fca10e fix typo for resource_work calculation Sigma Dimensions 2022-12-18 03:41:13 +01:00
  • bea095afd0 fix offset date calculation when finish date lies outside of calendar range Sigma Dimensions 2022-12-18 03:34:20 +01:00