Commit Graph

  • 361515171a add change event handling in gantt data table Ziad-I 2024-06-29 21:23:52 +03:00
  • 2efeb6edb3 Fix bug where context has no active_object when creating a new project from File > New with a preset Dion Moult 2024-06-29 22:20:02 +10:00
  • c68dcba087 Implement element-hierarchy setting in USD Thomas Krijnen 2024-06-29 14:16:07 +02:00
  • a92d51aeb1 Merge branch 'v0.8.0' of https://github.com/IfcOpenShell/IfcOpenShell into v0.8.0 Thomas Krijnen 2024-06-29 14:14:59 +02:00
  • 0544bbc886 Temporarily disable material listeners as they need to be rewritten anyway (ideally without listeners) with the new style system Dion Moult 2024-06-29 21:39:38 +10:00
  • 9a871f1459 Merging projects can now handle projects with different false origins blenderbim-0.7.9.240629 Dion Moult 2024-06-29 17:05:06 +10:00
  • 0d401c9272 Fix bug where migrating length units didn't change properties. Unit utility for checking attribute types now considers select types too Dion Moult 2024-06-29 17:04:27 +10:00
  • 2129350ab7 Fix bug where MergeProject didn't clean up duplicate CRS and coordinate operations Dion Moult 2024-06-29 17:03:26 +10:00
  • 43bc979114 The MergeProject recipe now accepts a file object, not always a filepath Dion Moult 2024-06-29 17:01:58 +10:00
  • ddd07b4894 refactor web ui operator handling Ziad-I 2024-06-29 01:51:43 +03:00
  • a0458eeb91 Fix USD transformations after v0.8 migration Thomas Krijnen 2024-06-28 20:26:11 +02:00
  • c7232a780a Remove debug print Thomas Krijnen 2024-06-28 16:21:33 +02:00
  • e96b4c11a2 Implement edge as top-level representation item #4924 Thomas Krijnen 2024-06-28 16:19:30 +02:00
  • fecca6a8b2 What a bad idea to let ellipse inherit from circle" Thomas Krijnen 2024-06-28 16:17:43 +02:00
  • 1fc56585dd Support loading BlenderBIM in Blender 4.2+ as an extension Andrej730 2024-06-28 17:30:51 +05:00
  • d1be0e8c1c create_shape - raise the same error for representations and rep items Andrej730 2024-06-28 17:23:42 +05:00
  • dcc568f5a3 ifcopenshell.geom.create_shape - expose geometry_library argument Andrej730 2024-06-28 16:40:45 +05:00
  • 2e4a2712e9 ifcopenshell.geom - document available geometry libraries Andrej730 2024-06-28 16:40:26 +05:00
  • d4b055aeb2 Open recent IFC project #3657 Andrej730 2024-06-28 15:33:34 +05:00
  • 0e2cc463c8 Fix issue loading curve representations #4924 Andrej730 2024-06-28 11:15:15 +05:00
  • c3930a6573 black format Andrej730 2024-06-28 12:18:20 +05:00
  • 3c094b7bd2 typing Andrej730 2024-06-28 11:15:22 +05:00
  • f8dffa1a9b Move new project wizard into its own panel and actually title it "New Project Wizard" for clarity Dion Moult 2024-06-28 22:49:56 +10:00
  • 03b6c08c50 Remove unload project button - superseded by Convert To Blender File operator Dion Moult 2024-06-28 22:44:19 +10:00
  • 42b96d6290 Further work on trying to get orientation properly mapped Thomas Krijnen 2024-06-28 13:41:01 +02:00
  • c240f0582a Add TBB_INCLUDE_DIR Thomas Krijnen 2024-06-28 13:40:19 +02:00
  • 76b7748be1 Note some time points #4915 Thomas Krijnen 2024-06-28 13:39:58 +02:00
  • a2334f4ce0 More 4X3 non-ADD2 permissiveness in param values on polynomials Thomas Krijnen 2024-06-28 13:39:19 +02:00
  • db50c87bf4 Fixed collections not being geom_items in mapped item handling Thomas Krijnen 2024-06-28 13:38:56 +02:00
  • dc8766cf0a Formatting improvements Thomas Krijnen 2024-06-28 13:38:36 +02:00
  • 158f3d2962 Migrating calendar dates from IFC2X3 to IFC4 is now supported Dion Moult 2024-06-28 21:36:45 +10:00
  • 008fa70345 Fix failing collector tests to align with new behaviour Dion Moult 2024-06-28 21:15:53 +10:00
  • e59cd80868 fix choco release (#4941) ay-ex 2024-06-28 09:33:58 +00:00
  • f0d7965d49 Fix #4804. Prevent possible execution of toggle edit mode if there is no active object. Dion Moult 2024-06-28 14:25:56 +10:00
  • b616cafa49 Minor typing hint and disable linear position elements from loading Dion Moult 2024-06-28 13:01:15 +10:00
  • 70bb0e5481 Update doc code examples to use static functions Dion Moult 2024-06-28 12:54:14 +10:00
  • 07060fc769 Replace all ifcopenshell.api.run with ifcopenshell.api static functions. blenderbim-0.7.9.240628 Dion Moult 2024-06-28 12:36:31 +10:00
  • b5d613989e Merge pull request #4938 from Vanuan/documentation_geometry Dion Moult 2024-06-28 07:05:46 +10:00
  • f604aa8b6b Geometry related documentation Vanuan 2024-06-27 23:40:24 +03:00
  • b7662a122b add print options selection button Ziad-I 2024-06-27 22:06:09 +03:00
  • bbd5e05ee0 fix some css issues Ziad-I 2024-06-27 20:27:58 +03:00
  • 4a521fcf67 add print button for gantt chart Ziad-I 2024-06-27 20:24:01 +03:00
  • dc8912c128 -m ifcopenshell.validate not to print an empty line if file is valid Andrej730 2024-06-27 14:45:45 +05:00
  • 07a0b4fe2d -m ifcopenshell.validate to print a message if file is valid Andrej730 2024-06-27 14:43:15 +05:00
  • eb67ffcbec Use ifc4 for enum entities in select attributes validation test #4927 Andrej730 2024-06-27 14:19:02 +05:00
  • 4ec8345716 typing Andrej730 2024-06-27 14:07:48 +05:00
  • 56d3b2ca36 Use release ifc4x3 version for validation tests Andrej730 2024-06-27 11:04:37 +05:00
  • dd06b1a6c4 small addition to 14dbe121f Andrej730 2024-06-27 14:06:56 +05:00
  • 3469a9caad See #4727. Load alignments (linear elements, linear positioning elements, and referents) by default. Dion Moult 2024-06-27 21:49:44 +10:00
  • 599ca56496 Mark piecewise_function as geom_item #4727 Thomas Krijnen 2024-06-27 09:33:04 +02:00
  • 14dbe121f6 update serializer settings literals #4912 Andrej730 2024-06-27 10:58:10 +05:00
  • dee936b2c3 Fix beam Qto length and add more Qto mappings Dion Moult 2024-06-27 14:32:49 +10:00
  • a98cddf676 Add Text Literal re-ordering #3643 mat 2024-06-27 03:38:26 +01:00
  • 48d058a32a Fix #4921. When upgrading to IFC4X3, preprocess the file to remove deprecated style assignments ifcsverchok-0.7.9.240627 blenderbim-0.7.9.240627 Dion Moult 2024-06-27 11:49:00 +10:00
  • 98afb72ba3 Prefer MapConversionScaled in IFC4X3 for SetFalseOrigin Dion Moult 2024-06-27 11:45:46 +10:00
  • 2d5be6cf89 Search replace 0.7.0 with 0.8.0 Dion Moult 2024-06-27 11:45:05 +10:00
  • 2d50a7cac2 add gantt html/css/js Ziad-I 2024-06-26 23:02:16 +03:00
  • 9c339f30f9 rename styles.css to index.css Ziad-I 2024-06-26 22:47:47 +03:00
  • 78538cc3c3 small index html/css changes Ziad-I 2024-06-26 22:45:23 +03:00
  • 1b3c491032 add handler for gantt url path Ziad-I 2024-06-26 22:43:19 +03:00
  • 1299a8f512 Mark edge as geom_item Thomas Krijnen 2024-06-26 21:21:34 +02:00
  • eccbdfa76e Eval eigen auto #4727 Thomas Krijnen 2024-06-26 21:21:22 +02:00
  • 24e16d97f3 deprecate non-batching api #4474 Andrej730 2024-06-26 17:15:48 +05:00
  • 13d61f0135 rename sequence.assign_workplan for consistency Andrej730 2024-06-26 17:08:36 +05:00
  • c56a4a6c9d Fix console errors from Representations UI if non-product element is selected Andrej730 2024-06-26 17:06:21 +05:00
  • 832dce462e spatial manager - fix bug with elevation not converted to si Andrej730 2024-06-26 16:47:21 +05:00
  • 6f45373edd move switch_shading method from prop to tool Andrej730 2024-06-26 16:13:42 +05:00
  • d5613e0e26 typing Andrej730 2024-06-26 11:23:19 +05:00
  • d0ec4fe345 core tests - print unprocessed calls in pytest verbose mode Andrej730 2024-06-26 15:38:41 +05:00
  • 665bf00f8b fix core.style tests #4843 Andrej730 2024-06-26 15:34:25 +05:00
  • 2d2ca64a72 Do not use tool.Ifc.Operator if no ifc data is changed Andrej730 2024-06-26 12:33:02 +05:00
  • 60cb41a428 remove some props from Material.BIMStyleProperties as deprecated #4843 Andrej730 2024-06-26 12:31:33 +05:00
  • a69f3e8da9 remove unnecessary linking in IfcImporter.create_style #4843 Andrej730 2024-06-26 12:08:05 +05:00
  • 2f81cab5f1 deprecate Material.BIMMaterialProperties #4843 Andrej730 2024-06-26 11:30:04 +05:00
  • 78e81542d9 fix couple issues after ce9e4f285 #4843 Andrej730 2024-06-26 11:27:10 +05:00
  • 7bbc81b7c3 create_shape - include more types in the docs Andrej730 2024-06-26 11:24:53 +05:00
  • 6e6b256c22 fix use release tag for url, bump py version to 3.11 ay-ex 2024-06-26 09:30:12 +00:00
  • d23eba9343 fix remove release needed check ay-ex 2024-06-26 09:27:48 +00:00
  • e899104d56 add simple check for "release needed?" ay-ex 2024-06-26 09:25:24 +00:00
  • de00429df6 Make version in bot build download dynamic Dion Moult 2024-06-26 17:14:57 +10:00
  • 3aba82f608 Ensure all project feature tests pass Dion Moult 2024-06-26 17:14:33 +10:00
  • cb85b690e7 Bump bot build Dion Moult 2024-06-26 17:09:58 +10:00
  • 527742ca93 Basic IFC concepts Vanuan 2024-06-26 07:08:08 +03:00
  • b85dcdb437 Distribute IfcCityJSON on PyPI Dion Moult 2024-06-26 13:53:55 +10:00
  • f740ca3cf1 Distribute Ifc5D on PyPI Dion Moult 2024-06-26 13:02:59 +10:00
  • b9269b5a11 Distribute Ifc4D on PyPI Dion Moult 2024-06-26 13:02:18 +10:00
  • 16e98e1400 Distribute IfcFM on PyPI Dion Moult 2024-06-26 11:57:43 +10:00
  • 4976074b18 Distribute IfcDiff on PyPI Dion Moult 2024-06-26 11:44:19 +10:00
  • e670a7ca71 See #4826. If a Qto calculator returns none, don't fail Dion Moult 2024-06-26 11:33:04 +10:00
  • d892ad956c See #4826. Fix Qto calculator which assumes that openings have a predefined type (in IFC2X3 they don't) Dion Moult 2024-06-26 11:31:14 +10:00
  • ac42ed7bab Blender docs: More stubs, walls, doors, windows Vanuan 2024-06-26 04:31:29 +03:00
  • bf677b839d Only get bot build binaries and use latest python to fix latest install issues blenderbim-0.7.9.240626 Dion Moult 2024-06-26 10:24:32 +10:00
  • 464815b045 Update drawing generator to use v0.8.0 settings syntax Dion Moult 2024-06-26 09:20:46 +10:00
  • ae91c2b9f0 See #4919. Include pip install instructions for utils in docs. Dion Moult 2024-06-26 09:16:15 +10:00
  • 39cd980008 Pin freetype version, incompatible change made 5d ago Thomas Krijnen 2024-06-25 21:26:37 +02:00
  • f364643d7e fix assigning material usages / reloading reprs after c4ae9578e #4843 Andrej730 2024-06-25 17:46:42 +05:00
  • ef9bbd8de6 deprecate shading_checksum #4843 Andrej730 2024-06-25 15:50:04 +05:00
  • 8172096a5b Do not directly access IfcStore.edited_objs Andrej730 2024-06-25 15:28:47 +05:00
  • 46d3d3afe1 calculate materials checksum in a common method Andrej730 2024-06-25 15:14:15 +05:00
  • 39cd4187ea Remove unused BIMMaterailProperties props #4843 Andrej730 2024-06-25 15:09:42 +05:00