Skip to content

Commit

Permalink
Remove old notes
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral committed Sep 25, 2024
1 parent b1b1171 commit 6ab98c5
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,9 @@ namespace Speckle.Converters.RevitShared.Helpers;
/// Lifetime of this singleton should be per document.
/// </para>
/// <para>
/// Persistent cache (across conversions) for all generated render material proxies.
/// This cache stores a list of render material proxies per element id, and provides a method to get out the merged render material proxy list from a set of object ids for setting on the root commit object post conversion phase.
/// </para>
/// <para>
/// Why is this needed? Because two reasons: send caching bypasses converter and revit conversions typically generate multiple display values per element.
/// Ask dim for more and he might start crying.
/// </para>
/// TODO: this dude needs to be split into single responsability (render materials and material quantities), and removed from the context - as it's not needed for it to be there. It can be DI'ed as appropriate (see ParameterDefinitionHandler)
/// </summary>
public class RevitToSpeckleCacheSingleton
{
Expand Down

0 comments on commit 6ab98c5

Please sign in to comment.