Skip to content
This repository was archived by the owner on Oct 23, 2025. It is now read-only.

Releases: Netherlands3D/Subobjects

Performance optimization

Choose a tag to compare

@TomSimons TomSimons released this 04 Jul 10:59
36f6986

Colors are now only recalculated if the custom colorset list changes

events for check in and out of objectmapping in interaction class

Choose a tag to compare

@bozmir bozmir released this 10 Feb 16:09
438b5af
v1.4.0

Merge pull request #2 from Netherlands3D/feature/checkin-checkout-eve…

Removed confusing function and minor fixes

Choose a tag to compare

@TomSimons TomSimons released this 01 Feb 15:35

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

Choose a tag to compare

@TomSimons TomSimons released this 11 Jan 13:16

Removed print statements

Added function to remove colorSetLayer by direct reference

Choose a tag to compare

@TomSimons TomSimons released this 11 Jan 11:43

Added function to remove colorSetLayer by direct reference

Bugfixes

Choose a tag to compare

@TomSimons TomSimons released this 05 Dec 13:58

Fixed bug where loading 2 files would not correctly color according to the new list of prioritized colors

Added return type for adding color set

Choose a tag to compare

@TomSimons TomSimons released this 04 Dec 14:01

AddAndMergeCustomColorSet now returns the ColorSetLayer.

Fixes

Choose a tag to compare

@sambaas sambaas released this 21 Nov 15:14

Fix that solves issue where CalculateChangedColors would cause an error after deleting a color layer

Bugfixes

Choose a tag to compare

@TomSimons TomSimons released this 01 Nov 12:36
  • Changed namespace
  • made no override color a static readonly variable
  • fixed issue where the ColorSetLayer would hold a reference to a temporary variable dictionary instead of a standalone copy

initial release

Choose a tag to compare

@mvangog mvangog released this 18 Oct 13:37
v1.0.0

clean up