This repository was archived by the owner on Oct 23, 2025. It is now read-only.
Releases: Netherlands3D/Subobjects
Releases · Netherlands3D/Subobjects
Release list
Performance optimization
events for check in and out of objectmapping in interaction class
v1.4.0 Merge pull request #2 from Netherlands3D/feature/checkin-checkout-eve…
Removed confusing function and minor fixes
Added/Removed
- Removed function to delete ColorSetLayer by list index. this was confusing since it was not deleting by priorityIndex. Pass the colorset instead to remove a ColorSetLayer.
- Added return type to InsertColorSetLayer.
- Made list of custom colors public
Fixed
- Colors are now applied after recalculating the priorities.
Removed print statements
Removed print statements
Added function to remove colorSetLayer by direct reference
Added function to remove colorSetLayer by direct reference
Bugfixes
Added return type for adding color set
AddAndMergeCustomColorSet now returns the ColorSetLayer.