Commit Graph

  • 58859ef8c3 Fix bug where when deleting representations it could sometimes overreach and delete geometric, style, or layer data of other elements. See #1812. Dion Moult 2021-10-20 14:11:49 +11:00
  • 52062bc7e8 Experimental proposed deep removal. See #1812. Dion Moult 2021-10-20 11:44:09 +11:00
  • 8fdbe30dc5 Ux docs test (#1808) Gorgious56 2021-10-19 10:55:25 +02:00
  • f438c48c23 Fix bug where copying objects may sometimes result in incorrect location in the Blender collection tree Dion Moult 2021-10-19 19:14:41 +11:00
  • 6478601f79 Fix bug where copying objects did not necessarily retain the existing context assignment Dion Moult 2021-10-19 19:14:05 +11:00
  • 816059eefd Reapply 869cc25061 Thomas Krijnen 2021-10-19 08:49:46 +02:00
  • 3daf4203d1 When assigning types, your preference of dynamic voids are now preserved. Dion Moult 2021-10-19 15:43:14 +11:00
  • c1b53859ee WIP refactor of geometry for stabilisation and optimisation. Switch representation now done. blenderbim-211019 Dion Moult 2021-10-19 12:57:21 +11:00
  • 63f85beb7e #1803 Update include in wrapper code as well Thomas Krijnen 2021-10-18 16:10:20 +02:00
  • bdc6fcb66f #1803 Use abstract GeometrySerializer as cache to eliminate cyclic dependencies Thomas Krijnen 2021-10-18 11:38:01 +02:00
  • 4577b7bf60 Potentially risky refactor of add_representation in preparation of stabilisation and optimization of geometric operators. Dion Moult 2021-10-18 19:23:40 +11:00
  • 33f4461a87 New feature to resize / squash / stretch objects to their storey height. Useful for remodeling IFCs for construction simulations. Dion Moult 2021-10-18 14:15:16 +11:00
  • c78e7b3ba8 Fix minor bug where Python warnings showed up when delete operations were called Dion Moult 2021-10-18 14:12:07 +11:00
  • 699ccddda3 New utility function to get storey elevations with elevation attribute fallback for more compliant sorting of building storey elevations. Dion Moult 2021-10-18 12:39:04 +11:00
  • a9a48bdd1d Refactor misc functions into new misc module for better organisation. blenderbim-211018 Dion Moult 2021-10-18 11:21:49 +11:00
  • 8ed395a29f build python only if needed amoki 2021-10-08 15:23:27 +02:00
  • 63bfe761bf use platform.system() instead of uname, install python module directly in current python amoki 2021-10-06 15:52:55 +02:00
  • f8c11e3af7 rollback boost version amoki 2021-10-06 15:23:20 +02:00
  • 993ae71968 upgrade dependencies, remove x86 build amoki 2021-10-06 12:07:08 +02:00
  • 81b8f7e39b remove last TAG amoki 2021-10-05 18:45:27 +02:00
  • b1e897197b more cleanup amoki 2021-10-05 18:32:12 +02:00
  • 46cf1362f6 more f-strings, add some env variables amoki 2021-10-05 14:24:59 +02:00
  • f03992dcde remove old python versions and use f-strings amoki 2021-10-05 10:22:01 +02:00
  • aedc1751b6 Resolve #1802. Unlinking an object now also unlinks materials and styles too for convenience. Dion Moult 2021-10-16 16:55:06 +11:00
  • 26cbd82da1 New feature to unlink Blender materials and IFC materials Dion Moult 2021-10-16 16:52:47 +11:00
  • 516503b9ca Fix #1801. Fix bug where importing multiple assets sharing an already imported material fails. blenderbim-211016 Dion Moult 2021-10-16 15:46:02 +11:00
  • 23be5858b5 Fix bug where the derived placements interface didn't take into account rotations Dion Moult 2021-10-15 17:30:33 +11:00
  • 776842a064 Spatial containers are now shown sorted by Z index order for convenience. Dion Moult 2021-10-15 17:07:23 +11:00
  • bb090bd9a0 Fix deep magick bug where copying elements without having one of them active didn't actually copy them in IFC too Dion Moult 2021-10-15 14:42:08 +11:00
  • 0abe9f0559 Building storeys now show a derived storey height so you don't need to do math blenderbim-211015 Dion Moult 2021-10-15 13:23:08 +11:00
  • 07bfe296dd You can now copy a representation from one object to another Dion Moult 2021-10-15 13:21:31 +11:00
  • d666a687dc FMHEM classes now updated to latest draft Dion Moult 2021-10-15 13:17:26 +11:00
  • acde4144bc You can now toggle whether element filtering also affects spatial containers Dion Moult 2021-10-15 13:16:26 +11:00
  • b41e90ead6 IfcOpenShell-python: Implemented point cloud export functionalities (#1799) Laurens Oostwegel 2021-10-15 03:15:55 +02:00
  • 68fd0c0cf5 Fix bug where you couldn't filter imported subelements without also selecting their parents Dion Moult 2021-10-14 18:47:48 +11:00
  • 199be3363f Fix bug where copying elements shared a placement. This fix speeds up copying parent elements in the decomposition significantly, like when copying a storey. Dion Moult 2021-10-14 16:13:48 +11:00
  • dd3fc79fb9 Use context filters during import when possible to optimise import times Dion Moult 2021-10-14 15:53:25 +11:00
  • d384b3d7df Fix bug where copying a container also copied its contents Dion Moult 2021-10-14 15:52:38 +11:00
  • 04209c78b9 Minor revert - until I properly refactor and test this. Dion Moult 2021-10-14 13:06:26 +11:00
  • a7719cc4b1 Fix #1796. Fix bug where duplicating a collection messes up the collection tree. blenderbim-211014 Dion Moult 2021-10-14 13:04:30 +11:00
  • 3d0d2ec8fb Fix #1795. New support for conversion based units with offsets, like fahrenheit. Dion Moult 2021-10-14 12:46:01 +11:00
  • 1fa1a9e3d3 Support auto detection of unit type when adding imperial units Dion Moult 2021-10-14 12:44:13 +11:00
  • 464b0c2ebc Unassigning the last unit now cleans up empty unit assignments Dion Moult 2021-10-14 12:42:33 +11:00
  • 179a970974 Utility to print out all maintainable assets for FM paper documentation Dion Moult 2021-10-14 11:36:46 +11:00
  • 7fb77a794e Fix #1793. Whoops. blenderbim-211013 Dion Moult 2021-10-13 19:09:30 +11:00
  • 1d74306bc2 New recipe (and essay) to fix ArchiCAD IFC4 door swings showing up in Revit Dion Moult 2021-10-13 16:39:16 +11:00
  • 0c6a3eafd2 IfcCSV now supports setting properties to null values. Neat. Dion Moult 2021-10-13 12:18:29 +11:00
  • 292cbf55ad Resolve #1773. IfcCSV now supports editing properties that were previously null. Dion Moult 2021-10-13 12:17:20 +11:00
  • e17ae4ef61 Fix #1792. Regression caused by other improvements in editing object placement. Dion Moult 2021-10-13 11:55:03 +11:00
  • dba6a8d0b4 Fix #1786. Swap out sub-operators with refactored core calls. Dion Moult 2021-10-13 10:49:28 +11:00
  • 13725411c9 Migrate project operator tests to pytest-bdd Dion Moult 2021-10-13 09:48:23 +11:00
  • b0e9f389a5 Add first tooltip (#1646) (#1791) maxfb87 2021-10-13 00:03:36 +02:00
  • f6128febe9 You can now clear the active user for ownership history. See #1790. Dion Moult 2021-10-12 19:12:15 +11:00
  • fc2e12bff6 New usecase for adding conversion based units blenderbim-211012 Dion Moult 2021-10-12 18:31:18 +11:00
  • e455f87305 First batch of Pset Templates tests (#1772) blenderbim-211009 Gorgious56 2021-10-09 13:26:23 +02:00
  • 84fc198bbe added new functionality and adjusted UI (#1771) Vukas Pajic 2021-10-09 01:13:10 +02:00
  • d39e97f6a7 Default HDF5 dynamic libs Thomas Krijnen 2021-10-08 22:01:34 +02:00
  • 96d509698b Prefix namespaces for swig Thomas Krijnen 2021-10-08 21:35:41 +02:00
  • cefa66cdf9 Link to TKBin Thomas Krijnen 2021-10-08 21:07:56 +02:00
  • 8198df3fa6 header Thomas Krijnen 2021-10-08 20:39:16 +02:00
  • 4ebdb5e339 header Thomas Krijnen 2021-10-08 15:50:51 +02:00
  • 8dca84dd07 Geometry caching Thomas Krijnen 2021-10-08 15:38:46 +02:00
  • 4cee76ddc3 Make preprocessor defs consistent in IfcConvert.cpp and util.h Thomas Krijnen 2021-10-08 15:25:28 +02:00
  • 8b34eb41fd Fix and test importing style attributes twice (#1784) blenderbim-211008 Gorgious56 2021-10-08 13:10:24 +02:00
  • 170cd3b5f5 Minor fix again Dion Moult 2021-10-07 18:59:41 +11:00
  • b8c4dd971c Minor fix Dion Moult 2021-10-07 18:55:22 +11:00
  • f26d43e0cd Prioritise editing rendering surface styles over shading surface styles blenderbim-211007 Dion Moult 2021-10-07 18:51:50 +11:00
  • 9508858fcb New unassign aggregate feature. Dion Moult 2021-10-06 14:11:54 +11:00
  • 3aa36dd4b7 Changing aggregation now ensures spatial containment is mutually exclusive to prevent invalid IFC data Dion Moult 2021-10-06 12:52:01 +11:00
  • f21005c29e Assigning aggregations now protects against various invalid aggregation combinations Dion Moult 2021-10-06 12:50:46 +11:00
  • cbc0b8d5d4 When assigning containers, ensure aggregates and containers are mutually exclusive blenderbim-211005 Dion Moult 2021-10-05 16:46:22 +11:00
  • c105b8f3a7 Fix bug where assigning a spatial container didn't work with non local placements Dion Moult 2021-10-05 16:00:26 +11:00
  • f284ae5753 Spatial containment now distinguishes between direct and indirect containment Dion Moult 2021-10-05 15:31:15 +11:00
  • 7c94d4275a Removing or changing spatial containers now supports updating more types of collection organisations Dion Moult 2021-10-05 14:52:41 +11:00
  • f5913baaca Maintain active object throughout complex IFC operations for a better user experience Dion Moult 2021-10-05 14:45:16 +11:00
  • f54a1a163d Changing spatial container now guards against invalid containment operations Dion Moult 2021-10-05 10:46:11 +11:00
  • 216029ea10 Unlinking elements is now a bit more stable. Also simplify core tool namespace. Dion Moult 2021-10-05 09:51:51 +11:00
  • e8764c58b5 minor mods in api structural data Jesusbill 2021-10-04 21:32:48 +02:00
  • a6d363c542 place structural items in collections for new project Jesusbill 2021-10-04 21:32:09 +02:00
  • df2a2edeea fix for structural surface items #1751 Jesusbill 2021-10-04 21:31:10 +02:00
  • 39fa932037 Updated readme usage links Maryanne Wachter 2021-10-04 08:22:06 -07:00
  • f1977643b6 Added build instructions for MacOS Maryanne Wachter 2021-10-01 13:41:41 -07:00
  • 8b1a389855 build: nix: Bump minor versions of Python toolchains to latest versions Priit Laes 2021-03-13 15:22:48 +02:00
  • 46d7eb5643 build: nix: Drop support for Python 3.{2,3,4} versions Priit Laes 2021-03-13 15:18:57 +02:00
  • 6f6f89de0d build: nix: Drop unused imports Priit Laes 2021-03-13 15:12:54 +02:00
  • cdc5d7a04e Missing semicolons (for consistency) Thomas Krijnen 2021-10-04 10:43:04 +02:00
  • 79f31fa4fe Unused include Thomas Krijnen 2021-10-04 10:42:47 +02:00
  • 666b55b3a3 Fix unref param addDrawing() Thomas Krijnen 2021-10-04 10:40:19 +02:00
  • 8ff5ac974f Minor fix. Dion Moult 2021-10-04 18:50:03 +11:00
  • 6e6cbcef6f Test edit object placement. See #1711 blenderbim-211004 Dion Moult 2021-10-04 13:14:38 +11:00
  • cd965fd4a9 todo note re #1769 Thomas Krijnen 2021-10-03 09:00:59 +02:00
  • 808ae37c66 Forgot to commit tests Dion Moult 2021-10-03 11:47:38 +11:00
  • adf784236c Upon removal, empty aggregates prioritise null if possible. Dion Moult 2021-10-03 11:36:24 +11:00
  • 6cc7d7963a Allow user to toggle duplicates when getting inverses. See #1747. Dion Moult 2021-10-03 10:20:24 +11:00
  • 4697e063af You can now add and remove users for ownership history Dion Moult 2021-10-01 17:32:58 +10:00
  • fe1e30702a Fix bug where removing addresses and roles could leave other elements in invalid states, "IfcPersonAndOrganization" Dion Moult 2021-10-01 14:48:44 +10:00
  • 291bb0cd55 Removing an organisation now properly handles references appropriately. Dion Moult 2021-10-01 13:29:10 +10:00
  • 915fa9f9b0 Removing a person no longer has the potential to leave files in an invalid state Dion Moult 2021-10-01 12:35:46 +10:00
  • 0a27308532 Optimise create owner history to not rely on a person and organisation lookup, speeding up long procedures blenderbim-211001 Dion Moult 2021-10-01 11:05:35 +10:00
  • 8bcec29429 Application data in IFC now reflects the latest IFC version tag Dion Moult 2021-10-01 10:10:45 +10:00